body{background-color: #f0f0f0;}
.wrap{width: 100%; background: url(xz_bg.png) no-repeat top;}
.xz_title{text-align: center;}
.xz_title img{padding: 124px 0;}
.cont_tit{height: 36px;line-height: 36px;margin: 0 auto;display: flex;justify-content: center; flex-wrap: nowrap; align-items: center;margin-bottom: 34px;}
.cont_tit a{position: relative;display: inline-block;padding: 0 20px;font-size: 35px;color: #dc453e;font-weight: bold;}
.cont_tit span{width: 86px;height: 12px;}
.ct_zjt{background: url(xzjtz.png) no-repeat left center;}
.ct_yjt{background: url(xzjty.png) no-repeat right center;}
.cont{width: 100%;background-color: #fff;padding: 34px 28px 0;box-sizing: border-box;}
.cont ul{display: flex;flex-wrap: wrap; justify-content: space-between;}
.cont ul li{display: flex;flex-wrap: nowrap; align-items: center; justify-content: flex-start;width: 362px;height: 229px;background: url(xz_bk.png) no-repeat center;background-size: 100% 100%;margin-bottom: 34px;padding: 19px 0 19px 21px;box-sizing: border-box;}
.cont ul i{width: 362px;height: 229px;}
.artcont{width: 21%;height: 100%;border-right: 1px solid #c7d8e6;padding-right: 16px;}
.artcont span{width: 46px;height: 46px;background: url(xzzfzt.png) no-repeat center;display: block;margin: 0 auto;margin-top: 40px;margin-bottom: 10px;}
.artcont p{font-size: 17px;display: inline-block;text-align: center;}
.artct_list{padding-left: 18px;}
.artct_list a{display: block;font-size: 15px;padding: 5px 15px;border-radius: 16px;background-color: #f0f0f0;border: 1px solid #bdbdbd;margin-bottom: 10px;}
.fblist{width: 100%;background-color: #fff;padding: 34px 28px;box-sizing: border-box;}
.fblist ul li{height: 42px; line-height: 42px;background: url(xz_dian.jpg) no-repeat left center;padding-left: 8px;box-sizing: border-box;}
.fblist ul li a{font-size: 17px;padding-left: 8px;text-overflow: ellipsis;overflow: hidden;white-space: normal;display: inline-block;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;width: calc(100% - 100px);}
.fblist ul li span{float: right;font-size: 14px;color: #575757;}

/* 适老化 */
.wdpageold .cont_tit a{font-size: 38px;}
.wdpageold .artcont p{font-size: 32px;}
.wdpageold .artct_list a{font-size: 32px;}
.wdpageold .cont ul li{width: 49%;height: 300px;}
.wdpageold .fblist ul li{line-height: 1.5;height: auto;}
.wdpageold .fblist ul li a{font-size: 32px;width:80%;}
.wdpageold .fblist ul li span{font-size: 32px;}

/* 手机版 */
@media only screen and (max-width: 1200px){
    .xz_title img{width: 90%;}
}
@media only screen and (max-width: 778px){
    .xz_title img{width: 100%;}
    .cont ul{justify-content: center;}
    .cont ul li{padding: 19px 21px;}
}
@media only screen and (max-width: 450px){
    .cont_tit a{ width: 80%; text-align: center;font-size: 25px;}
}

