@import "iconfont.css";
*{
   /*-webkit-appearance:none;*/
   border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
}
.sjnr{
    font-size:0.22rem !important;
}
.shiji{
    padding-left:0 !important;
}
.head-pc{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: fixed;
    top: 0;
    color: #000;
    z-index: 999999;
    transition: .6s;
    background:#fff;
    box-shadow: 0px 0.03rem 0.07rem 0px rgb(4 0 0 / 30%);
}
.head-pc.active .head-sjicon{
    display: none;
}
.head-sjicon{
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
 display: none;
}
.head-mob{
    display: none;
}
.head-pc.active{
    background:#fff;
    color:#000;

}
.head-pc.active .item a{
   color:#000;
}
.head-pc.active .head-search-view input{
    border-bottom: 1px solid #5f5f5f;
    color: #5f5f5f;
}
.ernav{
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    top: 1.1rem;
    padding: .8rem 1rem;
    display: none;
    border-top: 1px solid #5f5f5f;
}
.car-nav-one{
    display: flex;
    /*flex-wrap: wrap;*/
}
.car-nav-one .item{
    width: 2.6rem;
    margin-right: .24rem;
    margin-bottom: .3rem;
    cursor: pointer;
    border-radius: .1rem;
    overflow: hidden;
    position: relative;
}
.car-nav-one .item .car-nav-one-msg{
    position: absolute;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
}
.car-nav-one .item .car-nav-one-msg p{
    font-size: .3rem;
    color: #fff;
}
.car-nav-one .item .car-nav-one-msg a{
    display: block;
    padding: .06rem .2rem;
    border: 1px solid #fff;
    border-radius: .5rem;
    font-size: .18rem;
    margin-top: .2rem;
    color: #fff;
    display: none;
}
.car-nav-one .item:hover .car-nav-one-msg>a{
    display: block;
}
.car-nav-one .item:nth-child(5n){
    /*margin-right: 0;*/
}
.car-nav-one .item img{
    width: 100%;
}
.car-nav-two-item{ 
    display: none;
    flex-wrap: wrap;
}
/* .car-nav-two-item:first-child{
    display: flex;
} */
.car-nav-two-item.on{
    display: flex;
}
.car-nav-two-item .item{
    width: 3.2rem;
    height: 1.2rem;
    margin-right: .24rem;
    margin-bottom: .2rem;
    background: url(../images/main/carnavba.png);
    background-size: 100% 100%;
    position: relative;
    transition: .4s;
}
.car-nav-two-item .item:hover{
    transform: scale(1.06);
}
.car-nav-two-item .item:nth-child(5n){
    margin-right: 0;
}
.car-nav-two-item .item img{
    width: 1.3rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: .3rem;
    z-index: 1;
}
.car-nav-two-item .item .carname{
    font-size: .18rem;
    line-height: .24rem;
    height: .24rem;
    color: #333333;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: .3rem;
    z-index: 2;
}
.iconview{
    width: 3.3rem;
    height: 1.1rem;
    position: relative;
}
.iconview img{
    width: 2.1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin:  auto;
}
.head-right{
    display: flex;
    padding-right: .5rem;
}
.head-nav{
    display: flex;
    align-items: center;
}
.head-nav .item{
    padding: .4rem .25rem .2rem .25rem;
    font-size: .2rem;
    /* color: #f7f7f7; */
    line-height: 1.2;
    position: relative;
}
.head-nav .item::after{
    content: '';
    width: 140%;
    height: 120%;
    background: url(../images/main/navba.png);
    background-size: 100% 100%;
    position: absolute;
    left: -20%;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: .4s;
}
.head-nav .item:hover a{
    color: #fff;
}
.head-nav .item:hover::after{
    opacity: 1;
}
.head-nav .item a{
    
}
/* .head-nav .item a:hover{
    color: #fff;
} */
.head-search{
    padding: .4rem .25rem .2rem 0;
    font-size: .2rem;
    color: #000; 
    margin-left: .4rem;
    display: flex;
    align-items: center;
  }
.head-search-view{
    width: 0;
    overflow: hidden;
    transition: .6s;

}
.head-search-view.on{
    width: 2.1rem;
}
.head-search-view form{
    display: flex;
}
.head-search-view input{
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid #000;
    font-size: .2rem;
    line-height: 1.2;
    color: #fff;
}
.head-search-btn{
    cursor: pointer;
    padding-left: .25rem;
}

  .sellang{
    padding: .4rem .4rem .2rem .25rem;
    font-size: .2rem;
    /* color: #f7f7f7; */
    position: relative;
    cursor: pointer;
  }
  .sellang i{
    position: absolute;
    right: 0;
    top: .36rem;
  }
.sellang-more{
    position: absolute;
    top: .8rem;
    width: 100%;
    display: none;
    background: #fff;
}
.sellang-more a{
    display: block;
    font-size: .2rem;
    color: #5f5f5f;
    line-height: 1.5;
    width: 100%;
    text-align: center;
    margin-right: .4rem;
}
.head-pc.active .sellang-more a{
    /* color: #5f5f5f; */
}


  .footer-pc{
      width: 100%;
  }
  .footer-mob{
      display: none;
  }
  .footer-right-nav{
      position: fixed;
      z-index: 99;
      right: 0;
      bottom: 52vh;
      display: none;
  }
  .footer-right-nav .item{
    width: 1rem;
    height: .6rem;
    background: #d50000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: .08rem;
  }
  .footer-right-nav .item.gotop{
    font-size: .5rem;
    cursor: pointer;
  }
  .footer-right-nav .item.gotop i{
      font-size: .2rem;
  }
  .footer-pc-top{
      width: 100%;
      display: flex;
      justify-content: space-around;
      background: #1d1d1f;
      padding-top: 1.2rem;
      padding-bottom: 1.4rem;
      padding-left: 1.9rem;
      padding-right: 1rem;
  }
  .footer-pc-top .left{
    display: flex;
  }
  .footer-pc-top .left .nav{
    display: flex;
  }
  .footer-pc-top .left .nav li{
      margin-right: .88rem;
      
  }
  /* .footer-pc-top .left .nav li:last-child{
      margin-right: 0;
  } */
  .footer-pc-top .left .nav li a:first-child{
      font-size: .24rem;
      font-weight: bold;
      margin-bottom: .24rem;
  }
  .footer-pc-top .left .nav li a:hover{
      color: #cc000c;
  }
  .footer-pc-top .left .nav li a{
      font-size: .18rem;
      margin-bottom: .1rem;
      color: #fff;
      display: block;
  }
  .footer-pc-top .left .nav li a:last-child{
    margin-bottom: .0;
  }
  .firlink{
      font-size: .24rem;
      color: #fff;
      position: relative;
      font-weight: bold;
      cursor: pointer;
  }
  .iconbind{
      display: flex;
      margin-bottom: .3rem;
  }
  .iconbind>div{
      width: .72rem;
      height: .72rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #fff;
      margin-right: .18rem;
      color: #fff;
      cursor: pointer;
  }
  .iconbind>div i{
      font-size: .5rem;
      
  }
  .iconbind>div:hover{
    border: 1px solid #cc000c;
    color: #cc000c;
  }
  .tellist p{
      font-size: .24rem;
      color: #fff;
      margin-bottom: .1rem;
  }
  .footer-pc-bot{
	background-color: #000;
    font-size: .2rem;
    padding: .2rem 0;
    }
    .footer-pc-bot p{
        text-align: center;
        color: #939394;
        font-size:0.16rem;
    }
    .footer-pc-bot a{
        color: #939394;
    }

  .banner{
      width: 100%;
      position: relative;
      margin-top: 1rem;

  }
  .banner img{
    width: 100%;
  }
  .bannerpage{
      width: 15rem;
      position: absolute;
      left: 0;
      bottom: 0.54rem;
      background: url("../images/main/bannernavba.png");
      background-size: 100% 100%;
      z-index: 9;
      padding-left: 1.2rem;
      padding-top: .3rem;
      padding-bottom: .3rem;
  }
  /* .bannerpage>div{
      display: flex;
      flex-flow: column;
      align-items: flex-start;
    } */
  .bannerpagelist{
      display: flex;
      margin-bottom: .1rem;
  }
  .bannerpagelist>div{
      font-size: .24rem;
      line-height: 1.8;
      color: #fff;
      font-weight: bold;
      width: .6rem;
      text-align: center;
  }
  .bannerpageslot{
      width: 100%;
      height: .06rem;
      background: #4b5860;
      max-width: 12rem;
      position: relative;
  }
  .bannerpageslot>div{
      position: absolute;
      top: 0;
      left: 0;
      width: .6rem;
      height: 100%;
      background: #959da2;
      transition: .4s;
  }
  .index-cxnav{
      width: 100%;
      height: 3.72rem;
      position: relative;
      margin-bottom: .7rem;
      z-index: 9;
  }
.index-cxnav>div{
    background: #fff;
    width: 17.8rem;
    height: 4.3rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    box-shadow: 0px 1px 43px 0px rgba(210, 210, 210, 0.73);
    padding: 0.3rem 0rem;
    display: flex;
    justify-content: space-evenly;
}

.index-cxnav>div .item{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.index-cxnav>div .item .cxnav-icon{
    width: 2.1rem;
    margin-bottom: 0.2rem;
}
.index-cxnav>div .item span{
    font-size:0.2rem;
}
.index-cxnav>div .item .cxnav-icon-name{
    width:1rem;
}
.index-cxnav>div .item img{
   /*transform: scale(1.3) ;*/
}
.jac-yxiang{
    width: 17.8rem;
    margin: 0 auto;
    margin-bottom: .7rem;
}
.jac-yxiang .lanm-tit{
    margin-bottom: .7rem;
}
.lanm-tit{
    display: flex;
    justify-content: center;
}
.lanm-tit>div{
    font-size: .5rem;
    color: #5c5c5c;
    font-weight: bold;
    line-height: 1.6;
    position:relative;
    letter-spacing: 2px;
}
.lanm-tit>div::after{
    display: block;
    content: '';
    width: 120%;
    height: 2px;
    background: #d2d2d2;
    position:absolute;
    left: -10%;
    bottom: -0.2rem;
}
.yxiang-cent{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.yxiang-cent .item{
    width: 24%;
    position: relative;
    display: block;
}
.yxiang-cent .item img{
    width: 100%;
}
.yxiang-cent .item p{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0.4rem;
    font-size: .34rem;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.14rem;
    z-index: 9;
}
.yxiang-cent .item::after{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: url("../images/main/yinx-pop.png") 100% bottom no-repeat;
    background-size: 100% 50%;
}
.jac-news{
    margin-bottom: .7rem;
}
.jac-news .lanm-tit {
    margin-bottom: .7rem;
}
.news-cent{
    width: 100%;
    background: #1c1f25;  
    padding: .7rem 0;
    padding-left: 1.16rem;
    display: flex;
    align-items: center;
    position: relative;
}
.news-list{
    width: 100%;
    padding-right: .3rem;
}
.news-list .item{
    color: #8b949c;
    display: flex;
    position: relative;
    padding: .2rem 0;
    margin-bottom: .6rem;
    cursor: pointer;
}
.news-list .item::after{
    width: .1rem;
    height: 100%;
    background: #d50000;
    content: '';
    position: absolute;
    top: 0;
    left: -.46rem;
    opacity: 0;
    transition: .4s;
}
.news-list .item:hover{
    color: #fff;
}
.news-list .item:hover::after{
    opacity: 1;
}
.news-list .item i{
    font-size: .6rem;
    position: absolute;
    left: 0;
    bottom: -.5rem;
    opacity: 0;
    transition: .4s;
    color: #fff;
}
.news-list .item:hover i{
    opacity: 1;
}
.news-list .item .date{
    margin-right: .28rem;
}
.news-list .item .date p:nth-child(1){
    font-size: .26rem;
    line-height: 1.4;
}
.news-list .item .date p:nth-child(2){
    font-size: .2rem;
}
.news-list .item .titview p:nth-child(1){
    font-size: .26rem;
    line-height: 1.6;
}
.news-list .item .titview p:nth-child(2){
    font-size: .16rem;
}
.news-imgview{
    width: 11rem;
    height: 100%;
    overflow: hidden;
    flex-shrink: 0;
}
.news-imgview img{
    width: 100%;
}

.news-more{
    width: 1.2rem;
    text-align: center;
    color: #fff;
    font-size: .22rem;
    border: 1px solid #fff;
    line-height: 1.6;
    display: block;
}
.news-more:hover{
    color: #fff;
}
.jac-jxs{
    margin-bottom: 1.2rem;
}
.jac-jxs .lanm-tit{
    margin-bottom: .4rem;
}
.jacjxs-view{
    width: 90%;
    margin:0 auto;
    height: 8rem;
    position: relative;
}
.jacjxs-map{
    width: 100%;
    height: 100%;
}
.jacjxs-view>img{
    /* width: 100%; */
}
.jxsmap-pop{
    width: 5.4rem;
    height: 90%; 
    position: absolute;
    z-index: 9;
    top: .2rem;
    /* bottom: 0; */
    margin: auto;
    left: .8rem;
    background: #fff;
    box-shadow: 0px 10px 32px 0px rgba(210, 210, 210, 0.46);
}
.jxsmap-pop .top{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 .1rem;
    padding-top: .2rem;
    justify-content: space-between;
    font-size: .2rem;
    font-weight: bold;
    color: #333;
}
.jxsmap-pop .top .left{
     width:90%;
    display: flex;
    margin: 0.2rem 0rem;
    align-items: center;
}
.jxsmap-pop .top .right{
    width:90%;
    display: flex;
    align-items: center;
    margin-top: 0.08rem;
}
.jxsmap-pop .top select{
    display: block;
    border: none;
    background: transparent;
    border-radius: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    font-size: 0.2rem;
    line-height: 0.3rem;
}
.jxsmap-pop .cent{
    width: 100%;
    display: flex;
    align-items: center;
    padding:.2rem 0.38rem;
    justify-content: space-between;
    font-size: .2rem;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
     .newslist li .newimg{
            height:2.4rem !important;
      }
     .jxsmap-pop .cent{
            padding: .2rem .5rem .4rem;
      }
     .qyshzrg-list{
            height: 5rem !important;
     }
    .jacwh-main1{
         margin-top:0.2rem;
    }
}
.jxsmap-pop .cent select{
    display: block;
    margin-top: .1rem;
    width: 48%;
    border: none;
    background: transparent;
    border-radius: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.1rem;
    font-size: 0.2rem;
}
.jxstit{
    width: 100%;
    display: flex;
    padding: 0 .2rem;
    justify-content: space-between;
    font-size: .2rem;
    color: #333;
    border-bottom: 1px solid #a1a1a2;
    padding-bottom: .1rem;
}
.jxstit .left{
    font-weight: bold;
}
.jxslist{
    height: 5.1rem;
    overflow-y: auto;
}
.jxslist li{
    padding-top: .06rem;
    padding-bottom: .06rem;
    font-size: .18rem !important;
    padding: 0 .3rem;
    background: #dad5d5;
}
.jxslist li:nth-child(2n){
    background: #fff;
}
.jxslist li p{
    line-height: 0.4rem;

}
.jxslist li p:first-child{
    font-weight: bold;
}
.jxslist li p:nth-child(2){
    font-size: .18rem;
}
.index-botview{
    width: 17.8rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 1.2rem;
}
.index-botview .item{
    width: 32%;
    position: relative;
    display: block;
}
.index-botview .item img{
    width: 100%;
}
.index-botview .item p{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: .5rem;
    font-size: .4rem;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 6px;
    z-index: 9;
}
.index-botview .item::after{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: url("../images/main/yinx-pop.png") bottom no-repeat;
    background-size: 100%;
}

.lanmukv{
    width: 100%;
}
.lanmukv>img{
    width: 100%;
}
.lanmunav{
    width: 100%;
    display: flex;
    justify-content: center;
    background: #ececec;
}
.lanmunav>.item{
    padding: 0 .54rem;
    margin: 0 .14rem;
    font-size: .22rem;
    letter-spacing: 2px;
    color: #333333;
    line-height: .84rem;
    position: relative;
    font-weight: bold;
}
.lanmunav>.item.on{
    color: #cc000c;
}
.lanmunav>.item.on::after{
    width: 100%;
    height: .04rem;
    background: #cc000c;
    content: '';
    position: absolute;
    left: 0;
    bottom: -.04rem;
}
.lanmunav>.item:hover{
    color: #cc000c;
}

.lanmu-titview{
    display: flex;
    justify-content: center;
}
.lanmu-titview>div:first-child{
    font-size: .5rem;
    color: #5c5c5c;
    font-weight: bold;
    line-height: 1.6;
    position:relative;
    letter-spacing: 2px;
    padding-bottom: .2rem;
}
.lanmu-titview>div:first-child::after{
    display: block;
    content: '';
    width: .6rem;
    height: 2px;
    background: #cc000c;
    position:absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.jacintorview{
    background: #f8f8f8;
}
/*
.jacintor-main1{
    padding-top: 1rem;
}
*/
.jacintor-main1 .centview{
    width: 17.7rem;
    height: 4.18rem;
    margin: 0 auto;
    margin-top: .8rem;
    display: flex;
}
.jacintor-main1 .centview .left{
    padding: 0 0.6rem;
    width:50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;

}
.jacintor-main1 .centview .left p{
    font-size: .24rem;
    color: #333;
    line-height: 2;
    text-align: center;
}
.jacintor-main1 .centview .right{
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.jacintor-main1 .centview .right>img,
.jacintor-main1 .centview .right>video{
    width: 100%;
    height: 100%;
}

.jacintor-main2{
    margin-top: 1rem;    
}
.jacintor-main2 .centview{
    margin: 0 auto;
    margin-top: .56rem;
    width: 15.4rem;
    padding-bottom: .8rem;
}
.jacintor-main2 .centview p{
    font-size: .22rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 0.3rem;
    text-indent: 0.4rem;
    text-align:justify;
}
.jacintor-main2 .centview p:last-child{
    margin-bottom: 0;
}

.jacintor-main3{
    margin: 0 auto;
    width: 17.7rem;
    height: 4.2rem;
    background: url("../images/main/intorimg1.png");
    background-size: 100% 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.jacintor-main3 .centview{
    width: 100%;
    display: flex;
    justify-content: center;
}
.jacintor-main3 .centview>div{
    margin: 0 1rem;
    text-align: center;
    color: #333333;
}
.jacintor-main3 .centview>div p:first-child{
    font-size: .4rem;
    font-weight: bold;
    margin-bottom: .3rem;
}
.jacintor-main3 .centview>div p:last-child{
    font-size: .2rem;
}
.jacintor-main4{
    width: 17.7rem;
    margin: 0 auto;
    margin-top: .7rem;
}
.jacintor-main4>img{
    width: 100%;
}

.jacnum-main1{
    padding-top: 1rem;
}

.jacnum-main1 .centview{
    width: 17.7rem;
    margin: 0 auto;
    margin-top: .8rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 1.1rem;
}
.jacnum-main1 .centview .item{
    width: 8.65rem;
    height: 4.96rem;
    position: relative;
    overflow: hidden;
}
.jacnum-main1 .centview .item .baimg{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    transition: 1s;
}
.jacnum-main1 .centview .item .maskview{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: rgba(32, 64, 89, 0.64);
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.jacnum-main1 .centview .item .maskview .titimg{
    height: 1.45rem;
}
.jacnum-main1 .centview .item .maskview .gomore{
    font-size: .2rem;
    color: #fff;
    line-height:2.5 ;
    padding: 0 .4rem;
    border: 1px solid #fff;
    border-radius: .3rem;
    margin-top: .6rem;
    display: none;
}
.jacnum-main1 .centview .item:hover .baimg{
    transform: scale(1.2);

}
.jacnum-main1 .centview .item:hover .gomore{
    display: block;
}
.jacwh-main1{
    width: 100%;
}
.jacwh-main1 img{
    width: 100%;
}
.jacwh-main2{
    padding-top: 1.1rem;
    padding-bottom: .7rem;
}
.jacwh-main2 .centview{
    width: 17.7rem;
    margin: 0 auto;
    margin-top: .8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jacwh-main2 .centview .item{
    width: 8.67rem;
    position: relative;
    margin-top: .4rem;
    cursor: pointer;
}
.jacwh-main2 .centview .item img{
    width: 100%;
}
.jacwh-main2 .centview .item .maskview{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(15, 15, 15, 0);
    transition: .6s;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}
.jacwh-main2 .centview .item .maskview p:nth-child(1){
    font-size: .7rem;
    color: #fff;
    font-weight: bold;
}
.jacwh-main2 .centview .item .maskview p:nth-child(2){
    font-size: .2rem;
    color: #fff;
    line-height: 1.4;
    display: none;
    margin-top: .3rem;
}
.jacwh-main2 .centview .item .maskview:hover{
    background: rgba(15, 15, 15, 0.3);
}
.jacwh-main2 .centview .item .maskview:hover p:nth-child(2){
    display: block;
}

.jaczsjm-main1{
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
}
.jaczsjm-main1 .centview{
    width: 17.7rem;
    margin: 0 auto;
    padding-top: .8rem;
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jaczsjm-main1 .centview .item{
    width: 49%;
    display: flex;
    margin-bottom: .4rem;
}
.jaczsjm-main1 .centview .item>a{
        width: 70%;
}
.jaczsjm-main1 .centview .item:last-child{
    /*margin-bottom: 0;*/
}
.jaczsjm-main1 .centview .item:nth-child(2n){
    /*flex-direction: row-reverse;*/
}
.jaczsjm-main1 .centview .item .imgview{
    width: 50%;
    object-fit: cover;
    height: 3rem;
}
.jaczsjm-main1 .centview .item .titview{
    width: 49%;
    padding-left: 0.2rem;
    display: flex;
    flex-flow: column;
    justify-content: end;
    align-items: flex-start;
}
.jaczsjm-main1 .centview .item .titview p{
    font-size: .28rem;
    color: #000000;
    letter-spacing: 1px;
    font-weight: bold;
}
.jaczsjm-main1 .centview .item .titview .name{
    width: 100%;
    font-size: .24rem;
    color: #000;
    line-height: 1.6;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jaczsjm-main1 .centview .item .titview a{
    font-weight: bold;
    font-size: .18rem;
    line-height: 2.2;
    color: #000;
    padding: 0 0.1rem;
    border-radius: 0.2rem;
    border: 1px solid #c4c4c4;
    margin-top: 0.2rem;
}
.jaczsjm-main1 .centview .item .titview a:hover{
    background: #cc000c;
    color: #fff;
    border: 1px solid #cc000c;
    box-shadow: 0px 5px 9px 0px rgba(204, 0, 12, 0.43);
}
.jacnewsview{
    width: 17.7rem;
    margin: 0 auto;
    padding: .1rem 0;
}
.newscent-tag{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newstype{
    display: none;
    background: #f8f8f8;
    border-radius: .34rem;
    height: .64rem;
    /*width: 4.34rem;*/
    width:2.17rem;
    
}
.newstype a{
   /* width: 50%;*/
    width:100%;
    height: 100%;
    border-radius: .34rem;
    font-size: .24rem;
    color: #5c5c5c;
    text-align: center;
    line-height: .64rem;
}
.newstype a:last-child{
    display:none;
}
.newstype a:hover{
    color: #cc000c;
}
.newstype a.on{
    background: #cc000c;
    box-shadow: 0px 5px 9px 0px rgba(204, 0, 12, 0.43);
    color: #fff;
}
.newstype a.on:hover{
    color: #fff;
}
.newselview{
    display: none;
}
.newselview .selview{
    width: 1.87rem;
    height: .52rem;
    border: 1px solid #cccccc;
    margin-left: .3rem;
}
.newselview .selview select{
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    text-align: center;
    color: #5c5c5c;
    font-size: .2rem;
    display: block;
    padding-left: .2rem;
}
.newslist{
    display: flex;
    flex-wrap: wrap;
    padding-top: .2rem;
}
.newslist li{
    width: 5.66rem;
    margin-top: .6rem;
    margin-right: .36rem;
    font-size: 0;
}
.newslist li:nth-child(3n){
    margin-right: 0;
}
.newslist li .imgview{
    position: relative;
}
.newslist li .newimg{
    width: 100%;
    height:3.4rem;
    object-fit: cover;
}
.newslist li .date{
    font-size: .2rem;
    color: #000000;
    margin-top: .2rem;
}
.newslist li .tit{
    font-size: .24rem;
    color: #000;
    line-height: 1.4;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: .2rem;
}

.newslist li .tit a{
    font-size: .26rem;
    color: #000;
    line-height: 1.4;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: .2rem;
}

.newslist li a{
    display: inline-block;
    font-weight: bold;
    font-size: .2rem;
    line-height: 2.2;
    color: #000;
    padding: 0 .34rem;
    border-radius: .3rem;
    border: 1px solid #c4c4c4;
    margin-top: .3rem;
}
.newslist li a:hover{
    background: #cc000c;
    color: #fff;
    border: 1px solid #cc000c;
    box-shadow: 0px 5px 9px 0px rgba(204, 0, 12, 0.43);
}
.pageview{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
}
.pageview .prevpage{
    width: .8rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    font-size: .18rem;
    color: #999999;
    border-radius: .04rem;
    margin-right: .2rem;
}
.pageview .prevpage:hover{
    color: #fff;
    background: #cc000c;
}
.pageview .nextpage{
    width: .8rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    font-size: .18rem;
    color: #fff;
    background: #cc000c;
    border-radius: .04rem;
    margin-left: .2rem;
}
.pageview .pages{
    display: flex;
    align-items: center;
}
.pageview .pages a{
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    font-size: .18rem;
    color: #333333;
    margin: 0 .06rem;
    border-radius: .04rem;
}
.pageview .pages a.on{
    color: #fff;
    background: #cc000c;
}
.pageview .pages a.on:hover{
    color: #fff;
}
.pageview .pages a:hover{
    border: 1px solid #cc000c;
    color: #cc000c;
}
.jacnewsview .pageview{
    margin: 0.5rem 0;
}
.newskvview{
    width: 100%;
    position: relative;
}
.newskvview>img{
    width: 100%;
}
.newskvcent{
    width: 12rem;
    position: absolute;
    left: 2.1rem;
    bottom: .82rem;
    color: #fff;
    font-size: 0;
}
.newskvcent .tag{
    font-size: .2rem;
}
.newskvcent .tit{
    font-size: .4rem;
    font-weight: bold;
    margin-top: .2rem;
}

.newskvcent a{
    display: inline-block;
    font-weight: bold;
    font-size: .2rem;
    line-height: 2.2;
    padding: 0 .34rem;
    border-radius: .3rem;
    border: 1px solid #fff;
    margin-top: .3rem;
    color: #fff;
}
.newskvcent a:hover{
    color: #cc000c;
    border: 1px solid #cc000c;
}
.newslist.video li .imgview::after{
    content: '';
    width: .62rem;
    height: .62rem;
    background: url("../images/main/playicon.png");
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.jacactview{
    margin: 0 auto;
    padding: 1.1rem .75rem;
    background: #f8f8f8;
}

.newscent-tag{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.yearsel{
    display: flex;
    align-items: center;
}
.year-selbtn{
    width: .5rem;
    height: .5rem;
    background: #fff;
    font-size: .14rem;
    text-align: center;
    line-height: .5rem;
    color: #dfdfdf;
    border-radius: 50%;
    cursor: pointer;
    transition: .6s;
}
.year-selbtn:hover{
    background: #cc000c;
    box-shadow: 0px 3px 9px 0px rgba(204, 0, 12, 0.43);
}
.swiper-container.yeal-view{
    width: 6rem;
    margin: 0 .24rem;
    /* display: flex;
    align-items: center; */
}
.yeal-view .swiper-slide{
    font-size: .22rem;
    line-height: .5rem;
    color: #5c5c5c;
    /* margin:  0 .15rem; */
    /* position: absolute; */
    cursor: pointer;
    text-align: center;
}
.yeal-view .swiper-slide:hover{
    color: #cc000c;
}
.yeal-view .swiper-slide.on::after{
    content: '';
    width: 100%;
    height: .04rem;
    background: #cc000c;
    position: absolute;
    left: 0;
    bottom: 0;
}
.newselview .selview{
    width: 1.87rem;
    height: .52rem;
    border: 1px solid #cccccc;
    margin-left: .3rem;
}
.newselview .selview select{
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    text-align: center;
    color: #5c5c5c;
    font-size: .2rem;
    display: block;
    padding-left: .2rem;
}
.jacactlist{
    width: 100%;
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    padding-top: .3rem;
}
.jacactlist a{
    width: 4.2rem;
    margin-top: .5rem;
    font-size: 0;
    padding-bottom: .24rem;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    margin-right:0.1rem;
}

.jacactlist a .actstatus{
    z-index: 99;
    position: absolute;
    left: 0;
    top: 0;
    font-size: .18rem;
    color: #fff;
    padding: .1rem .3rem;
    background: rgba(0, 0, 0, .6);
}
.jacactlist a .actstatus.ing{
    background: #cc000c;
}
.jacactlist a .imgview{
    position: relative;
}
.jacactlist a .newimg{
    width: 100%;
}
.jacactlist a .date{
    font-size: .2rem;
    color: #000000;
    margin-top: .2rem;
    opacity: .6;
}
.jacactlist a .tit{
    font-size: .24rem;
    color: #000;
    line-height: 1.4;
    font-weight: bold;
    margin-top: .2rem;
}

.jacactview .pageview{
    margin-top: 1.1rem;
}

.jacnewscent{
    width: 100%;
    padding-top: .6rem;
    padding-bottom: .8rem;
}
.jacnewscent .titview{
    padding: .6rem 4.6rem .4rem;
    background: #ececec;
}
.jacnewscent .titview .tit{
    font-size: .28rem;
    color: #333333;
    line-height: 1.4;
    font-weight: bold;
}
.jacnewscent .titview .titmsg{
    display: flex;
    margin-top: .24rem;
    justify-content: space-between;
    font-size: .18rem;
    color: #666666;
}

.newscentview{
    width: 100%;
    margin: 0 auto;
    margin-top: .4rem;
    padding-bottom: .7rem;
    border-bottom: 2px solid #e8e8e8;
}
.newscentview p,.newscentview div,.newscentview span{
    font-size: .18rem;
    color: #666666;
    line-height: 1.4;
    min-height: .2rem;
}
.newscentview img{
    max-width: 100%;
    margin: 0 auto;
}

.fxview{
    width: 10rem;
    margin: 0 auto;
    margin-top: .7rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.fxview p{
    font-size: .18rem;
    color: #333;
    margin-right: .2rem;
}
.fxview .fxbtn{
    display: flex;
    align-items: center;
}
.fxview .fxbtn>div{
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    margin-left: .14rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fxview .fxbtn>div:nth-child(1){
    background: #0cc277;
}
.fxview .fxbtn>div:nth-child(2){
    background: #f0b11b;
}
.fxview .fxbtn>div:nth-child(3){
    background: #eb3341;
}
.fxview .fxbtn>div i{
    font-size: .24rem;
    color: #fff;
}
.morenews{
    width: 10rem;
    margin: 0 auto;
    margin-top: .7rem;
}
.morenewslist{
    width: 100%;
    margin-top: .6rem;
    display: flex;
}
.morenewslist a{
    width: 3.12rem;
    margin-right: .32rem;
}
.morenewslist a:last-child{
    margin-right: 0;
}
.morenewslist a img{
    width: 100%;
}
.morenewslist a .date{
    font-size: .2rem;
    color: #000;
    opacity: .6;
    margin-top: .3rem;
}
.morenewslist a .tit{
    font-size: .24rem;
    line-height: 1.4;
    color: #000;
    margin-top: .1rem;
    font-weight: bold;
}
.gjsy-main1{
    padding-top: 1rem;
}
.gjsy-txt{
    font-size: .24rem;
    line-height: 1.4;
    margin: 0 auto;
    width: 11.4rem;
    margin-top: .65rem;
    text-align: center;
}
.gjsy-img1{
    width: 17.7rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    margin-top: .8rem;
}
.gjsy-img1 img{
    width: 5.66rem;
}
.gjsy-main2{
    padding-top: .8rem;
}
.gjsy-open-view{
    width: 17.7rem;
    margin: 0 auto;
    margin-top: .8rem;
    background: #efefef;
    padding-top: 1rem;
    margin-top: .8rem;
}
.gjsy-open-view .txt p{
    font-size: .24rem;
    color: #333333;
    line-height: 1.6;
    text-align: center;
}
.gjsy-open-img{
    width: 100%;
    margin-top: .7rem;
}
.gjsy-main3{
    margin-top: 1rem;
}
.gjsy-dsj-view{
    width: 15.7rem;
    margin: .7rem auto 0;
}
.gjsy-dsj-view-item{
    width: 100%;
    display: none;
}
.gjsy-dsj-view-item:first-child{
    display: block;
}
.gjsy-dsj-item{
    width: 100%;
    display: flex;

}
.year-sel-swiper{
    width: 15.7rem;
    margin: 0 auto;
    margin-top: .64rem;
    margin-right: 0.02rem;
    padding-bottom: 1rem;
}
.year-sel-swiper.hbxx{
    padding-bottom: 0;
}
.year-sel-swiper .swiper-slide{
    padding-top: .6rem;
    text-align: center;
}
.year-sel-swiper .swiper-slide:nth-of-type(1){
    color: #cc0000;
}
.year-sel-swiper .swiper-slide::after{
    content: '';
    position: absolute;
    top: .4rem;
    left: 0;
    width: 100%;
    height: 2px;
    background: #939394;
}
.year-sel-swiper .swiper-slide::before{
    width: .1rem;
    height: .1rem;
    content: '';
    border-radius: 50%;
    position: absolute;
    top: .35rem;
    left: 0;
    right: 0;
    margin: auto;
    background: #939394;
}
.year-sel-view{
    width: 100%;
    font-size: .24rem;
    color: #333333;
    font-weight: bold;

}
/* .jacgjsyview{
    background: #fafafa;
} */
.gjsy-dsj-item .left{
    width: 100%;
    height: 3.9rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 1rem;
}
.gjsy-dsj-item .left p.date{
    font-size: .5rem;
    color: #d60000;
    margin-bottom: .7rem;
}
.gjsy-dsj-item .left p.tit{
    font-size: .24rem;
    color: #333333;
    line-height: 1.4;
}
.gjsy-dsj-item img{
    width: 7.2rem;
    height: 3.9rem;
    flex-shrink: 0;
}
.dsj-swiepr-page{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .4rem;
}
.dsj-swiepr-page .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    border-radius: 100%;
    background: #b1b1b1;
    margin: 0 .1rem;
}

.dsj-swiepr-page .swiper-pagination-bullet-active {
    opacity: 1;
    background: #d60000;
}


.gjsy-main4{
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #f8f8f8;
}
.shzetag{
    display: flex;
    background: #f8f8f8;
    border-radius: .34rem;
    height: .64rem;
    width: 6.96rem;
    margin: 0 auto;
    margin-top: .6rem;
}
.shzetag a{
    width: 50%;
    height: 100%;
    border-radius: .34rem;
    font-size: .24rem;
    color: #5c5c5c;
    text-align: center;
    line-height: .64rem;
}
.shzetag a:hover{
    color: #cc000c;
}
.shzetag a.on{
    background: #cc000c;
    box-shadow: 0px 5px 9px 0px rgba(204, 0, 12, 0.43);
    color: #fff;
}
.shzetag a.on:hover{
    color: #fff;
}

.jacshzrview{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.shzrlistview{
    width: 17.7rem;
    margin: 0 auto;
    margin-top: 2.5rem;
}
.shzrlistview:nth-of-type(1) {
        display: block;
    }
.shzrlistview .item{
    width: 100%;
    display: flex;
    align-items: center;
    padding: .3rem 1rem
}
.shzrlistview .item:nth-child(2n-1){
    background: #f7f7f7;
}
.shzrlistview .item .date{
    font-size:.18rem;
    color: #888888;
    width: 2.1rem;
    position: relative;
    margin-left: .3rem;
}

.shzrlistview .item .date::after{
    content: '';
    width: .08rem;
    height: .08rem;
    background: #cc000c;
    border-radius: 50%;
    position: absolute;
    left: -.26rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

.shzrlistview .item .name{
    width: 100%;
    color: #333;
    font-size: .2rem;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shzrlistview .item .btns{
    display: flex;
    align-items: center;
    width: 3.8rem;
    flex-shrink: 0;
    margin-left: .7rem;
}
.shzrlistview .item .btns a{
    display: block;
    font-size: .2rem;
    color: #cc000c;
    border: 2px solid #cc000c;
    border-radius: .4rem;
    width: 1.6rem;
    text-align: center;
    line-height: .5rem;
    margin-right: .2rem;
    transition: .4s;
}
.shzrlistview .item .btns a:last-child{
    margin-right: 0;
}
.shzrlistview .item .btns a:hover{
    background: #cc000c;
    color: #fff;
}

.shzrlistoneitem{
    width: 17.7rem;
    margin: 0 auto;
    margin-top: 2.3rem;
    margin-bottom: 1.7rem;
    background:#f7f7f7;
    padding-left:7.5rem;
    padding-right:1rem;
    padding-top:.8rem;
    padding-bottom:1rem;
    position: relative;
}
.shzrlistoneitem .leftimg{
    width: 4.95rem;
    position: absolute;
    left: 1.25rem;
    top: -1.4rem;
}
.shzrlistoneitem .leftimg::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -.2rem;
    bottom: -.2rem;
    z-index: 1;
    border: 2px solid #bebebe;
}
.shzrlistoneitem .leftimg img{
    position: relative;
    z-index: 2;
    width: 100%;
    box-shadow: 0 0 .3rem rgba(0, 0, 0, .6);
}
.shzrlistoneitem .rightmsg{
    width: 100%;
}
.shzrlistoneitem .rightmsg .top p.date{
    font-size: .16rem;
    margin-bottom: .2rem;
    color: #cc000c;
    position: relative;
}

.shzrlistoneitem .rightmsg .top p.name{
    font-size: .3rem;
    line-height: 1.3;
    color: #333;
    font-weight: bold;
    padding-bottom: .4rem;
    border-bottom: 1px solid #e2e5ea;
}

.shzrlistoneitem .rightmsg .bot{
    display: flex;
    align-items: center;
    width: 3.8rem;
    flex-shrink: 0;
    margin-top: .4rem;
}
.shzrlistoneitem .rightmsg .bot a{
    display: block;
    font-size: .2rem;
    color: #cc000c;
    border: 2px solid #cc000c;
    border-radius: .4rem;
    width: 1.6rem;
    text-align: center;
    line-height: .5rem;
    margin-right: .2rem;
    transition: .4s;
}
.shzrlistoneitem .rightmsg .bot a:last-child{
    margin-right: 0;
}
.shzrlistoneitem .rightmsg .bot a:hover{
    background: #cc000c;
    color: #fff;
}
.dwn-pdf{
    width: .3rem;
    margin-left: .7rem;
    flex-shrink: 0;
}
.dwn-pdf img{
    width: 100%;
}
.gjsy-news-view{
    width: 17.7rem;
    margin: .8rem auto 0;
}
.gjsy-news-item{
    width: 100%;
    display: flex;
    background: #fff;
}
.gjsy-news-item img{
    width: 7.67rem;
    height:5.25rem;
    flex-shrink: 0;
}
.gjsy-news-item .right{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 .9rem;
    height:5.25rem;
    width: 100%;
}
.gjsy-news-item .right .date{
    font-size: .2rem;
    color: #cbcbcb;
    margin-bottom: .6rem;
    line-height: 1.6;
    position: relative;
    padding-left:.86rem ;
}
.gjsy-news-item .right .date .day{
    font-size: .6rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: -.1rem;
    left: 0;
}
.gjsy-news-item .right .date .day::after{
    content: '';
    width: .42rem;
    height: .02rem;
    background: #cc000c;
    position: absolute;
    left: .1rem;
    bottom: -.14rem;
}
.gjsy-news-item .right .tit{
    font-size: .24rem;
    color: #333333;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: .5rem;
}
.gjsy-news-item .right .cont{
    font-size: .2rem;
    color: #888888;
}

.gjsy-news-swiper-bot{
    margin-top: .6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gjsy-news-swiper-bot .left{
    font-size: .24rem;
    color: #888;
}
.gjsy-news-swiper-bot .left span{
    font-size: .3rem;
    color: #cc000c;
}
.gjsy-news-swiper-bot .right{
    display: flex;
    align-items: center;
}
.gjsy-news-swiper-bot .right>div{
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    margin-left: .3rem;
    outline: none;
    display: flex;
    align-items: center;    
    justify-content: center;
    font-size: .16rem;
    cursor: pointer;
}
.gjsy-news-swiper-bot .right>div.prev{
    background: #fff;
    color: #dfdfdf;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .4);
}
.gjsy-news-swiper-bot .right>div.next{
    background: #cc000c;
    color: #fff;
}

.qyshzrg-view{
    width: 100%;
    margin: 0 auto;
    margin-top: 1rem;
}
.shzr-tit{
    height: .4rem;
    margin: 0 auto;
}

.qyshzrg-list{
    width: 100%;
    margin-top: .9rem;
    display: flex;
    justify-content: space-between;
}
.qyshzrg-list .item{
    width: 48%;
    position: relative;
}
.qyshzrg-list .item .manimg{
    width: 100%;
    height:100%;
    position: relative;
    z-index: 2;
        object-fit: cover;
}
.qyshzrg-list .item .mask{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    z-index: 4;
    background: rgba(0, 0, 0, .24);
}
.qyshzrg-list .item .mask>img{
    height:.72rem;
    margin-bottom: .2rem;
}
.qyshzrg-list .item .mask .tit{
    font-size: .2rem;
    font-weight: bold;
    color: #fff;
}
.qyshzrg-list .item .mask .con{
    width: 70%;
    font-size: .2rem;
    color: #fff;
    margin-top: .3rem;
    line-height: 0.3rem;
    text-align: justify;
    letter-spacing: 0.03rem;
}
.shzrxf-view{
    width: 100%;
    margin: 0 auto;
    margin-top: .4rem;
    padding-top: 1.2rem;
    background: #fff;
}

.shzrxf-view .tit{
    font-size: .3rem;
    color: #5c5c5c;
    text-align: center;
}
.shzrxf-bot{
    margin-top: .3rem;
}
.shzrlistimg{
    width: 40%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.shzrlistba{
    width: 100%;
    margin-top: -3.5rem;
}
.shzrjx-swiper{
        width: 17.7rem;
    margin:0 auto;
    margin-top: .6rem;
    padding: 0;
}
.shzrjx-view{
    width: 100%;
    margin: 0 auto;
    margin-top: 1.5rem;
}
.shzrjx-item {
    display: flex;
}
.shzrjx-item img{
    width: 50%;
    height: 3rem;
    object-fit: cover;
}
.shzrjx-item p{
    width:50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.shzrjx-item p .title{
    font-size: .24rem;
    color: #000;
    line-height: 1.6;
    font-weight: bold; 
    padding-left: 0.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.shzrjx-item p .text{
    font-size: 0.16rem;
    padding-left: 0.2rem;
    margin-top: 0.5rem;
    line-height: 0.28rem;
    display:-webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
}
.shzrjx-view .swiper-pagination{
    width: 91%;
    margin: 0 auto;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shzrjx-view .swiper-pagination span{
    margin: 0 0.05rem;
}
.swiper-pagination-bullet-active{
    background: #c2201f !important;
}
.shzrgy-view{
    width: 100%;
    margin: 0 auto;
    margin-top: 1.8rem;
}
.jaczsjm-main1.jaczsjm-main1{
    padding: 0;
}

.jaczsjm-main1.jaczsjm-main1 .centview .item .titview p.cname {
    font-size: 0.16rem;
    font-weight:400;
    margin-top: 0.5rem;
    line-height: 0.28rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
        text-align: justify;
}

/*国际视野栏目样式开始*/
    @media screen and (max-width: 750px) {
        .zybut {
            width: 100% !important;
        }
    }
    
    .swiper-slide:hover {
        cursor: pointer;
    }
    
    .year-sel-swiper {
        margin: 0 auto;
        margin-top: .64rem;
    }
    
    .dw_box {
        position: relative;
    }
    
    .zybut {
        position: absolute;
        width: 95%;
        height: auto;
        top: 0.29rem;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-between;
        margin: auto;
        z-index: 9;
    }
    
    .zybut button {
        width: 0.3rem;
        height: 0.3rem;
        border: none;
        border-radius: 100%;
        background: #ccc;
        color: aliceblue;
    }
    .zybut button:hover {
        background: #F44336;
    }

    @media screen and (max-width:500px){
        .gjsy-open-view .txt p br:nth-child(1){
            display: none;
        }
        .gjsy-open-view .txt p br:nth-child(4){
            display: none;
        }
        .gjsy-open-view .txt p br:nth-child(5){
            display: none;
        }
        .gjsy-open-view .txt p br:nth-child(8){
            display: none;
        }
    }
/*国际视野栏目样式结束*/