.kele-table{
  width: 100%;
}
.kele-table tr{
  background-color: #f1f1f1;
}
.kele-table th{
  padding: 8px 5px;
  line-height: 20px;
  color: #fff;
  background-color: #0053b6;
}
.kele-table td{
  padding: 5px;
  line-height: 20px;
}
.breadcrumbs{
  width: 1200px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  box-sizing: border-box;
  background: url(/public/images/fw_icon6.png) left center no-repeat;
  padding-left: 30px;
  font-size: 14px;
  color: #1e2123;
}
.breadcrumbs a{
  color: #1e2123;
}
.article-con{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 80px;
}
.menu-box{
  width: 247px;
}
.menu-box .title{
  width: 247px;
  height: 94px;
  background: #1b6ebc;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  color: #fff;
  box-sizing: border-box;
  padding-top: 20px;
}
.menu-box .menu-list{
  width: 100%;
}

.menu-box .menu-list li{
  width: 100%;
  margin-top: 4px;
}
.menu-box .menu-list li .menu-t1{
  width: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  background: #1b6ebc url(/public/images/fw_icon4.png) 226px center no-repeat;
  display: block;
  box-sizing: border-box;
  padding: 14px 20px 14px 10px;
  cursor: pointer;
}
.menu-box .menu-list li .menu-t1.on{
  background: #8ac419 url(/public/images/fw_icon5.png) 218px center no-repeat;
}
.menu-box .menu-list li .e-menu{
  width: 100%;
  padding: 10px 0 7px;
  background: #e2eaf1;
  margin-top: 1px;
  display: none;
}
.menu-box .menu-list li .e-menu .e-menu-link{
  display: block;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #414344;
  transition: all ease .3s;
  box-sizing: border-box;
  padding-left: 35px;
}
.menu-box .menu-list li .e-menu .e-menu-link.on {
  background: #b9cee0;
  color: #fff;
}
.menu-advertising{
  margin-top: 13px;
}
.menu-advertising img{
  display: block;
  margin-bottom: 6px;
  width: 100%;
  cursor: pointer;
}

.article-con .list-center{
  padding: 27px 38px 60px;
  width: 932px;
  background: #fff;
  box-sizing: border-box;
}

.article-con .list-center .title2{
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  font-size: 26px;
  line-height: 32px;
  color: red;
  padding: 12px 0 38px;
  text-align: center;
}
.reviews-lists{
  padding-top: 40px;
}
.reviews-lists div img{
  max-width: 800px;
}

.TRS_Editor p{
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 2;
  font-family: Arial;
  font-size: 16px;
  text-align: justify;
}
/* 二级集合页 start */
.level-list{
  padding: 46px 30px 18px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.level-list li{
  position: relative;
  margin-bottom: 40px;
  width: 300px;
  background-color: #fff;
}
.level-list li:hover .img{
  overflow: hidden;
}
.level-list li img{
  width: 300px;
  transition: all ease .3s;
}
.level-list li span{
  display: block;
}

.level-list li:hover img{
  transform: scale(1.05);
}
.level-list li .tbox{
  padding: 10px;
  box-sizing: border-box;
}
.level-list li .tbox .title{
  font-size: 20px;
  line-height: 20px;
  color: #000;
  margin-bottom: 10px;
}
.level-list li .tbox .txt{
  width: 250px;
  font-size: 14px;
  line-height: 20px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.level-list li .link{
  position: absolute;
  right: 11px;
  bottom: 12px;
  width: 18px;
  height: 28px;
  background: url(/public/images/fw_icon11.png) center center no-repeat;
}
.level-list li:hover .tbox .title{
  color: #0054a6;
}
.level-list li:hover .link{
  background-image: url(/public/images/fw_icon12.png);
}
/* 二级集合页 end */

/* 视频列表 */
.list-center .title{
  font-size: 26px;
  color: #0054a6;
  height: 28px;
  line-height: 28px;
  border-left: 7px solid #8ac419;
  padding-left: 20px;
}
.video-lists{
  padding: 51px 0 38px;
}
.video-lists li{
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  width: 360px;
  height: 260px;
  overflow: hidden;
}
.video-lists li:nth-child(2n){
  margin-left: 20px;
}
.video-lists li .img{
  width: 100%;
  height: 100%;
}
.video-lists li .img img{
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.video-lists li .t1{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  z-index: 2;
  background-color: rgba(0, 0, 0, .7);
  box-sizing: border-box;
}
.video-lists li .play{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
}

/* 新闻列表 start */
.ej-more{
  float: right;
  font-size: 14px;
  color: #999;
}
.pagination .pageinfo strong{
  margin-left: 5px;
  margin-right: 5px;
}
.article-con .list-center .report-list{
  width: 100%;
  margin-top: 23px;
  border-top: 1px solid #e4e4e4;
  margin-bottom: 57px;
  padding-top: 20px;
}
.article-con .list-center .report-list li{
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  box-sizing: border-box;
  border-bottom: 1px dashed #e1dfdf;
  padding-left: 36px;
  background: url(/public/images/fw_icon8.png) 14px center no-repeat;
}
.article-con .list-center .report-list li .t1{
  display: inline-block;
  color: #666;
  width: calc(100% - 100px);
}
.article-con .list-center .report-list li .t2{
  float: right;
  color: #b0afaf;
  font-size: 16px;
}
.article-con .list-center .report-list li:hover span{
  color: #1b6ebc;
}
/* 新闻列表 end */

/* 图片列表 start */
.list-prcture{
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-prcture li{
  position: relative;
  margin-bottom: 25px;
  width: 270px;
  height: 180px;
}
.list-prcture li .img{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.list-prcture li .img img{
  width: 100%;
  height: 100%;
  transition: all ease .3s;
}
.list-prcture li:hover .img img{
  transform: scale(1.05);
}
.list-prcture li .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: rgba(0, 0, 0, .7);  
  box-sizing: border-box;
}
/* 图片列表 end */

/* 图片新闻 start */
.zhld-list{
  width: 100%;
  border-top: 1px solid #e4e4e4;
  margin-top: 23px;
  padding-top: 45px;
}
.zhld-list li{
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.zhld-list li a{
  display: block;
}
.zhld-list li .zhld-title{
  width: 100%;
  color: #0054a6;
  font-size: 18px;
  line-height: 32px;
  border-bottom: 1px dashed #ebebeb;
}
.zhld-list li .t1{
  display: inline-block;
  color: #0054a6;
  width: calc(100% - 100px);
}
.zhld-list li .t2{
  float: right;
  color: #b0afaf;
  font-size: 16px;
}
.zhld-list li .tbox{
  width: 100%;
  padding: 14px 0 19px;
}
.zhld-list li .tbox .img{
  display: inline-block;
  width: 130px;
  height: 95px;
  overflow: hidden;
  vertical-align: middle;
}
.zhld-list li .tbox .img img{
  width: 100%;
  height: 100%;
}
.zhld-list li .tbox .txt{
  display: inline-block;
  width: 686px;
  margin-left: 30px;
  font-size: 14px;
  color: #666;
  line-height: 28px;
  vertical-align: middle;
}
/* 图片新闻 end */

/* 通栏内容 start */
.page-info{
  padding: 0 40px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}
.page-info .title{
  margin-bottom: 10px;
  padding: 32px 0 30px;
  font-size: 26px;
  line-height: 32px;
  color: #0054a6;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
}
/* 通栏内容 end */

/* 论坛嘉宾 start */
.list-guest{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-guest li{
  position: relative;
  width: 254px;
  padding: 20px 0;
  text-align: center;
}
.list-guest li .img{
  margin: auto;
  width: 174px;
  height: 174px;
  border-radius: 50%;
}
.list-guest li .img img{
  width: 100%;
}
.list-guest li .t1{
  font-size: 18px;
  line-height: 32px;
  color: #0054a6;
  margin-top: 29px;
}
.list-guest li .t2{
  width: 19px;
  height: 1px;
  background: #0054a6;
  margin: 5px auto 10px;
}
.guest-tc{
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px 22px;
  width: 244px;
  height: 306px;
  line-height: 32px;
  background: rgba(204, 204, 204, .9);
  transition: all ease .3s;
  box-sizing: border-box;
}
.list-guest li:hover .guest-tc{
  display: block;
}
.list-guest li .guest-box .guest-tc .s1{
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-bottom: 6px;
}
.list-guest li .guest-tc .s2{
  width: 20px;
  height: 1px;
  background: #555454;
  margin: auto;
}
.list-guest li .guest-tc .s4{
  font-size: 14px;
  color: #514e4e;
  text-align: left;
}
.list-guest li .guest-tc .s4 span{
  color: #2369ea;
}
/* 论坛嘉宾 end */


/* 分页 start */
.pagination{
  display: flex;
  justify-content: center;
  /* text-align: center; */
}
.pagination li{
  display: inline-block;
  padding: 5px;
}
.pagination a{
  color: #333;
}
/* 分页 end */

/* 详情页 */
.articlepage p{
  text-indent: 2em;
  text-align: left;
}

.articlepage p img{
  text-indent: -2em;

}
.articlepage img{
  width: 100%;
  max-width: 600px;
  vertical-align: middle;
}



/* 资料下载 start */
.reviews-lists .download-title{
  width: 100%;
  border-bottom: 1px solid #eeeded;
  background: url('/public/images/fw_icon9.png') left center no-repeat;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  line-height: 28px;
  padding: 27px 0 18px 46px;
  margin-top: 23px;
}
.reviews-lists .download-list{
  padding: 18px 0 12px;
}
.download-list li{
  line-height: 40px;
}
.download-list li a{
  display: block;
}
.download-list li .txt{
  font-size: 14px;
  color: #666;
  box-sizing: border-box;
  padding-left: 28px;
  background: url('/public/images/fw_icon8.png') left center no-repeat;
}
.download-list li:hover .txt{
  color: #0054a6;
}
.download-list li .down{
  float: right;
  font-size: 14px;
  color: #0054a6;
  box-sizing: border-box;
  padding-left: 25px;
  background: url(/public/images/fw_icon10.png) left center no-repeat;
}
/* 资料下载 end */

@media (min-width: 320px) and (max-width: 767px){
  .TRS_Editor p{
    color: #fff;
  }
  .pagination,
  .pagination a{
    color: #f1f1f1;
    font-size: 14rem;
  }
  .index_article img{
    width: 100% !important;
    height: auto !important;
  }
  .article-con{
    padding-top: 0;
    padding-bottom: 0;
  }
  .article-con .list-center{
    padding: 0px 15px 30px;
    width: 100%;
    background-color: #011e39;
  }
  .list-center .title,
  .article-con .list-center .title2{
    padding: 29px 0 18px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff !important;
    border: none;
  }
  .reviews-lists{
    padding-top: 10px;
  }
  .reviews-lists div img{
    width: 100% !important;
    height: auto !important;
  }
  .video-lists{
    padding: 10px 0 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .video-lists li{
    width: 48%;
    height: 120rem;
  }
  .video-lists li:nth-child(2n){
    margin-left: 0;
  }
  .video-lists li .img{
    width: 100%;
    height: 100%;
  }
  .video-lists li .img img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }
  .video-lists li .t1{
    font-size: 14rem;
  }
  .video-lists li .play{
    width: 30rem;
    height: 30rem;
  }

  .index_article span{
    color: #fff !important;
    font-size: 12rem !important;
  }

  .list-guest li{
    width: 48%;
  }
  .list-guest li .img{
    width: 100rem;
    height: 100rem;
  }
  .list-guest li .img img{
    width: 100%;
    height: 100%;
  }
  .list-guest li .t1{
    margin-bottom: 6px;
    color: #edecec;
    font-size: 16px;
  }
  .list-guest li .t2{
    width: 11px;
    height: 1px;
    background: #f5f5f5;
    margin: 0 auto 7px;
  }

  .article-con .list-center .report-list li .t1{
    width: calc(100% - 80rem);
  }
  .article-con .list-center .report-list li .t2{
    font-size: 12rem;
  }
  .list-prcture li{
    width: 48%;
    height: 110rem;
  }
  .list-prcture li .txt{
    font-size: 12rem;
  }
}