.containers{
  width: 100%;
}

.containers .content{
  min-width: 1200px;
}
.h6{
  padding: 0 20px;
  font-size: 19px;
  height: 47px;
  line-height: 47px;
  font-weight: bold;
  color: #044f8b;
  border-bottom: 3px solid #1196EE;
}
.h6 a{
  float: right;
  font-size: 14px;
  color: #898989;
  text-decoration: none;
}
.h6 i{
  font-size: 12px;
}
.h6 .div{
  float: right;
}
.h6 .div .span{
  float: left;
  margin-left: 5px;
  padding-left: 5px;
  font-size: 12px;
  color: #898989;
  position: relative;
}
.h6 .div .span b{
  display: inline-block;
  width: 4px;height: 4px;
  margin-right: 5px;
  border-radius: 2px;
  background: #898989;
  position: absolute;
  left:0;top: 22px;
}
/* banner */
    .banner{
      width: 100%;
      position: relative;
    }
    .banner>.img{
      width: 100%;
    }
    .banner .xx{
      position: absolute;
      left: 0;top: 0;
      width: 100%;
      height: 100%;
      overflow:hidden;
    }
    .banner .xx img{
      animation: rotating 10s linear infinite;
      -webkit-animation: rotating 10s linear infinite;
      -moz-animation: rotating 10s linear infinite;
      -o-animation: rotating 10s linear infinite;
      animation: rotating 10s linear infinite;
    }
    

    @keyframes rotating {
      from { transform: rotate(0) }
      to { transform: rotate(360deg) }
    }
/* banner */
/* 当前位置 */
  .position{
    height: 40px;
    line-height: 40px;
    background: #E1E1E1;
    color: #898989;
    padding-left: 20px;
  }
  .position b{
    font-weight: normal;
  }
  .position a{
    color: #898989;
  }
  .position a.active{
    color: #383D41;
  }
/* 当前位置 */
/* 首页 */
  .focusNews{
    width: 100%;
    overflow: hidden;
  }
  .focusNews_L{
    width:620px;
    height: 348px;
    float: left;
  }
  .focusNews_L>div{width: 100%;height: 100%;}
  .focusNews_L>div img{width: 100%;height: 100%;}
  .focusNews_L .bannerItem{
    position: relative;
  }
  .focusNews_L .bannerItem p{
    width: 100%;
    height: 42px;
    padding: 0 20px;
    line-height: 42px;
    background:rgba(0,0,0,.4);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .focusNews_L .bannerItem p span{
    float: left;
    color: #fff;
  }
  .focusNews_L .bannerItem p b{
    float: right;
    color: #fff;
  }
  .focusNews_L .bannerItem p i{
    color: #42A0ED;
    font-style:normal;
  }
  .focusNews_R{
    width: 550px;
    float: left;
    margin-left: 30px;
  }
  .focusNews_R li{
    font-size: 14px;
    padding: 10px 0 0 30px;
    position: relative;
  }
  .focusNews_R li>i{
    color: #42A0ED;
    font-size: 12px;
    position: absolute;
    left: 0;top: 18px;
  }
  .focusNews_R li>div span{
    font-size: 12px;
    color: #898989;
    position: absolute;
    right: 0;top: 3px;
  }
  .focusNews_R li>div{
    position: relative;
  }
  .focusNews_R li P{
    font-size: 16px;
    color: #383D41;
    border-bottom: 1px dashed #E1E1E1;
    padding-right: 30px;
    padding-bottom: 10px;
  }
  .thought_organi_notice{
    width: 100%;
    overflow: hidden;
  }
  .thought_organi_notice>div{
    width:384px;
  }
  .dl_list{
    float: left;
    margin-right: 24px;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
  }
  .dl_list>div{
    padding: 14px 20px 0 20px;
  }
  .dl_list dt{
    width: 140px;
    height: 105px;
    float: left;
    margin-right: 15px;
  }
  .dl_list dl{
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px dashed #E1E1E1;
  }
  .dl_list dt img{
    width: 100%;
    height: 100%;
  }
  .dl_list .h5{
    font-size: 16px;
    color: #42A0ED;
  }
  .dl_list .p{
    margin-top: 11px;
    font-size: 14px;
    color: #898989;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient:vertical;
  }
  .dl_list li:last-child>div{
      border: none;
    }
  .dl_list li{
    padding-left: 20px;
    width: 100%;
    float: left;
    position: relative;
  }
  .dl_list li i{
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #42A0ED;
    border-radius: 3px;
    position: absolute;
    left: 0;top: 20px
  }
  .dl_list li>div{
    width: 100%;
    font-size: 16px;
    padding: 12px 0 12px 0;
    border-bottom: 1px dashed #E1E1E1;
  }
.dl_list a>div{
  width: 100%;
  font-size: 16px;
  padding: 12px 0 12px 0;
  border-bottom: 1px dashed #E1E1E1;
}
  .subBanner_disc_service_special{
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
  }
  .subBanner_disc_service_special_L{
    width: 792px;
    float: left;
    overflow: hidden;
  }
  .subBanner_disc_service_special_L .sub_banner{
    margin-bottom: 42px;
    width: 100%;
    height: 108px;
  }
  .subBanner_disc_service_special_L .sub_banner img{
    width: 100%;
    height: 100%;
  }
  .subBanner_disc_service_special_L .dl_list{
    width: 384px;
    float: left;
  }
  .subBanner_disc_service_special_R{
    width: 384px;
    float: left;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    overflow: hidden;
    margin-left: 24px;
  }
  .subBanner_disc_service_special_R ul{
    padding: 14px 20px 9px 20px;
  }
  .subBanner_disc_service_special_R ul li{
    width: 344px;height: 64px;
    margin-bottom: 11px;
  }
  .subBanner_disc_service_special_R ul li img{
    width: 100%;height: 100%;
  }

  .supervise_committee_dynamic_demeanor_library{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
  }
  .supervise_committee_dynamic_demeanor_library_L{
    float: left;
    width: 792px;
    overflow: hidden;
  }
  .supervise_committee_dynamic_demeanor_library_L .dl_list{
    width: 384px;
  }
  .supervise_committee_dynamic_demeanor_library_L .dynamic{
    width: 100%;
    margin-top: 30px;
    float: left;
    overflow: hidden;
  }
  .supervise_committee_dynamic_demeanor_library_L .dynamic .dl_list{
    width: 100%;
    margin: 0;
  }
  .supervise_committee_dynamic_demeanor_library_L .dynamic li{
    width: 50%;
    padding-right: 5px;
  }
  .supervise_committee_dynamic_demeanor_library_L .dynamic li:nth-last-child(2) div{
    border: none;
  }
  .supervise_committee_dynamic_demeanor_library_R{
    float: left;
    width: 384px;
    overflow: hidden;
    margin-left: 24px;
  }
  .supervise_committee_dynamic_demeanor_library_R .dl_list{
    width: 100%; 
    margin-bottom: 30px;
  }
  .supervise_committee_dynamic_demeanor_library_R li>div{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
  }
  .library{
    width: 100%;
    overflow: hidden;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
  }
  .libraryList{
    width: 100%;
    padding: 8px 20px 34px 4px;
    overflow: hidden;
  }
  .libraryList p{
    box-sizing: border-box;letter-spacing: 4px;
    width: 45%;
    height: 56px; 
    line-height: 56px;
    color: #fff;
    float: left;
    margin: 15px 0 0 16px;
    font-size: 22px;text-align: center;font-weight: 600;
  }

.libraryList p.archive{background-image: url("/images/btntop.png");background-position: center;background-repeat: no-repeat;background-size: 100%;text-shadow: 1px 2px 1px #0273c7;}

.libraryList p.archive2{width: 338px;background-image: url("/images/btntop2.png");background-position: center;}

/* 首页 */

/* 动态要闻 */
  .dynamicNew{
    width: 100%;
    overflow: hidden;
  }
  .dynamicNew .dynamicNew_L{
    float: left;
    overflow: hidden;
    width: 792px;
  }
  .dynamicNew .dynamicNew_L .list span{
    float: right;
  }
  .dynamicNew .dynamicNew_R{
    float: left;
    overflow: hidden;
    margin-left: 24px;
    width: 384px;
  }
/* 动态要闻 */

/* 动态要闻详情 */
  .dynamicNewDetail{
    width: 100%;
  }
  .dynamiclistdetail{
    padding: 0 60px 30px 60px;
  }
  .dynamiclistdetail .h3{
    font-size: 24px;
    padding: 0 206px 0 193px;
    margin: 40px 0;
    text-align: center;
  }
  .dynamiclistdetail .sub_tit{
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #898989;
    text-align: center;
    background: #EEF1F4;
  }
  .dynamiclistdetail .conts{
    font-size: 16px;
    margin-top: 40px;
  }
  .dynamiclistdetail .fots{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px dashed #E1E1E1;
    font-size: 14px;
    color: #898989;
  }
/* 动态要闻详情 */

/* 概况 */
  .survey{
    width: 100%;
    overflow: hidden;
  }
  .survey .surveylist>div{
    float: left;
    width: 588px;
    margin-right: 24px;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: 16px;
  }
  .survey .surveylist>div:last-child{
    margin: 0;
  }
  .survey .surveylist>div .text{
    float: left;
    font-size: 16px;
    color: #4D4D4D;
    padding: 20px 20px 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;

    overflow: hidden;
  }
  .survey .surveydllist{
    width: 100%;
    float: left;
    margin-top: 24px;
    overflow: hidden;
  }
.survey .surveydllistindo{
  width: 100%;
  float: left;
  overflow: hidden;
}
  .survey .surveydllist>div{
    float: left;
    font-size: 16px;
    padding: 0px 20px 20px 20px;
    width: 589px;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    margin-right: 24px;
    overflow: hidden;
  }
  .survey .surveydllist>div:last-child{
    margin: 0;;
  }
  .survey .surveydllist dl{
    width: 154px;
    margin: 0 20px 0 20px;
    float: left;
  }
  .survey .surveydllist dt{
    padding: 16px 20px 0 20px;
    width: 114px;
    margin: auto;
  }
  .survey .surveydllist dt img{
    width: 100%;
    height: 100%;
  }
  .survey .surveydllist dd .h3{
    text-align: center;
    padding: 0 20px; 
    
  }
  .survey .surveydllist dd p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    color: #898989;
  }
/* 概况 */

/* 导航 */
  .content .navbar{
    width: 100%;
    text-align: center;
    background: #42A0ED;
  }
  .content .navList{
    text-align: center;
  }
  .content .navList li{
    display: inline-block;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
  }
  .content .navList li a{
    color: #fff;
    font-size: 18px;
  }
  .content .navList li.active{
    background: #0E77CD;
  }
/* 导航 */

/* 搜索 */
  .content .search{
    background: #EEF1F4;
    width: 100%;
    text-align: center;
  }
  .search_bar{display: flex;
    justify-content: center;
  }
  .search_bar .text{
    font-size: 16px;
    float: left;
    line-height: 50px;
  }
  .search_bar .text span{
    color: #0E77CD;
  }
  .search_bar{
  }
  .search_bar .search_group b{
    color: #42A0ED;
    font-size: 14px;
    font-weight: normal;
    margin-right: 20px;
    float: left;
    line-height: 50px;
  }
  .search_bar .search_group input{
    width: 170px;
    height: 28px;
    border: 1px solid #42A0ED;
    padding-left: 10px;
    border-radius: 4px;
    margin-top: 11px;
    float: left;
  }
  .search_bar .search_group a{
    font-size: 14x;
    text-decoration: none;
    color: #fff;
    background: #42A0ED;
    padding: 7px 11px 7px 10px;
    margin: 11px 0 0 10px;
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
  }
/* 搜索 */

/* 参政议政 */
  .cont{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
  }
  .new_L{
    width: 792px;
    float: left;
  }
  .new_R{
    width: 384px;
    float: right;
  }
  .cont .list{
    text-align: left;
    width: 100%;
    overflow: hidden;
  }
  .cont .list .item{
    overflow: hidden;
    border:1px solid #E1E1E1;
    border-radius: 4px;
    margin-bottom: 30px;
  }
  .cont .list .item ul{
    padding:0 20px;
  }
  .cont .list .item li{
    width: 100%;
   
    /*overflow: hidden;*/
    float: left;
    line-height: 47px;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
  }
  .cont .list .item li>i{
    font-size: 12px;
    color: #E1E1E1;
    position: absolute;
    left: 0;
  }
  .cont .list .item li>div{
    font-size: 16px;
    line-height: 47px;
    border-bottom: 1px dashed #E1E1E1;
  }
  .cont .list .item li:last-child>div{
    border: none;
  }
  .cont .list .item li.active i{
    color: #42A0ED;
  }
  .cont .list .item li.active>div{
    color: #42A0ED;
    border-color: #42A0ED;
  }
/* 参政议政 */

/* 检索结果 */
  .result{
    width: 100%;
    overflow: hidden;
  }
  .result .resultSearch{
    float: left;
    width: 702px;
    height: 40px;
    border: 1px solid #42A0ED;
    border-radius: 4px;
    overflow: hidden;
  }
  .result .resultSearch b{
    float: left;
    line-height: 40px;
    padding: 0 20px;
    color: #42A0ED; 
    border-right: 1px solid #42A0ED;
  }
  .result .resultSearch b i{
    font-size: 12px;
    color: #42A0ED;
  }
  .result .resultSearch div{
    float: left;
    width: 542px;
    height: 100%;
    
  }
  .result .resultSearch input{
    width: 100%;
    height: 100%;
    padding-left: 10px;
    font-size: 16px;
    outline:none;
  }
  .result .resultSearch span{
    cursor: pointer;
    float: right;
    text-align: center;
    width: 68px;
    background: #42A0ED;
    height: 100%;
    line-height: 100%;
    padding-top: 11px;
  }
.result .resultSearch button{
  cursor: pointer;
  float: right;
  text-align: center;
  width: 68px;
  background: #42A0ED;
  height: 100%;
  line-height: 100%;
  padding-top: 11px;
}
  .result .resultSearch span i{
    color: #fff;
  }
  .result .resultText{
    float: right;
    line-height: 40px;
  }
  .explain{
    width: 100%;
    text-align: center;
    height: 32px;
    line-height: 32px;
    background: #EEF1F4;
    color: #898989;
    font-size:16px;
    margin-top: 30px;
  }
  .resultList{
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .resultList .item{
    padding: 0 20px 0 20px;
    margin-top: 20px;
    position: relative;
  }
  .resultList .item>div{
    padding-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
  }
  .resultList .h4{
    font-size:21px;
    color: #383D41;
  }
  .resultList a{
    display: block;


    margin: 10px 0 10px 0;
  }
  .resultList p{
    font-size: 16px;
    color: #383D41;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow: hidden;
  }
  .resultList i{
    color: #898989;
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 12px;
  }
/* 检索结果 */

/* 通知公告 */
  .notice{
    width: 100%;
    border: 1px solid #E1E1E1;
    border-radius: 4px;overflow: hidden;
  }
  .notice ul{
    padding: 0 20px 0 20px;
  }
  .notice a:last-child li>div{
    border: none;
  }
  .notice li{
    padding-left: 20px;
    width: 100%;
    float: left;
    position: relative;
  }
  .notice li i{
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #42A0ED;
    border-radius: 3px;
    position: absolute;
    left: 0;top: 20px
  }
  .notice li>div{
    width: 100%;
    font-size: 16px;
    padding: 12px 0 12px 0;
    border-bottom: 1px dashed #E1E1E1;
  }
.noticd li>div{
  width: 100%;
  font-size: 16px;
  padding: 12px 0 12px 0;
  border-bottom: 1px dashed #E1E1E1;
}
/* 通知公告 */

/* 成员信息 */
  .member{
    width:100%;
    overflow: hidden;
  }
  .member .member_L{
    width: 346px;
    float: left;
    overflow: hidden;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
  }
  .member .member_L .dlLeaderList{
    padding-top: 20px;
  }
  .member .member_L .dlLeaderList dl{
    margin-bottom: 20px;
  }
  .member .member_L .dlLeaderList dt{
    text-align: center;
  }
  .member .member_L .dlLeaderList img{
    width: 74px;
  }
  .member .member_L .dlLeaderList dd{
    color: #383D41;
    font-size: 16px;
    text-align: center;
  }
  .member .member_L .dlStaffList dl{
    float: left;
    margin: 0 20px 20px 20px;
  }
  .member .member_L .dlStaffList dd{
    text-align: center;
    font-size: 16px;
    color: #383D41;
  }
  .member .member_L .dlStaffList dt img{
    width: 74px;
  }
  .member .member_R{
    float: left;
    width: 830px;
    margin-left: 24px;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
  }
  .member_R .information{
    padding: 0 30px 0 20px;
  }
  .member_R .information dl{
    border-bottom: 1px solid #E1E1E1;
    padding: 30px 0 20px 0;
    overflow: hidden;
  }
  .member_R .information dt{
    float: left;
    margin-right: 20px;
  }
  .member_R .information dt img{
    width: 112px;
  }
  .member_R .information dt{
    font-size: 16px;
    color: #383D41;
    display: -webkit-box;
  }
  .member_R .information dd{
    font-size: 16px;
    color: #383D41;
  }
  .member_R .information ul{
    overflow: hidden;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
  }
  .member_R .information li{
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .member_R .information li>i{
    font-size: 14px;
    color: #E1E1E1;
    position: absolute;
    left:0;
    line-height: 30px;
    
  }
  .member_R .information li>div{
    float: left;
    color: #727984;
    font-size: 16px;
    line-height: 30px;
    margin-left: 40px;
  }
  .member_R .list {
    padding:0 20px;
    margin-bottom: 20px;
  }
  .member_R .list li{
    overflow: hidden;
    line-height: 50px;
    position: relative;
  }
  .member_R .list li i{
    color: #E1E1E1;
    position: absolute;
    left: 0;
  }
  .member_R .list li div{
    line-height: 50px;
    margin-left: 40px;
    color: #383D41;
    font-size: 16px;
    border-bottom: 1px dashed #E1E1E1;
  }
  .member_R .imageList{
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    padding: 20px;
    white-space: nowrap;
  }
  .member_R .imageList dl{
    float: left;
    margin-left: 24px;
  }
  .member_R .imageList dl:first-child{
    margin-left: 0;
  }
  .member_R .imageList dl img{
    width: 263px;
  }
  .member_R .imageList dd{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    font-size: 16px;
    color: #383D41;
    text-align: center;
    padding-top: 12px;
  }
/* 成员信息 */

/* 关注 */
  .follow{
    width: 154px;
    height: 256px;
    background: #EEF1F4;
    position: fixed;
    right: 1%;
    top: 60%;
    padding: 26px 17px 0 17px;
  }
  .follow .h2{
    font-weight: bold;
    border-bottom: 1px solid #E1E1E1;
    text-align: center;
    font-size: 20px;
    color: #383D41;
    padding-bottom: 8px;
  }
  .follow .qrcode{
    width: 120px;
    height: 120px;
    margin-top: 10px;
  }
  .follow .qrcode img{
    width: 100%;
    height: 100%;
  }
  .follow .p{
    text-align: center;
    font-size: 14px;
    color: #383D41;
  }
/* 关注 */

/* 友情链接 */
  .friendshipLinks{
    width: 100%;
    height: 92px;
    line-height: 92px;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    margin-top: 30px;
  }
  .friendshipLinks p{
    float: left;
    font-size: 16px;
    color: #383D41;
    padding: 0 11px 0 20px;
  }
  .friendshipLinks>div{
    float: left;
    width: 187px;
    height: 32px;
    margin: 30px 0 0 30px;
  }
  .friendshipLinks>div select{
    float: left;
    width:100%;
    height: 100%;
    color: #898989;
    border-color: #898989;
    background: #E1E1E1;
    border-radius: 4px;
  }
/* 友情链接 */

/* 页脚 */
  .footer{
    width: 100%;
    height: 100px;
    padding-top: 20px;
    text-align: center;
    background: #383d41;
    color: rgb(136, 136, 136);
    border-top: 4px solid #42a0ed;
  }
  .footer p{
    line-height: 30px;
  }
/* 页脚 */

/* 分页 */
  .page{
    width: 100%;
    text-align: center; 
    height:40px;
  }
  .page a{
    display: inline-block;
    background: #fff;
    border: 1px solid #E1E1E1;
    color: #383D41;
    margin-right: 10px;
    padding: 0 13px;
    height: 30px;line-height: 30px;
    cursor: pointer;
    border-radius: 4px;
  }
  .selectPage{
    display: inline-block;
    background: #fff;
    border: 1px solid #E1E1E1;
    color: #383D41;
    padding: 0 13px;
    height: 30px;line-height: 30px;
    cursor: pointer;
    border-radius: 4px;
  }
  .page a.active{
    background: #42A0ED;
    color: #fff;
  }
  .page b{
    float: left;
    font-weight: normal;
    color: #383D41;
  }
  .page input{
    width: 50px;
    float: left;
    height: 28px;
    outline:none;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    margin: 0 4px;
    padding-left: 10px;
    color: #383D41;
  }
  .page>div{
    display: inline-block;
    margin-right: 10px;
    height: 30px;line-height: 30px;
  }
  .page .go{
  width: 30px;height: 30px;
  line-height: 30px;
  border: 1px solid #E1E1E1;
  text-align: center;
  color: #fff;
  background: #42A0ED;
  border-radius: 4px;
  cursor: pointer;
  }
/* 分页 */

/* swiper样式替换 */
  .my-bullet-active{
    background: #ffffff;
    opacity: 1;
  }
/* swiper样式替换 */
.links{
  width: 380px; overflow:hidden;position:absolute;
  top: 10px; right: 10px;z-index: 10;color: #fff;font-size: 14px;
}
.links ul li a{
  color: #fff;
}

.pd4{
  padding-bottom: 6px;
}






/*轮播*/
.mains{width:620px;height: 348px;float: left;border: none;}
	
/* 公共 */
.imglist img{width:620px;height:348px;border: none;}
	
	
.imgscroll5{width:620px;height:348px;float:left;position:relative;overflow:hidden;border: none;}
.imgscroll5:hover .pre{display:block}
.imgscroll5:hover .next{display:block}
.imgscroll5 li{list-style:none;margin:0;padding:0}
.imgscroll5 .imglist{width:100%;height:inherit;position:absolute}
.imgscroll5 .imglist .imgurl{float:left}
.imgscroll5 .imgdesc{width:80px;height:40px;bottom:0;right:0;position:absolute;overflow:hidden;border: none;}
.imgscroll5 .imgdesc li{width:20%;transition:all linear 0.2s;height:40px;float:left;line-height:40px;vertical-align:middle;text-align:center;background:rgba(0,0,10,0.5);margin:0;cursor:pointer;color: #FFFFFF;font-size: 14px;}
.imgscroll5 .imgdesc li.hover{background:rgba(151,151,151,0.8);color:#fff;}
.imgscroll5 .pre{position:absolute;top:50%;margin-top:-40px;z-index:10;height:80px;left:0;background-color: transparent;vertical-align:middle;cursor:pointer;display:none}
.imgscroll5 .next{position:absolute;top:50%;margin-top:-40px;z-index:10;height:80px;right:0;background-color: transparent;vertical-align:middle;cursor:pointer;display:none}
.imgscroll5 .imginfo{position:absolute;width:540px;bottom:0;left:0;height:40px;overflow:hidden;border: none;}
.imgscroll5 .imginfo li{height:40px;width:100%;color:#fff;background:rgba(0,0,0,0.5);line-height:40px;vertical-align:middle;text-align:left;padding: 0 20px;font-size: 15px;overflow: hidden; /* 确保超出容器的文本被隐藏 */white-space: nowrap; /* 防止文本换行 */text-overflow: ellipsis; }



/*专题专栏滚动*/
.demo1,.demo2{
	visibility: visible;
    overflow: hidden;
    position: relative;
    z-index: 2;
    left: 0px;
    height: 216px;;
    width: 344px;
    margin-left: 19px;margin-top: 20px;margin-bottom: 15px;
}


.clear {
	clear: both;
}







/*图片左右滚动*/
.pcyardbox{width: 350px;overflow: hidden;margin:  0 auto 20px;}
.pcyard{
    margin: 0 auto;
    width: 940px;
}
.roll-wrap:hover .control{
    display: block;
}

.roll-wrap{
    position: relative;
    width: 100%;
    height: 95px;
    overflow: hidden;
}
.roll-wrap .roll__list{

}
.roll_row .roll__list::before, .roll_row .roll__list::after {
    content: "";
    display: table;
    line-height: 0;
}
.roll_row .roll__list::after {
    clear: both;
}
.roll_row .roll__list{
    width: 9999px;
}
.roll_row .roll__list li{
    float: left;
    display: block;
    margin-right: 10px;
    width: 150px;
    height: 95px;
    font-weight: bold;
    text-align: center;
    background-color: #ff9900;
}
.control{
    position: absolute;
    top: 30px;
    display: none;
    padding: 10px 5px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, .3);
}
.control:hover{
    background-color: rgba(0, 0, 0, .5);
}
.control.pre{
    left: 5px;
}
.control.next{
    right: 5px;
}
.roll_col{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.roll_col .roll__list{
    width: 100%;
}
.h600{
    height: 600px;
}
.roll_col li{
    display: block;
    height: 200px;
    line-height: 200px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #ff9900;
}
.roll_col .li-2{
    background-color: #0099ff;
}
.roll_col .li-3{
    background-color: #ff0099;
}
.roll_col .li-4{
    background-color: #00ff99;
}
.roll_col .control{
    top: 80px;
}
