﻿.channel {
  width: 100%;
  padding: 130px 0 0;
  margin-bottom: 70px;
}

.channel .channel_bg {
  max-width: 2560px;
  background-image: url("../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 270px 0;
}

.channel .article_list .act_item {
  width: 100%;
  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: 440px;
}

.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 .item_label .il_label {
  margin: 26px 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: 225px;
  height: 127px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ccc;
}
.channel .article_list .act_item .item_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  transition: all 0.5s;
}
.channel .article_list .act_item .item_img img:hover {
  transform: translate(-50%,-50%) scale(1.1);
}
.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;
}
/* 分页 */
.channel .tc {
  padding: 45px 0 0;
  text-align: right !important;
}

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

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

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

.channel .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;
}
.channel .tc .pages .page a:hover {
  border-color: #3e57fd;
}
.channel .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%);
}

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

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