.channel-banner {
  width: 100%;
  height: 480px;
}
.w1200,
.section {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.banner {
  width: 100%;
  height: 480px;
  background-image: url('../../images/gx_index/banner.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .section {
  height: 480px;
  position: relative;
}
.tab {
  width: 1200px;
  height: 140px;
  background: #FFFFFF;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
  opacity: 1;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: -70px;
}
.tab_item {
  width: 600px;
  height: 140px;
  padding-top: 24px;
  padding-left: 56px;
  position: relative;
  border-left: 1px solid #eee;
  box-sizing: border-box;
}
.tab_item:nth-child(1) {
  border-left: none;
}
.tab_list ul li:nth-child(1) {
  height: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #191C3D;
  opacity: 1;
  margin-top: 8px;
}
.tab_list ul li:nth-child(2) {
  height: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #191C3D;
  opacity: 0.1;
  margin-top: 4px;
}
.tab_list ul li:nth-child(3) {
  height: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #75778B;
  opacity: 1;
  margin-top: 16px;
}
.tab_list ul li:nth-child(4) span {
  display: inline-block;
  width: 92px;
  height: 26px;
  border: 1px solid #2468F2;
  box-shadow: 0px 6px 16px rgba(36, 104, 242, 0.12);
  border-radius: 13px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #2468F2;
  opacity: 1;
  box-sizing: border-box;
  margin-left: 24px;
  text-align: center;
  transform: scale(0, 0);
}
.tab_list ul li:nth-child(4) {
  margin-top: 16px;
}
.tab_list ul li:nth-child(4) span:nth-child(1) {
  margin-left: 0;
}
.tab_icon {
  width: 44px;
  height: 44px;
  overflow: hidden;
  position: absolute;
  top: 32px;
  right: 56px;
}
.tab_icon img {
  width: 44px;
  height: 44px;
}
.tab_list ul li {
  transition: all 0.3s;
}
.tab_item:hover {
  cursor: pointer;
  background-color: #F6F8FB;
}
.tab_item:hover .tab_list ul li:nth-child(1) {
  margin-top: 0;
}
.tab_item:hover .tab_list ul li:nth-child(2) {
  transform: scale(0);
  display: none;
}
.tab_item:hover .tab_list ul li:nth-child(3) {
  margin-top: 8px;
}
.tab_item:hover .tab_list ul li:nth-child(4) span {
  transform: scale(1, 1);
}
.tab_list ul li:nth-child(4) span:hover {
  background-color: #2468F2;
  color: #fff;
}
.time_wrap {
  padding-top: 112px;
  padding-bottom: 44px;
  box-sizing: border-box;
}
.more-data i {
  display: inline-block;
  width: 88px;
  height: 32px;
  background: none;
  border-radius: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  color: #191C3D;
  opacity: 1;
  text-align: center;
}
.more-data i.active {
  background: #2468F2;
  color: #fff;
}
.more-data i:hover {
  background: #2468F2;
  color: #fff;
}
.time_content {
  margin-top: 24px;
}
.time_item {
  width: 282px;
  height: 128px;
  background: #FFFFFF;
  box-shadow: 0px 6px 16px rgba(25, 28, 61, 0.06);
  opacity: 1;
  padding: 16px;
  box-sizing: border-box;
  margin-top: 24px;
  margin-left: 24px;
}
.time_item:nth-child(4n+1) {
  margin-left: 0;
}
.time_item:nth-child(-n+4) {
  margin-top: 0;
}
.time_top p:nth-child(1) {
  height: 19px;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #191C3D;
  opacity: 1;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.time_top p:nth-child(2) {
  height: 19px;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  color: #FE6754;
  opacity: 1;
}
.time_list {
  margin-top: 8px;
}
.time_list ul li {
  height: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #75778B;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.time_item:hover {
  cursor: pointer;
  box-shadow: 0px 6px 16px rgba(36, 104, 242, 0.12);
}
.time_item:hover .time_top p:nth-child(1) {
  color: #2468F2;
  text-decoration: underline;
}
.time_box {
  display: none;
}
.time_box:nth-child(1) {
  display: block;
}
.hot_wrap {
  padding-top: 42px;
  padding-bottom: 44px;
  background-color: #F6F8FB;
  box-sizing: border-box;
}
.hot_content {
  margin-top: 24px;
}
.hot_item {
  width: 384px;
  height: 154px;
  background: #FFFFFF;
  opacity: 1;
  margin-left: 24px;
  margin-top: 24px;
  padding: 16px;
  box-sizing: border-box;
  transition: all 0.3s;
}
.hot_item:nth-child(3n+1) {
  margin-left: 0;
}
.hot_item:nth-child(-n+3) {
  margin-top: 0;
}
.hot_img {
  width: 122px;
  height: 122px;
  overflow: hidden;
}
.hot_img img {
  width: 122px;
  height: 122px;
}
.hot_text {
  width: 230px;
  padding-left: 16px;
  box-sizing: border-box;
  overflow: hidden;
}
.hot_text ul li:nth-child(1) p:nth-child(1) {
  height: 19px;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #191C3D;
  opacity: 1;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot_text ul li:nth-child(1) p:nth-child(2) {
  font-size: 12px;
  font-weight: 400;
  height: 19px;
  line-height: 19px;
  color: #B7B8C2;
  opacity: 1;
}
.hot_text ul li:nth-child(2) {
  margin-top: 12px;
}
.hot_text ul li {
  height: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #75778B;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot_text ul li:nth-child(4) {
  height: 21px;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  color: #FE6754;
  opacity: 1;
  margin-top: 18px;
}
.hot_item:hover {
  cursor: pointer;
  box-shadow: 0px 6px 16px rgba(36, 104, 242, 0.12);
  transform: translateY(-8px);
}
.hot_item:hover .hot_text ul li:nth-child(1) p:nth-child(1) {
  color: #2468F2;
  text-decoration: underline;
}
.fire_wrap {
  padding-top: 42px;
  padding-bottom: 44px;
  box-sizing: border-box;
}
.fire_content {
  margin-top: 24px;
}
.fire_item {
  width: 282px;
  height: 192px;
  background: #FFFFFF;
  box-shadow: 0px 6px 16px rgba(25, 28, 61, 0.06);
  opacity: 1;
  padding: 16px;
  box-sizing: border-box;
  margin-left: 24px;
  margin-top: 24px;
  transition: all 0.3s;
}
.fire_item:nth-child(4n+1) {
  margin-left: 0;
}
.fire_item:nth-child(-n+4) {
  margin-top: 0;
}
.fire_name p:nth-child(1) {
  height: 19px;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #191C3D;
  opacity: 1;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fire_name p:nth-child(2) {
  height: 19px;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  color: #FE6754;
  opacity: 1;
}
.fire_tag {
  height: 22px;
  line-height: 22px;
  font-size: 0;
  overflow: hidden;
  margin-top: 12px;
  margin-bottom: 12px;
}
.fire_tag span {
  display: inline-block;
  height: 22px;
  background: rgba(246, 248, 251, 0);
  border: 1px solid #2468F2;
  border-radius: 2px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #2468F2;
  opacity: 1;
  text-align: center;
  margin-left: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.fire_tag span:nth-child(1) {
  margin-left: 0;
}
.fire_info {
  height: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #75778B;
  opacity: 1;
}
.fire_com {
  margin-top: 12px;
  border-top: 1px dashed #eee;
  padding-top: 16px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #75778B;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fire_item:hover {
  cursor: pointer;
  box-shadow: 0px 6px 16px rgba(36, 104, 242, 0.12);
  transform: translateY(-8px);
}
.fire_item:hover .fire_name p:nth-child(1) {
  color: #2468F2;
  text-decoration: underline;
}
.new_wrap {
  padding-top: 42px;
  padding-bottom: 44px;
  background-color: #F6F8FB;
  box-sizing: border-box;
}
.new_wrap .sub-title {
  border-bottom: none;
  cursor: pointer;
}
.new_wrap .sub-title.active {
  border-bottom: 3px solid #2468f2;
}
.new_content {
  margin-top: 24px;
}
.new_wrap .fire_name p {
  width: 100%;
}
.new_box {
  display: none;
}
.new_box:nth-child(1) {
  display: block;
}
footer {
  margin-top: 0 !important;
}
