@charset "utf-8";
.transition {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@keyframes myfirst {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 0.7;
  }
}
@-moz-keyframes myfirst {
  /* Firefox */
}
@-webkit-keyframes myfirst {
  /* Safari 和 Chrome */
}
@-o-keyframes myfirst {
  /* Opera */
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
}
img {
  width: 100%;
  height: auto;
}
.co_icon-commentsBtn {
  background: url(../images/community_icon/comments_icon.png?v=1.1.0) no-repeat center;
  background-size: 100% 100%;
}
.co_icon-praisesBtn {
  background: url(../images/community_icon/praises_icon.png) no-repeat center;
}
.co_icon-praisesBtn.on {
  background: url(../images/community_icon/praises_icon_on.png) no-repeat center;
}
.co_icon-collectBtn {
  background: url(../images/community_icon/collect1_icon.png) no-repeat center;
}
.co_icon-collectBtn.on {
  background: url(../images/community_icon/collect1_icon_on.png) no-repeat center;
}
.co_icon-changen {
  background: url(../images/community_icon/changen_icon.png) no-repeat center;
}
.co_icon-htagComments {
  background: url(../images/community_icon/htagComments_icon.png) no-repeat center;
}
/* 右边 */
.index_right_co .index_category {
  margin-bottom: 20px;
  width: 300px;
  background-color: white;
  border-radius: 8px;
  padding-bottom: 13px;
}
.index_right_co .index_category > .title {
  border-bottom: 1px solid #F0F2F7;
  margin: 0 20px 15px;
}
.index_right_co .index_category > .title h2 {
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  padding: 15px 0;
  position: relative;
}
.index_right_co .index_category > ul {
  padding: 0 10px;
  font-size: 0;
}
.index_right_co .index_category > ul > li {
  display: inline-block;
  width: 70px;
  height: 66px;
  text-align: center;
  margin-bottom: 5px;
  position: relative;
}
.index_right_co .index_category > ul > li aside {
  width: 32px;
  height: 32px;
  overflow: hidden;
  margin: 4px auto;
  line-height: 32px;
}
.index_right_co .index_category > ul > li p {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
}
.index_right_co .index_category > ul > li .iconfont-jiantou {
  display: inline-block;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  color: #fff;
  position: absolute;
  top: 50px;
  left: 24px;
  font-size: 22px;
  z-index: 11;
  display: none;
}
.index_right_co .index_category > ul > li .index-category-list {
  position: absolute;
  width: 246px;
  background: #FFFFFF;
  overflow: hidden;
  top: 66px;
  z-index: 10;
  padding: 10px 3px 8px;
  border-radius: 8px;
  box-shadow: 0px -2px 12px rgba(227, 236, 248, 0.5);
  -webkit-box-shadow: 0px -2px 12px rgba(227, 236, 248, 0.5);
  display: none;
}
.index_right_co .index_category > ul > li .index-category-list li {
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  float: left;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-align: center;
  margin-bottom: 2px;
  border-radius: 30px;
}
.index_right_co .index_category > ul > li .index-category-list li:hover {
  color: #006FFF;
  background: #EFF6FF;
}
.index_right_co .index_category > ul > li .index-category-list li:hover a {
  color: #006FFF;
}
.index_right_co .index_category > ul > li:nth-child(4n+2) .index-category-list {
  left: -70px;
}
.index_right_co .index_category > ul > li:nth-child(4n+3) .index-category-list {
  left: -140px;
}
.index_right_co .index_category > ul > li:nth-child(4n) .index-category-list {
  left: -210px;
}
.index_right_co .index_category > ul > li:hover .index-category-list {
  display: block;
}
.index_right_co .index_category > ul > li:hover .iconfont-jiantou {
  display: inline-block;
}
.index_right_co .index_news-activity {
  width: 300px;
  overflow: hidden;
}
.index_right_co .index_news-activity .index_news-activity_content {
  margin-bottom: 20px;
  width: 300px;
  background-color: white;
  padding: 0 0 8px;
  overflow: hidden;
  border-radius: 8px;
}
.index_right_co .index_news-activity .index_news-activity_content.pos_fixed {
  position: fixed;
  top: 10px;
  left: 50%;
  margin-left: 300px;
}
.index_right_co .index_news-activity .index_news-activity_content > .title {
  border-bottom: 1px solid #F0F2F7;
  padding: 0 20px;
  margin: 0 20px;
}
.index_right_co .index_news-activity .index_news-activity_content > .title h2 {
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  padding: 15px 0;
  position: relative;
}
.index_right_co .index_news-activity .index_news-activity_content > .title h2 a {
  font-size: 12px;
  color: #8590A6;
  float: right;
}
.index_right_co .index_news-activity .index_news-activity_content > .title h2 a:hover {
  color: #1465B1 !important;
}
.index_right_co .index_news-activity .index_news-activity_content > .title h2 a i {
  width: 19px;
  height: 18px;
  display: inline-block;
  margin-right: 3px;
  margin-top: 7px;
  float: left;
}
.index_right_co .index_news-activity .index_news-activity_content ul {
  padding: 5px 20px 0;
}
.index_right_co .index_news-activity .index_news-activity_content li {
  border-bottom: 1px #ECECEC dashed;
  padding: 10px 0 10px;
  position: relative;
}
.index_right_co .index_news-activity .index_news-activity_content li:last-child {
  border: 0;
}
.index_right_co .index_news-activity .index_news-activity_content li > span {
  min-width: 20px;
  height: 20px;
  background: #F2F2F2;
  color: #999999;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px 0;
  text-align: center;
  line-height: 18px;
  padding: 0 3px;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  font-family: 'DIN-MEDIUM';
  border: 1px #e1e1e1 solid;
  transform: scale(0.7, 0.7);
}
.index_right_co .index_news-activity .index_news-activity_content li aside {
  float: left;
  width: 80px;
  height: 61px;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  line-height: 60px;
  margin-right: 10px;
  position: relative;
}
.index_right_co .index_news-activity .index_news-activity_content li aside > div {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  font-size: 0;
}
.index_right_co .index_news-activity .index_news-activity_content li aside img {
  max-width: 100%;
  max-height: 100%;
}
.index_right_co .index_news-activity .index_news-activity_content li > div {
  padding-left: 30px;
}
.index_right_co .index_news-activity .index_news-activity_content li > div h3 {
  max-height: 40px;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  position: relative;
  top: -2px;
}
.index_right_co .index_news-activity .index_news-activity_content li > div p {
  font-size: 12px;
  color: #999999;
  line-height: 16px;
  display: flow-root;
}
.index_right_co .index_news-activity .index_news-activity_content li > div p .left {
  float: left;
}
.index_right_co .index_news-activity .index_news-activity_content li > div p .right {
  float: right;
}
.index_right_co .index_news-activity .index_news-activity_content li[num="1"] > span {
  background: #FF3400;
  border: 1px #FF3400 solid;
  color: #fff;
}
.index_right_co .index_news-activity .index_news-activity_content li[num="2"] > span {
  background: #FF6F00;
  border: 1px #FF6F00 solid;
  color: #fff;
}
.index_right_co .index_news-activity .index_news-activity_content li[num="3"] > span {
  background: #FFAA00;
  border: 1px #FFAA00 solid;
  color: #fff;
}
.index_right_co .index_hotTopic {
  margin-bottom: 20px;
  width: 300px;
  background-color: white;
  padding: 0 20px 14px;
  overflow: hidden;
  border-radius: 8px;
}
.index_right_co .index_hotTopic > .title {
  border-bottom: 1px solid #F0F2F7;
}
.index_right_co .index_hotTopic > .title h2 {
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  padding: 15px 0;
  position: relative;
}
.index_right_co .index_hotTopic > .title h2 a {
  font-size: 12px;
  color: #8590A6;
  float: right;
}
.index_right_co .index_hotTopic > .title h2 a:hover {
  color: #1465B1 !important;
}
.index_right_co .index_hotTopic > .title h2 a i {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  margin-top: 8px;
  float: left;
}
.index_right_co .index_hotTopic ul {
  overflow: hidden;
  margin-top: 3px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
}
.index_right_co .index_hotTopic li {
  padding: 18px 0 15px;
  position: relative;
  border-bottom: 1px solid #F0F2F7;
}
.index_right_co .index_hotTopic li:last-child {
  border-bottom: 0;
}
.index_right_co .index_hotTopic li h3 {
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  padding-left: 27px;
  margin-bottom: 5px;
  position: relative;
  height: 20px;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index_right_co .index_hotTopic li h3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/community_icon/hotTopic_icon.png) no-repeat center;
}
.index_right_co .index_hotTopic li p {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-bottom: 13px;
}
.index_right_co .index_hotTopic li .bottom {
  overflow: hidden;
}
.index_right_co .index_hotTopic li .bottom .bottom_left {
  float: left;
  display: inline-block;
  font-size: 12px;
  color: #999999;
  line-height: 16px;
}
.index_right_co .index_hotTopic li .bottom .bottom_left i {
  width: 15px;
  height: 13px;
  display: inline-block;
  margin-right: 3px;
  margin-top: 2px;
  float: left;
}
.index_right_co .index_hotTopic li .bottom .bottom_right {
  float: right;
  display: inline-block;
  font-size: 12px;
  color: #999999;
  line-height: 16px;
}
.all-co-al {
  background-color: #fafafa;
  font-size: 0;
}
.all-co-al .main_n_co {
  display: inline-block;
}
.all-co-al .main_n_co_index {
  width: 100%;
  height: 720px;
  background: url(../images/home/home_bg.jpg) no-repeat center;
  background-size: 1920px 720px;
  position: relative;
}
.all-co-al .main_n_co_index .main_n_co_advsise {
  margin: 163px auto 0;
  text-align: center;
}
.all-co-al .main_n_co_index .main_n_co_advsise > p {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
}
.all-co-al .main_n_co_index .main_n_co_advsise > a .title {
  width: 100%;
  height: 58px;
  background: url(../images/home/banner-bt.png) no-repeat center;
  margin-top: 20px;
}
.all-co-al .main_n_co_index .main_n_co_advsise ul {
  overflow: hidden;
  text-align: center;
  margin-top: 27px;
}
.all-co-al .main_n_co_index .main_n_co_advsise ul li {
  display: inline-block;
  padding-left: 16px;
  margin: 0 12px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
  position: relative;
}
.all-co-al .main_n_co_index .main_n_co_advsise ul li a {
  color: #FFFFFF;
}
.all-co-al .main_n_co_index .main_n_co_advsise ul li::after {
  content: '';
  width: 4px;
  height: 4px;
  border: 2px solid #FF0000;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
.all-co-al .main_n_co_index .main_n_co_search {
  width: 554px;
  margin: 85px auto 0;
}
.all-co-al .main_n_co_index .main_n_co_search .header-search {
  height: 54px;
  position: relative;
}
.all-co-al .main_n_co_index .main_n_co_search .header-search i {
  position: absolute;
  left: 20px;
  top: 19px;
  width: 15px;
  height: 15px;
  z-index: 1;
  font-weight: bold;
  color: #E0E0E0;
}
.all-co-al .main_n_co_index .main_n_co_search .header-search input {
  width: 414px;
  border: none;
  height: 54px;
  position: relative;
  float: left;
  line-height: 54px;
  font-size: 14px;
  color: #666;
  padding: 0 10px 0 45px;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
}
.all-co-al .main_n_co_index .main_n_co_search .header-search .search-suffix {
  float: left;
  width: 140px;
  height: 54px;
  background: #0054FF;
  border-radius: 0px 4px 4px 0px;
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
}
.all-co-al .main_n_co_index .main_n_co_search .header-search .search-suffix:hover {
  background: #002AFF;
}
.all-co-al .main_n_co_index .main_n_co_search .header-search .search-list-pre {
  position: absolute;
  left: 0;
  /* bottom: 0; */
  width: 414px;
  top: 54px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  z-index: 3444;
  box-shadow: 0px 6px 11px 1px #a0a0a01c;
}
.all-co-al .main_n_co_index .main_n_co_search .header-search .search-list-pre ul {
  padding: 5px 0;
}
.all-co-al .main_n_co_index .main_n_co_search .header-search .search-list-pre ul li {
  font-size: 12px;
  color: #333333;
  line-height: 26px;
  height: 26px;
  padding-left: 20px;
  padding-right: 20px;
}
.all-co-al .main_n_co_index .main_n_co_search .header-search .search-list-pre ul li:hover {
  background-color: #f5f5f5;
}
.all-co-al .main_n_co_index .main_n_co_search .header-search .search-list-pre ul li a {
  width: 100%;
  display: inline-block;
}
.all-co-al .main_n_co_index .main_n_co_search .header-search .search-list-pre ul li a span:nth-of-type(2) {
  float: right;
  font-size: 12px;
  color: #999999;
  width: 20%;
  text-align: right;
  overflow: hidden;
  word-break: keep-all;
}
.all-co-al .main_n_co_index .main_n_co_search .header-search .search-list-pre ul li a span:nth-of-type(1) {
  width: 80%;
  word-break: break-all;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.all-co-al .main_n_co_index .main_n_co_search .header-search .search-list-pre ul li a span em {
  font-style: normal;
}
.all-co-al .main_n_co_index .main_n_co_search .header-search .search-list-pre ul li a span .search_rec {
  font-weight: bold;
}
.all-co-al .main_n_co_index .main_n_co_search .search-recommend {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #F6F6F6;
  line-height: 30px;
  overflow: hidden;
  height: 30px;
  width: 100%;
}
.all-co-al .main_n_co_index .main_n_co_search .search-recommend p {
  display: inline-block;
  float: left;
  margin-left: 4px;
  margin-right: 12px;
  font-weight: bold;
}
.all-co-al .main_n_co_index .main_n_co_search .search-recommend ul {
  display: inline-block;
  float: left;
  max-width: 460px;
}
.all-co-al .main_n_co_index .main_n_co_search .search-recommend ul li {
  display: inline-block;
  margin-right: 18px;
}
.all-co-al .main_n_co_index .main_n_co_search .search-recommend ul li a {
  color: #F6F6F6;
}
.all-co-al .main_n_co_index .main_n_co_nav {
  height: 150px;
  position: absolute;
  bottom: -45px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 12px 26px 0px rgba(138, 179, 207, 0.25);
  -webkit-box-shadow: 0 12px 26px 0px rgba(138, 179, 207, 0.25);
  -moz-box-shadow: 0 12px 26px 0px rgba(138, 179, 207, 0.25);
  -o-box-shadow: 0 12px 26px 0px rgba(138, 179, 207, 0.25);
}
.all-co-al .main_n_co_index .main_n_co_nav ul li {
  display: inline-block;
  float: left;
  padding: 47px 0 0 40px;
  position: relative;
  height: 150px;
}
.all-co-al .main_n_co_index .main_n_co_nav ul li h3 {
  font-size: 28px;
  font-weight: 400;
  color: #304571;
  line-height: 30px;
}
.all-co-al .main_n_co_index .main_n_co_nav ul li p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  margin-top: 12px;
}
.all-co-al .main_n_co_index .main_n_co_nav ul li i {
  width: 42px;
  height: 42px;
  background: #F2F5FF;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  right: 26px;
  font-size: 24px;
  text-align: center;
  line-height: 42px;
  color: #333333;
}
.all-co-al .main_n_co_index .main_n_co_nav ul li i.on {
  background: #0054FF;
  color: #F6F6F6;
}
.all-co-al .main_n_co_index .main_n_co_nav ul li:nth-child(1) {
  width: 380px;
  background: linear-gradient(153deg, #F7FBFF, #FFFFFF);
}
.all-co-al .main_n_co_index .main_n_co_nav ul li:nth-child(2) {
  width: 440px;
  background: linear-gradient(153deg, #EEF6FF, #FFFFFF);
  box-shadow: 14px 0 14px 0px #f7fbff;
  -webkit-box-shadow: 14px 0 14px 0px #f7fbff;
  -moz-box-shadow: 14px 0 14px 0px #f7fbff;
  -o-box-shadow: 14px 0 14px 0px #f7fbff;
  z-index: 1;
}
.all-co-al .main_n_co_index .main_n_co_nav ul li:nth-child(3) {
  width: 379px;
  background: #FFFFFF;
}
.all-co-al .main_n_co_index .main_n_co_nav ul li:hover h3 {
  color: #295BBF;
}
.all-co-al .main_n_co_index .main_n_co_nav ul li:hover p {
  color: #295BBF;
}
.all-co-al .main_n_co_index .main_n_co_nav ul li:hover i {
  background: #BDCCFF;
  color: #F6F6F6;
}
.all-co-al .main_n_co_index .main_n_co_nav ul li:hover i.on {
  background: #002AFF;
}
.all-co-al .main_n_co_item .co_al_title {
  padding-bottom: 22px;
}
.all-co-al .main_n_co_item .co_al_title h3 {
  font-size: 46px;
  font-weight: bold;
  color: #304571;
  line-height: 46px;
  position: relative;
  display: inline-block;
}
.all-co-al .main_n_co_item .co_al_title h3 span {
  z-index: 1;
  position: relative;
}
.all-co-al .main_n_co_item .co_al_title h3::after {
  content: '';
  position: absolute;
  top: 10px;
  right: -42px;
  width: 86px;
  height: 86px;
  background: #0DEBD3;
  opacity: 0.3;
  border-radius: 50%;
}
.all-co-al .main_n_co_item .co_al_title p {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-top: 8px;
  position: relative;
  z-index: 1;
}
.all-co-al .main_n_co_item .co_al_btn {
  width: 230px;
  height: 52px;
  background: #0054FF;
  border-radius: 4px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  padding-left: 32px;
  box-shadow: 0px 10px 20px -8px rgba(0, 84, 255, 0.5);
  -webkit-box-shadow: 0px 10px 20px -8px rgba(0, 84, 255, 0.5);
  -moz-box-shadow: 0px 10px 20px -8px rgba(0, 84, 255, 0.5);
  -o-box-shadow: 0px 10px 20px -8px rgba(0, 84, 255, 0.5);
}
.all-co-al .main_n_co_item .co_al_btn i {
  margin-left: 18px;
  font-size: 14px;
}
.all-co-al .main_n_co_item .co_al_btn:hover {
  background: #002AFF;
}
.all-co-al .main_n_co_community {
  width: 100%;
  height: 730px;
  background: url(../images/home/experts_bg.png) no-repeat center;
  background-size: 1920px 730px;
  position: relative;
}
.all-co-al .main_n_co_community .main_n_co_item {
  margin-top: 169px;
  margin-left: 81px;
  width: 385px;
  float: left;
}
.all-co-al .main_n_co_community .main_n_co_item .item_content {
  margin: 40px 0 120px;
}
.all-co-al .main_n_co_community .main_n_co_item .item_content .title {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-bottom: 15px;
}
.all-co-al .main_n_co_community .main_n_co_item .item_content .title span {
  margin-right: 20px;
}
.all-co-al .main_n_co_community .main_n_co_item .item_content p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.all-co-al .main_n_co_screen {
  width: 100%;
  height: 680px;
  background: url(../images/home/selection_bg.png) no-repeat center;
  background-size: 1920px 680px;
  position: relative;
}
.all-co-al .main_n_co_screen .main_n_co_item {
  margin-top: 128px;
  width: 403px;
  float: right;
}
.all-co-al .main_n_co_screen .main_n_co_item .co_al_title h3::after {
  top: 0px;
  right: -60px;
}
.all-co-al .main_n_co_screen .main_n_co_item .item_content {
  margin: 40px 0 120px;
  overflow: hidden;
}
.all-co-al .main_n_co_screen .main_n_co_item .item_content ul li {
  display: inline-block;
  float: left;
  margin-right: 33px;
  text-align: left;
}
.all-co-al .main_n_co_screen .main_n_co_item .item_content ul li p {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 16px;
  margin-bottom: 4px;
}
.all-co-al .main_n_co_screen .main_n_co_item .item_content ul li .text {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 800;
  color: #304571;
}
.all-co-al .main_n_co_screen .main_n_co_item .item_content ul li .text span {
  font-size: 32px;
  font-family: DIN-MEDIUM;
  color: #304571;
}
.all-co-al .main_n_co_screen .main_n_co_item .item_content ul li .text i {
  margin-left: 4px;
}
.all-co-al .main_n_co_screen .main_n_co_item .item_content ul li:last-child {
  margin-right: 0;
}
.all-co-al .main_n_co_new {
  width: 100%;
  height: 680px;
  background: url(../images/home/news_bg.jpg) no-repeat center;
  background-size: 1920px 680px;
  position: relative;
}
.all-co-al .main_n_co_new .main_n_co_item {
  margin-top: 117px;
  margin-left: 120px;
  width: 367px;
  float: left;
}
.all-co-al .main_n_co_new .main_n_co_item .co_al_title h3::after {
  top: 0px;
  right: -36px;
}
.all-co-al .main_n_co_new .main_n_co_item .item_content {
  margin: 40px 0 120px;
  overflow: hidden;
}
.all-co-al .main_n_co_new .main_n_co_item .item_content ul li {
  display: inline-block;
  float: left;
  text-align: left;
}
.all-co-al .main_n_co_new .main_n_co_item .item_content ul li .title {
  font-size: 20px;
  font-weight: 400;
  color: #304571;
  line-height: 20px;
}
.all-co-al .main_n_co_new .main_n_co_item .item_content ul li p {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 18px;
  margin-top: 10px;
}
.all-co-al .main_n_co_new .main_n_co_item .item_content ul li:nth-child(1) {
  width: 195px;
  height: 63px;
  border-right: 1px #DCDCDC dashed;
  border-bottom: 1px #DCDCDC dashed;
}
.all-co-al .main_n_co_new .main_n_co_item .item_content ul li:nth-child(2) {
  width: 171px;
  height: 63px;
  border-bottom: 1px #DCDCDC dashed;
  padding-left: 30px;
}
.all-co-al .main_n_co_new .main_n_co_item .item_content ul li:nth-child(3) {
  width: 195px;
  height: 67px;
  border-right: 1px #DCDCDC dashed;
  padding-top: 19px;
}
.all-co-al .main_n_co_brand {
  width: 100%;
}
.all-co-al .main_n_co_brand .main_n_co_item {
  padding: 71px 0 40px;
}
.all-co-al .main_n_co_brand .main_n_co_item h3 {
  font-size: 36px;
  font-weight: normal;
  color: #304571;
  line-height: 40px;
  margin-bottom: 43px;
  text-align: center;
}
.all-co-al .main_n_co_brand .main_n_co_item .brand_content {
  width: 1200px;
  height: 208px;
  overflow: hidden;
}
.all-co-al .main_n_co_brand .main_n_co_item .brand_content ul {
  width: 100%;
  height: 208px;
}
.all-co-al .main_n_co_brand .main_n_co_item .brand_content ul li {
  display: inline-block;
  float: left;
  overflow: hidden;
  width: 150px;
}
.all-co-al .main_n_co_brand .main_n_co_item .brand_content ul li aside {
  width: 140px;
  height: 94px;
  line-height: 72px;
  text-align: center;
  overflow: hidden;
  font-size: 0;
  padding: 10px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  margin: 0 10px 10px 0;
}
.all-co-al .main_n_co_brand .main_n_co_item .brand_content ul li aside img {
  max-width: 120px;
  max-height: 72px;
  width: initial;
  height: initial;
}
.index-main .product-category {
  margin-top: -50px;
}
.index-main .product-category .all-content {
  padding: 10px 20px;
  background-color: white;
  min-height: 139px;
  position: relative;
  box-shadow: 0px 11px 19px #f9f9f9;
  -webkit-box-shadow: 0px 11px 19px #f9f9f9;
  -moz-box-shadow: 0px 11px 19px #f9f9f9;
  -o-box-shadow: 0px 11px 19px #f9f9f9;
}
.index-main .product-category .all-content > div {
  position: relative;
  padding-left: 75px;
}
.index-main .product-category .all-content > div.clickHeightAuto {
  padding: 15px 0 37px 75px!important;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-box-shadow: 1px 25px 7px -18px #fafafa;
  -moz-box-shadow: 1px 25px 7px -18px #fafafa;
  -o-box-shadow: 1px 25px 7px -18px #fafafa;
  box-shadow: 1px 25px 7px -18px #fafafa;
  background-color: white;
  left: 0;
  z-index: 2;
}
.index-main .product-category .all-content > div.clickHeightAuto > span {
  left: 15px;
}
.index-main .product-category .all-content > div.clickHeightAuto li.see-collapse-product {
  right: 45%;
  bottom: -1px;
  background-color: #fafafa;
  border-radius: 5px 5px 0px 0px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  font-size: 14px;
  color: #1465B1;
}
.index-main .product-category .all-content > div.clickHeightAuto li.see-collapse-product i {
  margin-left: 6px;
}
.index-main .product-category .all-content > div.clickHeightAuto > span {
  height: 89%!important;
}
.index-main .product-category .all-content > div > span {
  position: absolute;
  display: inline-block;
  border-radius: 0px 5px 0px 5px;
  left: -2px;
  width: 33px;
  background: #44698B;
  height: 100%;
  line-height: 20px;
}
.index-main .product-category .all-content > div > span i {
  color: white;
  left: 50%;
  font-style: normal;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.index-main .product-category .all-content > div .product-ul {
  padding: 15px 0 10px 0;
}
.index-main .product-category .all-content > div .product-ul ul {
  height: 87px;
  overflow: hidden;
}
.index-main .product-category .all-content > div .product-ul ul.heightauto {
  height: auto!important;
}
.index-main .product-category .all-content > div .product-ul ul li {
  width: 12.5%;
  float: left;
  padding: 10px 0;
}
.index-main .product-category .all-content > div .product-ul ul li:hover a {
  color: #1465B1 !important;
  text-decoration: underline;
}
.index-main .product-category .all-content > div .product-ul ul li a {
  font-size: 14px;
  color: #666666;
}
.index-main .product-category .all-content > div .product-ul ul li.see-more-product {
  position: absolute;
  right: -9px;
  cursor: pointer;
  font-size: 14px;
  color: #1465B1;
  top: 57px;
  background-color: white;
}
.index-main .product-category .all-content > div .product-ul ul li.see-more-product i {
  font-size: 14px;
  color: #1465B1;
  margin-left: 6px;
}
.index-main .advise-boll {
  width: 100%;
  max-height: 90px;
  overflow: hidden;
  background-color: white;
}
.index-main .advise-boll .swiper-wrapper .swiper-slide {
  max-height: 100px;
}
.index-main .advise-boll .swiper-wrapper .swiper-slide > p {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  padding: 7px;
  line-height: 12px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}
.index-main .advise-boll .swiper-wrapper .swiper-slide.swiper-slide-thumb-active > p {
  display: none!important;
}
.index-main .advise-boll .swiper-wrapper .swiper-slide.swiper-slide-thumb-active:before {
  content: '';
  position: absolute;
  top: -27px;
  width: 0;
  left: 60px;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 7px solid white;
}
.index-main .advise-boll .carousel-page {
  position: absolute;
  bottom: 0;
  width: auto;
  height: 24px;
  line-height: 20px;
  right: 0;
  background: -webkit-gradient(linear, 0 51%, 100% 50%, from(transparent), to(#c5c3c4));
  left: auto;
  text-align: right;
  z-index: 9;
  padding: 0 5px;
}
.index-main .advise-boll .carousel-page .swiper-active-switch {
  background-color: #1465B1;
}
.index-main .advise-boll .carousel-page span {
  width: 8px;
  height: 4px;
  opacity: 0.5;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-right: 5px;
  z-index: 9;
}
.index-main .advise-boll .carousel-page span:focus {
  outline: 0;
}
.index-main .advise-boll .carousel-page span.swiper-pagination-bullet-active {
  width: 16px;
  height: 4px;
  background: #ffffff;
  opacity: 1;
}
.index-main .main-pro {
  margin-top: 30px;
}
.index-main .main-pro .content-left {
  width: 870px;
}
.index-main .main-pro .content-left .application_list {
  margin-top: 34px;
}
.index-main .main-pro .content-left .application_list .itme_title {
  margin-bottom: 20px;
  overflow: hidden;
}
.index-main .main-pro .content-left .application_list .itme_title h2 {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  display: inline-block;
  float: left;
  position: relative;
}
.index-main .main-pro .content-left .application_list .application_content ul li {
  width: 166px;
  height: 86px;
  border-radius: 8px;
  display: inline-block;
  margin: 0 10px 10px 0;
  float: left;
  overflow: hidden;
  box-shadow: 3px 5px 12px -2px rgba(255, 180, 50, 0.5);
  -webkit-box-shadow: 3px 5px 12px -2px rgba(255, 180, 50, 0.5);
}
.index-main .main-pro .content-left .application_list .application_content ul li .title {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  max-width: 150px;
  margin: 22px auto 0;
  text-align: center;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-main .main-pro .content-left .application_list .application_content ul li p {
  max-width: 150px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
  margin: 0 auto;
}
.index-main .main-pro .content-left .application_list .application_content ul li p span {
  font-weight: bold;
}
.index-main .main-pro .content-left .application_list .application_content ul li:nth-child(1) {
  background: url(../images/home/yycj_bg_1.png) no-repeat;
  box-shadow: 3px 5px 12px -2px rgba(255, 180, 50, 0.5);
  -webkit-box-shadow: 3px 5px 12px -2px rgba(255, 180, 50, 0.5);
}
.index-main .main-pro .content-left .application_list .application_content ul li:nth-child(2) {
  background: url(../images/home/yycj_bg_2.png) no-repeat;
  box-shadow: 3px 5px 12px -2px rgba(50, 98, 255, 0.5);
  -webkit-box-shadow: 3px 5px 12px -2px rgba(50, 98, 255, 0.5);
}
.index-main .main-pro .content-left .application_list .application_content ul li:nth-child(3) {
  background: url(../images/home/yycj_bg_3.png) no-repeat;
  box-shadow: 3px 5px 12px -2px rgba(6, 190, 182, 0.5);
  -webkit-box-shadow: 3px 5px 12px -2px rgba(6, 190, 182, 0.5);
}
.index-main .main-pro .content-left .application_list .application_content ul li:nth-child(4) {
  background: url(../images/home/yycj_bg_4.png) no-repeat;
  box-shadow: 3px 5px 12px -2px rgba(142, 148, 255, 0.5);
  -webkit-box-shadow: 3px 5px 12px -2px rgba(142, 148, 255, 0.5);
}
.index-main .main-pro .content-left .application_list .application_content ul li:nth-child(5) {
  margin-right: 0;
  background: url(../images/home/yycj_bg_5.png) no-repeat;
  box-shadow: 3px 5px 12px -2px rgba(255, 111, 76, 0.5);
  -webkit-box-shadow: 3px 5px 12px -2px rgba(255, 111, 76, 0.5);
}
.index-main .main-pro .content-left .application_list .application_content ul li:nth-child(6) {
  background: url(../images/home/yycj_bg_4.png) no-repeat;
  box-shadow: 3px 5px 12px -2px rgba(142, 148, 255, 0.5);
  -webkit-box-shadow: 3px 5px 12px -2px rgba(142, 148, 255, 0.5);
}
.index-main .main-pro .content-left .application_list .application_content ul li:nth-child(7) {
  background: url(../images/home/yycj_bg_5.png) no-repeat;
  box-shadow: 3px 5px 12px -2px rgba(255, 111, 76, 0.5);
  -webkit-box-shadow: 3px 5px 12px -2px rgba(255, 111, 76, 0.5);
}
.index-main .main-pro .content-left .application_list .application_content ul li:nth-child(8) {
  background: url(../images/home/yycj_bg_1.png) no-repeat;
  box-shadow: 3px 5px 12px -2px rgba(255, 180, 50, 0.5);
  -webkit-box-shadow: 3px 5px 12px -2px rgba(255, 180, 50, 0.5);
}
.index-main .main-pro .content-left .application_list .application_content ul li:nth-child(9) {
  background: url(../images/home/yycj_bg_2.png) no-repeat;
  box-shadow: 3px 5px 12px -2px rgba(50, 98, 255, 0.5);
  -webkit-box-shadow: 3px 5px 12px -2px rgba(50, 98, 255, 0.5);
}
.index-main .main-pro .content-left .application_list .application_content ul li:nth-child(10) {
  margin-right: 0;
  background: url(../images/home/yycj_bg_3.png) no-repeat;
  box-shadow: 3px 5px 12px -2px rgba(6, 190, 182, 0.5);
  -webkit-box-shadow: 3px 5px 12px -2px rgba(6, 190, 182, 0.5);
}
.index-main .main-pro .content-left .applyDemand .applyDemand_title {
  margin-bottom: 16px;
  display: flow-root;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_title .navBox {
  float: left;
  display: inline-block;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_title .navBox .navBtn {
  width: 46px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  text-align: center;
  margin-right: 28px;
  float: left;
  padding-bottom: 9px;
  position: relative;
  cursor: pointer;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_title .navBox .navBtn.checked {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_title .navBox .navBtn.checked:after {
  content: '';
  width: 46px;
  height: 4px;
  background: #FF5C00;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_title .btnBox {
  float: right;
  display: inline-block;
  position: relative;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_title .btnBox .btn {
  width: 104px;
  height: 32px;
  background: #FF5C00;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  cursor: pointer;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_title .btnBox .btn i {
  width: 15px;
  height: 14px;
  display: inline-block;
  margin-left: 4px;
  background: url(../images/icon_2.png?v=1.1);
  background-position: -242px -315px;
  position: relative;
  top: 3px;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_title .btnBox .careBox {
  display: none;
  position: absolute;
  top: -55px;
  left: -244px;
  width: 231px;
  height: 213px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 21px 20px;
  z-index: 100;
  box-shadow: 6px 7px 12px -1px rgba(165, 188, 203, 0.7);
  -webkit-box-shadow: 6px 7px 12px -1px rgba(165, 188, 203, 0.7);
}
.index-main .main-pro .content-left .applyDemand .applyDemand_title .btnBox .careBox .title {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_title .btnBox .careBox aside {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  line-height: 90px;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  box-shadow: 0px 11px 14px -1px rgba(196, 205, 229, 0.2);
  -webkit-box-shadow: 0px 11px 14px -1px rgba(196, 205, 229, 0.2);
}
.index-main .main-pro .content-left .applyDemand .applyDemand_title .btnBox .careBox aside img {
  width: 90px;
  height: 90px;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_title .btnBox .careBox .text {
  text-align: center;
  width: 100%;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_title .btnBox .careBox .text p {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 24px;
  margin-top: 5px;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_title .btnBox .careBox::after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 63px;
  right: -6px;
  background-color: #fff;
  z-index: 100;
  transform: rotate(45deg);
}
.index-main .main-pro .content-left .applyDemand .applyDemand_title .btnBox:hover .careBox {
  display: block;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper {
  width: 870px;
  max-height: 226px;
  padding-bottom: 30px;
  overflow: hidden;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper.applyDemand_swiper_apply {
  display: none;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide {
  width: 870px;
  overflow: hidden;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme {
  width: 419px;
  float: left;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme:nth-child(odd) {
  margin-right: 30px;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme {
  border-bottom: 1px #F0F0F0 solid;
  display: flow-root;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme:nth-child(odd) {
  margin-bottom: 11px;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .content_text {
  overflow: hidden;
  position: relative;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .content_text .content {
  min-height: 44px;
  max-height: 146px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .content_text .content::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .content_text .content::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  box-shadow: inset 0 0 4px #8a9bbe;
  background: #8a9bbe;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .content_text .content::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 4px #dbdee4;
  border-radius: 4px;
  background: #dbdee4;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .content_text .content .text {
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .content_text .content .text span {
  font-size: 14px;
  font-weight: 300;
  color: #0060FF;
  line-height: 22px;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .content_text .more_btn {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fafafa;
  font-size: 12px;
  font-weight: 300;
  color: #0060FF;
  line-height: 22px;
  padding-left: 30px;
  padding-right: 15px;
  cursor: pointer;
  background: -webkit-linear-gradient(to right, rgba(250, 250, 250, 0) 0%, #fafafa 30%);
  background: linear-gradient(to right, rgba(250, 250, 250, 0) 0%, #fafafa 30%);
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .content_text .more_btn::after {
  content: '';
  background-image: url(../images/icon_2.png?v=1.2);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 6px;
  margin-left: 4px;
  background-position: -269px -318px;
  position: absolute;
  top: 8px;
  right: 0;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .content_text.all .content {
  height: 100%;
  overflow-y: auto;
  display: flow-root;
  text-overflow: initial;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .content_text.all .more_btn {
  float: right;
  position: relative;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .content_text.all .more_btn::after {
  transform: rotate(180deg);
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .bottom {
  margin: 12px 0 8px;
  display: flow-root;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .bottom .itme_left {
  float: left;
  display: inline-block;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .bottom .itme_left > div {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 28px;
  margin-right: 19px;
  float: left;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .bottom .itme_left > div.itme_left_user {
  max-width: 120px;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .bottom .itme_left > div aside {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .bottom .itme_left > div span {
  color: #666666;
  line-height: 28px;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .bottom .itme_left .created {
  font-size: 12px;
  font-weight: 300;
  color: #999999;
  line-height: 28px;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .bottom .itme_right {
  display: inline-block;
  float: right;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .bottom .itme_right .btn {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  line-height: 23px;
  padding: 0 14px;
  border-radius: 13px;
  overflow: hidden;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
  float: left;
  top: 2px;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .bottom .itme_right .btn.tel_btn {
  background: #ECF5FF;
  border: 1px solid #D7EAFF;
  color: #0066FF;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .bottom .itme_right .btn.chat_btn {
  background: #FFF4E6;
  border: 1px solid #FFE2BC;
  color: #FF4600;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .bottom .itme_right .telBox {
  position: relative;
  display: inline-block;
  float: left;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .bottom .itme_right .telBox .telBox_text {
  display: none;
  width: 200px;
  position: absolute;
  top: -27px;
  right: 65px;
  height: 54px;
  background: rgba(0, 9, 50, 0.8);
  border-radius: 4px;
  overflow: hidden;
  z-index: 10;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .bottom .itme_right .telBox .telBox_text .icon_i {
  float: left;
  width: 40px;
  height: 54px;
  display: inline-block;
  position: inherit;
  line-height: 54px;
  text-align: center;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .bottom .itme_right .telBox .telBox_text .icon_i i {
  margin: 19px auto;
  width: 15px;
  height: 18px;
  position: relative;
  top: -3px;
  background-position: -668px -314px;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .bottom .itme_right .telBox .telBox_text .icon_i::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 40px;
  background-color: #d2d9e8;
  background: linear-gradient(to bottom, rgba(210, 217, 232, 0) 0%, rgba(210, 217, 232, 0.8) 50%, rgba(210, 217, 232, 0) 100%);
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .bottom .itme_right .telBox .telBox_text .text {
  padding: 0 13px;
  display: inline-block;
  margin-left: 40px;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .bottom .itme_right .telBox .telBox_text .text .tel_p {
  font-size: 16px;
  font-weight: 500;
  color: #D2D9E8;
  line-height: 26px;
  margin-top: 5px;
  max-width: 134px;
  overflow: hidden;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .bottom .itme_right .telBox .telBox_text .text .tel_p.tel_p_all {
  line-height: 44px;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .swiper-slide .slide_itme .itme .bottom .itme_right .telBox .telBox_text .text p {
  font-size: 12px;
  font-weight: 300;
  color: #D2D9E8;
  line-height: 14px;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .carousel-page {
  text-align: center;
  margin-top: 6px;
  position: absolute;
  bottom: 0;
  background-color: #fafafa;
  z-index: 100;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .carousel-page span {
  width: 8px;
  height: 4px;
  background: #44698B;
  opacity: 0.3;
  border-radius: 2px;
  margin-right: 3px;
}
.index-main .main-pro .content-left .applyDemand .applyDemand_swiper .carousel-page span.swiper-pagination-bullet-active {
  width: 18px;
  background: #0C64B1;
  opacity: 1;
}
.index-main .main-pro .content-left .article-list .itme_title {
  margin-bottom: 20px;
  overflow: hidden;
}
.index-main .main-pro .content-left .article-list .itme_title h2 {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  display: inline-block;
  float: left;
  position: relative;
  padding-bottom: 13px;
}
.index-main .main-pro .content-left .article-list .itme_title h2:after {
  content: '';
  width: 46px;
  height: 4px;
  background: #FF5C00;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index-main .main-pro .content-left .article-list .itme_title ul {
  overflow: hidden;
  float: right;
  max-width: 664px;
}
.index-main .main-pro .content-left .article-list .itme_title ul li {
  overflow: hidden;
  float: left;
  margin-left: 12px;
}
.index-main .main-pro .content-left .article-list .itme_title ul li a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #666666;
  line-height: 26px;
  background: #FFFFFF;
  border: 1px solid #E9E6E4;
  padding: 0 15px;
  display: inline-block;
}
.index-main .main-pro .content-left .article-list .article-content ul li {
  overflow: hidden;
  margin-bottom: 21px;
}
.index-main .main-pro .content-left .article-list .article-content ul li aside {
  float: right;
  width: 160px;
  height: 119px;
  overflow: hidden;
  border-radius: 4px;
  margin-left: 20px;
  text-align: center;
}
.index-main .main-pro .content-left .article-list .article-content ul li .textBox {
  float: left;
  max-width: 690px;
}
.index-main .main-pro .content-left .article-list .article-content ul li .textBox.w_all {
  max-width: none;
}
.index-main .main-pro .content-left .article-list .article-content ul li .textBox.w_all .text {
  height: auto;
  max-height: 50px;
}
.index-main .main-pro .content-left .article-list .article-content ul li .textBox .title {
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  margin: 5px 0 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-main .main-pro .content-left .article-list .article-content ul li .textBox .title a {
  color: #333333;
}
.index-main .main-pro .content-left .article-list .article-content ul li .textBox .title a:hover {
  color: #0E54D1;
}
.index-main .main-pro .content-left .article-list .article-content ul li .textBox .text {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 24px;
  margin-bottom: 8px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-main .main-pro .content-left .article-list .article-content ul li .textBox .bottom .itme {
  display: inline-block;
  float: left;
  margin-right: 29px;
  font-size: 12px;
  font-weight: 300;
  color: #999999;
  line-height: 24px;
}
.index-main .main-pro .content-left .article-list .article-content ul li .textBox .bottom .itme a {
  color: #999999;
  font-size: 14px;
}
.index-main .main-pro .content-left .article-list .article-content ul li .textBox .bottom .itme a:hover {
  color: #0E54D1;
}
.index-main .main-pro .content-left .article-list .article-content ul li .textBox .bottom .itme aside {
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  margin-top: 3px;
  line-height: 16px;
  margin-right: 6px;
  float: left;
  margin-left: 0;
}
.index-main .main-pro .content-left .article-list .article-content ul li .textBox .bottom .itme span {
  font-size: 12px;
}
.index-main .main-pro .content-left .article-list .article-content ul li .textBox .bottom .itme_btn {
  float: left;
  display: inline-block;
  padding: 0 11px;
  background: #FF5C00;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
}
.index-main .main-pro .content-left .article-list .article-content .article_loading {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #333333;
  line-height: 2px;
  margin-bottom: 30px;
}
.index-main .main-pro .content-left .article-list .article-content .article_news {
  text-align: center;
  font-size: 12px;
  color: #333333;
  line-height: 36px;
  margin-bottom: 30px;
  display: block;
  width: 100%;
  background: #f4f4f4;
  text-decoration: none;
}
.index-main .main-pro .content-left .article-list .article-content .article_news i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-position: -140px -670px;
  position: relative;
  top: -1px;
}
.index-main .main-pro .content-left .article-list .article-content .article_news:hover {
  color: #0e57af;
}
.index-main .main-pro .content-left .zhuanti {
  margin-top: 30px;
  margin-bottom: 36px;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
.index-main .main-pro .content-left .zhuanti h2 {
  font-size: 20px;
  color: #333333;
  margin: 0 0 19px 0;
  line-height: 24px;
}
.index-main .main-pro .content-left .zhuanti h2 a {
  font-weight: 300;
  font-size: 12px;
  color: #666666;
  float: right;
}
.index-main .main-pro .content-left .zhuanti h2 a i {
  font-style: normal;
}
.index-main .main-pro .content-left .zhuanti ul {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.index-main .main-pro .content-left .zhuanti ul:before {
  content: '';
  visibility: inherit;
  width: 100%;
  height: 134px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.index-main .main-pro .content-left .zhuanti li {
  position: relative;
  float: left;
  width: 201px;
  background-color: white;
  margin-right: 22px;
}
.index-main .main-pro .content-left .zhuanti li:last-child {
  margin-right: 0;
}
.index-main .main-pro .content-left .zhuanti li > div aside {
  width: 201px;
  overflow: hidden;
  height: 101px;
  border-radius: 4px 4px 0px 0px;
}
.index-main .main-pro .content-left .zhuanti li > div > div {
  padding-bottom: 16px;
}
.index-main .main-pro .content-left .zhuanti li > div > div h3 {
  padding: 14px 8px 0 8px;
  line-height: 18px;
  text-align: justify;
}
.index-main .main-pro .content-left .zhuanti li > div > div h3 a {
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #333;
  overflow: hidden;
  display: inline-block;
  line-height: 26px;
}
.index-main .main-pro .content-left .zhuanti li > div > div p {
  text-align: justify;
  margin: 0px 8px;
  height: 40px;
  overflow: hidden;
  line-height: 21px;
}
.index-main .main-pro .content-left .zhuanti li > div > div p a {
  font-size: 12px;
  font-weight: 300;
  overflow: hidden;
  display: inline-block;
  color: #666666;
  width: 100%;
}
.index-main .main-pro .content-left .zhuanti li:hover > div > div {
  background-color: #1465B1 !important;
}
.index-main .main-pro .content-left .zhuanti li:hover > div a {
  color: white;
}
.index-main .main-pro .content-left .hot-channels {
  margin-top: 10px;
  margin-bottom: 28px;
}
.index-main .main-pro .content-left .hot-channels .recommed-advise {
  margin-right: 20px;
  height: 110px;
  overflow: hidden;
}
.index-main .main-pro .content-left .hot-channels .recommed-advise .swiper-container {
  height: 110px;
}
.index-main .main-pro .content-left .hot-channels .recommed-advise .swiper-container .swiper-wrapper {
  height: 110px;
}
.index-main .main-pro .content-left .hot-channels .recommed-advise .swiper-container .carousel-page {
  position: absolute;
  bottom: 0;
  width: auto;
  height: 24px;
  line-height: 20px;
  right: 0;
  background: -webkit-gradient(linear, 0 51%, 100% 50%, from(transparent), to(#c5c3c4));
  left: auto;
  text-align: right;
  z-index: 9;
  padding: 0 5px;
}
.index-main .main-pro .content-left .hot-channels .recommed-advise .swiper-container .carousel-page .swiper-active-switch {
  background-color: #1465B1;
}
.index-main .main-pro .content-left .hot-channels .recommed-advise .swiper-container .carousel-page span {
  width: 8px;
  height: 4px;
  opacity: 0.5;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-right: 5px;
  z-index: 9;
}
.index-main .main-pro .content-left .hot-channels .recommed-advise .swiper-container .carousel-page span.swiper-pagination-bullet-active {
  width: 16px;
  height: 4px;
  background: #ffffff;
  opacity: 1;
}
.index-main .main-pro .content-left .brand-list {
  margin-top: 44px;
}
.index-main .main-pro .content-left .brand-list li {
  margin-bottom: 40px;
}
.index-main .main-pro .content-left .brand-list li aside {
  float: left;
  width: 240px;
  height: 134px;
  overflow: hidden;
}
.index-main .main-pro .content-left .brand-list li > div {
  margin-left: 270px;
  height: 134px;
  position: relative;
}
.index-main .main-pro .content-left .brand-list li > div h3 {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}
.index-main .main-pro .content-left .brand-list li > div h3:hover a {
  color: #1465B1 !important;
}
.index-main .main-pro .content-left .brand-list li > div h3 a {
  color: #333333;
  font-size: 20px;
}
.index-main .main-pro .content-left .brand-list li > div h3 a span {
  width: 38px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #ff5c00;
  border-radius: 2px;
  line-height: 24px;
  display: inline-block;
  color: #FF5C00;
  font-size: 12px;
  margin-right: 12px;
  text-align: center;
}
.index-main .main-pro .content-left .brand-list li > div p {
  max-height: 50px;
  overflow: hidden;
}
.index-main .main-pro .content-left .brand-list li > div p a {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.index-main .main-pro .content-left .brand-list li > div > div {
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.index-main .main-pro .content-left .brand-list li > div > div a img {
  width: 19px;
  height: 19px;
  border-radius: 50%;
}
.index-main .main-pro .content-left .brand-list li > div > div a i {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  font-style: normal;
}
.index-main .main-pro .content-left .brand-list li > div > div a i:nth-of-type(1) {
  margin-right: 10px;
  margin-left: 8px;
}
.index-main .main-pro .content-left .brand-list li > div > div a i:nth-of-type(1):hover {
  color: #1465B1 !important;
}
.index-main .main-pro .content-left .brand-list li > div > div a i:nth-of-type(2) {
  color: #999999;
}
.index-main .main-pro .content-left .brand-list li > div > div .msg-tag {
  float: right;
  width: 210px;
  overflow: hidden;
  height: 20px;
}
.index-main .main-pro .content-left .brand-list li > div > div .msg-tag .icon-tag-white {
  margin-right: 7px;
  margin-top: 3px;
}
.index-main .main-pro .content-left .brand-list li > div > div .msg-tag a {
  margin-right: 10px;
  font-size: 12px;
  color: #666666;
  line-height: 25px;
}
.index-main .main-pro .content-left .brand-list li > div > div .msg-tag a:hover {
  color: #1465B1 !important;
}
.index-main .main-pro .content-left .brand-list > h2 {
  margin-bottom: 30px;
  font-size: 22px;
  color: #333333;
  line-height: 26px;
  padding: 7px 0 18px 0;
  border-bottom: 1px solid #F2F2F2;
}
.index-main .main-pro .content-left .loadmore {
  margin-top: 50px;
}
.index-main .main-pro .content-right .category-article {
  width: 300px;
  background-color: white;
  margin-left: 30px;
  margin-bottom: 20px;
  padding-bottom: 6px;
  border-radius: 8px;
  overflow: hidden;
}
.index-main .main-pro .content-right .category-article > div {
  width: 260px;
  border-bottom: 1px solid #eaeaea;
  margin: 0px auto 8px;
}
.index-main .main-pro .content-right .category-article > div h2 {
  font-size: 20px;
  color: #333333;
  margin: 16px 0 13px 0;
  line-height: 22px;
}
.index-main .main-pro .content-right .category-article > div h2 a {
  font-weight: 300;
  font-size: 12px;
  color: #666666;
  float: right;
  position: relative;
  top: 1px;
}
.index-main .main-pro .content-right .category-article > div h2 a:hover {
  color: #1465B1 !important;
}
.index-main .main-pro .content-right .category-article > div h2 a i {
  font-style: normal;
}
.index-main .main-pro .content-right .category-article ul {
  padding: 0px 6px;
}
.index-main .main-pro .content-right .category-article ul li {
  width: 80px;
  margin: 0 8px;
  float: left;
  cursor: pointer;
  padding-top: 11px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.index-main .main-pro .content-right .category-article ul li .hoverSide {
  opacity: 0;
}
.index-main .main-pro .content-right .category-article ul li > div {
  padding-bottom: 10px;
}
.index-main .main-pro .content-right .category-article ul li > div aside a i {
  width: 32px;
  height: 32px;
  display: inline-block;
}
.index-main .main-pro .content-right .category-article ul li > div > div h3 {
  color: white;
  padding: 0;
}
.index-main .main-pro .content-right .category-article ul li > div > div h3 a {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
}
.index-main .main-pro .content-right .category-article ul li:hover .hoverSide {
  opacity: 1;
  background-color: #0e55d1;
}
.index-main .main-pro .content-right .category-article ul li .hoverSide {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 4;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
  box-shadow: 0px 4px 8px #b5d6f4;
  -webkit-box-shadow: 0px 4px 8px #b5d6f4;
  -moz-box-shadow: 0px 4px 8px #b5d6f4;
  -o-box-shadow: 0px 4px 8px #b5d6f4;
}
.index-main .main-pro .content-right .category-article ul li .hoverSide .bg {
  opacity: 0.06;
  bottom: 35px;
  right: -10px;
  position: absolute;
  width: 120px;
  height: 51px;
}
.index-main .main-pro .content-right .category-article ul li .hoverSide aside {
  padding-top: 7px;
}
.index-main .main-pro .content-right .category-article ul li .hoverSide aside i {
  display: inline-block;
}
.index-main .main-pro .content-right .category-article ul li .hoverSide > div h3 {
  padding: 0;
  color: white;
}
.index-main .main-pro .content-right .category-article ul li .hoverSide > div h3 a {
  color: white;
}
.index-main .main-pro .content-right .category-article ul li .hoverSide > div p a {
  color: white;
}
.index-main .main-pro .content-right .industry-activity {
  margin-bottom: 20px;
  width: 300px;
  background-color: white;
  padding: 0px 20px;
  margin-left: 30px;
  border-radius: 8px;
  overflow: hidden;
}
.index-main .main-pro .content-right .industry-activity > div {
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.index-main .main-pro .content-right .industry-activity > div h2 {
  font-size: 20px;
  color: #333333;
  margin: 16px 0 13px 0;
  line-height: 22px;
}
.index-main .main-pro .content-right .industry-activity > div h2 a {
  font-size: 12px;
  color: #666666;
  float: right;
}
.index-main .main-pro .content-right .industry-activity > div h2 a:hover {
  color: #1465B1 !important;
}
.index-main .main-pro .content-right .industry-activity > div h2 a i {
  font-style: normal;
}
.index-main .main-pro .content-right .industry-activity li {
  margin-bottom: 21px;
}
.index-main .main-pro .content-right .industry-activity li aside {
  float: left;
  width: 85px;
  height: 63px;
  overflow: hidden;
  border-radius: 4px;
}
.index-main .main-pro .content-right .industry-activity li:hover h3 a {
  color: #1465B1 !important;
}
.index-main .main-pro .content-right .industry-activity li div {
  line-height: 24px;
  margin-left: 95px;
  height: 63px;
}
.index-main .main-pro .content-right .industry-activity li div h3 {
  display: inline-block;
  height: 48px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: -6px;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-main .main-pro .content-right .industry-activity li div h3 a {
  font-size: 14px;
  color: #333333;
}
.index-main .main-pro .content-right .industry-activity li div > p {
  overflow: hidden;
}
.index-main .main-pro .content-right .industry-activity li div > p a:hover i {
  color: #1465B1 !important;
}
.index-main .main-pro .content-right .industry-activity li div > p img {
  display: inline;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-top: -4px;
}
.index-main .main-pro .content-right .industry-activity li div > p i {
  margin-right: 10px;
  margin-left: 8px;
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  font-style: normal;
}
.index-main .main-pro .content-right .industry-activity li div > p span {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 12px;
}
.index-main .main-pro .content-right .right-co-wrapper {
  width: 300px;
  margin-bottom: 20px;
  height: 253px;
  margin-left: 30px;
  border-radius: 8px;
  overflow: hidden;
}
.index-main .main-pro .content-right .right-co-wrapper .swiper-container {
  width: 300px;
  height: 253px;
}
.index-main .main-pro .content-right .product_rec {
  margin-bottom: 20px;
  width: 300px;
  background-color: white;
  padding: 0px 20px;
  margin-left: 30px;
  border-radius: 8px;
  overflow: hidden;
}
.index-main .main-pro .content-right .product_rec > div {
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.index-main .main-pro .content-right .product_rec > div h2 {
  font-size: 20px;
  color: #333333;
  margin: 16px 0 13px 0;
  line-height: 22px;
}
.index-main .main-pro .content-right .product_rec > div h2 a {
  font-size: 12px;
  color: #666666;
  float: right;
}
.index-main .main-pro .content-right .product_rec > div h2 a:hover {
  color: #1465B1 !important;
}
.index-main .main-pro .content-right .product_rec > div h2 a i {
  font-style: normal;
}
.index-main .main-pro .content-right .product_rec li {
  margin-bottom: 21px;
}
.index-main .main-pro .content-right .product_rec li aside {
  float: left;
  overflow: hidden;
  width: 63px;
  height: 63px;
  border-radius: 4px;
  line-height: 63px;
}
.index-main .main-pro .content-right .product_rec li:hover h3 a {
  color: #1465B1 !important;
}
.index-main .main-pro .content-right .product_rec li div {
  line-height: 24px;
  margin-left: 72px;
  height: 63px;
  border-bottom: 1px #F2F2F2 solid;
}
.index-main .main-pro .content-right .product_rec li div h3 {
  width: 187px;
  display: inline-block;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-main .main-pro .content-right .product_rec li div h3 a {
  font-size: 14px;
  color: #333333;
}
.index-main .main-pro .content-right .download_list {
  margin-bottom: 25px;
  width: 300px;
  background-color: white;
  padding: 0px 20px;
  margin-left: 30px;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 6px;
}
.index-main .main-pro .content-right .download_list > div {
  margin-bottom: 16px;
  border-bottom: 1px solid #f2f2f2;
}
.index-main .main-pro .content-right .download_list > div h2 {
  font-size: 20px;
  color: #333333;
  margin: 16px 0 13px 0;
  line-height: 22px;
}
.index-main .main-pro .content-right .download_list > div h2 a {
  font-size: 12px;
  color: #666666;
  float: right;
}
.index-main .main-pro .content-right .download_list > div h2 a:hover {
  color: #1465B1 !important;
}
.index-main .main-pro .content-right .download_list > div h2 a i {
  font-style: normal;
}
.index-main .main-pro .content-right .download_list li {
  margin-bottom: 15px;
}
.index-main .main-pro .content-right .download_list li div {
  overflow: hidden;
}
.index-main .main-pro .content-right .download_list li div p {
  overflow: hidden;
  max-width: 190px;
  font-size: 13px;
  color: #333333;
  line-height: 24px;
  display: inline-block;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-main .main-pro .content-right .download_list li div .btn {
  float: right;
  width: 60px;
  height: 24px;
  background: #AFCEE1;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 24px;
}
.index-main .main-pro .content-right .download_list li div .btn i {
  width: 12px;
  height: 12px;
  background-position: -291px -316px;
  margin-right: 3px;
  position: relative;
  top: -2px;
}
.index-main .main-pro .content-right .download_list li div .btn:hover {
  background: #4284DF;
}
.index-main .main-pro .content-right .email-read {
  margin-bottom: 20px;
  width: 300px;
  padding: 11px 20px 18px ;
  background-color: white;
  margin-left: 30px;
  border: 1px solid #F2F2F2;
  border-radius: 8px;
  position: relative;
}
.index-main .main-pro .content-right .email-read .titleBox {
  padding-bottom: 17px;
  position: relative;
}
.index-main .main-pro .content-right .email-read .titleBox::after {
  content: '';
  width: 255px;
  height: 1px;
  position: absolute;
  top: 42px;
  left: 0;
  background-color: #f2f2f2;
}
.index-main .main-pro .content-right .email-read .titleBox div {
  display: inline-block;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 34px;
}
.index-main .main-pro .content-right .email-read .titleBox span {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 25px;
  margin-top: 15px;
}
.index-main .main-pro .content-right .email-read .contten .title {
  font-size: 14px;
  color: #333333;
  line-height: 25px;
}
.index-main .main-pro .content-right .email-read .contten ul {
  margin-top: 6px;
  overflow: hidden;
}
.index-main .main-pro .content-right .email-read .contten ul li {
  font-size: 12px;
  font-weight: 300;
  color: #666666;
  line-height: 20px;
  padding-left: 15px;
  margin-bottom: 6px;
  position: relative;
}
.index-main .main-pro .content-right .email-read .contten ul li::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #FF5C00;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 2px 3px 0px rgba(0, 53, 92, 0.2);
  border-radius: 50%;
}
.index-main .main-pro .content-right .email-read .contten .imgBox {
  width: 260px;
  height: 74px;
  background: #FFFFFF;
  background: url(../images/home/email-read.png?v=1.0) no-repeat;
  border: 1px solid #F0F0F0;
  margin: 8px 0 16px;
  box-shadow: 0 10px 18px -12px #ededed;
  -webkit-box-shadow: 0 10px 18px -12px #ededed;
}
.index-main .main-pro .content-right .email-read input {
  width: 100%;
  height: 49px;
  background: #f7f7f7;
  margin-top: 14px;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  border: 0;
  padding: 0 21px;
  margin-bottom: 15px;
}
.index-main .main-pro .content-right .email-read .dft_email_subs {
  width: 100%;
  height: 40px;
  display: inline-block;
  background: #0e55d1;
  border-radius: 3px;
  text-align: center;
  color: white;
  line-height: 40px;
  font-size: 14px;
  font-weight: 300;
}
.index-main .main-pro .content-right .email-read .dft_email_subs:hover {
  background-color: #104ebd;
}
.index-main .main-pro .content-right .email-read p {
  font-size: 12px;
  color: #999999;
  line-height: 22px;
  margin: 10px 0 0 0px;
  text-align: center;
}
.index-main .main-pro .content-right .email-read p span {
  padding: 0 15px;
  color: #666;
}
.index-main .main-pro .content-right .email-read p span a {
  color: #666;
}
.index-main .main-pro .content-right .email-read p span a:hover {
  color: #0E54D1;
}
.index-main .main-pro .content-right .author-to {
  width: 300px;
  margin-left: 30px;
  height: 103px;
  border-radius: 4px;
  overflow: hidden;
}
.index-main .content-page-all > ul > li {
  margin-right: 25px;
}
.index-main .content-page-all > ul > li:hover {
  box-shadow: 1px 2px 10px 5px #f0efef;
  -webkit-box-shadow: 1px 2px 10px 5px #f0efef;
  -moz-box-shadow: 1px 2px 10px 5px #f0efef;
  -o-box-shadow: 1px 2px 10px 5px #f0efef;
  margin-left: -20px;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.index-main .email {
  margin-top: 40px;
}
.index-main .email a {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: 104.27px;
}
.index-main .friendly {
  margin-top: 23px;
}
.index-main .friendly .container {
  padding-bottom: 0!important;
}
.index-main .friendly .container > div {
  padding-bottom: 37px;
}
.index-main .friendly .container > div:nth-of-type(1) {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 0!important;
}
.index-main .friendly .container > div h2 {
  font-size: 20px;
  color: #333333;
  margin: 15px 0 13px 0;
  line-height: 24px;
  padding-left: 10px;
  border-left: 6px solid #ff5c00;
}
.index-main .friendly p {
  color: #333333;
  padding-top: 14px;
  line-height: 24px;
  font-size: 24px;
  margin: 15px 0 16px 0;
}
.index-main .friendly ul {
  padding-top: 15px;
}
.index-main .friendly ul li {
  float: left;
  padding-right: 30px;
  padding-bottom: 10px;
}
.index-main .friendly ul li a {
  font-size: 14px;
  color: #666666;
}
.index-main .friendly ul li:hover a {
  color: #1465B1 !important;
}
.category-content {
  /*频道*/
}
.category-content .nav-content {
  min-height: 40px;
  padding-top: 27px;
  margin-bottom: 17px;
}
.category-content .nav-content > ul > li {
  cursor: pointer;
  float: left;
  position: relative;
  font-size: 14px;
  color: #333333;
  text-align: center;
}
.category-content .nav-content > ul > li.checked a {
  color: #1465B1 !important;
}
.category-content .nav-content > ul > li:hover > a {
  color: #1465B1 !important;
}
.category-content .nav-content > ul > li:hover a i {
  width: 14px;
  height: 14px;
  background-position: -137px -636px;
}
.category-content .nav-content > ul > li:hover .new-category-list {
  left: 0;
  top: 39px;
  display: inline-block !important;
}
.category-content .nav-content > ul > li:hover .new-category-list ul li a {
  color: #333333;
}
.category-content .nav-content > ul > li:hover .new-category-list ul li a i {
  margin-left: 3px;
}
.category-content .nav-content > ul > li > a {
  padding: 10px 27px 10px 27px;
  display: inline-block;
  color: #333333;
}
.category-content .nav-content > ul > li > a i {
  margin-left: 5px;
  width: 14px;
  height: 14px;
  background-position: -155px -636px;
  float: right;
  margin-top: 4px;
}
.category-content .nav-content > ul > li:nth-of-type(1) a {
  padding-left: 0;
}
.category-content .nav-content > ul > li .new-category-list {
  display: none;
  position: absolute;
  z-index: 5;
  top: 39px;
  left: 0;
  border-top: 2px solid #1465B1;
  background-color: white;
  width: 390px;
  padding: 0 20px;
  -webkit-box-shadow: 2px 4px 4px -1px #6b6b6b33;
  -moz-box-shadow: 2px 4px 4px -1px #6b6b6b33;
  -o-box-shadow: 2px 4px 4px -1px #6b6b6b33;
  box-shadow: 2px 4px 4px -1px #6b6b6b33;
}
.category-content .nav-content > ul > li .new-category-list li {
  text-align: left;
  height: 45px;
  width: 116px;
  float: left;
}
.category-content .nav-content > ul > li .new-category-list li:hover a {
  border-bottom: 2px solid #277BBE;
  color: #1465B1 !important;
}
.category-content .nav-content > ul > li .new-category-list li a {
  border-bottom: 2px solid white;
  padding: 10px 6px;
  display: inline-block;
}
.category-content .news_nav-content {
  min-height: 60px;
  background: #fff;
  padding-top: 14px;
  padding-bottom: 1px;
  margin-bottom: 28px;
}
.category-content .news_nav-content.top {
  position: fixed;
  top: 0;
  width: 860px;
  z-index: 10;
}
.category-content .news_nav-content > ul {
  width: 794px;
  float: left;
  padding: 0 15px 0 5px;
}
.category-content .news_nav-content > ul > li {
  cursor: pointer;
  float: left;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 38px;
  display: inline-block;
  margin-bottom: 5px;
  width: 94px;
}
.category-content .news_nav-content > ul > li.checked a {
  color: #006FFF;
}
.category-content .news_nav-content > ul > li.checked::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 38px;
  height: 3px;
  margin-left: -19px;
  background: #006FFF;
}
.category-content .news_nav-content > ul > li:hover > a {
  color: #006FFF;
}
.category-content .news_nav-content > ul > li:hover a i {
  width: 14px;
  height: 14px;
  background-position: -698px -330px;
}
.category-content .news_nav-content > ul > li:hover .new-category-list {
  left: 0;
  top: 39px;
  display: inline-block !important;
}
.category-content .news_nav-content > ul > li:hover .new-category-list ul li a {
  color: #333333;
}
.category-content .news_nav-content > ul > li:hover .new-category-list ul li a i {
  margin-left: 3px;
}
.category-content .news_nav-content > ul > li > a {
  color: #666;
}
.category-content .news_nav-content > ul > li > a i {
  margin-left: 5px;
  width: 14px;
  height: 14px;
  background-position: -698px -317px;
  float: right;
  margin-top: 4px;
}
.category-content .news_nav-content > ul > li:nth-of-type(1) a {
  padding-left: 0;
}
.category-content .news_nav-content > ul > li .new-category-list {
  display: none;
  position: absolute;
  z-index: 5;
  top: 39px;
  left: 0;
  border-top: 2px solid #1465B1;
  background-color: white;
  width: 390px;
  padding: 0 20px;
  -webkit-box-shadow: 2px 4px 4px -1px #6b6b6b33;
  -moz-box-shadow: 2px 4px 4px -1px #6b6b6b33;
  -o-box-shadow: 2px 4px 4px -1px #6b6b6b33;
  box-shadow: 2px 4px 4px -1px #6b6b6b33;
}
.category-content .news_nav-content > ul > li .new-category-list li {
  text-align: left;
  height: 45px;
  width: 116px;
  float: left;
}
.category-content .news_nav-content > ul > li .new-category-list li:hover a {
  border-bottom: 2px solid #277BBE;
  color: #1465B1 !important;
}
.category-content .news_nav-content > ul > li .new-category-list li a {
  border-bottom: 2px solid white;
  padding: 10px 6px;
  display: inline-block;
}
.category-content .news_nav-content .nav_more {
  position: relative;
}
.category-content .news_nav-content .nav_more .nav_more_btn {
  float: right;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666;
  line-height: 38px;
  margin-right: 16px;
  cursor: pointer;
}
.category-content .news_nav-content .nav_more .nav_more_btn i {
  font-size: 12px;
  margin-left: 3px;
  position: relative;
  top: -1px;
  color: #9BA4B5;
  display: inline-block;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
}
.category-content .news_nav-content .nav_more ul {
  display: none;
  position: absolute;
  top: 38px;
  right: 0;
  width: 120px;
  background: #FFFFFF;
  border-radius: 0px 0px 4px 4px;
  padding: 10px 0 15px;
  z-index: 2;
  box-shadow: 0px 4px 12px rgba(227, 236, 248, 0.5);
  -webkit-box-shadow: 0px 4px 12px rgba(227, 236, 248, 0.5);
}
.category-content .news_nav-content .nav_more ul li {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
  text-align: center;
}
.category-content .news_nav-content .nav_more ul li a {
  color: #666666;
}
.category-content .news_nav-content .nav_more ul li:hover {
  color: #006FFF;
}
.category-content .news_nav-content .nav_more ul li:hover a {
  color: #006FFF;
}
.category-content .news_nav-content .nav_more ul li.checked a {
  color: #006FFF;
}
.category-content .news_nav-content .nav_more:hover ul {
  display: block;
}
.category-content .news_head {
  width: 100%;
  height: 500px;
  background: url(../images/home/co_news_bg.png) no-repeat center;
  background-size: 1920px 500px;
  position: relative;
}
.category-content .news_head .container {
  margin-top: 0;
  overflow: hidden;
}
.category-content .news_head .co_advsise {
  margin: 109px auto 0;
  text-align: center;
}
.category-content .news_head .co_advsise > p {
  font-size: 20px;
  font-family: HYQiHei-GZS, HYQiHei;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 5px;
}
.category-content .news_head .co_advsise > .title {
  height: 88px;
  font-size: 72px;
  font-family: HYQiHei-HZW, HYQiHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 88px;
  text-align: center;
  margin-bottom: 18px;
}
.category-content .news_head .co_advsise ul {
  overflow: hidden;
  text-align: center;
}
.category-content .news_head .co_advsise ul li {
  display: inline-block;
  padding-left: 17px;
  margin: 0 12px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  position: relative;
}
.category-content .news_head .co_advsise ul li a {
  color: #FFFFFF;
}
.category-content .news_head .co_advsise ul li::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 2px solid #FF5C00;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
.category-content .news_head .co_search {
  width: 550px;
  margin: 60px auto 0;
}
.category-content .news_head .co_search .header-search_new {
  height: 52px;
  position: relative;
}
.category-content .news_head .co_search .header-search_new i {
  position: absolute;
  left: 16px;
  top: 19px;
  width: 15px;
  height: 15px;
  z-index: 1;
  font-weight: bold;
  color: #E0E0E0;
}
.category-content .news_head .co_search .header-search_new input {
  width: 440px;
  border: none;
  height: 52px;
  position: relative;
  float: left;
  line-height: 52px;
  font-size: 14px;
  color: #666;
  padding: 0 10px 0 45px;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
}
.category-content .news_head .co_search .header-search_new .search-suffix {
  float: left;
  width: 110px;
  height: 52px;
  background: #006FFF;
  border-radius: 0px 4px 4px 0px;
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
}
.category-content .news_head .co_search .header-search_new .search-suffix:hover {
  background: #002AFF;
}
.category-content .news_head .co_search .header-search_new .search-list-pre {
  position: absolute;
  left: 0;
  /* bottom: 0; */
  width: 414px;
  top: 54px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  z-index: 3444;
  box-shadow: 0px 6px 11px 1px #a0a0a01c;
}
.category-content .news_head .co_search .header-search_new .search-list-pre ul {
  padding: 5px 0;
}
.category-content .news_head .co_search .header-search_new .search-list-pre ul li {
  font-size: 12px;
  color: #333333;
  line-height: 26px;
  height: 26px;
  padding-left: 20px;
  padding-right: 20px;
}
.category-content .news_head .co_search .header-search_new .search-list-pre ul li:hover {
  background-color: #f5f5f5;
}
.category-content .news_head .co_search .header-search_new .search-list-pre ul li a {
  width: 100%;
  display: inline-block;
}
.category-content .news_head .co_search .header-search_new .search-list-pre ul li a span:nth-of-type(2) {
  float: right;
  font-size: 12px;
  color: #999999;
  width: 20%;
  text-align: right;
  overflow: hidden;
  word-break: keep-all;
}
.category-content .news_head .co_search .header-search_new .search-list-pre ul li a span:nth-of-type(1) {
  width: 80%;
  word-break: break-all;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.category-content .news_head .co_search .header-search_new .search-list-pre ul li a span em {
  font-style: normal;
}
.category-content .news_head .co_search .header-search_new .search-list-pre ul li a span .search_rec {
  font-weight: bold;
}
.category-content .news_head .co_search .search-recommend {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #F6F6F6;
  line-height: 30px;
  overflow: hidden;
  height: 30px;
  width: 100%;
}
.category-content .news_head .co_search .search-recommend p {
  display: inline-block;
  float: left;
  margin-left: 4px;
  margin-right: 12px;
  font-weight: bold;
}
.category-content .news_head .co_search .search-recommend ul {
  display: inline-block;
  float: left;
  max-width: 460px;
}
.category-content .news_head .co_search .search-recommend ul li {
  display: inline-block;
  margin-right: 18px;
}
.category-content .news_head .co_search .search-recommend ul li a {
  color: #F6F6F6;
}
.category-content .channel-content .coureosel-content {
  height: 360px;
  overflow: hidden;
  margin-bottom: 34px;
  position: relative;
}
.category-content .channel-content .coureosel-content .swiper-container {
  width: 880px;
  height: 360px;
}
.category-content .channel-content .coureosel-content .swiper-container .inner-slide {
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  z-index: 344;
}
.category-content .channel-content .coureosel-content .swiper-container .inner-slide a {
  width: 100%;
  height: 100%;
}
.category-content .channel-content .coureosel-content .swiper-container .inner-slide.inner-slide-top {
  width: 860px;
  height: 1px;
  top: 10px;
  left: 10px;
}
.category-content .channel-content .coureosel-content .swiper-container .inner-slide.inner-slide-bottom {
  width: 860px;
  height: 1px;
  bottom: 10px;
  left: 10px;
}
.category-content .channel-content .coureosel-content .swiper-container .inner-slide.inner-slide-left {
  width: 1px;
  height: 340px;
  top: 10px;
  left: 10px;
}
.category-content .channel-content .coureosel-content .swiper-container .inner-slide.inner-slide-right {
  width: 1px;
  height: 340px;
  top: 10px;
  right: 10px;
}
.category-content .channel-content .coureosel-content .swiper-slide {
  position: relative;
  overflow: hidden;
}
.category-content .channel-content .coureosel-content .swiper-slide > a {
  width: 640px;
  float: left;
  height: 360px;
  display: inline-block;
}
.category-content .channel-content .coureosel-content .swiper-slide .position-summary {
  width: 240px;
  height: 360px;
  float: left;
  color: white;
  background-color: transparent;
  padding: 22px 18px 22px 18px;
}
.category-content .channel-content .coureosel-content .swiper-slide .position-summary h3 {
  line-height: 30px;
  margin: 32px 0 28px 0;
  position: relative;
  max-height: 56px;
  overflow: hidden;
}
.category-content .channel-content .coureosel-content .swiper-slide .position-summary h3 a {
  text-align: justify;
  font-size: 18px;
  font-weight: 300;
  color: white;
}
.category-content .channel-content .coureosel-content .swiper-slide .position-summary h3 a:hover {
  color: #e0eaf1 !important;
}
.category-content .channel-content .coureosel-content .swiper-slide .position-summary p {
  position: relative;
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  line-height: 24px;
  margin-top: 30px;
}
.category-content .channel-content .coureosel-content .swiper-slide .position-summary p:after {
  width: 30px;
  left: 0;
  position: absolute;
  bottom: 0;
  top: -16px;
  height: 2px;
  content: '';
  display: inline-block;
  background: #ffffff;
}
.category-content .channel-content .coureosel-content .inner-top-el {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #44698B;
  width: 240px;
  height: 360px;
  z-index: 1;
  color: white;
  padding: 22px 18px 22px 18px;
}
.category-content .channel-content .coureosel-content .inner-top-el h3 {
  line-height: 30px;
  margin: 32px 0 28px 0;
  position: relative;
  max-height: 56px;
  overflow: hidden;
}
.category-content .channel-content .coureosel-content .inner-top-el h3 a {
  text-align: justify;
  font-size: 18px;
  font-weight: 300;
  color: white;
}
.category-content .channel-content .coureosel-content .inner-top-el p {
  position: relative;
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  line-height: 24px;
  margin-top: 30px;
}
.category-content .channel-content .coureosel-content .inner-top-el p:after {
  width: 30px;
  left: 0;
  position: absolute;
  bottom: 0;
  top: -16px;
  height: 2px;
  content: '';
  display: inline-block;
  background: #ffffff;
}
.category-content .channel-content .coureosel-content .carousel-page {
  position: absolute;
  bottom: 20px;
  z-index: 9;
  width: 73%;
  left: 0;
  text-align: center;
}
.category-content .channel-content .coureosel-content .carousel-page span {
  width: 8px;
  height: 5px;
  background: #ffffff;
  opacity: 0.5;
  border-radius: 3px;
  margin-right: 5px;
  z-index: 9;
  margin-left: 0;
}
.category-content .channel-content .coureosel-content .carousel-page span.swiper-pagination-bullet-active {
  width: 18px;
  height: 5px;
  opacity: 1;
  background: #1465B1;
  border-radius: 3px;
}
.category-content .channel-content .coureosel-content .pointer-left,
.category-content .channel-content .coureosel-content .pointer-right {
  width: 32px;
  z-index: 3;
  height: 80px;
  line-height: 80px;
  margin-top: -40px;
  position: absolute;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  top: 50%;
}
.category-content .channel-content .coureosel-content .pointer-left:hover,
.category-content .channel-content .coureosel-content .pointer-right:hover {
  background: rgba(0, 0, 0, 0.4);
}
.category-content .channel-content .coureosel-content .pointer-left i,
.category-content .channel-content .coureosel-content .pointer-right i {
  color: white;
}
.category-content .channel-content .coureosel-content .pointer-left:hover i,
.category-content .channel-content .coureosel-content .pointer-right:hover i {
  color: #1465B1 !important;
}
.category-content .channel-content .coureosel-content .pointer-left {
  left: 0;
}
.category-content .channel-content .coureosel-content .pointer-right {
  right: 240px;
}
.category-content .channel-content .category-content {
  overflow: hidden;
  margin-bottom: 34px;
  position: relative;
}
.category-content .channel-content .category-content .carousel-category .title-el {
  padding: 18px 28px;
  font-size: 16px;
  padding-right: 20%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category-content .channel-content .category-content .swiper-container {
  width: 596px;
  height: 334px;
}
.category-content .channel-content .category-content .swiper-slide {
  width: 596px;
  height: 334px;
  position: relative;
  overflow: hidden;
}
.category-content .channel-content .category-content .swiper-slide:hover a {
  color: #e0eaf1 !important;
}
.category-content .channel-content .category-content .pointer-left,
.category-content .channel-content .category-content .pointer-right {
  width: 32px;
  z-index: 3;
  height: 80px;
  background: rgba(0, 0, 0, 0.1);
  line-height: 80px;
  margin-top: -40px;
  position: absolute;
  text-align: center;
  display: inline-block;
  top: 50%;
}
.category-content .channel-content .category-content .pointer-left:hover,
.category-content .channel-content .category-content .pointer-right:hover {
  background: rgba(0, 0, 0, 0.5);
}
.category-content .channel-content .category-content .pointer-left i,
.category-content .channel-content .category-content .pointer-right i {
  color: white;
}
.category-content .channel-content .category-content .pointer-left:hover i,
.category-content .channel-content .category-content .pointer-right:hover i {
  color: #1465B1 !important;
}
.category-content .channel-content .category-content .pointer-left {
  left: 0;
}
.category-content .channel-content .category-content .pointer-right {
  right: 0;
}
.category-content .channel-content .category-content .carousel-page {
  position: absolute;
  bottom: 21px;
  z-index: 9;
  text-align: right;
}
.category-content .channel-content .category-content .carousel-page .swiper-pagination-bullet-active {
  width: 18px;
  height: 5px;
  background-color: #1465B1;
}
.category-content .channel-content .category-content .carousel-page span {
  width: 8px;
  height: 5px;
  background: #ffffff;
  opacity: 0.5;
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
  z-index: 9;
}
.category-content .channel-content .category-content .title-el {
  position: absolute;
  width: 100%;
  text-align: left;
  color: #ffffff;
  font-size: 20px;
  height: auto;
  left: 0;
  bottom: 0;
  line-height: 20px;
  padding: 30px;
  background: linear-gradient(to bottom, transparent, #4f4c4c);
}
.category-content .channel-content .category-content .carousel {
  margin-right: 10px;
  width: 596px;
  height: 334px;
}
.category-content .channel-content .category-content .carousel li {
  height: 346px;
}
.category-content .channel-content .category-content .carousel-right {
  width: 594px;
}
.category-content .channel-content .category-content .carousel-right.carousel-category-right li:nth-of-type(1),
.category-content .channel-content .category-content .carousel-right.carousel-category-right li:nth-of-type(2) {
  margin-bottom: 10px;
}
.category-content .channel-content .category-content .carousel-right.carousel-category-right li:nth-of-type(3),
.category-content .channel-content .category-content .carousel-right.carousel-category-right li:nth-of-type(4) {
  margin-bottom: 0;
}
.category-content .channel-content .category-content .carousel-right li {
  position: relative;
  width: 292px;
  height: 162px;
}
.category-content .channel-content .category-content .carousel-right li:nth-of-type(2n+1) {
  margin-right: 10px;
}
.category-content .channel-content .category-content .carousel-right li .title-el {
  position: absolute;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  height: auto;
  left: 0;
  overflow: hidden;
  bottom: 0;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 15px;
  background: linear-gradient(to bottom, transparent, #585858);
}
.category-content .channel-content > p {
  position: absolute;
}
.category-content .channel-content .carousel {
  width: 870px;
  height: 489px;
  margin-right: 30px;
  position: relative;
}
.category-content .channel-content .carousel ul {
  width: 870px;
  height: 489px;
}
.category-content .channel-content .carousel li {
  height: 489px;
  position: relative;
}
.category-content .channel-content .carousel-right {
  width: 300px;
}
.category-content .channel-content .carousel-right li {
  float: left;
  width: 300px;
  position: relative;
  overflow: hidden;
  height: 170px;
}
.category-content .channel-content .carousel-right li a:nth-of-type(1) {
  width: 300px;
  position: relative;
  height: 170px;
  display: inline-block;
}
.category-content .channel-content .carousel-right li:hover a {
  color: #e0eaf1 !important;
}
.category-content .channel-content .carousel-right li .swiper-tip {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 4px 5px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  color: #ccc;
  font-size: 10px;
  border-radius: 6px 0 0 0;
}
.category-content .channel-content .carousel-right .title-el {
  position: absolute;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  height: auto;
  left: 0;
  overflow: hidden;
  bottom: 0;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 10px 15px;
  background: linear-gradient(to bottom, transparent, #4f4c4c);
}
.category-content .channel-content .carousel-right li:not(:last-child) {
  margin-bottom: 19px;
}
.category-content .channel-content .content {
  padding-top: 40px;
}
.category-content .channel-content .content-channel-left {
  width: 860px;
}
.category-content .channel-content .content-channel-left > h2 {
  font-size: 22px;
  color: #333333;
  font-weight: 300;
  line-height: 18px;
  padding: 0 0 19px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #F2F2F2;
}
.category-content .channel-content .content-channel-left .content-page-all {
  position: relative;
}
.category-content .channel-content .content-channel-left .content-page-all li {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 40px;
}
.category-content .channel-content .content-channel-left .content-page-all li:hover {
  transition: none;
  transform: none;
  box-shadow: none;
  margin-left: 0;
}
.category-content .channel-content .content-channel-left .content-page-all li aside {
  width: 240px;
  height: 134px;
  overflow: hidden;
}
.category-content .channel-content .content-channel-left .content-page-all li .c-n-c {
  width: 590px;
}
.category-content .channel-content .content-channel-left .content-page-all li .c-n-c.w_all {
  width: 100%;
  margin-left: 0;
}
.category-content .channel-content .content-channel-left .content-page-all li .c-n-c .c-n-c-el {
  border-bottom: 0;
  min-height: 136px;
  overflow: hidden;
  position: relative;
}
.category-content .channel-content .content-channel-left .content-page-all li .c-n-c .c-n-c-el h3 {
  font-size: 18px;
  line-height: 30px;
  max-height: 60px;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.category-content .channel-content .content-channel-left .content-page-all li .c-n-c .c-n-c-el h3:hover a {
  color: #1465B1 !important;
}
.category-content .channel-content .content-channel-left .content-page-all li .c-n-c .c-n-c-el h3 a {
  color: #333333;
  font-size: 20px;
}
.category-content .channel-content .content-channel-left .content-page-all li .c-n-c .c-n-c-el h3 a span {
  width: 38px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #ff5c00;
  border-radius: 2px;
  line-height: 24px;
  display: inline-block;
  color: #FF5C00;
  font-size: 12px;
  margin-right: 12px;
  text-align: center;
}
.category-content .channel-content .content-channel-left .content-page-all li .c-n-c .c-n-c-el > p {
  max-height: 50px;
  overflow: hidden;
}
.category-content .channel-content .content-channel-left .content-page-all li .c-n-c .c-n-c-el > p a {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.category-content .channel-content .content-channel-left .content-page-all li .c-n-c .c-n-c-el .imageBox {
  overflow: hidden;
  height: 110px;
  margin-bottom: 5px;
}
.category-content .channel-content .content-channel-left .content-page-all li .c-n-c .c-n-c-el .imageBox aside {
  width: 195px;
  height: 110px;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  line-height: 110px;
  position: relative;
  float: left;
  margin-right: 18px;
  font-size: 0;
}
.category-content .channel-content .content-channel-left .content-page-all li .c-n-c .c-n-c-el .imageBox aside:last-child {
  margin-right: 0;
}
.category-content .channel-content .content-channel-left .content-page-all li .c-n-c .c-n-c-el .imageBox aside > div {
  width: 195px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  font-size: 0;
}
.category-content .channel-content .content-channel-left .content-page-all li .c-n-c .c-n-c-el .imageBox aside > div img {
  max-width: 100%;
  max-height: 100%;
}
.category-content .channel-content .content-channel-left .content-page-all li .c-n-c .c-n-c-el .msg {
  overflow: hidden;
  position: absolute;
  bottom: 6px;
  width: 100%;
}
.category-content .channel-content .content-channel-left .content-page-all li .c-n-c .c-n-c-el .msg a img {
  width: 19px;
  height: 19px;
  border-radius: 50%;
}
.category-content .channel-content .content-channel-left .content-page-all li .c-n-c .c-n-c-el .msg a i {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  font-style: normal;
}
.category-content .channel-content .content-channel-left .content-page-all li .c-n-c .c-n-c-el .msg a i:nth-of-type(1) {
  margin-right: 10px;
  margin-left: 8px;
}
.category-content .channel-content .content-channel-left .content-page-all li .c-n-c .c-n-c-el .msg a i:nth-of-type(1):hover {
  color: #1465B1 !important;
}
.category-content .channel-content .content-channel-left .content-page-all li .c-n-c .c-n-c-el .msg a i:nth-of-type(2) {
  color: #999999;
}
.category-content .channel-content .content-channel-left .content-page-all li .c-n-c .c-n-c-el .msg .msg-time {
  line-height: 18px;
}
.category-content .channel-content .content-channel-left .content-page-all li .c-n-c .c-n-c-el .msg .msg-tag {
  float: right;
  width: 210px;
  overflow: hidden;
  height: 20px;
}
.category-content .channel-content .content-channel-left .content-page-all li .c-n-c .c-n-c-el .msg .msg-tag .icon-tag-white {
  margin-right: 7px;
  margin-top: 3px;
}
.category-content .channel-content .content-channel-left .content-page-all li .c-n-c .c-n-c-el .msg .msg-tag a {
  margin-right: 10px;
  font-size: 12px;
  color: #666666;
  line-height: 25px;
}
.category-content .channel-content .content-channel-left .content-page-all li .c-n-c .c-n-c-el .msg .msg-tag a:hover {
  color: #1465B1 !important;
}
.category-content .channel-content .content-channel-left .content-page-all li .c-n-c .c-n-c-el .msg-el > a:hover {
  color: #1465B1 !important;
}
.category-content .channel-content .content-channel-left .content-page-all .noData {
  top: 0px;
  height: 350px;
}
.category-content .channel-content .content-channel-right {
  width: 300px;
}
.category-content .channel-content .content-channel-right h2 {
  font-size: 22px;
  color: #333333;
  line-height: 22px;
}
.category-content .channel-content .content-channel-right li:nth-of-type(4) {
  padding-top: 20px;
}
.category-content .channel-content .content-channel-right li {
  position: relative;
  padding: 10px 20px;
}
.category-content .channel-content .content-channel-right li .cont-el-po aside {
  height: 68px;
  margin-right: 130px;
}
.category-content .channel-content .content-channel-right li .cont-el-po aside font {
  width: 20px;
  height: 20px;
  background: #1465b1;
  border-radius: 2px;
  display: inline-block;
  margin-top: 3px;
  top: 0;
  left: 0;
  float: left;
  color: white;
  font-size: 12px;
  text-align: center;
  margin-right: 5px;
  line-height: 20px;
}
.category-content .channel-content .content-channel-right li .cont-el-po aside h3 {
  height: 70px;
  overflow: hidden;
}
.category-content .channel-content .content-channel-right li .cont-el-po aside h3 a {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.category-content .channel-content .content-channel-right .email-read {
  margin-bottom: 30px;
  border: 1px solid #f2f2f2;
  width: 300px;
  padding: 17px 20px;
}
.category-content .channel-content .content-channel-right .email-read h2 {
  font-size: 22px;
  text-align: center;
  color: #333333;
  font-weight: 300;
  margin-top: 10px;
}
.category-content .channel-content .content-channel-right .email-read input {
  width: 100%;
  height: 49px;
  background: #f7f7f7;
  margin-top: 18px;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  border: 0;
  padding: 0 21px;
  margin-bottom: 22px;
}
.category-content .channel-content .content-channel-right .email-read a {
  width: 100%;
  height: 40px;
  display: inline-block;
  background: #A7CADF;
  border-radius: 3px;
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: 300;
  line-height: 40px;
}
.category-content .channel-content .content-channel-right .email-read a:hover {
  background-color: #1465B1 !important;
  color: white;
}
.category-content .channel-content .content-channel-right .email-read p {
  font-size: 12px;
  color: #999999;
  line-height: 22px;
  margin: 22px 0 2px 0;
}
.category-content .channel-content .content-channel-right .recommend-list {
  margin-bottom: 30px;
  border: 1px solid #f2f2f2;
  width: 300px;
  position: relative;
}
.category-content .channel-content .content-channel-right .recommend-list .swiper-container {
  width: 300px;
  height: 225px;
  overflow: hidden;
}
.category-content .channel-content .content-channel-right .recommend-list .swiper-container .pinter-page {
  position: absolute;
  bottom: 61px;
  text-align: center;
  z-index: 9;
}
.category-content .channel-content .content-channel-right .recommend-list .swiper-container .pinter-page span {
  width: 8px;
  height: 5px;
  display: inline-block;
  opacity: 0.5;
  border-radius: 3px;
  background: #ffffff;
  margin-right: 10px;
  z-index: 9;
}
.category-content .channel-content .content-channel-right .recommend-list .swiper-container .pinter-page span.swiper-active-switch {
  width: 18px;
  height: 5px;
  background: #1465b1;
  border-radius: 3px;
}
.category-content .channel-content .content-channel-right .recommend-list .swiper-slide {
  width: 100%;
  margin-left: -4px;
  height: 169px;
}
.category-content .channel-content .content-channel-right .recommend-list .swiper-slide > a {
  height: 169px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.category-content .channel-content .content-channel-right .recommend-list .swiper-slide:hover a {
  color: #1465B1 !important;
}
.category-content .channel-content .content-channel-right .recommend-list img {
  width: 100%;
  height: 169px;
}
.category-content .channel-content .content-channel-right .recommend-list .title {
  width: 87px;
  z-index: 5;
  height: 28px;
  border-radius: 8px 0px 8px 0px;
  background: #ff5c00;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -5px;
  left: -5px;
  line-height: 28px;
  color: #ffffff;
}
.category-content .channel-content .content-channel-right .recommend-list p {
  height: 52px;
  overflow: hidden;
  line-height: 52px;
  padding: 0 20px;
}
.category-content .channel-content .content-channel-right .recommend-list p a {
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.category-content .channel-content .content-channel-right .author-list {
  border: 1px solid #f2f2f2;
  width: 300px;
  padding: 18px;
}
.category-content .channel-content .content-channel-right .author-list h2 {
  font-size: 22px;
  text-align: left;
  color: #333333;
  margin: 6px 0 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #F2F2F2;
}
.category-content .channel-content .content-channel-right .author-list ul li {
  padding: 20px 0 0 0;
}
.category-content .channel-content .content-channel-right .author-list ul li > div {
  padding-bottom: 15px;
  border-bottom: 1px dotted #EEEEEE;
}
.category-content .channel-content .content-channel-right .author-list ul li > div aside {
  width: 50px;
  height: 50px;
  float: left;
}
.category-content .channel-content .content-channel-right .author-list ul li > div aside img {
  border-radius: 50%;
}
.category-content .channel-content .content-channel-right .author-list ul li > div div {
  margin-left: 70px;
}
.category-content .channel-content .content-channel-right .author-list ul li > div div h3 {
  font-weight: 599;
  margin-bottom: 6px;
}
.category-content .channel-content .content-channel-right .author-list ul li > div div h3 a {
  color: #333333;
  font-size: 16px;
}
.category-content .channel-content .content-channel-right .author-list ul li > div div h3 a:hover {
  color: #1465B1 !important;
}
.category-content .channel-content .content-channel-right .author-list ul li > div div .title {
  font-size: 14px;
  margin-bottom: 12px;
  max-height: 40px;
  overflow: hidden;
  display: inline-block;
  color: #666666;
}
.category-content .channel-content .content-channel-right .author-list ul li > div div p {
  color: #999999;
  font-size: 12px;
}
.category-content .channel-content .content-channel-right .author-list ul li > div div p span {
  color: #666666;
  margin-right: 8px;
}
.category-content .channel-content .content-channel-right .author-list ul li > div div p span:nth-of-type(2) {
  margin-left: 8px;
}
.category-content .channel-content .content-channel-right .author-list ul li > div div p i {
  color: #666666;
  font-size: 12px;
  font-style: normal;
}
.category-content .channel-content .content-channel-right .author-list .see-more {
  width: 100%;
  display: inline-block;
  line-height: 36px;
  height: 36px;
  text-align: center;
  background: #fafafa;
  font-family: sans-serif;
  color: #666666;
  margin-top: 20px;
}
.category-content .channel-content .content-channel-right .author-list .see-more:hover {
  background-color: #1465B1 !important;
  color: white;
}
.category-content .channel-content .content-channel-right .article-list {
  border: 1px solid #f2f2f2;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.category-content .channel-content .content-channel-right .article-list h2 {
  font-size: 22px;
  padding-bottom: 18px;
  color: #333333;
  line-height: 22px;
  margin: 30px 20px;
  border-bottom: 1px solid #F2F2F2;
}
.category-content .channel-content .content-channel-right .article-list li {
  margin-bottom: 20px;
  padding-top: 0;
}
.category-content .channel-content .content-channel-right .article-list li:hover h3 a {
  color: #1465B1 !important;
}
.category-content .channel-content .content-channel-right .article-list li aside {
  overflow: hidden;
  width: 100px;
  height: 75px;
  float: left;
  border-radius: 3px;
  position: relative;
}
.category-content .channel-content .content-channel-right .article-list li aside span {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  color: white;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  background: #1465b1;
  border-radius: 3px 0px 3px 0px;
}
.category-content .channel-content .content-channel-right .article-list li aside img {
  border-radius: 3px;
}
.category-content .channel-content .content-channel-right .article-list li > div {
  margin-left: 120px;
}
.category-content .channel-content .content-channel-right .article-list li > div h3 {
  height: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
.category-content .channel-content .content-channel-right .article-list li > div h3 a {
  font-size: 16px;
  color: #333333;
}
.category-content .channel-content .content-channel-right .article-list li > div p {
  height: 45px;
  overflow: hidden;
}
.category-content .channel-content .content-channel-right .article-list li > div p a {
  overflow: hidden;
  font-size: 12px;
  color: #666666;
  line-height: 20px;
}
.category-content .channel-content .content-channel-right .article-list .other {
  margin-bottom: 0;
}
.category-content .channel-content .content-channel-right .article-list .other:hover a {
  color: #1465B1 !important;
}
.category-content .channel-content .content-channel-right .article-list .other:hover span {
  border: 1px solid #1465B1 !important;
  color: #1465B1 !important;
}
.category-content .channel-content .content-channel-right .article-list .other p {
  margin-bottom: 6px;
  position: relative;
  padding-left: 30px;
}
.category-content .channel-content .content-channel-right .article-list .other p a {
  font-size: 14px;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  height: 20px;
  white-space: nowrap;
}
.category-content .channel-content .content-channel-right .article-list .other p span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  margin-right: 10px;
  display: inline-block;
  line-height: 20px;
  width: 20px;
  text-align: center;
  color: #B4B4B4;
  height: 20px;
  border: 1px solid #B4B4B4;
  border-radius: 3px 0px 3px 0px;
}
.category-content .channel-content .content-channel-right .category-advise {
  height: 300px;
  margin-bottom: 50px;
}
.category-content .channel-content .content-channel-right .category-advise .hot-content-center {
  height: 300px;
}
.category-content .channel-content .content-channel-right .category-advise .hot-content-center .swiper-slide {
  overflow: hidden;
  width: 300px;
}
.category-content .channel-content .content-channel-right .category-advise .hot-content-center .swiper-slide > a {
  display: inline-block;
  height: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.category-content .channel-content .content-channel-right .category-advise .hot-content-center .swiper-slide p {
  height: 50px;
  line-height: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  width: 100%;
  padding: 0 10px;
}
.category-content .channel-content .content-channel-right .category-advise .hot-content-center .swiper-slide p a {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
.category-content .channel-content .content-channel-right .category-advise .hot-content-center .pinter-page {
  position: absolute;
  z-index: 9;
  width: auto;
  text-align: center;
}
.category-content .channel-content .content-channel-right .category-advise .hot-content-center .pinter-page span.swiper-pagination-bullet-active {
  width: 16px;
  height: 3px;
  opacity: 1;
  background: #006FFF;
  border-radius: 3px;
}
.category-content .channel-content .new-content .postbird-box-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.35);
  display: none;
}
.category-content .channel-content .new-content .postbird-box-container .postbird-box-content {
  width: 400px;
  min-height: 147px;
  background: #FFFFFF;
  border-radius: 10px;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.category-content .channel-content .new-content .postbird-box-container .postbird-box-content .postbirdclose {
  background-position: -63px -323px;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon1.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.category-content .channel-content .new-content .postbird-box-container .postbird-box-content p {
  padding: 0 30px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3F5D79;
  line-height: 28px;
  margin: 27px auto 35px;
  text-align: center;
}
.category-content .channel-content .new-content .postbird-box-container .postbird-box-content .btnBox {
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.category-content .channel-content .new-content .postbird-box-container .postbird-box-content .btnBox .btn {
  width: 95px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  height: 34px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #3385FF;
  background: #E5F2FF;
  border: 1px solid #3385FF;
  border-radius: 3px;
  margin: 0 10px;
}
.category-content .channel-content .new-content .postbird-box-container .postbird-box-content .btnBox .on {
  width: 115px;
  background: #0364FF;
  border: 1px solid #0364FF;
  color: #FFFFFF;
}
.category-content .channel-content .new-content .postbird-box-container.active {
  display: block;
}
.category-content .channel-content .news-content-channel-left {
  width: 860px;
  margin-right: 40px;
}
.category-content .channel-content .news-content-channel-left .swiper-container {
  width: 860px;
  height: 120px;
  margin-left: 0;
  border-radius: 4px 4px 0 0;
}
.category-content .channel-content .news-content-channel-left .swiper-slide {
  width: 860px;
  height: 120px;
  position: relative;
  overflow: hidden;
}
.category-content .channel-content .news-content-channel-left .swiper-slide:hover a {
  color: #e0eaf1 !important;
}
.category-content .channel-content .news-content-channel-left .left-co-wrapper_1 {
  margin-bottom: 30px;
}
.category-content .channel-content .news-content-channel-left .left-co-wrapper_1 .swiper-container {
  height: 100px;
}
.category-content .channel-content .news-content-channel-left .left-co-wrapper_1 .swiper-slide {
  height: 100px;
}
.category-content .channel-content .news-content-channel-left .carousel-page {
  position: absolute;
  bottom: 0;
  z-index: 9;
  text-align: right;
  height: 30px;
  display: inline-block;
  width: auto;
  right: 0;
  left: auto;
  padding: 0 8px 0 20px;
}
.category-content .channel-content .news-content-channel-left .carousel-page .swiper-pagination-bullet-active {
  width: 18px;
  opacity: 1;
}
.category-content .channel-content .news-content-channel-left .carousel-page span {
  width: 8px;
  height: 4px;
  background: #ffffff;
  opacity: 0.5;
  border-radius: 2px;
  display: inline-block;
  margin-left: 5px;
  z-index: 9;
}
.category-content .channel-content .news-content-channel-left .carousel-page.swiper-pagination-clickable {
  background-color: #0E54D1;
  background: linear-gradient(to right, rgba(109, 80, 45, 0) 0%, rgba(109, 80, 45, 0.4) 100%);
}
.category-content .channel-content .news-content-channel-left .article_list {
  overflow: hidden;
  padding-bottom: 30px;
}
.category-content .channel-content .news-content-channel-left .article_list > h2 {
  border: 0;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 20px;
}
.category-content .channel-content .news-content-channel-left .article_list > h2:after {
  content: '';
  width: 46px;
  height: 4px;
  background: #FF5C00;
  position: absolute;
  bottom: 0;
  left: 0;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content {
  overflow: hidden;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li {
  overflow: hidden;
  margin-bottom: 21px;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li > aside {
  float: right;
  width: 180px;
  height: 100px;
  border-radius: 4px;
  overflow: hidden;
  margin-left: 20px;
  text-align: center;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox {
  float: left;
  width: 660px;
  border-bottom: 1px solid #EEEEEE;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox.w_all {
  width: 100%;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox.w_all .title {
  height: auto;
  max-height: 56px;
  margin-bottom: 16px;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox.w_all .text {
  height: auto;
  max-height: 50px;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox .title {
  min-height: 36px;
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox .title a {
  color: #333333;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox .title a:hover {
  color: #0E54D1;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox .text {
  height: 50px;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox .imageBox {
  overflow: hidden;
  height: 117px;
  margin-bottom: 14px;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox .imageBox aside {
  width: 207px;
  height: 117px;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  line-height: 117px;
  position: relative;
  float: left;
  margin-right: 10px;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox .imageBox aside:last-child {
  margin-right: 0;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox .imageBox aside > div {
  width: 207px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  font-size: 0;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox .imageBox aside > div img {
  max-width: 100%;
  max-height: 100%;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox .bottom {
  overflow: hidden;
  margin-bottom: 16px;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox .bottom .bottom_left {
  display: inline-block;
  float: left;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox .bottom .bottom_left .item {
  display: inline-block;
  float: left;
  margin-right: 20px;
  font-size: 12px;
  color: #999999;
  line-height: 28px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox .bottom .bottom_left .item a {
  color: #666;
  font-size: 14px;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox .bottom .bottom_left .item a:hover {
  color: #0E54D1;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox .bottom .bottom_left .item aside {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  line-height: 26px;
  margin-right: 8px;
  float: left;
  margin-left: 0;
  overflow: hidden;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox .bottom .bottom_left .item span {
  font-size: 12px;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox .bottom .bottom_left .item.item_user {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox .bottom .bottom_left .itme_btn {
  float: left;
  display: inline-block;
  padding: 0 11px;
  background: #FF5C00;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
  margin-top: 3px;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox .bottom .bottom_left .itme_ad {
  float: left;
  display: inline-block;
  padding: 0 11px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #ccc;
  line-height: 22px;
  margin-top: 3px;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox .bottom .bottom_right {
  float: right;
  display: inline-block;
  margin-top: 4px;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox .bottom .bottom_right .item {
  margin-left: 18px;
  font-size: 14px;
  color: #8590A6;
  line-height: 20px;
  float: left;
  cursor: pointer;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox .bottom .bottom_right .item.item_comments i {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 4px;
  margin-top: 4px;
  float: left;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox .bottom .bottom_right .item.item_collect i {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 4px;
  margin-top: 3px;
  float: left;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox .bottom .bottom_right .item.item_collect i.on {
  width: 21px;
  height: 20px;
  margin-top: 0;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox .bottom .bottom_right .item.item_praise_article i {
  width: 14px;
  height: 13px;
  display: inline-block;
  margin-right: 4px;
  margin-top: 4px;
  float: left;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content li .textBox .bottom .bottom_right .item.item_praise_article i.on {
  width: 16px;
  height: 18px;
  margin-top: 0;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content .pageBox {
  width: 100%;
  overflow: hidden;
  margin: 26px 0 42px;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content .pageBox .page-left {
  overflow: hidden;
  display: inline-block;
  float: left;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content .pageBox .page-left a {
  margin-right: 12px;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content .pageBox .page-right {
  overflow: hidden;
  display: inline-block;
  float: right;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content .pageBox .page-right a {
  margin-left: 12px;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content .pageBox .btn {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  color: #333333;
  line-height: 30px;
  padding: 0 20px;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content .pageBox .btn:hover {
  border: 1px solid #0e55d1;
  color: #0e55d1;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content .pageBox .btn.no_btn {
  background: #EAEAEA;
  color: #999999;
  cursor: not-allowed;
}
.category-content .channel-content .news-content-channel-left .article_list .article-content .pageBox .btn.no_btn:hover {
  border: 1px solid #E7E7E7;
}
.category-content .channel-content .news-content-channel-left .article_list .noData {
  position: inherit;
  margin-top: 80px;
  height: 350px;
}
.category-content .channel-content .news-content-channel-left .article_list .no_login {
  margin-top: 50px;
  cursor: pointer;
}
.category-content .channel-content .news-content-channel-left .article_list .no_login aside {
  margin: 0 auto 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 0;
  line-height: 50px;
  text-align: center;
}
.category-content .channel-content .news-content-channel-left .article_list .no_login .no_login_span {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #222;
  margin-bottom: 4px;
}
.category-content .channel-content .news-content-channel-left .article_list .no_login .no_login_p {
  font-size: 16px;
  line-height: 24px;
  color: #999;
  text-align: center;
}
.category-content .channel-content .new-content-channel-right .email-read-new {
  margin-bottom: 20px;
  width: 300px;
  padding: 11px 20px 18px ;
  background-color: white;
  border: 1px solid #F2F2F2;
  border-radius: 8px;
  position: relative;
}
.category-content .channel-content .new-content-channel-right .email-read-new h2 {
  font-size: 22px;
  text-align: center;
  color: #333333;
  font-weight: 300;
  margin-top: 10px;
}
.category-content .channel-content .new-content-channel-right .email-read-new .titleBox {
  padding-bottom: 17px;
  position: relative;
}
.category-content .channel-content .new-content-channel-right .email-read-new .titleBox::after {
  content: '';
  width: 255px;
  height: 1px;
  position: absolute;
  top: 42px;
  left: 0;
  background-color: #f2f2f2;
}
.category-content .channel-content .new-content-channel-right .email-read-new .titleBox div {
  display: inline-block;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 34px;
}
.category-content .channel-content .new-content-channel-right .email-read-new .titleBox span {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 25px;
  margin-top: 15px;
}
.category-content .channel-content .new-content-channel-right .email-read-new .contten .title {
  font-size: 14px;
  color: #333333;
  line-height: 25px;
}
.category-content .channel-content .new-content-channel-right .email-read-new .contten ul {
  margin-top: 6px;
  overflow: hidden;
}
.category-content .channel-content .new-content-channel-right .email-read-new .contten ul li {
  font-size: 12px;
  font-weight: 300;
  color: #666666;
  line-height: 20px;
  padding-left: 15px;
  margin-bottom: 6px;
  position: relative;
}
.category-content .channel-content .new-content-channel-right .email-read-new .contten ul li::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #FF5C00;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 2px 3px 0px rgba(0, 53, 92, 0.2);
  border-radius: 50%;
}
.category-content .channel-content .new-content-channel-right .email-read-new .contten .imgBox {
  width: 260px;
  height: 74px;
  background: #FFFFFF;
  background: url(../images/home/email-read.png?v=1.0) no-repeat;
  border: 1px solid #F0F0F0;
  margin: 8px 0 16px;
  box-shadow: 0 10px 18px -12px #ededed;
  -webkit-box-shadow: 0 10px 18px -12px #ededed;
}
.category-content .channel-content .new-content-channel-right .email-read-new input {
  width: 100%;
  height: 49px;
  background: #f7f7f7;
  margin-top: 14px;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  border: 0;
  padding: 0 21px;
  margin-bottom: 15px;
}
.category-content .channel-content .new-content-channel-right .email-read-new .dft_email_subs {
  width: 100%;
  height: 40px;
  display: inline-block;
  background: #0e55d1;
  border-radius: 3px;
  text-align: center;
  color: white;
  line-height: 40px;
  font-size: 14px;
  font-weight: 300;
}
.category-content .channel-content .new-content-channel-right .email-read-new .dft_email_subs:hover {
  background-color: #104ebd;
}
.category-content .channel-content .new-content-channel-right .email-read-new a {
  width: 100%;
  height: 40px;
  display: inline-block;
  background: #0E54D1;
  border-radius: 3px;
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: 300;
  line-height: 40px;
}
.category-content .channel-content .new-content-channel-right .email-read-new a:hover {
  background-color: #1465B1 !important;
  color: white;
}
.category-content .channel-content .new-content-channel-right .email-read-new p {
  font-size: 12px;
  color: #999999;
  line-height: 22px;
  margin: 10px 0 0 0px;
  text-align: center;
}
.category-content .channel-content .new-content-channel-right .email-read-new p span {
  padding: 0 15px;
  color: #666;
}
.category-content .channel-content .new-content-channel-right .email-read-new p span a {
  color: #666;
}
.category-content .channel-content .new-content-channel-right .email-read-new p span a:hover {
  color: #0e55d1;
}
.category-content .channel-content .new-content-channel-right .industry-activity {
  margin-bottom: 20px;
  width: 300px;
  background-color: white;
  padding: 0px 20px;
  border-radius: 8px;
  overflow: hidden;
}
.category-content .channel-content .new-content-channel-right .industry-activity > div {
  margin-bottom: 25px;
  border-bottom: 1px solid #f2f2f2;
}
.category-content .channel-content .new-content-channel-right .industry-activity > div h2 {
  font-size: 20px;
  color: #333333;
  margin: 16px 0 0;
  line-height: 22px;
  padding-bottom: 18px;
  position: relative;
}
.category-content .channel-content .new-content-channel-right .industry-activity > div h2:after {
  content: '';
  width: 80px;
  height: 3px;
  background: #FF5C00;
  position: absolute;
  bottom: 0;
  left: 0;
}
.category-content .channel-content .new-content-channel-right .industry-activity > div h2 a {
  font-size: 12px;
  color: #666666;
  float: right;
}
.category-content .channel-content .new-content-channel-right .industry-activity > div h2 a:hover {
  color: #1465B1 !important;
}
.category-content .channel-content .new-content-channel-right .industry-activity > div h2 a i {
  font-style: normal;
}
.category-content .channel-content .new-content-channel-right .industry-activity li {
  margin-bottom: 21px;
}
.category-content .channel-content .new-content-channel-right .industry-activity li aside {
  float: left;
  width: 85px;
  height: 63px;
  overflow: hidden;
  border-radius: 4px;
}
.category-content .channel-content .new-content-channel-right .industry-activity li:hover h3 a {
  color: #1465B1 !important;
}
.category-content .channel-content .new-content-channel-right .industry-activity li div {
  line-height: 24px;
  margin-left: 95px;
  height: 63px;
}
.category-content .channel-content .new-content-channel-right .industry-activity li div h3 {
  display: inline-block;
  height: 47px;
  overflow: hidden;
  margin-bottom: 11px;
  margin-top: -6px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.category-content .channel-content .new-content-channel-right .industry-activity li div h3 a {
  font-size: 14px;
  color: #333333;
}
.category-content .channel-content .new-content-channel-right .industry-activity li div > p {
  overflow: hidden;
}
.category-content .channel-content .new-content-channel-right .industry-activity li div > p a:hover i {
  color: #1465B1 !important;
}
.category-content .channel-content .new-content-channel-right .industry-activity li div > p img {
  display: inline;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-top: -4px;
}
.category-content .channel-content .new-content-channel-right .industry-activity li div > p i {
  margin-right: 10px;
  margin-left: 8px;
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  font-style: normal;
}
.category-content .channel-content .new-content-channel-right .industry-activity li div > p span {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 12px;
}
.category-content .channel-content .new-content-channel-right .brand-article {
  margin-bottom: 20px;
  width: 300px;
  background-color: white;
  padding: 0px 20px;
  border-radius: 8px;
  overflow: hidden;
}
.category-content .channel-content .new-content-channel-right .brand-article > div {
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.category-content .channel-content .new-content-channel-right .brand-article > div h2 {
  font-size: 20px;
  color: #333333;
  margin: 16px 0 0;
  line-height: 22px;
  padding-bottom: 18px;
  position: relative;
}
.category-content .channel-content .new-content-channel-right .brand-article > div h2 span {
  width: 6px;
  height: 6px;
  background: #FF5C00;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: -3px;
}
.category-content .channel-content .new-content-channel-right .brand-article > div h2:after {
  content: '';
  width: 60px;
  height: 3px;
  background: #FF5C00;
  position: absolute;
  bottom: 0;
  left: 0;
}
.category-content .channel-content .new-content-channel-right .brand-article > div h2 .brand_article_btn {
  font-weight: 300;
  font-size: 12px;
  color: #666666;
  float: right;
  cursor: pointer;
  position: relative;
  top: 3px;
}
.category-content .channel-content .new-content-channel-right .brand-article > div h2 .brand_article_btn i {
  width: 14px;
  height: 14px;
  background-position: -346px -315px;
  margin-right: 6px;
  position: relative;
  top: -2px;
}
.category-content .channel-content .new-content-channel-right .brand-article > div h2 .brand_article_btn:hover {
  color: #1465B1 !important;
}
.category-content .channel-content .new-content-channel-right .brand-article > div h2 .brand_article_btn:hover i {
  background-position: -346px -344px;
}
.category-content .channel-content .new-content-channel-right .brand-article li {
  margin-bottom: 11px;
  border-bottom: 1px dashed #e4e4e4;
}
.category-content .channel-content .new-content-channel-right .brand-article li:last-child {
  border: 0;
}
.category-content .channel-content .new-content-channel-right .brand-article li h3 {
  line-height: 24px;
  height: 50px;
  overflow: hidden;
  margin-bottom: 5px;
}
.category-content .channel-content .new-content-channel-right .brand-article li h3 a {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.category-content .channel-content .new-content-channel-right .brand-article li .bottom {
  margin-bottom: 9px;
  overflow: hidden;
  line-height: 18px;
}
.category-content .channel-content .new-content-channel-right .brand-article li .bottom > div {
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 300;
  color: #666666;
}
.category-content .channel-content .new-content-channel-right .brand-article li .bottom > div aside {
  float: left;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  line-height: 18px;
  margin-right: 6px;
  overflow: hidden;
}
.category-content .channel-content .new-content-channel-right .brand-article li .bottom span {
  float: right;
  font-size: 12px;
  font-weight: 500;
  color: #999999;
  line-height: 18px;
}
.category-content .channel-content .new-content-channel-right .right-co-wrapper_1 {
  overflow: hidden;
  margin-bottom: 20px;
}
.category-content .channel-content .new-content-channel-right .right-co-wrapper_1 .swiper-container {
  width: 300px;
  height: 150px;
}
.category-content .channel-content .new-content-channel-right .right-co-wrapper_1 .swiper-slide {
  width: 300px;
  height: 150px;
  position: relative;
  overflow: hidden;
}
.category-content .channel-content .new-content-channel-right .right-co-wrapper_1 .swiper-slide:hover a {
  color: #e0eaf1 !important;
}
.category-content .channel-content .new-content-channel-right .right-co-wrapper_1 .carousel-page {
  position: absolute;
  bottom: 0;
  z-index: 9;
  text-align: right;
  display: inline-block;
  width: auto;
  right: 0;
  left: auto;
}
.category-content .channel-content .new-content-channel-right .right-co-wrapper_1 .carousel-page .swiper-pagination-bullet-active {
  width: 18px;
  opacity: 1;
}
.category-content .channel-content .new-content-channel-right .right-co-wrapper_1 .carousel-page span {
  width: 8px;
  height: 4px;
  background: #ffffff;
  opacity: 0.5;
  border-radius: 2px;
  display: inline-block;
  margin-left: 5px;
  z-index: 9;
}
.category-content .channel-content .new-content-channel-right .right-co-wrapper_1 .carousel-page.swiper-pagination-clickable {
  background-color: #0E54D1;
  background: linear-gradient(to right, rgba(109, 80, 45, 0) 0%, rgba(109, 80, 45, 0.2) 100%);
}
.category-content .channel-content .new-content-channel-right .right-co-wrapper {
  overflow: hidden;
  margin-bottom: 20px;
}
.category-content .channel-content .new-content-channel-right .right-co-wrapper .swiper-container {
  width: 300px;
  height: 300px;
}
.category-content .channel-content .new-content-channel-right .right-co-wrapper .swiper-slide {
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.category-content .channel-content .new-content-channel-right .right-co-wrapper .swiper-slide:hover a {
  color: #e0eaf1 !important;
}
.category-content .channel-content .new-content-channel-right .right-co-wrapper .carousel-page {
  position: absolute;
  bottom: 0;
  z-index: 9;
  text-align: right;
  height: 30px;
  display: inline-block;
  width: auto;
  right: 0;
  left: auto;
}
.category-content .channel-content .new-content-channel-right .right-co-wrapper .carousel-page .swiper-pagination-bullet-active {
  width: 18px;
  opacity: 1;
}
.category-content .channel-content .new-content-channel-right .right-co-wrapper .carousel-page span {
  width: 8px;
  height: 4px;
  background: #ffffff;
  opacity: 0.5;
  border-radius: 2px;
  display: inline-block;
  margin-left: 5px;
  z-index: 9;
}
.category-content .channel-content .new-content-channel-right .right-co-wrapper .carousel-page.swiper-pagination-clickable {
  background-color: #0E54D1;
  background: linear-gradient(to right, rgba(109, 80, 45, 0) 0%, rgba(109, 80, 45, 0.2) 100%);
}
footer {
  background: #3c3c3c;
  z-index: 555;
  position: absolute;
  width: 100%;
}
.hide {
  display: none !important;
}
