@charset "utf-8";
.bf-assist-top > div > div i{font-size:50px;}
.bf-assist-top > div .wza-icon-style{cursor:pointer;text-align:center;vertical-align:middle;color:#6f6f6f;border:1px solid #cdcdcd;background-color:#e7e7e7;width:75px !important;height:75px !important;line-height:75px !important;margin-top:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
#bf-assist-elder, #bf-assist-screen-read, #bf-assist-items, #bf-assist-blendent,#bf-assist-change-sound,#bf-assist-back,#bf-assist-forword,#bf-assist-fullscreen,#bf-assist-exit,#bf-assist-help,.bf-assist-top>div:nth-child(1),.tool-line{
    display: none !important;
}

.tuichu:before {
    content: "\e659";
}
#zzmsTc{
	display:none
}
#djtc{
	display: inline-block;
}
.wzayd{
	display:none
	
}


/* 湖北省疾病预防控制中心 */

/* 链接 */
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #2d8fff;
    text-decoration: none;
}

a:active {
    outline: none;
}

/* 头部、底部、公用 */

body {
    overflow-x: hidden;
    font-size: 16px;
    background: #fff;
}

.copyright .tc {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 2;
}

.ht {
    height: 40px;
    line-height: 40px;
    color: #333333;
    font-size: 14px;
    margin-bottom: 5px;
}

.ht a {
    color: #333333;
    font-size: 18px;
    margin: 0 10px;
}

.ht a:hover {
    color: #396ed3;
}

.ht .ht-btn {
    padding: 4px 13px;
    background-color: #8abaf7;
    border-radius: 13px;
    color: #fff;
}

.ht .sign {
    border-radius: 13px;
    padding: 4px 7px;
    background-color: #e1a040;
    color: #fff;
}

.ht .sign a {
    color: #fff;
}

.ht .sign a:hover {
    color: #396ed3;
}

.header {
    height: 239px;
    background: url("/material/images/images_2021/header-bannder.jpg") no-repeat;
    background-size: cover;
    background-position: 50%;
}

.header h1 {
    /*width: 470px;*/
    /*height: 70px;*/
    width: 492px;
    height: 123px;
    margin-top: 30px;
    /*background: url(/material/images/images_2021/logo.png) 0 50% no-repeat;*/
    background: url(/material/2023/images/logo4.png) 0 100% no-repeat;
    background-size: 100%;
}

.header h1 a {
    display: block;
    height: 130px;
}

.nav-box {
    height: 70px;
    background-color: #396ed3;
}

.nav-active {
    background-color: #2c5bb6;
}

.nav {
    width: 1300px;
    height: 70px;
    margin: 0 auto;
}

.nav ul li {
    float: left;
    padding: 0 50px;
    line-height: 65px;
    cursor: pointer;
    transition: all .3s;
}

.nav ul li:hover {
    background-color: rgba(0, 0, 0, .1);
}

.nav ul li a {
    font-size: 28px;
    color: #fff;
}

/*隐藏移动端菜单*/
.mask, .mask.on, .menu-btn, .menu {
    display: none;
}

/*隐藏移动端菜单*/

/* 搜索 */
.header .search {
    display: table;
    padding: 45px 0;
    float: right;
}

.search input,
.search button {
    float: left;
    display: block;
    transition: all .3s;
}

.search button:hover {
    background-color: #8abaf7;
}

.search input {
    box-sizing: border-box;
    width: 460px;
    height: 60px;
    line-height: 20px;
    font-size: 20px;
    padding: 20px 20px 20px 55px;
    color: #b8b8b8;
    border: 1px solid #aac5f9;
    background: #fff url(/material/images/images_2021/search.jpg) 0px 50% no-repeat;
    border-radius: 3px 0px 0px 3px;
    outline: none;
}

.search button {
    box-sizing: border-box;
    width: 101px;
    height: 60px;
    border: none;
    background: #396ed3;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 55px;
    font-size: 22px;
    border-radius: 0px 3px 3px 0px;
}

.search p {
    clear: both;
    color: #396ed3;
    padding-top: 10px;
    line-height: 30px;
    font-size: 18px;
}

.search p a {
    color: #396ed3;
    margin: 0 4px;
}

.inner,
.copyright {
    position: relative;
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}


/* 底部 */
.footer {
    line-height: 22px;
    background-color: #3467c8;
    color: #fff;
}

.links {
    padding: 20px;
    background-color: #2c5bb6;
}

.links ul li {
    position: relative;
    line-height: 24px;
    font-size: 22px;
    text-align: center;
}

.links ul li:not(:last-child) {
    border-right: 1px solid #7996ce;
}

.links ul li a {
    display: block;
    color: #fff;
    margin: 0 -5px;
    padding: 0 10px;
    background: url(/material/images/images_2021/links_arr.png) 96% 50% no-repeat;
}

.links li ul {
    display: none \9;
    z-index: -1;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: 0;
    transform: translate(0, 3px);
    transition: opacity, transform .3s;
}

.links li:hover ul {
    display: block \9;
    z-index: 9;
    opacity: 1;
    transform: translate(0, 0);
}

.links li li {
    border-top: 1px solid #ddd;
    line-height: 39px;
    text-align: center;
    transition: all .3s;
}

.links li li:hover {
    background-color: #f8f8f8;
}

.links li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 22px;
    color: #333;
}

.copyright {
    line-height: 32px;
    display: table;
    position: relative;
}

.copyright .badge-icon {
    width: 58px;
    height: 72px;
    position: absolute;

    left: 0;
    top: 30px;
}

.copyright .label-icon {
    width: 117px;
    height: 59px;
    position: absolute;

    right: 0;
    top: 40px;
}

.copyright p a,
.copyright p span {
    margin: 0 10px;
    color: #fff;
}

/* 公用 */

.content .row {
    margin-right: -10px;
    margin-left: -10px;
}

.content .row > .col,
.content .row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.tab-pane {
    position: relative;
    overflow: hidden;
}

.tab-pane .pane > ul,
.tab-pane .pane > div {
    animation-duration: .3s;
}

.tab a {
    position: relative;
    display: inline-block;
    min-width: 100px;
    height: 50px;
    margin-top: -5px;
    padding: 0px 25px;
    line-height: 50px;
    font-size: 28px;
    text-align: center;
    transition: all .3s;
    font-weight: normal;
}

.tab a.current {
    color: #222;
    font-weight: bold;
}

.tab a:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 4px;
    margin: 0px 13px;
    transform: scale(0, 1);
    transition: transform .3s;
}

.tab a.current:after {
    background-color: #396ed3;
    transform: scale(1, 1);
}

/*@media (max-width: 1200px) {*/
/*    .tab {*/
/*        display: -webkit-box;*/
/*        display: -webkit-flex;*/
/*        display: flex;*/
/*        -webkit-box-pack: justify;*/
/*        -webkit-justify-content: space-between;*/
/*        justify-content: space-between;*/
/*        -webkit-box-align: center;*/
/*        -webkit-align-items: center;*/
/*        align-items: center;*/
/*        margin-left: -2px;*/
/*        margin-right: -2px;*/
/*    }*/

/*    .tab a {*/
/*        width: 0%;*/
/*        line-height: 18px;*/
/*        min-width: inherit;*/
/*        position: relative;*/
/*        overflow: hidden;*/
/*        display: block;*/
/*        margin: 0 2px;*/
/*        padding: 11px 0;*/
/*        font-size: 16px;*/
/*        box-sizing: border-box;*/
/*        -webkit-box-sizing: border-box;*/
/*        -webkit-box-flex: 1;*/
/*        -webkit-flex: 1;*/
/*        flex: 1;*/
/*    }*/
/*}*/

.list-a li i {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(/material/images/images_2021/icons.png);
    background-image: url(/material/images/images_2021/icons_ie8.png) \9;
    background-size: 360px auto;
    background-repeat: no-repeat;
}


.row {
    margin-right: -10px;
    margin-left: -10px;
}

.table-bordered {
    margin-bottom: 0px;
}

.table-bordered > tbody > tr > th {
    background-color: #f9f9f9;
    text-align: center;
    color: #048;
}

.list-t li {
    font-size: 24px;
}

.list-t li:before {
    width: 6px;
    height: 6px;
    border-radius: 0px;
}

.list-t li .hot {
    display: block;
    background: url("/material/images/images_2021/hot.png") no-repeat;
    width: 14px;
    height: 14px;
    margin-left: 5px;
}

.p20 {
    padding: 20px;
}

/* 首页 开始*/

/* part1开始 */
.p1 {
    padding-bottom: 50px;
}

.p1, .p3, .p4 {
    background: #f8f8f8;
}

.headline {
    padding: 30px 0px 20px 150px;
    background: url(/material/images/images_2021/headline.png) 0 50% no-repeat;
}

.headline h4 {
    line-height: 42px;
    font-weight: normal;
    font-size: 34px;
}

.headline p a {
    color: #999;
    font-size: 20px;
}


.headline .list-t li:before {
    display: none;
}


/*@media (max-width: 1200px) {*/

/*    .headline {*/
/*        padding: 0PX;*/
/*        background: none;*/
/*    }*/

/*    .headline h4 {*/
/*        line-height: 30px;*/
/*        font-size: 22px;*/
/*    }*/

/*    .headline .list-t {*/
/*        padding: 0px;*/
/*    }*/

/*    .headline .list-t li {*/
/*        width: 100%;*/
/*        padding-left: 0px;*/
/*    }*/
/*}*/

.col-zz {
    width: 100% !important;
}

.col-zz-6 {
    width: 50% !important;
}

.focus,
.focus .pic {
    position: relative;
    /*width: 580px;*/
    /*height: 390px;*/
    width: 100%;
    height: 875px;
}

.focus {
    margin-bottom: 30px;
}

.focus .pic > div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.focus .pic img {
    width: 100%;
    height: 100%;
}

.focus .pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 115px 10px 10px;
    line-height: 44px;
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #333;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.focus .focus-prev,
.focus .focus-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .focus-prev .iconfont,
.focus .focus-next .iconfont {
    font-size: 28px;
    font-weight: normal;
}

.focus .focus-prev {
    transform: translate(-50px, 0);
    left: 0;
    background-image: none;
}

.focus .focus-next {
    transform: translate(50px, 0);
    right: 0;
    background-image: none;
}

.focus:hover .focus-prev,
.focus:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
    position: absolute;
    bottom: 22px;
    left: auto;
    right: 0;
    z-index: 9;
    width: auto;
    margin-bottom: 4px \9;
    padding: 0 10px;
    text-align: right;
}

.focus .navi li {
    float: left;
    width: 20px;
    height: 3px;
    margin: 0 2px;
    font: 0/0 lx;
    border: none;
    color: transparent;
    background-color: #fff;
    border-radius: 0px;
    transition: all .3s;
}

.focus .navi li.on {
    background-color: #84a3e8;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.focus .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    border: none;
    opacity: 1;
    border-radius: 0px;
    background-color: #fff;
}

.focus .swiper-pagination-bullet-active {
    background-color: #84a3e8;
}

/*@media (max-width: 1200px) {*/

/*    .focus,*/
/*    .focus .pic {*/
/*        position: relative;*/
/*        width: 100%;*/
/*        height: auto;*/
/*    }*/

/*    .focus .pic > div {*/
/*        position: relative;*/
/*        overflow: hidden;*/
/*        width: 100%;*/
/*        padding: 60% 0 0;*/
/*    }*/

/*    .focus .pic img {*/
/*        position: absolute;*/
/*        top: 0;*/
/*        left: 0;*/
/*        height: 100%;*/
/*    }*/

/*    .focus {*/
/*        margin-bottom: 20px;*/
/*    }*/

/*}*/


.news .tab {
    margin-left: -14px;
    margin-right: -14px;
}

.news .tab a {
    padding: 0px 15px;
}

/* part1结束 */

/* part2开始 */
.p2 .tab-pane {
    margin-bottom: 30px;
}

.advisory-box {
    margin-bottom: 16px;
    float: none;
    width: 100%;
    overflow: hidden;
}

.detail-box ul:hover, .info-box:hover {
    box-shadow: #ccc 2px 2px 10px;
}

.advisory-box li {
    float: left;
}

.advisory-box li:not(:last-child) {
    /*width: 191px;*/
    /*height: 56px;*/
    width: 419px;
    height: 100px;
    background-color: #f0f7ff;
    border: solid 1px #d5e6ff;
    line-height: 100px;
    font-size: 26px;
    color: #488ae9;
    margin-right: 16px;
    cursor: pointer;
    transition: all .3s;
}

.advisory-box li:not(:last-child):hover {
    box-shadow: #ccc 2px 2px 10px;
}

.advisory-box li i {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background-image: url("/material/images/images_2021/icons_ie8.png");
    background-size: 360px auto;
    background-repeat: no-repeat;
    margin:30px 6px 7px 100px;
}

.advisory-box .s1 {
    background-position: 0 -40px;
}

.advisory-box .s2 {
    background-position: -40px -40px;
}

.advisory-box li:last-child {
    float: left;
    margin-left: 50px;
    /*width: 158px;*/
    /*height: 56px;*/
    /*width: 280px;*/
    width: 350px;
    height: 100px;
    background: url("/material/images/images_2021/phone-nub-zz.png") no-repeat;
    background-size: 100%;
}

.detail-box {
    /*width: 367px;*/
    width: 830px;
    margin-left: 24px;
}

.detail-box ul {
    /*width: 355px;*/
    width: 830px;
    /*height: 150px;*/
    background-color: #f8f8f8;
    margin-bottom: 16px;
    padding: 19px 20px 0 30px;
    position: relative;
    transition: all .3s;
}

.detail-box ul li {
    /*font-size: 16px;*/
    font-size: 24px;
    line-height: 45px;
    color: #666666;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.detail-box .status-bar li {
    margin-bottom: 20px;
}

.detail-box ul li a {
    white-space: pre-wrap;
    overflow: visible;
	width:90%
}

.detail-box ul li span {
    display: inline;
    position: relative;
    height: 30px;
    border-radius: 1px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    right: 0;
    /* bottom: 20px; */
	margin-left:10px;
	padding-left: 5px;
}

.detail-box ul li .conduct {
    background-color: #4473cc;
}

.detail-box ul li .end {
    background-color: #c0c0c0;
}

.detail-box ul li:first-child:before {
    display: none;
}

.detail-box ul li:first-child {
    position: absolute;
    /*width: 31px;*/
    /*height: 111px;*/
    width: 35px;
    height: 125px;
    left: -17px;
    top: 12px;
}

.detail-box ul:first-child li:first-child {
    background: url("/material/images/images_2021/label-icon1.png") no-repeat;
    background-size: 100%;
}

.detail-box ul:last-child li:first-child {
    background: url("/material/images/images_2021/label-icon2.png") no-repeat;
    background-size: 100%;
}

.info-box {
    width: 410px;
    height: 316px;
    background-color: #f8f8f8;
    padding: 19px 17px 0 30px;
    transition: all .3s;
}

.info-box ul {
    position: relative;
}

.info-box ul li:first-child {
    position: absolute;
    /*width: 31px;*/
    /*height: 111px;*/
    width: 35px;
    height: 125px;
    left: -50px;
    top: -12px;
    background: url("/material/images/images_2021/label-icon3.png") no-repeat;
    background-size: 100%;
}

.info-box .line {
    width: 123px;
    height: 1px;
    background-color: #e5e5e5;
    opacity: 0.72;
    margin: 23px 0;
}

.info-box .time-top {
    font-size: 22px;
    line-height: 2;
    color: #39abcc;
}

.info-box .info-content {
    font-size: 20px;
    line-height: 1.5;
    color: #666666;
    cursor: pointer;
}

.info-box .info-content:hover {
    color: #1b80d2;
}

/* part2结束 */

/* part3开始 */
.xxgk {
    margin-top: 13px;
    border: 1px solid #d5e6ff;
}

.xxgk .tab a {
    font-weight: bold;
	font-family:'微软雅黑';
    padding: 0px 26px;
    width: 50%;
    height: 75px;
    margin: 0px;
    font-size: 26px;
    line-height: 75px;
    background-color: #f0f7ff;
    border-bottom: 1px solid #d5e6ff;
}

.xxgk .tab a.current:after {
    display: none;
}

.xxgk .tab a.current,
.xxgk .tab a:hover {
    color: #fff;
    padding: 0px 67px;
    background: #396ed3 url(/material/images/images_2021/tab_bg.jpg) 0 50% no-repeat;
}

.xxgk .a2 {
    padding: 19px;
    background-color: #fff;
}

.a2 li a {
    margin-right: -10px;
    margin-left: -10px;
    line-height: 60px;
    text-align: left;
    font-size: 26px;
}

.a2 li i {
    width: 50px;
    height: 50px;
    background-size: 420px auto;
}

.a2 i {
    position: relative;
    z-index: 2;
    float: left;
    margin: 10px 0px;
}

.a2 i.s1 {
    background-position: 0px -95px;
}

.a2 i.s2 {
    background-position: -50px -95px;
}

.a2 i.s3 {
    background-position: -90px -95px;
}

.a2 i.s4 {
    background-position: -140px -95px;
}

.a2 i.s5 {
    background-position: -190px -95px;
}

.a2 i.s6 {
    background-position: -230px -95px;
}

.a2 i.s7 {
    background-position: -280px -95px;
}

.a2 i.s8 {
    background-position: -330px -95px;
}

.a2 i.s9 {
    background-position: -370px -95px;
}

.a2 a:hover i.s1 {
    background-position: 0px -145px;
}

.a2 a:hover i.s2 {
    background-position: -50px -145px;
}

.a2 a:hover i.s3 {
    background-position: -90px -145px;
}

.a2 a:hover i.s4 {
    background-position: -140px -145px;
}

.a2 a:hover i.s5 {
    background-position: -190px -145px;
}

.a2 a:hover i.s6 {
    background-position: -230px -145px;
}

.a2 a:hover i.s7 {
    background-position: -280px -145px;
}

.a2 a:hover i.s8 {
    background-position: -330px -145px;
}

.a2 a:hover i.s9 {
    background-position: -370px -145px;
}

.a2 i.s10 {
    background-position: 0px -190px;
}

.a2 i.s11 {
    background-position: -50px -190px;
}

.a2 i.s12 {
    background-position: -90px -190px;
}

.a2 i.s13 {
    background-position: -140px -190px;
}

.a2 i.s14 {
    background-position: -190px -190px;
}

.a2 i.s15 {
    background-position: -230px -190px;
}

.a2 i.s16 {
    background-position: -280px -190px;
}

.a2 i.s17 {
    background-position: -330px -190px;
}

.a2 a:hover i.s10 {
    background-position: -0px -235px;
}

.a2 a:hover i.s11 {
    background-position: -50px -235px;
}

.a2 a:hover i.s12 {
    background-position: -90px -235px;
}

.a2 a:hover i.s13 {
    background-position: -140px -235px;
}

.a2 a:hover i.s14 {
    background-position: -190px -235px;
}

.a2 a:hover i.s15 {
    background-position: -230px -235px;
}

.a2 a:hover i.s16 {
    background-position: -280px -235px;
}

.a2 a:hover i.s17 {
    background-position: -330px -235px;
}

.p3 {
    padding-top: 50px;
}

.a3 li {
    border-radius: 4px;
    overflow: hidden;
    width: 50%;
}

.a3 li.s3, .a9 li.s4 {
    width: 100%;
}

.a3 li a {
    position: relative;
    height: 89px;
    color: #488ae9;
    line-height: 60px;
    font-weight: bold;
    margin: 10px 5px 0px 5px;
    padding: 15px 0px;
    border-radius: 3px;
    text-align: left;
    border: 1px solid #d5e6ff;
    background: #f0f7ff url(/material/images/images_2021/icon_bg.png) center 0px no-repeat;
    font-size: 22px;
}

.a3 li a:hover {
    border: 1px solid #488ae9;
}

.a3 li a i {
    position: relative;
    z-index: 2;
    float: left;
    margin: 10px 10px 10px 5px;
    background-position: 0 -160px;
}

.a3 li.s1 a i {
    background-position: -120px -40px;
}

.a3 li.s2 a i {
    background-position: -160px -40px;
}

.a3 li.s4 a i {
    background-position: -80px -40px;
}

.a3 li.s5 a i {
    background-position: -200px -40px;
}

.a3 li.s3 a {
    height: 90px;
    background: url(/material/images/images_2021/zwfw_03.png) center 0px no-repeat;
}

/*@media (max-width: 1200px) {*/

/*    .a3 li a i,*/
/*    .a3 li.s4 a i {*/
/*        float: initial;*/
/*        margin: 10px auto 0px;*/
/*    }*/

/*    .a3 li a,*/
/*    .a3 li.s4 a {*/
/*        padding: 0px;*/
/*        line-height: 24px;*/
/*        text-align: center;*/
/*    }*/

/*}*/
.a3{
	margin-top:20px
}
.a4{
	margin-top:30px
	
}
.a4 li {
    height: 90px;
    border-radius: 3px;
    margin: 10px 0px;
}

.a4 li a {
    padding: 30px 70px 20px 30px;
    line-height: 24px;
    font-weight: bold;
    font-size: 25px;
    text-align: left;
    color: #fff;
    transition: padding .3s;
}

.a4 li a:hover {
    padding-top: 10px;
}

.a4 .s1 {
    background: url(/material/images/images_2021/xt_01_1215.jpg) right 0px no-repeat;
}

.a4 .s2 {
    background: url(/material/images/images_2021/xt_02_1215.jpg) right 0px no-repeat;
}

.a4 .s3 {
    background: url(/material/images/images_2021/xt_03_1215.jpg) right 0px no-repeat;
}

/* part3结束 */

/* part4 start*/
.p4 {
    padding: 30px 0;
}

.p4 .ert {
    width: 1300px;
    height: 165px;
    background: url("/material/images/images_2021/ert_banner.jpg") no-repeat;
    margin: 0 auto 40px;
    background-size: 100%;
}

.p4 ul {
    display: table-cell;
    vertical-align: middle;
    height: 165px;
    padding-left: 190px;
}

.p4 ul li {
    float: left;
    margin-right: 35px;
}

.p4 ul .line {
    width: 1px;
    height: 29px;
    background-color: #d1d1d1;
}

.p4 ul li p:first-child {
     font-size: 16px;
    color: #85abf3;
    font-weight: 300;
}

.p4 ul li p:first-child span {
     font-size: 32px;
    color: #386cd1;
    font-weight: bold;
}

.p4 ul li p:last-child {
    font-size: 22px;
    color: #333333;
	line-height:40px
}

.p4 ul li .p4-passage {
    background: url("/material/images/images_2021/rztd_btn.png") no-repeat;
    background-size: cover;
    /*width: 137px;*/
    /*height: 49px;*/
    width: 175px;
    height: 62px;
    cursor: pointer;
    line-height: 62px;
    transition: all .6s;
}

.p4 ul li .p4-passage span {
    font-size: 22px;
    color: #ffffff;
    margin-left: 24px;
}

.p4 ul li .p4-passage:hover {
    transform: scale(1.05);
}
.p4-passage a{
	color:#fff
}
.p4 ul li p:first-child span{
	font-size:30px
}

/* part4 end*/

/* part5开始 */
.p5-banner {
    background: url("/material/images/images_2021/part5_banner.jpg") no-repeat;
    height: 91px;
}

.topic {
    position: relative;
}

.topic .scroll {
	 width: 100% !important;
    position: relative;
    margin: 0 auto;
}

.topic .swiper-wrapper .swiper-slide div {
    position: relative;
    display: block;
    width: 400px;
    margin: 20px;
	height:290px
}

.topic .swiper-wrapper .swiper-slide div .pic {
    display: block;
    text-align: center;
}

.topic .swiper-wrapper .swiper-slide div img {
    width: 100%;
    /*max-width: 280px;*/
    /*height: 120px;*/
    max-width: 420px;
    height: 180px;
}

.topic .swiper-wrapper .swiper-slide div p {
    cursor: pointer;
    font-size: 20px;
    color: #666666;
    line-height: 1.5;
}

.topic .swiper-wrapper .swiper-slide div p:hover {
    color: #386cd1;
}

.topic-prev,
.topic-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 66px;
    margin-top: -10px;
    line-height: 66px;
    text-align: center;
    cursor: pointer;
    background-color: #f5f5f5;
    z-index: 999;
    transition: all .3s;
}

.topic-prev span,
.topic-next span {
    display: block;
    font-size: 30px;
    color: #999;
    font-weight: normal;
}

.topic-prev {
    left: -35px;
    background-image: none;
}

.topic-next {
    right: -35px;
    background-image: none;
}

.topic-prev:hover,
.topic-next:hover {
    background-color: #3467c8;
}

.topic-prev:hover span,
.topic-next:hover span {
    color: #fff;
}

/*@media (max-width: 1200px) {*/
/*    .topic .scroll {*/
/*        position: relative;*/
/*        margin: 0 -10px;*/
/*    }*/

/*    .topic li img {*/
/*        height: 100%;*/
/*    }*/

/*    .links ul li:not(:last-child) {*/
/*        border: none;*/
/*    }*/


/*}*/

/* part5结束 */
/* 首页结束 */

/*@media (max-width: 1200px) {*/
/*    .p4 {*/
/*        width: 100%;*/
/*    }*/

/*    .p4 ul {*/
/*        padding-left: 170px;*/
/*    }*/

/*    .topic {*/
/*        width: 95%;*/
/*        margin: 0 auto;*/
/*    }*/

/*    .topic .swiper-wrapper .swiper-slide div {*/
/*        width: 90%;*/
/*        margin: 0 auto;*/
/*    }*/

/*    .a2 li a {*/
/*        font-size: 15px;*/
/*    }*/

/*    #wuzhangai {*/
/*        display: none;*/
/*    }*/
/*}*/
.cn,.cp{
	border:1px solid #eee;
	padding:10px;
	padding-top:15px;
	height:112px;
	padding-bottom: 15px;
    display: inline-block;
	overflow: hidden;
}

.topic .swiper-wrapper .swiper-slide div p:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 4px;
    transform: scale(0, 1);
    transition: transform .3s;
}
.topic .swiper-wrapper .swiper-slide div p:hover:after {
    background-color: #3467c8;
    transform: scale(1, 1);
}

.topic .swiper-wrapper .swiper-slide div p:hover {
    color: #386cd1;
}
.w70{
	width:80%
}
.p5 .topic p.cn{
height:112px
}
/**/
.xz_sm{
color:#386cd1;
font-size:26px;
line-height:38px;
width:1200px;
margin:0 auto;
text-align:center;
position:relative;
padding: 25px 30px;
}
.xz_sm span{
color:#386cd1;
font-size:30px;

}
.xz_sm:before{
content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 17px;
    margin-top: 0px;
    background: url(/material/images/top_sy.png) no-repeat;
}
.xz_sm:after{
content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 17px;
    margin-top: 0px;
    background: url(/material/images/bottom_sy.png) no-repeat;
}
@media (max-width: 1200px){
.xz_sm{
width:100%
}
}
