@charset "utf-8";
.topnav {
    background-color: #585756;
    font-size: .12rem;
    position: fixed;
    left: 0;
    top: 0;
    line-height: .6rem;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.topnav a{
    padding: 0 .1rem;
    border-right: 1px solid rgba(255,255,255, .5);
    color: #fff;
}

.topnav a:last-child{
    border-right: none;
}

.header {
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    padding-left: 0.3rem;
    /*box-shadow: 0 0 .1rem rgba(212, 46, 42, 0.8);*/
    background-image: linear-gradient(to right, #8d1623 0%, #ca2f32 50%, #8d1623 100%);
}

.header_logo {
    flex: 1;
    display: flex;
    align-items: center;
}

.header_logo .logo {
    display: block;
    height: .65rem;
    width: auto;
}

.header_logo .sub_logo {
    height: .4rem;
    width: auto;
}

.header_nav img {
    margin-right: .4rem;
    display: block;
    width: .4rem;
    height: auto;
}

.header_nav.close {
    display: none;
}

.nav_sub {
    display: none;
    position: fixed;
    z-idnex: 3;
    left: 0;
    top: 1rem;
    width: 100%;
    bottom:0;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
    background-color: rgba(0,0,0,0.5);
}

.nav_sub dl {
    padding: 0 .2rem;
    background-color: #FFF;
}

.nav_sub .checked {
    border-bottom: 1px solid #eee;
}

.nav_sub dl a{
    display: block;
}
.nav_sub dl dt {
    position: relative;
    padding: 0.36rem .2rem;
    line-height: 1;
    border-bottom: 1px solid #eee;
}

.nav_sub dl dt:before {
    position: absolute;
    content: '';
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: .1rem solid transparent;
    border-left: .1rem solid #bebebe;
    border-bottom: .1rem solid transparent;
}

.nav_sub .checked dt:before {
    width: 0;
    height: 0;
    border-left: .1rem solid transparent;
    border-right: .1rem solid transparent;
    border-top: .1rem solid #bebebe;
    border-bottom: none;
}

.nav_sub .checked dd {
    height: auto;
    padding: .18rem 0.2rem .18rem .5rem;
}

.nav_sub dl dd {
    font-size: 0;
    height: 0;
    color: #666;
    overflow: hidden;
}

.nav_sub dl dd span {
    display: block;
    font-size: .26rem;
    padding:0.18rem 0;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sanjSub{
    display: none;
    position: fixed;
    z-index: 4;
    left: 0;
    top: 1rem;
    padding: 0 .25rem;
    width: 100%;
    bottom:0;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
    background-color: #f7f7f7;
    box-sizing: border-box;
}
.sanjSub a{
    position: relative;
    display: block;
    padding-right:.8rem;
    font-size: .3rem;
    line-height: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom:1px solid #eee;
}
.sanjSub a:after{
    content: '';
    position: absolute;
    right:.4rem;
    top:50%;
    width: .12rem;
    height: .12rem;
    border-top:2px solid #9e9c9c;
    border-right:2px solid #9e9c9c;
    transform: translateY(-30%) rotate(45deg);
}

.searchBox{
    display: none;
    position: fixed;
    z-index:10;
    left: 0;
    top:0;
    bottom: 0;
    width: 100%;
    padding: 2rem .3rem;
    background-color: rgba(0,0,0,0.5);
}
.search_box{
    display: flex;
    align-items: center;
    padding: 2px 2px 2px .1rem;
    background: #FFF;
    border-radius: 2px;
}
.search_box input{
    flex:1;
    padding: 0 .1rem;
    height: .68rem;
    font-size: .26rem;
}
.search_box span{
    display: block;
    width: 1.8rem;
    line-height: .68rem;
    border-radius: 2px;
    text-align: center;
    font-size:.3rem;
    color: #FFF;
    background-color: #b81c22;
}


.banner {
    width: 100%;
    /*height: 3.2rem;*/
}
.banner img{
    width: 100%;
    height: auto;
}

.containter {
}

.title {
    font-size: .36rem;
    line-height: .4rem;
    text-align: center;
    color: #a0021f;
}

.titleB {
    font-size: .4rem;
    line-height: .6rem;
    text-align: center;
}

.titleB:after {
    content: '';
    margin-left: .1rem;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: .07rem solid transparent;
    border-right: .07rem solid transparent;
    border-top: .08rem solid #bebebe;
    vertical-align: middle;
}

.titleSub {
    position: relative;
    font-size: .32rem;
    line-height: .4rem;
    text-align: center;
    color: #909090;
}

.titleSub:after {
    content: '';
    margin-left: .1rem;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: .06rem solid transparent;
    border-right: .06rem solid transparent;
    border-top: .07rem solid #909090;
    vertical-align: middle;
}
.titleSub span{
    position: relative;
}
.titleSub ul{
    display: none;
    position: absolute;
    left: 50%;
    top:.5rem;
    right:0;
    width: 2.8rem;
    /*margin-left: -0.9rem;*/
    padding:0.2rem 0;
    font-size: .26rem;
    background-color: #FFF;
    font-weight: normal;
    border: .01rem solid #eee;
    box-shadow: 0 0 .1rem rgba(0,0,0,0.3);
    transform: translate(-50%, 0);
}

.titleSub ul li{
   line-height: .4rem;
}
.titleSub li.checked {
    color: #b81c22;
}
.jxdh_title_span li {
    padding: 0 .1rem;
    line-height: .4rem;
    font-size: .26rem;
    text-align: center;
    cursor: pointer;
}
.newsA {
    margin-left: .24rem;
    margin-right: .24rem;
    display: flex;
    flex-wrap: wrap;
    font-size: .3rem;
}

.newsA li {
    position: relative;
    width: 49%;
    margin-bottom: 2%;
    display: flex;
    align-items: center;
    padding: .4rem .5rem;
    height: 2.4rem;
    box-shadow: 0 0.08rem .15rem rgba(0, 0, 0, 0.15);
}

.newsA li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: .14rem;
    height: .84rem;
    background: url("../image/news_wen.png") no-repeat center;
    background-size: 100% 100%;
    transform: translateY(-50%);
}

.newsA li div {
    line-height: .4rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.newsA li:nth-last-child(2n+1) {
    margin-left: 2%;
}

.moreBtn {
    margin-left: .8rem;
    margin-right: .8rem;
    color: #9e9c9c;
    line-height: .8rem;
    font-size:0.3rem;
    background-color: #f7f7f7;
    text-align: center;
}

.moreBtn.sty_red {
    background-color: #b81c22;
    color: #FFF;
}

.moreBtn.sty_black {
    background-color: #353533;
    color: #818181;
}

.moreBtn.sty_gray {
    background-color: #f7f7f7;
    color: #818181;
}
/*
.academicUl {
}

.academicUl li {
    display: flex;
    align-items: center;
    padding: .5rem .24rem;
    margin-bottom: .2rem;
    box-shadow: 0 0.08rem .15rem rgba(0, 0, 0, 0.15);
}

.academicUl li img {
    display: block;
    width: 2.55rem;
    height: 2.55rem;
}

.academicUl li div {
    display: flex;
    flex-direction: column;
    margin-left: .3rem;
    height: 2.55rem;
    flex: 1;
    font-size: .28rem;
    line-height: 1.2;
}

.academicUl li h3 {
    flex: 1;
    overflow: hidden;
    font-size: .32rem;
    font-weight: 700;
}

.academicUl li h3 span {
    display: block;
    height: .8rem;
    line-height: .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}*/
.academicUl{
    padding: 0 .25rem;
}
.academicUl li {
    display: flex;
    margin-bottom: .4rem;
}

.academicUl li .lectureDate{
    margin-right: .2rem;
    min-width: 2.1rem;
    width: 2.1rem;
    height: 2.1rem;
    line-height: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border:1px solid #eee;
    font-size:.72rem;
    color:#b81c22;
    text-align: center;
    font-family: 'SimSun';
}
.academicUl li .lectureDate .day{    
    height: 1.05rem;
    line-height: 1.05rem;
}
.academicUl li .lectureDate .month{
    font-size:.4rem;
    height: 1.05rem;
    line-height: 1.05rem;
    background-color:#f7f7f7 ;
    text-align: center;
    color:#7e7e7e;
}
.academicUl li .lecture-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex:1;
    min-height: 2rem;
    font-size:.26rem;
    color:#9e9c9c;
    overflow: hidden;
}
.academicUl li .lecture-info span{
    display: block;
}

.academicUl li .lecture-info .lectureUser{
    flex:1;
    font-size:.3rem;
    line-height: .4rem;
    max-height: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color:#3e3a39;
}
.academicUl li .lecture-info .lectureTitle{
    margin-top: .1rem;
}
.academicUl li .lecture-info .lectureAddress{
    /*margin-top: .1rem;*/
}
.ulA {
    padding: 0 .24rem;
    background-color: #f7f7f7;
}

.ulA li {
    padding: 0 .3rem;
    line-height: 1rem;
    border-bottom: 1.5px solid #FFF;
    font-size: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dlA_box {
    padding: 0.3rem 0;
    background-color: #262521;
}

.dlA {

}

.dlA dt {
    padding-top: .4rem;
    background-color: #31312d;
}

.dlA .dlA_img {
    display: flex;
    align-items: center;
    width: 4rem;
    margin: 0 auto 0.1rem;
    /*border-left: 1px solid rgba(255, 255, 255, .3);*/
}

.dlA dt img {
    width: 100%;
    height: auto;
    box-shadow: 0 .08rem .4rem rgba(211, 143, 54, .7);
}

.dlA dd {
    margin-top: .1rem;
    background-color: #31312d;
}

.dlA .dlA_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 .6rem;
    height: 1.06rem;
    font-size: .26rem;
    color: #787574;
}

.dlA .dlA_div h4 {
    position: relative;
    /*margin-bottom: .1rem;*/
    color: #FFF;
    font-size: .3rem;
}

.dlA .dlA_div h4 span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dlA .dlA_div h4 span a{
    color: #FFF;
}

.dlA .dlA_div h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: .16rem;
    height: .16rem;
    border-radius: 50%;
    background-color: #666866;
    transform: translate(-.35rem, -50%);
}

.aboutDl {
    padding: 0 .6rem;
}

.aboutDl dt {
    margin-top: .3rem;
    font-size: .3rem;
    line-height: .54rem;
    color: #362b2b;
}

.aboutDl dd {
    display: flex;
    flex-wrap: wrap;
    color: #362b2b;
}

.aboutDl dd p {
    min-width: 50%;
    flex: 1;
    margin-top: .4rem;
    margin-bottom: .2rem;
    text-align: center;
    font-size: .26rem;
}

.aboutDl dd p span {
    margin-top: .1rem;
    display: block;
    font-family: 'SimSun';
    font-size: .42rem;
}

.zt_imgBox{
    margin-left:0.3rem;
    margin-right:0.3rem;
    /*height: 1.73rem;*/
    overflow: hidden;
}
.zt_img img {
    display: block;
    width: 100%;
    height: auto;
}

.zt_imgBox .swiper-slide div{
    width: 100%;
    height: 100%;
}

.zt_imgBox .zt_img_title{
    width:100%;
    font-size: .28rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.ztUl {
    display: flex;
    flex-wrap: wrap;
    padding: 0 .6rem;
    color: #362b2b;
}

.ztUl li {
    min-width: 50%;
    flex: 1;
    margin-top: .4rem;
    text-align: center;
    font-size: .24rem;
    line-height: .5rem;
}

.ztUl li .imgBox {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
}
.ztUl li .imgBox img{
    display: block;
    width: 0.75rem;
    height: auto;
}
.ztUl li .imgBox.img1 {
    background: url("../image/grey01.png") no-repeat center;
    background-size: 100% 100%;
}
.ztUl li .imgBox.img2 {
    background: url("../image/grey02.png") no-repeat center;
    background-size: 100% 100%;
}
.ztUl li .imgBox.img3 {
    background: url("../image/grey03.png") no-repeat center;
    background-size: 100% 100%;
}
.ztUl li .imgBox.img4 {
    background: url("../image/grey04.png") no-repeat center;
    background-size: 100% 100%;
}










.footer {
    position: relative;
    margin-top: 1.3rem;
    padding: 1.8rem .24rem .55rem;
    background-color: #585756;
}
.footerTxt {
  padding: 0 .5rem;
  font-size:.28rem;
  color:#FFF;
}

.footer .footerLogo {
    position: absolute;
    left: 50%;
    top: -.9rem;
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 50%;
    background:#585858 url("../image/footer_y.png") no-repeat center;
    background-size: 2.45rem 2.45rem;
    transform: translateX(-50%);
}

.footer_aBox {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
}

.footer_aBox a {
    display: block;
    margin-bottom: .6rem;
    padding: 0 .2rem;
    font-size: .28rem;
    line-height: .32rem;
    text-align: center;
    color: #FFF;
    border-right: 1px solid #FFF;
    box-sizing: border-box;
}

.footer_aBox a.noborder {
    border: none;
}

.footer_gz {
    font-size: .28rem;
    color: #b6b6b6;
    text-align: center;
}

.footer_gzDiv {
    padding: 0 .4rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer_gzDiv a {
    display: block;
    width: 20%;
    margin-bottom: .4rem;
    text-align: center;
}

.footer_gzDiv a img {
    width: .66rem;
    height: auto;
}

.footer_wzdt {
    position: relative;
    font-size: .26rem;
    color: #b6b6b6;
    text-align: center;
}

.footer_wzdt i {
    margin-left: .1rem;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: .07rem solid transparent;
    border-right: .07rem solid transparent;
    border-top: .1rem solid #b6b6b6;
}

.footer_wzdt:before{
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    overflow: hidden;
}

.footer_wzdt:before {
    left: -0.24rem;
    right:-0.24rem;
}



.footer_txtA {
    font-size: .22rem;
    color: #FFF;
    text-align: center;
}

.breadCrumb {
    padding:.2rem  .25rem .6rem;
    font-size: .26rem;
    line-height: .3rem;
    color: #9a9898;
}

.breadCrumb a{
    color:#9e9c9c;
}
.breadCrumb span{
    position: relative;
    padding: 0 .15rem;
    color:#9e9c9c;
    background:none;
}
.breadCrumb span:after{
    content: '';
    position: absolute;
    left: 50%;
    top:50%;
    width: 1px;
    height: .24rem;
    background-color: #9e9c9c;
    overflow: hidden;
    transform: translateY(-40%) rotate(30deg);
}


.breadCrumb a:last-of-type{
    color:#3e3a39;
}
.breadCrumb a:hover{
    color: #9e9c9c;
    text-decoration: none;

}


.footer_txtB {
    font-size: .2rem;
    line-height: 1.5;
    color: #8b8988;
    text-align: center;
}
.selectBox{
  position: relative;
}
.selectBox .selectA{
  padding: 0 .45rem;
  width: 100%;
  height: .6rem;
  border:1px solid #818181;
  box-sizing: border-box;
  text-align: center;
  font-size:.28rem;
  color:#FFF;
  text-align: center;
  text-align-last: center;

}
.selectBox .selectA option {
  color:#999;
}
.selectBox:after{
  content: '';
  position: absolute;
  right:.2rem;
  top:50%;
  width: 0;
  height: 0;
  border-left: .07rem solid transparent;
  border-right: .07rem solid transparent;
  border-top: .08rem solid #b0b0b0;
  vertical-align: middle;
  transform: translateY(-50%);

}

.jxdh_ul {
    margin-left: .25rem;
    margin-right: .25rem;
}

.jxdh_ul li {
    margin-bottom: .2rem;
}

.jxdh_li_top {
    position: relative;
}

.jxdh_ul img {
    vertical-align: top;
    width: 100%;
    height: auto;
}

.jxdh_li_top p {
    position: absolute;
    left: .24rem;
    bottom: 0;
    padding: .24rem 0;
    width: 1.5rem;
    font-size: .3rem;
    line-height: .36rem;
    color: #FFF;
    text-align: center;
    background-color: #2e2424;
    transform: translateY(50%);
}
.jxdh_ul_div{
    position: relative;
    padding: 1rem 0 .3rem .5rem;
    background: #f7f7f7 url("../image/wen.png") repeat-y bottom center;
    background-size: 100% auto;
}
.jxdh_ul_div .jxdh_ul_span{
    position: absolute;
    left: .24rem;
    top: 0;
    padding: .24rem 0;
    width: 1.5rem;
    font-size: .3rem;
    line-height: .36rem;
    color: #FFF;
    text-align: center;
    background-color: #2e2424;
    transform: translateY(-50%);
}
.jxdh_ul_div .jxdh_ul_span a{
    text-decoration:none;
    color:#FFF;
}
.jxdh_ul_div .jxdh_ul_txt{
    display: block;
    margin-bottom: .3rem;
    padding-left: 1.15rem;
    font-size: .3rem;
    color: #454545;
    background: url("../image/jxdh_xb.png") no-repeat .65rem center;
    background-size: .29rem .21rem;
}

.jxdh_li_down {
    padding: 1rem 0 .5rem .5rem;
    background: #f7f7f7 url("../image/wen.png") repeat-y bottom center;
    background-size: 100% auto;
}

.jxdh_li_down p {
    margin-bottom: .3rem;
    padding-left: 1.15rem;
    font-size: .3rem;
    color: #454545;
    background: url("../image/jxdh_xb.png") no-repeat .65rem center;
    background-size: .29rem .21rem;
}

.lby_ul,
.lby_ulC {
    margin-left: .3rem;
    margin-right: .3rem;
    padding-left:0!important;
}
.lby_ul_tc,
.lby_ulC{
    text-align: center!important;
}

.lby_ul li,
.lby_ulC li {
    float: left;
    width: 48.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 3%;
    padding: 0 .4rem;
    height: 1.6rem;
    border: 1px solid #eee;
    font-size: .3rem;
    color: #6f6f6f;
}
.lby_ulC li{
    width: 45.5%;
}
.lby_ul li:nth-of-type(2n),
.lby_ulC li:nth-of-type(2n){
    float: right;
}

.lby_ul li h3,
.lby_ulC li h3 {
    font-size: .3rem;
    line-height: 1.1;
    color: #3e3a39;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.lby_ul li h3 .ml20{
    margin-left: .3rem;
}
.lby_ul li h3 .f28{
    font-size:.3rem;
}
.lby_ul li p,
.lby_ulC li p{
    margin-top: .1rem;
    font-size:.26rem;
    color:#9e9c9c;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.lby_ulC li div {
    line-height: 1;
}
.lby_ul li div,
.lby_ulC li div {
    margin-top: .1rem;
    font-size:.26rem;
    color:#9e9c9c;
}

.lby_ulB{
    margin-top: -.2rem;
    padding:0 .3rem;
}
.lby_ulB li{
    float: left;
}
.lby_ulB .lby_ulB_liA{
    width: 48.5%;
    margin-bottom: .2rem;
}
.lby_ulB .lby_ulB_liB{
    width: 100%;
}
.lby_ulB li h4{
    font-size:.3rem;
    line-height: .7rem;
    text-align: center;
}
.phone_div,.lby_ulB_div{
    display: block;
    padding:0.23rem 0.4rem;
    font-size:.26rem;
    line-height: .54rem;
    border:1px solid #eee;
}
.ml_2{
    margin-left: 3%;
}
.lby_ulB_div{
    min-height:4.1rem;
}
.lby_ulB_div span{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
}
.lby_ulB_liB .lby_ulB_div{
    font-size: 0;
}
.lby_ulB_liB .lby_ulB_div span{
    width: 50%;
    font-size:.26rem;
    line-height: .55rem;
}
/*.lrld_title{
    margin-top: -0.2rem;
    font-size:0;
    border-bottom: 1px solid gray;
    margin-bottom: .2rem;
    margin-left: .3rem;
    margin-right: .3rem;
}
.lrld_title div{
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-size: .3rem;
    line-height: .7rem;
    text-align: center;
}*/


.lrld_title{
    color: #3e3a39;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: .2rem;
}
.lrld_title div{
    height: 40px;
    padding-bottom: .2rem;
    margin: 0 .4rem;
    flex:1;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}
.lrld_title div.hover{
    border-bottom: 4px solid #b81c22;
}

.jxdh_title{
    font-size:.36rem;
    line-height: .4rem;
    text-align: center;
    color:#3e3a39;
}
.jxdh_title span{
    padding: 0 .45rem;
    display: inline-block;
    vertical-align: top;
    position: relative;

}
.jxdh_title span:before{
    content: '';
    position: absolute;
    left: 0;
    top:50%;
    width: .12rem;
    height: .12rem;
    border-top:2px solid #9e9c9c;
    border-left:2px solid #9e9c9c;
    transform: translateY(-30%) rotate(-45deg);
}
.jxdh_title span:after{
    content: '';
    position: absolute;
    right:0;
    top:50%;
    width: .12rem;
    height: .12rem;
    border-top:2px solid #9e9c9c;
    border-right:2px solid #9e9c9c;
    transform: translateY(-30%) rotate(45deg);
}
.wqdt_dl {
    margin-left: .24rem;
    margin-right: .24rem;
}

.wqdt_dl dt {
    padding: 0.5rem .2rem .3rem;
    font-size: .4rem;
}

.wqdt_dl dd {
    margin-bottom: .24rem;
    background-color: #f7f7f7;
    font-size: .32rem;
    line-height: .44rem;
}

.wqdt_dl dd .wqdt_ddTop {
    display: flex;
    align-items: center;
    padding: 0 .24rem;
    font-size: .5rem;
    height: .3rem;
    overflow: hidden;
}

.wqdt_dl dd img {
    width: 100%;
    height: auto;
}

.wqdt_dl dd .wqdt_ddDown {
    padding: .24rem .24rem .4rem;
}

.dhyw_ul {
    margin-left: .24rem;
    margin-right: .24rem;
}
.dhyw_ul  h3 a {
    font-size:0.3rem;
    line-height: .4rem;
    color:#3e3a39;
}

.dhyw_ul li {
    position: relative;
    margin-bottom: .3rem;
    padding: .3rem .5rem;
    font-size: .3rem;
    line-height: .4rem;
    color: #000;
    box-shadow: 0 0.1rem .2rem rgba(0, 0, 0, 0.2);
}

.dhyw_ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: .17rem;
    height: .79rem;
    background: url("../image/news_w.png") no-repeat center;
    background-size: 100% 100%;
    transform: translateY(-50%);
}

.dhyw_ul li p {
    margin-top: .2rem;
    font-size: .26rem;
    color: #9e9c9c;
    text-align: justify !important;
    text-justify: inter-ideograph !important;
    max-height: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newHot_ul {
    margin-left: .24rem;
    margin-right: .24rem;
}

.newHot_ul li {
    position: relative;
    margin-bottom: .5rem;
    padding-left: 1.2rem;
}

.newHot_ul li .spanNum {
    position: absolute;
    left: 0;
    top: 50%;
    width: .9rem;
    height: .9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    font-size: .48rem;
    color: #d4d4d4;
    transform: translateY(-50%);
}

.newHot_ul li p {
    font-size: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newHot_ul li div {
    display: flex;
    align-items: center;
    color: #999;
    font-size: .28rem;
}

.newHot_ul li i, .newHot_ul li span {
    display: block;
}

.newHot_ul li .hot {
    margin-right: .1rem;
    width: .18rem;
    height: .28rem;
    background: url("../image/hot.png") no-repeat center;
    background-size: 100% 100%;
}

.newHot_ul li .time {
    margin-right: .1rem;
    width: .26rem;
    height: .26rem;
    background: url("../image/time.png") no-repeat center;
    background-size: 100% 100%;
}

.xiaobaoBox {
    margin-left: .24rem;
    margin-right: .24rem;
    overflow: hidden;
}

.zl_title {
    margin-bottom: -0.85rem;
    width: 100%;
    height: 2.35rem;
    font-size: .4rem;
    color: #FFF;
    line-height: 1.5rem;
    text-align: center;
    background: url("../image/zl_bg.jpg") no-repeat center;
    background-size: 100% 100%;
}

.zlUl {
    display: flex;
    flex-wrap: wrap;
    margin-left: .24rem;
    margin-right: .24rem;
    padding-bottom: 4%;
    background-color: #FFF;
    box-shadow: 0 .1rem .2rem rgba(0, 0, 0, 0.2);
}

.zlUl li {
    padding: 0.4rem 0;
    width: 44%;
    margin-top: 4%;
    margin-left: 4%;
    background-color: #f7f7f7;
    font-size: .26rem;
    text-align: center;
}

.zlUl li img {
    vertical-align: top;
    width: .65rem;
    height: .65rem;
}

.zlUl li p {
    margin-top: .3rem;
    padding: 0 .35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.new_liDiv {
    margin-left: .24rem;
    margin-right: .24rem;
}

.new_liTitle {
    display: flex;
    line-height: .6rem;
    height: .6rem;
    /*padding-bottom:.15rem;*/
    /*border-bottom:1px solid #ddd;*/
    font-size: .3rem;
}

.new_liTitle span {
    display: block;
    padding: 0 .5rem 0 .3rem;
    cursor: pointer;
}

.new_liTitle em {
    display: block;
    flex: 1;
    text-align: right;
    font-size: .3rem;
    cursor: pointer;
}

.new_liDiv.one .new_li_span a {
    color: inherit;
}

.new_liDiv.one .new_li_span.one {
    background-color: #b81c22;
    color: #FFF;
}

.new_liDiv.one .new_li_span.two {
    position: relative;
    background-color: #f7f7f7;
}

.new_liDiv.one .new_liCot.one {
    display: block;
}

.new_liDiv.one .new_liCot.two {
    display: none;
}

.new_liDiv.one .new_li_span.two:before {
    content: '';
    position: absolute;
    left: -0.2rem;
    top: 0;
    width: 0;
    height: 0;
    border-top: .64rem solid #f7f7f7;
    border-left: .22rem solid transparent;
}

/*.new_liDiv.one:hover .new_li_span.one{*/
/*background-color: #b81c22;*/
/*color: #FFF;*/
/*}*/

.new_liDiv.one .new_li_span.two:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    width: 0;
    height: 0;
    border-top: .6rem solid #FFF;
    border-left: .2rem solid transparent;
}

.new_liDiv.two .new_li_span.one {
    background-color: #f7f7f7;
}

.new_liDiv.two .new_li_span.two {
    position: relative;
    background-color: #b81c22;
    color: #FFF;
}

.new_liDiv.two .new_liCot.one {
    display: none;
}

.new_liDiv.two .new_liCot.two {
    display: block;
}

.new_liDiv.two .new_li_span.two:before {
    content: '';
    position: absolute;
    left: -.2rem;
    top: 0;
    width: 0;
    height: 0;
    border-top: .6rem solid #b81c22;
    border-left: .2rem solid transparent;
}
.new_liDiv.two .new_li_span.two:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    width: 0;
    height: 0;
    border-top: .6rem solid #FFF;
    border-left: .2rem solid transparent;
}

.new_liTitle em {
    position: relative;
    padding-left: .3rem;
}

.new_liTitle em:before {
    content: '';
    position: absolute;
    left: -.3rem;
    top: 0;
    width: 4px;
    height: 0;
    border-top: .6rem solid #f7f7f7;
    border-left: .2rem solid transparent;
}

.new_liTitle em:after {
    content: '';
    position: absolute;
    left: -.2rem;
    top: 0;
    width: 4px;
    height: 0;
    border-top: .6rem solid #FFF;
    border-left: .2rem solid transparent;
}

.new_liTitle em {
    margin-left: .1rem;
    border-left: .06rem solid #f7f7f7;
}

.new_liCot {
    margin-top: .12rem;
    padding-top:.15rem;
    border-top:1px solid #ddd;
    overflow: hidden;
}
.new_liCot.h400{
    height: 4rem;
}

.new_liCot h4{
    line-height: .7rem;
    font-size: .28rem;
}
.new_liCot p {
    position: relative;
    line-height: .4rem;
    font-size: .28rem;
    padding-left: .5rem;
    cursor: pointer;
}

.new_liCot p:before {
    content: '';
    position: absolute;
    left: .14rem;
    top: .2rem;
    width: .15rem;
    height: .15rem;
    border-radius: 50%;
    background-color: #999;
    transform: translateY(-50%);
}
.dian{
    position: relative;
}
.dian:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: .15rem;
    height: .15rem;
    border-radius: 50%;
    background-color: #999;
    transform: translateY(-50%);
}

.new_liCot .imgA{
    width: 100%;
    max-height: 5rem;
    height: auto;
}
.new_tsdhDl{
    margin-left: .24rem;
    margin-right: .24rem;
}
.new_tsdhDl dt{
    padding-left:.24rem;
    font-size:.4rem;
}
.new_tsdhDl dd{
    margin-top:.3rem;
    font-size:.28rem;
    line-height: .4rem;
    color:#666;
    background-color: #f7f7f7;
}
.new_tsdhDl dd img{
    vertical-align: top;
    width: 100%;
    height: auto;
}
.new_tsdhDl_cot{
    padding: 0 .24rem;
}
.new_tsdhDl dd h4{
    padding: .35rem 0;
    font-size:.32rem;
    color:#333;
}
.new_tsdhDl dd .time{
    margin-top: .4rem;
    padding-left:.4rem;
    border-top:1px solid #ddd;
    line-height: 1rem;
    color:#666;
}
.pageBox{
    margin-left: .24rem;
    margin-right: .24rem;
    display: flex;
    justify-content: space-between;
}

.pageBox span{
    display: block;
    width: 2rem;
    line-height: .6rem;
    font-size:.3rem;
    color:#b9b9b9;
    border:1px solid #b9b9b9;
    text-align: center;
}
.zl_img img{
    vertical-align: top;
    width: 100%;
    height: auto;
}
.new_zwBox{
    padding:0 .24rem .2rem;
}
.new_zwTitle{
    margin-bottom: .6rem;
    font-size:.2rem;
    color:#9e9c9c;
    word-wrap:break-word;
}
.new_zwTitle h3{
    font-size:.36rem;
    line-height: .46rem;
    color:#333;
}

.new_zwCot,
.new_zwCot p,
.new_zwCot span{
    font-size: 16px!important;
    line-height: .6rem!important;
    word-wrap:break-word!important;
    text-align: justify;
}
.new_zwCot .C999{
    color:#9e9c9c;
}
.new_zwCot img{
    margin:.16rem 0!important;
    text-align: center!important;
    max-width: 100%!important;
    height: auto!important;
    vertical-align: bottom;
}

.dhxq_title{
  font-size:.44rem;
}
.tsdhxqBox{
  padding-bottom:.3rem;
  overflow: hidden;
}

.aboutBox{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 10;
}

.aboutBox img {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 50%;
    height: auto;
    transform: translate(-50%, -50%);
}
/*党代会*/
.ddh_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index:10;
    left: 0;
    top:0;
    padding:0 .6rem;
    width: 100%;
    height: 1.4rem;
    background-color: #FFF;
    box-sizing: border-box;
    box-shadow: 0 .1rem 1rem rgba(0,0,0,0.1);
}
.ddh_logo{
    display: block;
    width: 3.12rem;
    height: .96rem;
}
.ddh_logo img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.ddh_nav_more{
    display: block;
    width: .5rem;
    height: .5rem;
    background: url("../image/ddh/nav_icon.png") no-repeat center;
    background-size: .36rem .24rem;
}
.ddh_nav_more.hover{
    background-image: url("../image/ddh/nav_icon_hover.png");
}
.ddh_nav{
    display: none;
    position: fixed;
    z-index: 11;
    left: 0;
    top:1.4rem;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
}
.ddh_nav li{
    background-color: #FFF;
    padding: 0 .2rem;
}
.ddh_nav li a{
    padding-left:0.4rem;
    padding-right:.9rem;
    display: block;
    font-size: .32rem;
    color: #1e1b1b;
    line-height: 1.04rem;
    background: url("../image/ddh/Vector_1.png") no-repeat  calc(100% - .5rem) center;
    background-size: .24rem .24rem;
}
.ddh_nav li:not(:last-of-type) a{
    border-bottom: 1px solid #eee;
}
.ddh_banner img{
    display: block;
    width: 100%;
    height: auto;
}
.ddh_news_img{
    display: block;
}
.ddh_news_img img{
    width: 100%;
    height: auto;
}
.ddh_title{
    font-size: .6rem;
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
    color: #b81c22;
}
.ddh_title.CFFF{
    color: #FFF;
}
.ddh_news_top{
    padding-bottom: .3rem;
    border-bottom: 1px solid #ddd;
}
.ddh_cot{
    display: block;
}
.ddh_cot p{
    font-size: .2rem;
    line-height: 1.1;
    color:rgba(67,67,67,0.70);
}
.ddh_cot h5{
    text-align: justify;
    font-size: .28rem;
    font-weight: 700;
    color: #434343;
    height: .8rem;
    line-height: .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ddh_news_dd{
    display: flex;
    align-items: center;
}
.ddh_news_dd .ddh_news_img{
    width: 2.4rem;
    height: 1.6rem;
}

.ddh_news_dd .ddh_cot{
    margin-left: .3rem;
    flex: 1;
}
.ddh_more{
    text-align: center;
}
.ddh_more a{
    display: inline-block;
    vertical-align: top;
    padding-right:.9rem;
    width: 2.7rem;
    height: .6rem;
    line-height: .6rem;
    font-size: .2rem;
    color: rgba(67,67,67,0.70);
    border-radius: .6rem;
    border:1px solid rgba(67,67,67,0.70);
    background: url("../image/ddh/Link.png") no-repeat 1.6rem center;
    background-size: .7rem auto;
    box-sizing: border-box;
}
.ddh_jchm a{
    display: block;
}
.ddh_jchm dt img{
    width: 100%;
    height: auto;
}
.ddh_jchm dd:not(:first-of-type){
    margin-top: 1rem;
}
.ddh_jchm dd a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ddh_jchm dd span{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: .94rem;
    height: .94rem;
    font-size: .42rem;
    font-weight: 700;
    color: #ffffff;
    background: url("../image/ddh/ddh_bg1.png") no-repeat center;
    background-size: 100% 100%;
}
.ddh_jchm dd:not(:last-of-type) span:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom:0;
    width: 0.04rem;
    height: .6rem;
    background: url("../image/ddh/line.png") no-repeat center;
    background-size: auto 100%;
    transform: translate(-50%,.8rem);
}
.ddh_jchm dd p{
    position: relative;
    margin-left: .3rem;
    font-size: .42rem;
    font-weight: 700;
    color: #434343;
    line-height: .6rem;
}
.ddh_jchm dd p em{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: .24rem;
    line-height: .4rem;
    color:#787676;
    transform: translateY(120%);
}
.ddh_wjtz{
    display: block;
    width: 100%;
    padding:.8rem .6rem;
    background-color: #FFF;
    border-radius: 5px;
    border:1px solid #cecece;
    border-bottom-width:.1rem;
}
.ddh_wjtz_title{
    font-size: .28rem;
    font-weight: 700;
    color: #434343;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.ddh_wjtz_cot{
    margin-top: .4rem;
    height: 1.36rem;
    font-size: .24rem;
    color: rgba(30,27,27,0.60);
    line-height: .34rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.ddh_lineTop{
    border-top:1px solid #ccc;
}
.ddh_djzs a{
    margin-top: .24rem;
    padding-left:.8rem;
    height: .72rem;
    display: flex;
    align-items: center;
    background: url("../image/ddh/ddh_bg2.png") no-repeat left center;
    background-size: .54rem auto;
}
.ddh_djzs a p{
    max-height: .72rem;
    font-size: .24rem;
    color: #434343;
    line-height: .36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ddh_gzjb{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ddh_gzjb_img{
    display: block;
    width: 1.42rem;
    height: 1.42rem;
}
.ddh_yxfcBox{
    background: url("../image/ddh/ddh_bg4.png") no-repeat center top;
    background-size: 100% auto;
}
.ddh_yxfc{
    margin: 0 auto;
    width: 5.8rem;
    padding-bottom:3.6rem;
}
.ddh_yxfc li{
    margin-top: .3rem;
}
.ddh_yxfc li p{
    padding-left: 0.9rem;
    font-size: .2rem;
    line-height: .3rem;
    color: rgba(255,255,255,0.6);
}
.ddh_yxfc li a{
    display: block;
    margin-top: .1rem;
    padding-left: 0.9rem;
    padding-right:.2rem;
    font-size: .28rem;
    font-weight: 700;
    color: #434343;
    line-height: .52rem;
    background-color: #FFF;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.ddh_yxfc .ddh_yxfc_a1{
    background:#FFF url("../image/ddh/ddh_bg5.png") no-repeat .3rem center;
    background-size: .26rem auto;
}
.ddh_yxfc .ddh_yxfc_a2{
    background:#FFF url("../image/ddh/ddh_bg6.png") no-repeat .3rem center;
    background-size: .38rem auto;
}
.ddh_yxfc .ddh_yxfc_a3{
    background:#FFF url("../image/ddh/ddh_bg7.png") no-repeat .3rem center;
    background-size: .26rem auto;
}

.ddh_footer_logo{
    text-align: center;
    padding:0.5rem 0 .6rem;
    background-color: #585756;
}
.ddh_footer_logo img{
    width: 3.88rem;
    height: auto;
}
.ddh_footer_cot{
    padding:0.2rem 0 0.9rem;
    font-size: .24rem;
    text-align: center;
    color: #ffffff;
    line-height: .36rem;
    background-color: #585756;
}
.ddh_footer_txt{
    color: rgba(255,255,255,0.50);
}

.ddh_news_list dt{
    font-size: .4rem;
    font-weight: 700;
    color: #434343;
    line-height: 1.1;
}
.ddh_news_list dd:not(:last-of-type){
    margin-bottom: .3rem;
}
.ddh_news_list a{
    display: flex;
    align-items: center;
}
.ddh_news_list .ddh_news_liL{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .6rem;
    height: .6rem;
    font-size: .22rem;
    font-weight: 700;
    color: #ffffff;
    background: url("../image/ddh/ddh_bg1.png") no-repeat center;
    background-size: 100% 100%;
}
.ddh_news_list .ddh_news_liR{
    margin-left: .35rem;
    flex: 1;
    overflow: hidden;
}
.ddh_news_list .ddh_news_liR .ddh_news_li_cot{
    font-size: .28rem;
    text-align: justify;
    color: #1e1b1b;
    line-height: .36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ddh_news_list .ddh_news_liR .ddh_news_li_date{
    margin-top: .1rem;
    font-size: .2rem;
    color: #787676;
}
.ddh_fyBox{
    display: flex;
    align-items: center;
    justify-content:center;
}
.ddh_fyBox span{
    display: block;
    width: .76rem;
    height: .76rem;
}
.ddh_fyBox .ddh_fyBoxL{
    background: url("../image/ddh/arL.png") no-repeat center;
    background-size: 100% 100%;
}
.ddh_fyBox .ddh_fyBoxL.ddh_bgH{
    background-image: url("../image/ddh/arL_h.png");
}
.ddh_fyBox .ddh_fyBoxR{
    background: url("../image/ddh/arR.png") no-repeat center;
    background-size: 100% 100%;
}
.ddh_fyBox .ddh_fyBoxR.ddh_bgH{
    background-image: url("../image/ddh/arR_h.png");
}

.ddh_yqlj .ddh_yqlj_title{
    font-size: .7rem;
    text-align: center;
    color: #828282;
}
.ddh_yqlj a{
    margin-top: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .9rem;
    height: 3.16rem;
    color: #FFF;
    font-size: .48rem;
    font-weight: 700;
    text-align: center;
    line-height: .72rem;
    background: url("../image/ddh/service_1.png") no-repeat center;
    background-size: 100% 100%;
}
.ddh_breadCrumb{
    font-size: .24rem;
    color: #c4c4c4;
    line-height: 1.1;
}
.ddh_xqy{
    font-size: .28rem;
    text-align: justify;
    color: #1e1b1b;
    line-height: .56rem;
}
.ddh_xqy_title{
    margin: 0.6rem 0 .4rem;
    font-size: .4rem;
    font-weight: bold;
    text-align: justify;
    color: #1e1b1b;
    line-height: .5rem;
}
.ddh_xqy p{
    text-align: justify;
}
.ddh_xqy img{
    max-width: 100%;
    height: auto;
}

/*党委宣传*/
.dwxc_header{
    position: fixed;
    z-index: 10;
    left: 0;
    top:0;
    padding-left:.48rem;
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    background-color: #FFF;
    box-shadow: 0 .1rem 1rem rgba(0,0,0,0.1);
}
.dwxc_logo img{
    display: block;
    width: 3.8rem;
    height: auto;
}
.dwxc_nav_more{
    padding-left:.96rem;
    width: 2rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .24rem;
    color: #f3f3f3;
    background: #A0021F url("../image/dwxc/nav.png") no-repeat .4rem center;
    background-size: .32rem auto;
    box-sizing: border-box;
}
.dwxc_nav_close{
    display: none;
    margin-right: 0.38rem;
    width: .64rem;
    height: .64rem;
    background: url("../image/dwxc/close.png") no-repeat center;
    background-size: .44rem auto;
}
.dwxc_nav_ul{
    display: none;
    position: fixed;
    left: 0;
    top:1rem;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    overflow: auto;
}
.dwxc_nav_ul li{
    margin-top: 1px;
}
.dwxc_nav_ul li a,.dwxc_nav_ul li span{
    display: block;
    line-height: .9rem;
    font-size: .28rem;
    text-align: center;
    color: #000000;
    background-color: #FFF;
}
.dwxc_nav_ul .navSub{
    position: relative;
}
.dwxc_nav_ul .navSub:after{
    content: '';
    position: absolute;
    top:50%;
    width:0;
    height:0;
    border-top:.08rem solid transparent;
    border-bottom:.08rem solid transparent;
    border-left:.08rem solid #000;
    transform: translate(.1rem,-50%);
}
.dwxc_nav_ul .navSub_div{
    display: none;
    background-color: #FFF;
    padding-bottom:.2rem;
}
.dwxc_nav_ul .navSub_div a{
    margin-bottom: .2rem;
    font-size: .24rem;
    text-align: center;
    color: rgba(0,0,0,0.60);
    line-height: .5rem;
}
.dwxc_banner img{
    display: block;
    width: 100%;
    height: auto;
}
.dwxc_title{
    color: #434343;
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
}
.dwxc_title.Cfff{
    color:#FFF
}
.dwxc_title h3{
    font-size: .36rem;

}
.dwxc_title p{
    margin-top: .1rem;
    font-size: .24rem;
}
.dwxc_newsUl li a{
    position: relative;
    margin-bottom: .2rem;
    display: block;
    padding:.25rem 1.5rem .25rem .35rem;
    font-size: .28rem;
    color: #000000;
    background-color: #f2f2f2;
}
.dwxc_newsUl li a:after{
    content: '';
    position: absolute;
    right:0;
    top:50%;
    width: .67rem;
    height: .67rem;
    background: url("../image/dwxc/dwxc_bg1.png") no-repeat center;
    background-size: 100% auto;
    transform: translate(-.4rem,-50%);
}
.dwxc_newsUl li p{
    height: .68rem;
    line-height: .34rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dwxc_topLine{
    border-top:1px solid #eee;
}
.dwxc_more{
    text-align: right;
    font-size: .2rem;
    line-height: 1.1;
    color: #000000;
}
.dwxc_more a{
    padding-right:.46rem;
    background: url("../image/dwxc/jtR.png") no-repeat right center;
    background-size: .26rem auto;
}
.dwxc_llyd dt{
    display: flex;
    background-color: #f2f2f2;
}
.dwxc_llyd dt span{
    display: block;
    flex: 1;
    line-height: 1rem;
    text-align: center;
    font-size: .32rem;
    color: #434343;
}
.dwxc_llyd dt span.checked{
    background-color: #a1282c;
    color:#FFF;
}
.dwxc_llyd dt span:first-of-type{
    border-top-right-radius: 1rem;
}
.dwxc_llyd dt span:last-of-type{
    border-top-left-radius: 1rem;
}
.dwxc_llyd dd{
    display: none;
    padding:1.5rem 1rem 0;
    height: 5.5rem;
    box-sizing: border-box;
    color: #FFF;
    overflow: hidden;
}
.dwxc_llyd dd:first-of-type{
    background: url("../image/dwxc/dwxc_bg3.png") no-repeat left top;
    background-size: 100% 100%;
}
.dwxc_llyd dd:last-of-type{
    background: url("../image/dwxc/dwxc_bg2.png") no-repeat left top;
    background-size: 100% 100%;
}
.dwxc_llyd dd h5{
    font-size: .28rem;
    color: #ffffff;
    max-height: .84rem;
    line-height: .42rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dwxc_llyd dd p{
    margin-top: .4rem;
    font-size: .24rem;
    max-height: 1.6rem;
    line-height: .4rem;
    color: rgba(255,255,255,0.7);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.dwxc_wmwh li{
    margin-bottom: .2rem;
    background: #ffffff;
    box-shadow: 0px 1.27px 12.67px 0px rgba(0,0,0,0.10);
}
.dwxc_wmwh a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left:1rem;
    height: 2.5rem;
    font-size: .24rem;
    color: #434343;
    line-height: 1.1;
}

.dwxc_wmwh h5{
    margin-bottom: .4rem;
    font-size: .32rem;
    color: #434343;
    line-height: 1.1;
}
.dwxc_wfzn{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding:.4rem;
    height: 3.9rem;
    background-color: #f2f2f2;
    box-sizing: border-box;
}
.dwxc_wfzn img{
    display: block;
    width: 5.7rem;
    height: 2rem;
}
.dwxc_wfzn_eng{
    margin-top: .25rem;
    font-size: .2rem;
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
    color: #000000;
}
.dwxc_wfzn_cot{
    position: relative;
    margin-top: .1rem;
    font-size: .32rem;
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
    color: #000000;
}
.dwxc_wfzn_cot:before,.dwxc_wfzn_cot:after{
    content: '';
    position: absolute;
    top:50%;
    width: .5rem;
    height: .04rem;
    background-color: #000;
    overflow: hidden;
}
.dwxc_wfzn_cot:before{
    left: 0;
    transform: translate(-120%,-50%);
}
.dwxc_wfzn_cot:after{
    right: 0;
    transform: translate(120%,-50%);
}
.dwxc_contact{
    background-color: #9D1D22;
}
.dwxc_contact_ul{
    border-top:1px solid rgba(255,255,255,0.5);
    text-align: center;
    color: #FFF;
    font-size: .32rem;
    line-height: 1.1;
}
.dwxc_contact_ul li{
    padding-top: .5rem;

}
.dwxc_contact_ul li h6{
    margin-top: .1rem;
}
.dwxc_contact_img img{
    width: 100%;
    height: auto;
}
.dwxc_footer{
    position: relative;
    z-index: 5;
    padding:1.8rem 0 .6rem;
    text-align: center;
    color: #fff;
    font-size: .2rem;
    line-height: .3rem;
    color: rgba(255,255,255,0.30);
    background-color: #585756;
}
.dwxc_footer .dwxc_footer_cot{
    margin-bottom: .3rem;
    padding-bottom: .3rem;
    color: #fff;
    font-size: .24rem;
    line-height: .36rem;
    border-bottom: 1px solid #797978;
}
.dwxc_footer_logo{
    position: absolute;
    left: 50%;
    top:0;
    width: 3rem;
    transform: translate(-50%,-40%);
}
.dwxc_footer_logo img{
    width: 100%;
    height: auto;
}
.dwxc_bmgk{
    background-image: linear-gradient(#f2f2f2 0%, #f5f5f5 30%,#fff 100%);
}
.dwxc_bmgk_ul li{
    position: relative;
    margin-bottom: .4rem;
}
.dwxc_bmgk_ul a{
    display: block;
    padding:.4rem .3rem 0;
    height: 2.66rem;
    background-color: #FFF;
    box-sizing: border-box;
}
.dwxc_bmgk_ul a h5{
    font-size: .28rem;
    font-weight: 700;
    color: #000000;
    line-height: 1.1;
}
.dwxc_bmgk_ul a p{
    margin-top: .3rem;
    font-size: .24rem;
    color: #434343;
    max-height: .72rem;
    line-height: .36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dwxc_bmgk_ul a span{
    position: absolute;
    left: .4rem;
    bottom:.4rem;
    padding-right:.5rem;
    display: inline-block;
    font-size: .2rem;
    color: #434343;
    line-height: 1.1;
    background: url("../image/dwxc/jtR.png") no-repeat right center;
    background-size: .28rem auto;
}
.dwxc_fyBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .24rem;
    color: #000000;
    line-height: .6rem;
}
.dwxc_fyBox .dwxc_fyL{
    display: block;
    padding-left:.75rem;
    background: url("../image/dwxc/arL.png") no-repeat left center;
    background-size: .56rem auto;
}
.dwxc_fyBox .dwxc_fyL.noClick{
    padding-left:0;
    background:none;
    color: rgba(0,0,0,0.30);
}
.dwxc_fyBox .dwxc_fyR{
    display: block;
    padding-right:.75rem;
    background: url("../image/dwxc/arR.png") no-repeat right center;
    background-size: .56rem auto;
}
.dwxc_fyBox .dwxc_fyR.noClick{
    padding-right:0;
    background:none;
    color: rgba(0,0,0,0.30);
}
.dwxc_date{
    font-size: .28rem;
    color: #a9a9a9;
    line-height: .48rem;
    text-indent:2em;
    background: url("../image/dwxc/date.png") no-repeat left center;
    background-size: .3rem auto;
}
.dwxc_date span{
    font-size: .24rem;
}
/*视频网*/
.spw_header{
    position: fixed;
    z-index: 10;
    left: 0;
    top:0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1.1rem;
    background-color: #FFF;
    box-shadow: 0 .1rem 1rem rgba(0,0,0,0.1);
}
.spw_header img{
    height: 0.8rem;
    width: auto;
    vertical-align: top;
}
.spw_header .spw_nav_more{
    position: absolute;
    right:.3rem;
    top:50%;
    width: .7rem;
    height: 100%;
    background: url("../image/spw/nav_more.png") no-repeat center;
    opacity: 0.5;
    background-size: .4rem .09rem;
    transform: translateY(-50%);
}
.spw_header .spw_nav_box{
    display: none;
    position: fixed;
    left: 0;
    top:1.1rem;
    right:0;
    bottom:0;
    padding-top:.4rem;
    font-size: .3rem;
    color: #333;
    line-height: 1rem;
    background-color: #fff;
}
.spw_header .spw_nav_box li{
    margin-bottom: .2rem;
}
.spw_header .spw_nav_box li a{
    position: relative;
    display: block;
    padding-left:.55rem;
}
.spw_header .spw_nav_box li.checked a:before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: .2rem;
    height: 100%;
    background-color: #A0021F;
}
.spw_header .spw_nav_box li.checked{
    background-color: rgba(0, 0, 0, .1);
}

.spw_banner {
    width: 100%;
    /*height: 3.2rem;*/
}
.spw_banner .spw_slide_imgBox{
    position: relative;
    width: 100%;
    height: 4.2rem;
    overflow: hidden;
}
.spw_banner .spw_slide_imgBox img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.spw_banner .spw_slide_imgBox:after{
    content: '';
    position: absolute;
    left: 50%;
    top:50%;
    width: 1.22rem;
    height: 1.22rem;
    background: url("../image/spw/play_big.png") no-repeat center;
    background-size: 100% 100%;
    transform: translate(-50%,-50%);
}
.spw_banner .swiper-container {
    width: 100%;
    height: 100%;
}
.spw_banner .swiper-slide a {
    position: relative;
    text-align: center;
    background: #fff;
    padding-bottom:2.4rem;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.spw_banner .swiper-slide img{
    width: 100%;
    height: 100%;
    display: block;
}
.spw_banner .swiper-container .spw_slide_txtBox{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom:0;
    left: 0;
    padding: 0.2rem 0.9rem 0;
    height: 2.4rem;
    width: 100%;
    font-size:.3rem;
    background-color: #A6122D;
    text-align: center;
    box-sizing: border-box;
}
.spw_banner .spw_slide_txtBox p{
    font-size: .36rem;
/*    font-weight: 700;*/
    text-align: left;
    color: #ffffff;
    line-height: .5rem;
    width:100%;
    max-height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.spw_banner .swiper-container .swiper-pagination{
    bottom:2rem;
}
.spw_banner .swiper-container .swiper-pagination-bullet{
    background-color: #FFF;
    opacity: 0.5;
}

.spw_banner .swiper-container .swiper-pagination-bullet-active{
    opacity: 1;
}

.spw_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.3rem;

}
.spw_title h3{
    font-size: .36rem;
    color: #A0021F;
    line-height: 1;
/*    font-weight: bold;*/
}
.spw_title a{
    display: block;
    font-size: .26rem;
    color: rgba(45,49,52,0.50);
}
.spw_ulA{
    display: flex;
    justify-content: space-between;
}
.spw_ulA li{
    flex: 1;
}
.spw_ulA li:first-of-type{
    margin-right: 0.2rem;
}
.spw_ulA_imgBox{
    position: relative;
    width: 100%;
    height: 2.15rem;
    overflow: hidden;
}
.spw_ulA_imgBox:after{
    content: '';
    position: absolute;
    left: 50%;
    top:50%;
    width: 1.04rem;
    height: 1.04rem;
    background: url("../image/spw/play_normal.png") no-repeat center;
    background-size: 100% 100%;
    transform: translate(-50%,-50%);
}
.spw_ulA_imgBox img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.spw_ulA p{
    margin: .25rem;
    font-size: .28rem;
    line-height: .35rem;
    max-height: 0.7rem;
    color:#14142B;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.spw_ulB{
    display: flex;
    justify-content: space-between;
}
.spw_ulB li{
    flex: 1;
}
.spw_ulB li:first-of-type{
    margin-right: 0.2rem;
}
.spw_ulB_imgBox{
    position: relative;
    width: 100%;
    height: 2.15rem;
    overflow: hidden;
}
.spw_ulB_imgBox:after{
    content: '';
    position: absolute;
    left: 50%;
    top:50%;
    width: 1.04rem;
    height: 1.04rem;
    background: url("../image/spw/play_normal.png") no-repeat center;
    background-size: 100% 100%;
    transform: translate(-50%,-50%);
}
.spw_ulB_imgBox img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.spw_ulB .spw_ulB_txtBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding:0.4rem 0.25rem;
    height: 1.9rem;
    background-color: rgba(58,62,65,0.10);
}
.spw_ulB_txtBox p{
    font-size: .28rem;
    line-height: .35rem;
    max-height: 0.7rem;
    color:#14142B;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.spw_ulB_txtBox span{
    display: block;
    width: 100%;
    font-size: 0.2rem;
    line-height: 1;
    color:#A0021F;
    background: url("../image/spw/detail.png") no-repeat 0.95rem center;
    background-size: 0.25rem 0.15rem;
}

.spw_mediaBox {
    position: relative;
    width: 100%;
}
.spw_mediaBox_title{
    position: absolute;
    left: 50%;
    top:4.2rem;
    z-index: 2;
    padding-right:1.3rem;
    font-size: 0.36rem;
/*    font-weight: bold;*/
    line-height: 0.6rem;
    background: url("../image/spw/media.png") no-repeat right center;
    background-size: 1.08rem 0.6rem;
    color: #A0021F;
    transform: translateX(-50%);

}
.spw_mediaBox .spw_mediaBox_imgBox{
    position: relative;
    display: block;
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
    overflow: hidden;
}
.spw_mediaBox .spw_mediaBox_imgBox img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.spw_mediaBox .spw_mediaBox_imgBox:after{
    content: '';
    position: absolute;
    left: 50%;
    top:50%;
    width: 1.47rem;
    height: 1.47rem;
    background: url("../image/spw/play.png") no-repeat center;
    background-size: 100% 100%;
    transform: translate(-50%,-50%);
}
.spw_mediaBox .swiper-container {
    width: 100%;
    height: 100%;
}
.spw_mediaBox .swiper-container .swiper-slide {
    position: relative;
    text-align: center;
    background: #fff;
    padding-bottom:3.7rem;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.spw_mediaBox .swiper-container .swiper-slide img{
    width: 100%;
    height: 100%;
    display: block;
}
.spw_mediaBox .swiper-container .spw_mediaBox_txtBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom:0;
    left: 0;
    padding: 0 0.7rem;
    height: 2.5rem;
    width: 100%;
    background-color: #ececec;
    text-align: center;
    box-sizing: border-box;
}
.spw_mediaBox .spw_mediaBox_txtBox .spw_mediaBox_p1{
    width: 100%;
    font-size:.28rem;
    line-height: 0.35rem;
    color: #14142B;
    text-align: left;
    width:100%;
    max-height: 0.72rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.spw_mediaBox .spw_media_more{
    background: rgba(212,212,212,0.80);
    font-size: 13px;
    color: rgba(45,49,52,0.50);
    height: .4rem;
    line-height: .4rem;
    text-align: center;
}
.spw_mediaBox .spw_mediaBox_p2{
    margin-top: 0.4rem;
    width: 100%;
    font-size: 0.26rem;
    line-height: 0.32rem;
    text-align: left;
    background: url("../image/spw/star.png") no-repeat right center;
    background-size: 1.9rem auto;
}
.swp_footer{
    position: relative;
    z-index: 5;
    padding:1.8rem 0.45rem 0.5rem;
    text-align: center;
    color: #fff;
    font-size: .24rem;
    line-height: .4rem;
    background-color: #585756;
}
.swp_footer .swp_footer_cot{
    position: relative;
    z-index: 2;
    margin-top: -1rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: .3rem;
    padding-bottom: .2rem;
    color: #fff;
    font-size: .24rem;
    line-height: .5rem;
    border-bottom: 1px solid #FFF;
    text-align: left;
}
.swp_footer .swp_footer_cot a{
    margin-bottom: 0.2rem;
    display: block;
    padding-left: 0.5rem;

}
.swp_icon_p{
    background: url("../image/spw/icon_p.png") no-repeat left center;
    background-size: 0.32rem auto;
}
.swp_icon_e{
    background: url("../image/spw/icon_e.png") no-repeat left center;
    background-size: 0.34rem auto;
}
.swp_icon_s{
    background: url("../image/spw/icon_s.png") no-repeat left center;
    background-size: 0.36rem auto;
}
.swp_icon_d{
    background: url("../image/spw/icon_d.png") no-repeat left center;
    background-size: 0.35rem auto;
}
.swp_icon_b{
    background: url("../image/spw/icon_b.png") no-repeat left center;
    background-size: 0.35rem auto;
}
.swp_footer .swp_footer_p{
    font-size: 0.2rem;
    line-height: 0.25rem;
    color: rgba(255,255,255,0.30);
}
.swp_footer_logo{
    position: absolute;
    left: 50%;
    top:0;
    width: 3rem;
    transform: translate(-50%,-40%);
}
.swp_footer_logo img{
    width: 100%;
    height: auto;
}
.spw_lby_mediaBox{
    text-align: center;
}

.spw_lby_mediaBox_imgBox{
    position: relative;
    margin: 0 auto;
    display: block;
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 50%;
    overflow: hidden;
}

.spw_lby_mediaBox_imgBox img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.spw_lby_mediaBox_imgBox:after{
    content: '';
    position: absolute;
    left: 50%;
    top:50%;
    width: 2.15rem;
    height: 2.15rem;
    background: url("../image/spw/play_jd.png") no-repeat center;
    background-size: 100% 100%;
    transform: translate(-50%,-50%);
}
.spw_lby_mediaBox_title{
    display: inline-block;
    vertical-align: top;
    padding-right:1.3rem;
    font-size: 0.36rem;
/*    font-weight: bold;*/
    line-height: 0.6rem;
    color: #A0021F;
}

.media_dhxx{
    background: url("../image/spw/media_dhxx.png") no-repeat right center;
    background-size: auto .6rem;
    padding-right: .8rem;
}

.media_mlxy{
    background: url("../image/spw/media_mlxy.png") no-repeat right center;
    background-size: auto .6rem;
    padding-right: .8rem;
}

.media_mtsd{
    background: url("../image/spw/media_mtsd.png") no-repeat right center;
    background-size: auto .6rem;
}

.media_ztsp{
    background: url("../image/spw/media_ztsp.png") no-repeat right center;
    background-size: auto .6rem;
    padding-right: 1rem;
}

.spw_lby_mediaBox_txtBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0.7rem;
    height: 3.3rem;
    width: 100%;
    background-color: #ececec;
    text-align: center;
    box-sizing: border-box;
}
 .spw_lby_mediaBox_txtBox .spw_mediaBox_p1{
    width: 100%;
    font-size:.28rem;
    line-height: 0.35rem;
    color: #14142B;
    text-align: left;
    width:100%;
    max-height: 0.72rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.spw_lby_mediaBox_txtBox .spw_mediaBox_p2{
    margin-top: 0.4rem;
    width: 100%;
    font-size: 0.26rem;
    line-height: 0.32rem;
    text-align: left;
    background: url("../image/spw/star.png") no-repeat right center;
    background-size: 1.9rem auto;
}
.spw_ulC{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;

}
.spw_ulC li{
    position: relative;
    margin-bottom: 0.15rem;
    width: 3.5rem;
    height: 2.16rem;
}

.spw_ulC_imgBox{
    position: relative;
    width: 100%;
    height: 2.15rem;
    overflow: hidden;
}
.spw_ulC_imgBox:after{
    content: '';
    position: absolute;
    left: 50%;
    top:0.4rem;
    width: 0.8rem;
    height: 0.8rem;
    background: url("../image/spw/play_normal.png") no-repeat center;
    background-size: 100% 100%;
    transform: translateX(-50%);
}
.spw_ulC_imgBox img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.spw_ulC .spw_ulC_txtBox{
    position: absolute;
    left:0;
    right: 0;
    bottom:0;
    height: 0.9rem;
    padding:0.2rem 0.25rem;
    background: linear-gradient(182deg,rgba(30,30,27,0.00) 0%, #242421 100%);
}
.spw_ulC p{
    font-size: 0.2rem;
    text-align: CENTER;
    color: #ffffff;
    line-height: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.spw_mediaMoreBox{
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.spw_mediaMoreL,.spw_mediaMoreR{
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    vertical-align: middle;
    cursor: pointer;
    background: url(../image/spw/allowL.png)  no-repeat center;
    background-size: 100% 100%;
}
.spw_mediaMoreM{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.4rem;
    font-size: 0.24rem;
    line-height: 0.6rem;
    color: #000;
}

.spw_mediaMoreR{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.spw_ulD{


}
.spw_ulD li{
    position: relative;
    margin-bottom: 0.2rem;
    width: 100%;
    height: 4.38rem;
}

.spw_ulD_imgBox{
    position: relative;
    width: 100%;
    height: 4.38rem;
    overflow: hidden;
}
.spw_ulD_imgBox:after{
    content: '';
    position: absolute;
    left: 50%;
    top:1.1rem;
    width:1.22rem;
    height: 1.22rem;
    background: url("../image/spw/play_big.png") no-repeat center;
    background-size: 100% 100%;
    transform: translateX(-50%);
}
.spw_ulD_imgBox img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.spw_ulD .spw_ulD_txtBox{
    position: absolute;
    left:0;
    right: 0;
    bottom:0;
    height: 1.3rem;
    padding:0.3rem 0.5rem;
    background: linear-gradient(182deg,rgba(30,30,27, 0) 20%, #242421 100%);
}
.spw_ulD p{
    font-size: 0.28rem;
    text-align: CENTER;
    color: #ffffff;
    line-height: 0.35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.spw_video{
    position: relative;
    margin-top: 0.2rem;
    width: 100%;
    height: 4rem;
    overflow: hidden;
}
.spw_video video{
    width: 100%;
    height: 100%;
    background-color: #000;
}
.spw_video_share{
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background: url(../image/spw/share.png)  no-repeat center;
    background-size:100% 100%;
}

.spw_wzBox{
    font-size: 0.28rem;
    color: #2d3134;
    line-height: 0.42rem;
}
.spw_wz_title{
    margin-bottom: 0.2rem;
    font-size: 0.36rem;
/*    font-weight: 700;*/
    color: #434343;
    line-height: 0.5rem;
    max-height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.spw_wz_p{
    font-size: 0.26rem;
    text-align: LEFT;
    color: rgba(45,49,52,0.50);
    line-height:0.4rem;
}

/*文明网*/
.wmw_header{
    position: fixed;
    z-index: 10;
    left: 0;
    top:0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 0.3rem 0 0.5rem;
    width: 100%;
    height: 1.2rem;
    background: url("../image/wmw/head_bg.png") no-repeat center;
    background-size: 100% auto;
    box-shadow: 0 .1rem 1rem rgba(0,0,0,0.1);
}
.wmw_header img{
    height: 0.77rem;
    width: auto;
    vertical-align: top;
}
.wmw_header .wmw_nav_more{
    width: .7rem;
    height: 100%;
    background: url("../image/wmw/more.png") no-repeat center;
    background-size: .33rem .24rem;
}
.wmw_header .wmw_nav_moreK{
    background-image: url("../image/wmw/more_k.png")
}

.wmw_nav_box{
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top:1.2rem;
    right:0;
    bottom:0;
    padding: 0 0.5rem;
    background-color: #FFF;
    overflow: auto;
}
.wmw_nav_box a{
    display: block;
    color: #000000;
    font-size: .32rem;
    line-height: 1rem;
    border-bottom: 1px solid rgba(189,189,189,0.50);
    background: url("../image/wmw/arrowL.png") no-repeat right center;
    background-size: auto 0.2rem;
}

.wmw_hotBox img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
.wmw_hotBox .wmw_hot_a{
    position: relative;
    z-index: 2;
    display: block;
    margin: -0.3rem 0.48rem 0;
    padding:0.58rem 0.5rem;
    background: url("../image/wmw/hot_bg.png") no-repeat center;
    background-size: cover;
}
.wmw_hotBox .wmw_hot_a h3{
    font-size: .32rem;
    font-weight: 700;
    text-align: justify;
    color: #000000;
    line-height: 0.4rem;
}

.wmw_hotBox .wmw_hot_a p{
    margin-top: 0.2rem;
    font-size: .28rem;
    text-align: justify;
    color: #4a484a;
    line-height: 0.4rem;
}
.wmw_home_li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 2.3rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wmw_pczb{
    background-image: url("../image/wmw/pczb.png");
}
.wmw_cjdt{
    background-image: url("../image/wmw/cjdt.png");
}
.wmw_xywh{
    background-image: url("../image/wmw/xywh.png");
}

.wmw_zygy{
    background-image: url("../image/wmw/zygy.png");
}
.wmw_home_li .wmw_home_a{
    padding-right:0.45rem;
    font-size: 0.4rem;
    font-weight: 700;
    color: #ffffff;
    height: 1rem;
    line-height: 1rem;
    background: url("../image/wmw/arrowL_w.png") no-repeat right center;
    background-size: 0.15rem 0.24rem;
}
.wmw_home_li img{
    width: 100%;
    height: 0;
    overflow: hidden;
}
.wmw_home_liOpen{
    margin-bottom: -0.3rem;
    height: auto;
    background: #9D1D22;
}
.wmw_home_liOpen img{
    height: auto;
}

.wmw_home_div{
    display: none;
    width: 100%;
    padding:0.6rem 0.5rem;
    background: url("../image/wmw/home_li.png") no-repeat center;
    background-size: cover;
}
.wmw_home_liOpen .wmw_home_div{
    display: block;
}
.wmw_home_div .wmw_home_liA{
    display: block;
    margin-bottom: 0.45rem;
    padding-left:0.5rem;
    font-size: 0.28rem;
    text-align: justify;
    color: #434343;
    line-height: 0.42rem;
    background: url("../image/wmw/home_a.png") no-repeat left center;
    background-size: 0.24rem auto;
    box-sizing: border-box;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.wmw_home_liB{
    text-align: center;
}
.wmw_home_liB a{
    position: relative;
    padding: 0 0.8rem;
    font-size: 0.24rem;
    text-align: LEFT;
    color: rgba(0,0,0,0.30);
    line-height: 0.4rem;
}
.wmw_home_liB a:before{
    content: '';
    position: absolute;
    left: 0;
    top:50%;
    width: 0.2rem;
    height: 1px;
    background-color: rgba(0,0,0,0.30);
}
.wmw_home_liB a:after{
    content: '';
    position: absolute;
    right: 0;
    top:50%;
    width: 0.2rem;
    height: 1px;
    background-color: rgba(0,0,0,0.30);
}
.wmw_linkBox{
    background: #f2f2f2;
}
.wmw_link_title{
    padding:0.7rem 0 0.5rem;
    font-size: 0.32rem;
    font-weight: 700;
    color: #434343;
    line-height: 0.5rem;
    text-align: center;
}
.wmw_link_aBox{
    display: flex;
    flex-wrap: wrap;
    border-top:1px solid #ccc;
}
.wmw_link_aBox a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 1.6rem;
    font-size: 0.28rem;
    line-height: 1;
    color: #434343;
    text-align: center;
    border-bottom:1px solid #ccc;
}
.wmw_link_aBox a:nth-of-type(2n){
    border-left:1px solid #ccc;
}
.wmw_link_aBox a img{
    margin-bottom: 0.2rem;
    width: 0.55rem;
    height: 0.55rem;
}
.wmw_banner img{
    display: block;
    width: 100%;
    height: auto;
}

.wmw_footer{
    position: relative;
    z-index: 5;
    padding:1.8rem 0.45rem 0.5rem;
    text-align: center;
    color: #fff;
    font-size: .24rem;
    line-height: .4rem;
    background-color: #585756;
}
.wmw_footer .wmw_footer_cot{
    padding-bottom: 0.1rem;
    font-size: 0.24rem;
    text-align: CENTER;
    color: #ffffff;
    line-height: 0.4rem;
    border-bottom:1px solid rgba(255,255,255,0.20);;
}

.wmw_footer .wmw_footer_p{
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: rgba(255,255,255,0.30);
}
.wmw_footer_logo{
    position: absolute;
    left: 50%;
    top:0;
    width: 3rem;
    transform: translate(-50%,-40%);
}
.wmw_footer_logo img{
    width: 100%;
    height: auto;
}

.wmw_lby_ulA{
    padding:0 0.48rem;
    background-color: #FFF;
}

.wmw_lby_ulA_span{
    position: relative;
    display: block;
    padding-left:0.3rem;
    line-height: 1rem;
    font-size: 0.32rem;
    font-weight: 700;
    border-bottom: 1px solid rgba(189,189,189,0.50);
}

.wmw_lby_ulA li:last-child .wmw_lby_ulA_span{
    border-bottom: none;
}

.wmw_lby_ulA_span:after{
    content: '';
    position: absolute;
    right:0.2rem;
    top:50%;
    width: 0.2rem;
    height: 0.2rem;
    background: url("../image/wmw/add.png") no-repeat center;
    background-size: 100% auto;
    transform: translateY(-50%);
}
.open_checked .wmw_lby_ulA_span:after{
    background-image:url("../image/wmw/jian.png") ;
}
.wmw_lby_ulA_div{
    display: none;
    padding:0.36rem 0.6rem;
    line-height: 0.7rem;
    font-size: 0.28rem;
    border-bottom: 1px solid rgba(189,189,189,0.50);
}
.wmw_lby_ulA_div a{
    display: block;
}
.wmw_lby_cot{
    padding:0.5rem 0.48rem;
    background:#f2f2f2 url("../image/wmw/cot.png") no-repeat center top;
    background-size: 100% auto;
}
.wmw_crumbs{
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #757175;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wmw_crumbs_max{
    display: inline-block;
    vertical-align: top;
    max-width: 5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wmw_lby_remark{
    margin: 0.4rem 0;
    padding:0.5rem 0.4rem;
    font-size: 0.32rem;
    line-height: 0.6rem;
    color: #FFF;
    font-weight: 700;
    text-align: justify;
    background-color: #9D1D22;
}
.wmw_lby_aBox{
    padding:0.4rem 0 0.2rem;
}
.wmw_lby_aBox a{
    display: block;
    margin-bottom: 0.45rem;
    padding-left: 0.5rem;
    font-size: 0.28rem;
    text-align: justify;
    color: #434343;
    line-height: 0.42rem;
    background: url(../image/wmw/home_a.png) no-repeat left center;
    background-size: 0.24rem auto;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wmw_fyBox{
    font-size: 0.24rem;
    text-align: center;
    color: rgba(0,0,0,0.30);
    line-height: 0.4rem;
}
.wmw_arrowL{
    margin-right:0.8rem;
    display: inline-block;
    vertical-align: top;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../image/wmw/arrowL.png) no-repeat center;
    background-size: 0.13rem auto;
    transform: rotate(180deg);
}
.wmw_arrowR{
    margin-left:0.8rem;
    display: inline-block;
    vertical-align: top;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../image/wmw/arrowL.png) no-repeat center;
    background-size: 0.13rem auto;
}
.wmw_lby_p{
    font-size: 0.28rem;
    text-align: justify;
    color: #434343;
    line-height: 0.56rem;
}
.wmw_lby_ulB{
    color: #78787b;
}
.wmw_lby_ulB li{
    padding: 0 0.55rem;
}
.wmw_lby_ulB p{
    padding: 0.2rem 0.55rem;
    border-bottom:1px solid rgba(0,0,0,0.30);
}
.wmw_lby_ulB li.checked{
    background-color: #9D1D22;
    color: #FFF;
}
.wmw_lby_ulB li a{
    font-size: 0.28rem;
    text-align: justify;
    line-height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.wmw_lby_dlA{
    display: none;
    padding: 0.6rem 0 0.6rem 0.8rem;
    border-bottom:1px solid rgba(189,189,189,0.50);
}
.wmw_lby_dlA .wmw_lby_dlA_span{
    display: block;
    margin-right: 0.2rem;
    font-size: 0.28rem;
    text-align: justify;
    color: #000000;
    line-height: 0.7rem;
    background: url(../image/wmw/arrowL_h.png) no-repeat right center;
    background-size: 0.13rem auto;
}
.wmw_lby_dlA .wmw_lby_subOpen .wmw_lby_dlA_span{
    background: url(../image/wmw/arrowD_h.png) no-repeat right center;
    background-size: 0.21rem auto;
}
.wmw_lby_dlA .wmw_lby_dlA_div{
    display: none;
    padding:0.2rem 0 0.5rem;
    text-align: center;
}
.wmw_lby_dlA .wmw_lby_dlA_div a{
    position: relative;
    display: block;
    /* padding-left:1.2rem; */
    font-size: 0.26rem;
    /* text-align: left; */
    line-height: 0.7rem;
    color: #A1A1A1;
}
.wmw_lby_dlA .wmw_lby_dlA_div span{
    position: relative;
    display: inline-block;
    padding:0 0.6rem;
    vertical-align: top;
}
.wmw_lby_dlA .wmw_lby_dlA_div span:before{
    content: '';
    position: absolute;
    left: 0;
    top:50%;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: #A1A1A1;
    transform: translateY(-50%);
}
.wmw_lby_dlA .wmw_lby_dlA_div span:after{
    content: '';
    position: absolute;
    right: 0;
    top:50%;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: #A1A1A1;
    transform: translateY(-50%);
}
.wmw_lby_dlA .wmw_lby_dlA_div a.checked{
    text-decoration: underline;
    color: #9d1d22;
}
.wmw_detail_title{
    font-size: 0.4rem;
    text-align: JUSTIFIED;
    color: #000000;
    line-height: 0.5rem;
}
.wmw_detail_cot{
    font-size: 0.28rem;
    text-align: JUSTIFIED;
    color: #434343;
    line-height: 0.56rem;
}
.wmw_detail_cot img{
    margin: 0.15rem 0;
    display: block;
    max-width: 100%;
    height: auto!important;
}



