body {
  font-family: 'PingFang SC', "XHW-pzh", 'Lantinghei SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', '微软雅黑', STHeitiSC-Light, simsun, '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', sans-serif;
}
.body-box {
  padding-bottom: 68px;
}
.channel {
  width: 100%;
  margin-bottom: 70px;
}

.channel .channel_bg {
  max-width: 2560px;
  background-image: url("/assets/images/channel_bg.png");
  background-size: 100% 100%;
}

.channel .channel_bg .channel_list {
  height: 122px;
  background-color: #fff;
}

.channel .channel_bg .channel_list .cl_img {
  float: left;
  margin: 31px 0 0 35px;
  width: 296px;
  height: 60px;
}
.channel .channel_bg .channel_list .cl_img img {
  width: 100%;
  height: auto;
}
.channel .channel_bg .channel_list .cl_list {
  float: left;
  margin: 18px 0 18px 100px;
  width: 600px;
}

.channel .channel_bg .channel_list .cl_list li {
  float: left;
  width: 74px;
  height: 32px;
  margin: 5px 0;
  line-height: 32px;
  text-align: center;
}

.channel .channel_bg .channel_list .cl_list li:hover {
  background: linear-gradient(180deg, #ff8343 0%, #e9004d 100%);
  background-color: #e9004d;
  background-image: -moz-linear-gradient(180deg, #ff8343 0%, #e9004d 100%);
  background-image: -o-linear-gradient(180deg, #ff8343 0%, #e9004d 100%);
  background-image: -webkit-gradient(180deg, #ff8343 0%, #e9004d 100%);
  background-image: -webkit-linear-gradient(180deg, #ff8343 0%, #e9004d 100%);
  background-image: -ms-linear-gradient(180deg, #ff8343 0%, #e9004d 100%);
  background-image: linear-gradient(180deg, #ff8343 0%, #e9004d 100%);
  border-radius: 17px;
}

.channel .channel_bg .channel_list .cl_list a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}

.channel .channel_bg .channel_list .cl_list a:hover {
  color: #fff;
}

.channel .article_list {
  box-sizing: border-box;
  padding: 0 130px 0;
}

.channel .article_list .act_item {
  width: 960px;
  padding: 26px 0;
  border-bottom: 2px solid #f4f4f4;
}

.channel .article_list .act_item a {
  text-decoration: none;
}

.channel .article_list .act_item .item_label {
  float: left;
  width: 630px;
}

.channel .article_list .act_item .item_label .il_text {
  height: 80px;
  font-size: 22px;
  font-weight: 500;
  color: #333;
  line-height: 40px;
  /* 多行隐藏 */
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;

  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.channel .article_list .act_item .item_label .il_text:hover {
  color: #888;
}

.channel .article_list .act_item  .il_keyword {
  margin-top: 23px;
  height: 18px;
}
.channel .article_list .act_item  .il_keyword span{
    display: inline-block;
    height: 18px;
    line-height: 18px;
    border: 1px solid #1379FF;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
    color: #1379FF;
    vertical-align: top;
    max-width: 96px;
}
.channel .article_list .act_item  .il_keyword span+span{
    margin-left: 10px;
}
.channel .article_list .act_item  .il_keyword a{
    display: inline-block;
    height: 18px;
    line-height: 18px;
    border: 1px solid #1379FF;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
    color: #1379FF;
    vertical-align: top;
    max-width: 96px;
}
.channel .article_list .act_item  .il_keyword a+a{
    margin-left: 10px;
}
.channel .article_list .act_item .item_label .il_label {
  margin: 20px 0 0;
  font-size: 14px;
  font-weight: 400;
  color: #929292;
}

.channel .article_list .act_item .item_label .il_label span {
  margin-right: 20px;
}

.channel .article_list .act_item .item_img {
  position: relative;
  float: right;
  width: 285px;
  height: 161px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ccc;
}
.channel .article_list .act_item .item_img .img_anm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  transition: all 0.5s;
  z-index: 998;
}
.channel .article_list .act_item .item_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  z-index: 998;
}
.channel .article_list .act_item .item_img .img_anm:hover {
  transform: translate(-50%,-50%) scale(1.1);
}
/* 播放图标 */
.channel .article_list .act_item .item_img .item_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding-left: 22px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #ccc;
  font-size: 30px;
  background-color: rgba(0,0,0,.5);
  border-radius:50%;
  overflow: hidden;
  z-index: 999;
}
.channel .article_list .act_item_img {
  width: 100%;
  padding: 26px 0;
  border-bottom: 2px solid #f4f4f4;
}
.channel .article_list .act_item_img a {
  text-decoration: none;
}
.channel .article_list .act_item_img .aig_text {
  height: 30px;
  font-size: 22px;
  font-weight: 500;
  color: #888888;
  line-height: 30px;
  /* 多行隐藏 */
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;

  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.channel .article_list .act_item_img .aig_img {
  margin: 24px 0;
  width: 100%;
}

.channel .article_list .act_item_img .aig_img .ai_img {
  position: relative;
  float: left;
  width: 210px;
  height: 150px;
  margin-right: 22px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ccc;
}

.channel .article_list .act_item_img .aig_img .ai_img:nth-child(3) {
  margin: 0;
}

.channel .article_list .act_item_img .aig_img .ai_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.channel .article_list .act_item_img .aig_img .ai_img img:hover {
  width: 100%;
  height: auto;
  transform: translate(-50%,-50%) scale(1.1);
}
.channel .article_list .act_item_img .aig_label {
  margin: 26px 0 0;
  font-size: 14px;
  font-weight: 400;
  color: #929292;
}
.channel .article_list .act_item_img .aig_label span {
  margin-right: 20px;
}
/* 分页 */
.tc {
  padding: 45px 0 0;
  text-align: right !important;
}

.tc .pages {
  display: inline-block;
  padding-bottom: 60px;
  padding-top: 10px;
  margin-right: 270px;
}

.tc .pages .total-page {
  float: left;
  line-height: 34px;
  margin-right: 8px;
}

.tc .pages .page {
  float: left;
}

.tc .pages .page a {
  float: left;
  margin-right: 8px;
  padding: 0 13px;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  line-height: 34px;
  text-align: center;
  background: #ffffff;
  min-width: 34px;
  height: 34px;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  color: #111111;
  text-decoration: none;
}
.tc .pages .page a:hover {
  border-color: #3e57fd;
}
.tc .pages .page .on {
  border: 1px;
  color: #ffffff;
  background: linear-gradient(180deg, #39a3fd 0%, #3e57fd 100%);
  background-color: #3e57fd;
  background-image: -moz-linear-gradient(180deg, #39a3fd 0%, #3e57fd 100%);
  background-image: -o-linear-gradient(180deg, #39a3fd 0%, #3e57fd 100%);
  background-image: -webkit-gradient(180deg, #39a3fd 0%, #3e57fd 100%);
  background-image: -webkit-linear-gradient(180deg, #39a3fd 0%, #3e57fd 100%);
  background-image: -ms-linear-gradient(180deg, #39a3fd 0%, #3e57fd 100%);
  background-image: linear-gradient(180deg, #39a3fd 0%, #3e57fd 100%);
}

.tc .pages .page .no_border {
  border: none;
}

.tc .pages .page .bgc {
  color: #fff;
  background-color: #c2c2c2;
}

/* .channel-swiper .swiper-container{
  width: 640px;
  height: 378px;
}
.channel-swiper .swiper-container .swiper-slide .info-img {
  width: 100%;
  height: 100%;
}
.channel-swiper .swiper-container .swiper-slide .info-title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 49px;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  color: red;
  line-height: 25px;
} */
.channel-left {
  width: 729px;
}
.tuwen-list {
  margin-top: 14px;
}
.channel-title {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F5F8FF;
  padding: 0 16px;
}
.type-label {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 23px;
  margin-left: 16px;
}

.tuwen_item {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EBEBEB;
}
.tuwen_item .item_img {
  width: 203px;
  height: 121px;
}
.tuwen_item .item_img .tuwen_img {
  width: 100%;
  height: 100%;
  background: #EBEBEB;
  
}

.tuwen_item .item_label {
  width: 526px;
  display: flex;
  flex-direction: column;
  height: 121px;
  justify-content: space-between;
  padding: 0 24px;
}
.tuwen_item .item_label .tuwen_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tuwen_item .item_label .tuwen_info>span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.tuwen_item .item_label .tuwen_title {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 27px;
}
.tuwen_keyword {
  display: flex;
}
.tuwen_keyword a{
  line-height: 20px;
  border: 1px solid #1379FF;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
  color: #1379FF;
  height: 20px;
  overflow: hidden;
}
.tuwen_keyword a{
  margin-left: 18px;
}
.tuwen_keyword a:nth-child(1){
  margin-left: 0;
}
.channel-right {
  width: 427px;
}
.img-item {
  width: 200px;
  height: 234px;
  background: #FFFFFF;
  box-shadow: 0px 2px 7px 0px #E8ECFF;
  border-radius: 0px 0px 0px 0px;
  margin-top: 24px;
}
.img-item .video-img{
  width: 100%;
  height: 118px;
  position: relative;
}
.img-item .video-img .video-cover{
  width: 100%;
  height: 100%;
  background: #EBEBEB;
}
.img-item .video-img .play-img{
  height: 28px;
  width: 28px;
  position: absolute;
  top: 45px;
  left: 86px;
}
.img-item .img-title {
  font-size: 18px;
  color: #333333;
  /* padding: 16px; */
  line-height: 27px;
  height: 52px;
  width: 168px;
  margin: 16px auto;
}
.img-item .video-source {
  font-size: 16px;
  color: #999999;
  padding: 0 16px 12px 16px 
}
.video-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.video-bottom {
  width: 427px;
  height: 203px;
  background: #F9FCFF;
  box-shadow: 0px 2px 7px 0px #E8ECFF;
  padding: 14px 20px;
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: space-between; */
  margin-top: 24px;
}

.video-bottom .text-item {
  line-height: 26px;
  font-size: 18px;
  color: #333333;
  padding: 10px 0;
  display: flex;
}
.video-bottom .text-item img {
  margin-right: 10px;
}
.video-bottom .text-item div {
  max-width: 363px;
}
.video-bottom .text-item div:hover {
  font-weight: 400;
  color: #0170F5;
  cursor: pointer;
}
.channel-video {
  margin-bottom: 40px;
}
.kepuhao-content .kepuhao-item {
  height: 165px;
  width: 200px;
  text-align: center;
  /* background: #FFFFFF; */
  /* box-shadow: 0px 2px 7px 0px #E8ECFF; */
  background: url(/assets/images/kepuhao-item-bg.png) no-repeat center;
  background-size: 100%;
  margin-top: 48px;
}
.kepuhao-content .kepuhao-item .kepuhao-img{
  text-align: center;
}
.kepuhao-content .kepuhao-item .kepuhao-img img{
  height: 98px;
  width: 98px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  top: -21px;
  border: 1px solid #E1E1E1;
}
.kepuhao-content .kepuhao-item .kepuhao-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 180px;
  font-size: 18px;
  font-weight: 400;
  color: #313039;
  margin-left: 10px;
  margin-top: -2px;
}
/* .kepuhao-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
} */
.label-action {
  display: flex; 
  align-items: center; 
  font-size: 20px; 
  font-weight: 400; 
  color: #0170F5;
}
.label-action img {
  cursor: pointer;
}
.tuwen_title a:hover, .img-title a:hover, .kepuhao-title a:hover {
  color: #0170F5;
}
.kepuhao-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pages {
  text-align: center;
  margin-top: 50px;
  /* margin-bottom: 50px; */
}
.pagination a {
  border: none !important;
  width: 28px !important;
  height: 28px !important;
  font-size: 12px !important;
  color: #333 !important;
  line-height: 28px !important;

}
.pagination a:hover {
  background: #ffff !important;
  color: #112170 !important;
  border: 1px solid #0170F5 !important;
}
.pagination .active {
  background: #024AC2 !important;
  border: none !important;
  border: none !important;
  width: 28px !important;
  height: 28px !important;
  font-size: 12px !important;
  line-height: 28px !important;
}
.pagination input {
  height: 28px !important;
  width: 28px !important;
  line-height: 28px !important;
}
.page-bar span{
  color: #0170F5;
}
.preBtn, .nextBtn {
  cursor: pointer;
}

.page-button-disabled{
  opacity: 0.35;
  cursor: not-allowed;
}