* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Microsoft Yahei", sans-serif;
}

body {
    background: url("http://www.yulin.gov.cn/material/images/xfaq/page_bg.jpg") top center no-repeat;

    color: #333;
    line-height: 1.6;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    text-decoration-color: #0000ee;
}

.container {
    width: 1300px;
    margin: 0 auto;
}

/* /* 头部样式* / */

.header .logo {
    width: 450px;
    height: 100px;
    margin-top: 20px;
}

.header .page-title {
    padding: 140px 0 320px 0;
    text-align: center;
}


/* / 信息公开区域 / */
.info-section {
    margin: 20px 0;
    position: relative;
    width: 100%;
    height: 482px;
}

.info-image {
    width: 640px;
    height: 420px;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 20;
}

.info-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}

.info-list {
    width: calc(100% - 580px);
    position: absolute;
    right: 0;
    background-color: #fff;
    border: 3px solid transparent;
    border-radius: 50px 0px 0px 50px;
    padding: 30px 30px 30px 100px;
    background-clip: padding-box;
}

.info-list::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: 50px 0px 0px 50px;
    background: linear-gradient(to right, #e8a736, #e62b16);
    -webkit-border-radius: 50px 0px 0px 50px;
    -moz-border-radius: 50px 0px 0px 50px;
    -ms-border-radius: 50px 0px 0px 50px;
    -o-border-radius: 50px 0px 0px 50px;
}

.info-list .info_title {
    background: url(http://www.yulin.gov.cn/material/images/xfaq/title_bg.png) left center no-repeat;
    margin-top: 20px;
}

.info-list .info_title img {
    margin-left: 20px;
}

.info-list ul {
    list-style-type: none;
    margin-top: 30px;
}

.info-list ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
    font-size: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-list ul li::before {
    content: "";
    position: absolute;
    height: 11px;
    width: 7px;
    display: inline-block;
    left: 0;
    top: 30%;
    background: url(http://www.yulin.gov.cn/material/images/xfaq/sjx.png) left center no-repeat;
}

.info-list .more {
    text-align: center;
    width: 30px;
    background-color: #d92123;
    padding: 10px 5px 0 5px;
    border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -ms-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0 0;
    line-height: 18px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.info-list .more a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
}

/* / 专项行动和政策文件区域 / */


.action-policy .info_title {
    background: url(http://www.yulin.gov.cn/material/images/xfaq/title_bg2.png) left center no-repeat;
    margin-bottom: 30px;
}

.action-policy .info_title img {
    margin-left: 20px;
}



.action-policy {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}

.action,
.policy {
    flex: 0 0 48%;
    position: relative;
    cursor: pointer;
}


.action-item,
.policy-item {
    background-color: #f8f8f8;
    margin-bottom: 15px;
}


.action-item>a,
.policy-item>a {
    font-size: 19px;
    line-height: 28px;
    background: #f8f8f8;
    display: block;
    height: 70px;
    padding: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.action-item.current,
.policy-item.current {
    border-top: 3px solid #fdca76;
}

.action-item.current>a,
.policy-item.current>a {
    background: linear-gradient(to right, #fe8664, #f30034);
    color: #fff;

}


.action-item .action-item-desc,
.policy-item .action-item-desc {
    font-size: 14px;
    color: #666666;
    padding: 20px 10px;
    text-indent: 2em;
    display: none;
    background-color: #fff;
}

.action-item.current .action-item-desc,
.policy-item.current .action-item-desc {
    display: block;
}

.action-item .action-item-desc a,
.policy-item .action-item-desc a {
    color: #d92123;
    font-size: 16px;
}



.action .more a,
.policy .more a {
    color: #d92123;
    font-size: 0.8rem;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #d84a48;
    padding: 0 5px;
}

/* / 互动知识库区域 / */
.knowledge {
    margin: 30px 0;
    position: relative;
}

.knowledge .info_title {
    background: url(http://www.yulin.gov.cn/material/images/xfaq/line_title_bg.png) left center no-repeat;
    margin-bottom: 30px;
    text-align: center;
}

.knowledge .info_title img {
    text-align: center;

}

.knowledge-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.knowledge-card {
    flex: 0 0 23%;
    display: flex;
    flex-direction: column;
}

.knowledge-card img {
    width: 310px;
    height: 240px;
    vertical-align: top;
}

.knowledge-card p {
    width: 100%;
    height: 110px;
    line-height: 42px;
    padding: 20px 10px;
    text-align: center;
    font-size: 19px;
    background-color: #f8f8f8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.knowledge-card:hover p {
    background: linear-gradient(to right, #fe8664, #f30034);

}

.knowledge-card:hover p a {
    color: #fff;
}

.knowledge .more {
    position: absolute;
    right: 0;
    top: 0;
}

.knowledge .more a {
    color: #d92123;
    font-size: 14px;
    border: 1px solid #d84a48;
    padding: 0 5px;
}

/* / 服务查询区域 / */
.service {
    margin: 60px 0;
}

.service .info_title {
    background: url(http://www.yulin.gov.cn/material/images/xfaq/line_title_bg.png) left center no-repeat;
    margin-bottom: 30px;
    text-align: center;
}

.service .info_title img {
    text-align: center;

}

.service-grid {
    display: flex;
    justify-content: space-between;
}

.service-card {
    flex: 0 0 32%;
    height: 162px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    padding: 30px;
    position: relative;
}

.service-card h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

.service-card .service-img {
    position: absolute;
    bottom: 0;
    right: 5px;
}

.service-card a {
    color: #fff;
    background-color: #f87a7a;
    padding: 5px 15px;
    border-radius: 100px;
}

.service-card:nth-child(1) {
    background: linear-gradient(to top, #ffd7d7 10%, #f65757 80%, #f65757 100%);
}


.service-card:nth-child(2) {
    background: linear-gradient(to top, #fff1e7 10%, #ff9446 80%, #ff9446 100%);
}

.service-card:nth-child(2) a {
    background-color: #ffb681;
}

.service-card:nth-child(3) {
    background: linear-gradient(to top, #ffe5e3 10%, #d94d42 80%, #d94d42 100%);
}

.service-card:nth-child(3) a {
    background-color: #f7867d;

}


/* / 页脚样式 */
.footer {
    background-color: #f8f9fa;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    border-top: 4px solid #0c79df;
}

.footer-wrap {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.footer-wrap .wrap {
    flex: 0 0 60%;
}

.footer-wrap .footer-img-wrap {
    flex: 1;
}