/**************
*  2018-06-12  *
*              *
***************/

body{
    font-family: "Microsoft YaHei","微软雅黑", Arial, Helvetica, sans-serif;
}

.hotNewsCon .con .focusNews li a:hover{
    color:#a61111;
}
.hotNewsCon .con ul.eight_zones li a:hover{
    color:#a61111;
}
.hotNewsCon .con ul.eight_zones h2 a:hover{
    color:#a61111;
}
.hotNewsCon .right .videoLists ul.list li:hover h5 a{
    color:#a61111;
}
.aggregate_lists .list .titleBox h4 a:hover{
    color:#a61111;
}
.newsListsCon .newsConLists .navConlists .lists li:hover{
    background-color: #fafafa
}
.newsListsCon .newsConLists .navConlists .lists .imgText .text h3 a:hover{
    color:#a61111;
}
.newsListsCon .left .readingRankings ul.lists li a:hover{
    color:#a61111;
}
.newsListsCon .right .special .specialList .specialCon ul li a:hover{
    background-color: #f5f5f5;
    
}
.mt5{
    margin-top:5px!important;
}
.pt7{
    padding-top: 7px;
}
.mt15{
    margin-top:15px!important;
}
.mt10{
    margin-top:10px!important;
}
.mt20{
    margin-top:20px!important;
}
.mt25{
    margin-top:25px!important;
}
.mt30{
    margin-top:30px!important;
}
.mt35{
    margin-top: 35px!important;
}
.mt40{
    margin-top:40px!important;
}
.mt60{
    margin-top:60px!important;
}
.pl10{
    padding-left: 10px!important;
}
.pln{
    padding-left: 0!important;
}
.pt30{
    padding-top: 30px!important;
}
.pt40{
    padding-top: 40px!important;
}
.pb30{
    padding-bottom: 30px!important;
}
.fr{
    float: right!important;
}
.fl{
    float: left!important;
}
.tac{
  text-align: center;
}
/*通栏广告位*/
.ad{
    width: 1200px;
    margin: 0 auto;
    clear: both;
}
.ad_r{
    width: 100%;
}
.ad_r img{
    width: 100%;
}
.ad .box{
    width: 100%;
    position: relative;
    height: 125px;
}
.ad .box .box_tab{
    z-index:9;
    position: absolute;
    bottom: 6px;
    right: 12px;
}
.ad .box .box_tab a{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color:#ccc;
    border-radius: 50%;
    margin-left:10px;
}
.ad .box .box_tab a.active{
    background-color:red;
}
.banad{
    width: 100%;
    height: 120px;
    clear: both;
}
.banad img{
    width: 100%;
    height: 100%;
}
.headZt{
    width: 1200px;
    height: 125px;
    margin: 0 auto;
    background-color: #ccc;
    position: relative;
}
.headZt img{
    height: 100%;
}
.headZt .newsGdBj{
    width: 100%;
    height: 28px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    opacity: 0.8;
    background-color: #fff;
}
.headZt .newsGd{
    width: 100%;
    height: 28px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
     overflow:hidden;
}
.headZt .newsGd ol{
    list-style-type:none; 
    margin:0px; 
    padding:0px; 
    font-size:12px; 
    width:100000%
}
.headZt .newsGd ol li{
    float:left;
}
.headZt .newsGd ol li a{ 
    color:#000; 
    text-decoration:none; 
    line-height:28px;
    display: inline-block;
    padding-left:30px; 
    font-size: 14px;
}
.headZt .newsGd ol li a:hover{ 
    text-decoration:underline;
}
/*header*/
.search{
    width: 362px;
    height: 38px;
    border:1px solid #ccc;
    float: left;
    border-radius: 15px;
  }
  .search input{
    float: left;
    height: 20px;
    width: 280px;
    font-size: 14px;
    color: #333;
    margin: 7px 0 0 10px ;
    border:none;
    outline:none
  }
  .search .searchBtn {
    width: 32px;
    height: 100%;
    text-align: left;
    float: right;
    line-height: 40px;
    color: #333;
    background: url(../../images/icon/search.png) 6px 8px no-repeat;
    cursor: pointer;
  }
/*头部*/
.header{
    width: 100%;
    height: 150px;
  }
  .header .head{
    width: 1200px;
    height: 70px;
    margin: 10px auto;
  }
  /*logo*/
  .header .head .logo{
    width: 325px;
    height: 75px;
    float: left;
  }
  .header .head .logo img{
    padding-top: 15px;
  }
  .header .head .r_box{
    width: 200px;
    height: 30px;
    float: left;
    margin-top: 12px;
    margin-left: 20px;
  }
  .header .head  a{
    display: inline-block;
    /* margin-left: 20px; */
    position: relative;
  }
  .header .head  a .weixin{
    width: 37px;
  }
  .header .head  a.mobile{
    width: 37px;
    margin-left: 10px;
  }
  .header .head  a.title{
    font-size: 14px;
    color:#A61111;
    font-weight:bold;
  }
  .header .head  a .ewmImg{
    display: none;
    position: absolute;
    top:40px;
    left: 0;
    height: 108px;
    max-width: 108px;
  }
  .header .head  a:hover .ewmImg{
    display: block;
  }
  .header .head .mail{
    float: left;
    height: 20px;
    font-size: 14px;
    color:#a61111;
    clear: both;
  }
  /*瀵艰埅*/
  .header .nav{
    width: 100%;
    height: 90px;
  }
  .header .nav .box{
    width: 100%;
    height: 54px;
    background-color:#B90818;
  }
  @media screen and (min-width:600px) and (max-width:1200px){
  
    .header .nav{
        width: 1200px;
    }
  
  }
  /*涓诲鑸�*/
  .header .nav .box ul{
    width: 1200px;
    margin: 0 auto;
  }
  .header .nav .box ul li{
    display: inline-block;
    float: left;
    padding: 0 20px;
    height: 54px;
    line-height: 54px;
    font-family: "Microsoft YaHei","寰蒋闆呴粦", Arial, Helvetica, sans-serif;
    font-size: 20px;
  }
  /*鍓鑸�*/
  .header .nav ol{
    width: 1200px;
    margin: 0 auto;
  }
  .header .nav ol li{
    display: inline-block;
    float: left;
    padding:  0 30px;
    height: 40px;
    line-height: 40px;
    font-family: "Microsoft YaHei","寰蒋闆呴粦", Arial, Helvetica, sans-serif;
    font-size: 20px;
  }
  .header .nav li.first{
    padding-left: 15px!important;
  }
  .header .nav li.last{
    padding-right: 0px!important;
  }
  .header .nav ul li.last{
    /* padding-left: 55px!important; */
  }
  .header .nav .box ul li a{
    color:#fff;
  }
  .header .nav .box ul li:hover{
    background-color: #CB1414;
  }
  
  .header .nav ol li a{
    color:#B90818;
  }
  
  .header .search input {
    float: left;
    height: 20px;
    width: 220px;
    font-size: 14px;
    line-height: 20px !important;
    color: #333;
    margin-left: 10px;
    margin-top: 4px;
    border: none;
    outline: none;
  }
  .header .search {
    float: left;
    margin-left: 395px;
    margin-top: 26px;
    width: 263px;
    height: 28px;
    border: 1px solid #af1314;
    border-radius: 14px;
    background: #fff;
  }
  .header .r_r{
    float: right;
    margin-top: 26px;
  }
/*头部结束*/
.com{
    width: 1200px;
    margin: 0 auto;
}
.bigTitle{
    width: 100%;
    height: auto;
    text-align: center;
}
.com .banner{
    width: 1200px;
    height: 680px;
    margin: 0 auto;
}
.device {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  
 
  .swiper-container {
    width: 1200px;
  }
  .content-slide {
    padding: 20px;
    color: #fff;
  }
  .swiper-wrapper{
      height: 100%;
  }
  .swiper-slide{
      position: relative;
      height: 675px;
      float: left;
  }

  .pagination {
    position: absolute;
    right: 20px;
    text-align: center;
    bottom:20px;
    z-index: 9;
    color:#fff;
    font-size: 16px;
  }
  .pagination .index{
      font-size: 24px;
      color:#FF3234;
      font-weight: 600;
  }
  .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #000;
    box-shadow: 0px 1px 2px #555 inset;
    border-radius: 50%;
    margin: 0 2px;
    cursor: pointer;
  }
  .swiper-active-switch {
    background: #FEA468;
  }
  .twoTitle{
    width: 100%;
    height: auto;
}

.content{
    width: 1200px;
    height: 310px;
    background: url(../../images/icon/centbj.png) no-repeat;
    overflow: hidden;
}
.content p{
    width: 1060px;
    height: 200px;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 26px;
    line-height: 48px;
    color: #fff;
    word-break:break-all;
   text-indent:2em;
}
.videocon{
    width: 1260px;
    overflow: hidden;
}

.videocon ul{
    width: 100%;
    overflow: hidden;
}
.videocon ul li{
    width: 360px;
    height: 640px;
    margin-right: 60px;
    float: left;
    position: relative;
    

}
@media screen and (max-width: 1200px) {
  .videocon {
      width:1200px;
      height: auto;
  }
  .videocon ul li{
    margin-right: 0px;
    margin-left: 30px;
  }
}
.videocon ul li img{
    display: inline-block;
    width: 100%;
    height:100%;
}
.videocon ul li span{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute; 
    top:0;
    left: 0;
    font-size: 24px;
    background: url(../../images/icon/opacity000.png);
    color: #fff;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 60px;
    display: flex;
    align-items: center;
    opacity: 0;
    transition:all 0.4s;
    /* text-align: center; */
}
.videocon ul li:hover span{
    opacity: 1;
}
.videocon .more{
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color:#fff;
}
.tuwen{
    width: 100%;
    height: 570px;
    padding-bottom: 60px;
}
.tuwen .text{
    width: 365px;
    height: 100%;
    background: url(../../images/icon/textbj.png) no-repeat;
}
.tuwen .text ul{
  width: 310px;
  height: 470px;
  padding: 25px 10px 0px 25px;
  margin-top: 20px;
  overflow-y: scroll;
}
.tuwen .text ul li{
  height: 85px;
  line-height: 30px;
  font-size: 20px;
  margin-top: 15px;
  background: url(../../images/icon/borderl.png) no-repeat;
}
.tuwen .text ul li a{
  color:#fff;
  padding-left: 10px; 
  display: inline-block; 
}
.tuwen .text ul::-webkit-scrollbar { 
      width: 5px;   
}
.tuwen .text ul::-webkit-scrollbar-track {
  /* background: rgb(179, 177, 177);     border-radius: 10px;  */
} 
.tuwen .text ul::-webkit-scrollbar-thumb {
   background: #ffff;     border-radius: 10px;   
}
.tuwen .text ul::-webkit-scrollbar-thumb:hover {
    /* background: rgb(100, 100, 100);     border-radius: 10px;    */
} 
.tuwen .text ul::-webkit-scrollbar-thumb:active {
    /* background: rgb(68, 68, 68);     border-radius: 10px;   */
} 
.tuwen .twoImgBox{
  width: 495px;
  height: 100%;
  margin-left: 10px;
}
.tuwen .twoImgBox a{
  display: block;
  width: 100%;
  height: 280px;
  position: relative;
}
.tuwen .twoImgBox a:first-child{
  margin-bottom: 10px;
}
.tuwen .twoImgBox a .bj{
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.tuwen .twoImgBox a:hover .bj{
  opacity: 0.6;
}
.tuwen .twoImgBox a img{
  height: 100%;
  width: 100%;
}
.tuwen .twoImgBox a span{
  display: block;
  height: 60px;
  width: 90%;
  position: absolute;
  bottom: 0px;
  left: 5%;
  font-size: 18px;
  color:#fff;
  line-height: 24px;
  background: url(../../images/icon/ImgBoxtitleicon.png) no-repeat;
  padding-top: 5px;
}
.tuwen .threeImgBox{
  width: 320px;
  height: 100%;
}
.tuwen .threeImgBox a{
  display: block;
  width: 100%;
  height: 183px;
  position: relative;
  margin-top: 10px;
}
.tuwen .threeImgBox a:first-child{
  margin-top: 1px;
}
.tuwen .threeImgBox a .bj{
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.tuwen .threeImgBox a:hover .bj{
  opacity: 0.6;
}
.tuwen .threeImgBox a img{
  height: 100%;
  width: 100%;
}
.tuwen .threeImgBox a span{
  display: block;
  height: 60px;
  width: 90%;
  position: absolute;
  bottom: 0px;
  left: 5%;
  font-size: 18px;
  color:#fff;
  line-height: 24px;
  background: url(../../images/icon/ImgBoxtitleicon.png) no-repeat;
  padding-top: 5px;
}








  .footer{
     width: 100%;
     overflow: hidden;
  }
  .footer .footCon{
     width: 1200px;
     height: 190px;
     margin: 0 auto;
  }
  .footer .footCon p{
     text-align: center;
     font-size: 14px;
     width: 100%;
     height: 14px;
  
  }
  .footer .footCon p a{
     color:#fff;
  }
  .footer .footCon p.qualifications a{
     color:#fff;
     padding: 0 10px;
  }
  .footer .footCon p.about a{
     color:#fff;
     padding: 0 5px;
  }
  .footer .footCon p.about span{
     border-left:1px solid #fff;
     height: 12px;
     display: inline-block;
  }
  
  
  
  