@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-idnex: 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;
}

.teachers-list .title{
    display: none;
}

.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: 0;
    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);
}

.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%;
}
.ztUl li .imgBox.img6 {
    background: url("../image/grey02.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: 1;
}

.aboutBox img {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 50%;
    height: auto;
    transform: translate(-50%, -50%);
}

