h1 {
  width: 100%;
  font-size: 28px;
  line-height: 1;
  height: 28px;
  text-indent: 36px;
  position: relative;
}

h1::after {
  content: '';
  display: block;
  width: 20px;
  height: 19px;
  background-color: #dc0032;
  border-radius: 4px;
  opacity: 0.2;
  position: absolute;
  top: 9px;
  left: 6px;
}

h1::before {
  content: '';
  display: block;
  width: 20px;
  height: 19px;
  background-color: #dc0032;
  border-radius: 4px;
  position: absolute;
  top: 4px;
  left: 0;
}

h1 span {
  color: #dc0000;
}

h1 p {
  float: right;
  font-size: 16px;
  color: #9da5b4;
  line-height: 28px;
  font-weight: normal;
  text-indent: 0;
}

h1 a {
  float: right;
  font-size: 14px;
  color: #5e6370;
  font-weight: normal;
  line-height: 28px;
  text-indent: 0;
}

h1 img {
  display: block;
  position: absolute;
  top: 0;
  left: 165px;
  animation: checkin 0.5s ease infinite alternate;
}

@keyframes checkin {
  0% {
    transform: translateY(3px);
    -ms-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  100% {
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }
}

.main {
  width: 1400px;
  margin: 0 auto;
}

.main .main-top {
  width: 100%;
  height: 570px;
  margin-top: 50px;
}

.main .main-top .main-top-slidebar {
  width: 350px;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(62, 93, 235, 0.19);
  border-radius: 1px;
  position: relative;
}

.main .main-top .main-top-slidebar .bt-bg {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.main .main-top .main-top-slidebar p {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  padding-top: 5px;
  position: relative;
  z-index: 1;
  color: #fefefe;
}

.main .main-top .main-top-slidebar ul {
  width: 170px;
  height: 72px;
  margin: 0 auto;
  margin-top: 40px;
}

.main .main-top .main-top-slidebar ul li {
  width: 48px;
  height: 100%;
  float: left;
  margin-right: 13px;
  text-align: center;
  line-height: 72px;
  font-size: 50px;
  color: #ffffff;
  background: url(../../images/news/time-bg.png) no-repeat center center;
  background-size: 100%;
}

.main .main-top .main-top-slidebar ul li:last-child {
  margin-right: 0;
}

.main .main-top .main-top-slidebar .time {
  display: block;
  width: 266px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  height: 18px;
  line-height: 1;
  padding-bottom: 40px;
}

.main .main-top .main-top-slidebar .swiper {
  width: 100%;
  height: 355px;
  border-radius: 1px;
}

.main .main-top .main-top-slidebar .swiper-slide {
  width: 100%;
  height: 100%;
}

.main .main-top .main-top-slidebar .swiper-slide img {
  width: 100%;
  height: 100%;
}

.main .main-top .main-top-slidebar .swiper-pagination {
  width: auto;
  height: 12px;
  right: 20px;
  left: auto;
  bottom: 20px;
}

.main .main-top .main-top-slidebar .swiper-pagination .swiper-pagination-bullet {
  display: block;
  float: left;
  opacity: 1;
  background-color: #cccccc;
  margin: 2px 4.5px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.main .main-top .main-top-slidebar .swiper-pagination .swiper-pagination-bullet-active {
  transform: scale(1.25);
  -ms-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -o-transform: scale(1.25);
  background: #dc0032;
}

.main .main-top .main-top-slidebar .swiper-button-next,
.main .main-top .main-top-slidebar .swiper-button-prev {
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.main .main-top .main-top-slidebar .swiper:hover .swiper-button-next,
.main .main-top .main-top-slidebar .swiper:hover .swiper-button-prev {
  opacity: 1;
}

.main .main-top .main-top-c {
  width: 610px;
  float: left;
  margin-left: 40px;
  padding-top: 5px;
}

.main .main-top .main-top-c .question {
  width: 100%;
}

.main .main-top .main-top-c .question h2 {
  width: 100%;
  height: 24px;
  line-height: 22px;
  overflow: hidden;
}

.main .main-top .main-top-c .question h2 a {
  display: inline;
  float: left;
  font-size: 24px;
  color: #dc0000;
}

.main .main-top .main-top-c .question h2 img {
  float: left;
  margin: 2px 0 2px 16px;
}

.main .main-top .main-top-c .question ul {
  width: 100%;
  padding-top: 5px;
}

.main .main-top .main-top-c .question ul li {
  width: 100%;
  line-height: 20px;
  height: 20px;
  margin-top: 22px;
}

.main .main-top .main-top-c .question ul li a {
  float: left;
}

.main .main-top .main-top-c .question ul li a:first-child {
  width: 54px;
  line-height: 20px;
  height: 20px;
  background-image: linear-gradient(90deg, #ff6e6b 0%, #dc0000 100%);
  border-radius: 9px 1px 9px 1px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}

.main .main-top .main-top-c .question ul li a:nth-child(2),
.main .main-top .main-top-c .question ul li a:nth-child(3) {
  font-size: 16px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .main-top .main-top-c .question ul li a:nth-child(2):hover,
.main .main-top .main-top-c .question ul li a:nth-child(3):hover {
  color: #dc0000;
  text-decoration: underline;
}

.main .main-top .main-top-c .question ul li a:nth-child(2) {
  width: 258px;
  margin: 0 10px;
}

.main .main-top .main-top-c .question ul li a:nth-child(3) {
  width: 267px;
  border-left: 1px solid #333333;
  padding-left: 10px;
}

.main .main-top .main-top-c .question-center,
.main .main-top .main-top-c .question-bottom {
  margin-top: 50px;
}

.main .main-top .main-top-c .question-center h2 a {
  color: #ff6600;
}

.main .main-top .main-top-c .question-center ul li a:first-child {
  background-image: linear-gradient(90deg, #fe9e30 0%, #f83600 100%);
}

.main .main-top .main-top-c .question-bottom h2 a {
  color: #fcb227;
}

.main .main-top .main-top-c .question-bottom ul li a:first-child {
  background-image: linear-gradient(90deg, #f0c519 0%, #fa9c00 100%);
}

.main .main-top .main-top-r {
  width: 360px;
  float: right;
}

.main .main-top .main-top-r .free {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-top: 30px;
}

.main .main-top .main-top-r .hot-news {
  width: 100%;
  margin-top: 40px;
}

.main .main-top .main-top-r .hot-news a {
  max-width: 100%;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5e626e;
  margin-bottom: 16px;
}

.main .main-top .main-top-r .hot-news a span {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background-color: #cccccc;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #ffffff;
  margin-right: 8px;
}

.main .main-top .main-top-r .hot-news a:hover {
  text-decoration: underline;
}

.main .main-top .main-top-r .hot-news a:first-child {
  color: #dc0000;
}

.main .main-top .main-top-r .hot-news a:first-child span {
  background-color: #dc0032;
}

.main .main-top .main-top-r .hot-news a:nth-child(2) {
  color: #fa7744;
}

.main .main-top .main-top-r .hot-news a:nth-child(2) span {
  background-color: #fa7744;
}

.main .main-top .main-top-r .hot-news a:nth-child(3) {
  color: #fac944;
}

.main .main-top .main-top-r .hot-news a:nth-child(3) span {
  background-color: #fac944;
}

.main .main-top .main-top-r .hot-news a:nth-child(4):hover,
.main .main-top .main-top-r .hot-news a:nth-child(5):hover,
.main .main-top .main-top-r .hot-news a:nth-child(6):hover,
.main .main-top .main-top-r .hot-news a:nth-child(7):hover,
.main .main-top .main-top-r .hot-news a:nth-child(8):hover {
  color: #dc0000;
}

.main .main-top .main-top-r .hot-news a:last-child {
  margin-bottom: 0;
}

.main .center-banner {
  width: 100%;
  margin: 0 auto;
}

.main h1 p {
  width: 1225px;
  height: 0;
  border-bottom: 2px dashed #5e6370;
  opacity: 0.5;
  margin: 13px 0;
}

.main h3 {
  width: 100%;
  font-size: 22px;
  line-height: 30px;
  text-indent: 44px;
  position: relative;
  margin-top: 40px;
}

.main h3 img {
  width: auto;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.main h3 i {
  display: block;
  position: absolute;
  font-size: 30px;
  top: 0;
  left: 0;
  text-indent: 0;
  color: #dc0000;
}

.main h3 a {
  float: right;
  font-weight: normal;
  font-size: 14px;
  color: #5e6370;
}

.main .time-axis {
  width: 100%;
  margin: 60px auto;
}

.main .time-axis ul {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  box-pack: space-between;
}

.main .time-axis ul li {
  width: 190px;
  height: 195px;
  position: relative;
}

.main .time-axis ul li p,
.main .time-axis ul li i,
.main .time-axis ul li span {
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.main .time-axis ul li span {
  width: 100%;
  height: 10px;
  background-color: #f4f5f7;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}

.main .time-axis ul li p {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.main .time-axis ul li div {
  width: 76px;
  height: 76px;
  background-color: #f4f5f7;
  border-radius: 20px;
  text-align: center;
  line-height: 76px;
  position: absolute;
  left: 50%;
  margin-left: -38px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.main .time-axis ul li div i {
  font-size: 36px;
  color: #dc0000;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.main .time-axis ul li:nth-child(odd) p {
  top: 20px;
}

.main .time-axis ul li:nth-child(odd) div {
  bottom: 0;
}

.main .time-axis ul li:nth-child(odd) span::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f5f7;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.main .time-axis ul li:nth-child(even) p {
  bottom: 20px;
}

.main .time-axis ul li:nth-child(even) div {
  top: 0;
}

.main .time-axis ul li:nth-child(even) span::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f4f5f7;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.main .time-axis ul li:nth-child(4) p {
  width: 244px;
  left: 50%;
  margin-left: -122px;
}

.main .time-axis ul li:first-child span {
  border-radius: 4px 0 0 4px;
}

.main .time-axis ul li:last-child span {
  border-radius: 0 4px 4px 0;
}

.main .time-axis ul li:hover p {
  color: #dc0000;
}

.main .time-axis ul li:hover span {
  background: #dc0032;
}

.main .time-axis ul li:hover div {
  background: #dc0032;
  box-shadow: 0px 6px 10px 0px rgba(220, 0, 0, 0.42);
}

.main .time-axis ul li:hover div i {
  color: #ffffff;
}

.main .time-axis ul li:nth-child(odd):hover span::after {
  border-bottom: 10px solid #dc0032;
}

.main .time-axis ul li:nth-child(even):hover span::after {
  border-top: 10px solid #dc0032;
}

.main .main-center {
  width: 100%;
}

.main .main-center .main-center-top {
  width: 100%;
}

.main .main-center .main-center-top .main-center-top-l {
  width: 1000px;
  float: left;
}

.main .main-center .main-center-top .main-center-top-l .lesson {
  width: 100%;
  margin-top: 40px;
}

.main .main-center .main-center-top .main-center-top-l .lesson .lesson-item {
  width: 320px;
  border-radius: 16px;
  background: #ffffff;
  float: left;
  margin-bottom: 40px;
  margin-right: 20px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
}

.main .main-center .main-center-top .main-center-top-l .lesson .lesson-item a {
  width: 100%;
  height: 100%;
}

.main .main-center .main-center-top .main-center-top-l .lesson .lesson-item a img {
  width: 100%;
  height: 240px;
  border-radius: 16px 16px 0 0;
}

.main .main-center .main-center-top .main-center-top-l .lesson .lesson-item a p {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #5e6370;
}

.main .main-center .main-center-top .main-center-top-l .lesson .lesson-item a p span.hui {
  float: left;
  width: 24px;
  height: 24px;
  background-color: #ff000f;
  border-radius: 9px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  margin: 13px 10px 13px 15px;
}

.main .main-center .main-center-top .main-center-top-l .lesson .lesson-item a p span.jian {
  float: left;
  width: 24px;
  height: 24px;
  background-color: #fda11e;
  border-radius: 9px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  margin: 13px 10px 13px 15px;
}

.main .main-center .main-center-top .main-center-top-l .lesson .lesson-item a p i {
  display: block;
  float: right;
  font-size: 18px;
  color: #ff000f;
  font-weight: bold;
  margin-right: 15px;
}

.main .main-center .main-center-top .main-center-top-l .lesson .zuinew::after {
  display: block;
  content: '';
  width: 62px;
  height: 61px;
  background: url(../../images/news/new-caidai.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: -3px;
  left: -4px;
}

.main .main-center .main-center-top .main-center-top-l .lesson .lesson-item:hover {
  box-shadow: 0px 0px 29px 0px rgba(62, 93, 235, 0.19);
}

.main .main-center .main-center-top .main-center-top-l .lesson .lesson-item:nth-child(3n) {
  float: right;
  margin-right: 0;
}

.main .main-center .main-center-top .main-center-top-l .lesson .lesson-item:nth-child(4),
.main .main-center .main-center-top .main-center-top-l .lesson .lesson-item:nth-child(5),
.main .main-center .main-center-top .main-center-top-l .lesson .lesson-item:nth-child(6) {
  margin-bottom: 0;
}

.main .main-center .main-center-top .main-center-top-l .jixun {
  width: 100%;
  height: 193px;
  overflow: hidden;
  margin-top: 80px;
}

.main .main-center .main-center-top .main-center-top-r {
  width: 360px;
  float: right;
}

.main .main-center .main-center-top .main-center-top-r .teacher-item {
  width: 100%;
  height: 190px;
  position: relative;
  margin-top: 40px;
  overflow: hidden;
}

.main .main-center .main-center-top .main-center-top-r .teacher-item div {
  width: 150px;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.main .main-center .main-center-top .main-center-top-r .teacher-item img {
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.main .main-center .main-center-top .main-center-top-r .teacher-item p {
  width: 190px;
  float: left;
  margin-left: 20px;
  font-size: 20px;
  line-height: 1;
  margin-top: 20px;
  font-weight: bold;
}

.main .main-center .main-center-top .main-center-top-r .teacher-item i {
  width: 30px;
  height: 3px;
  background-color: #5e6370;
  border-radius: 1px;
  display: block;
  float: left;
  margin: 18px 20px;
}

.main .main-center .main-center-top .main-center-top-r .teacher-item span {
  display: block;
  max-width: 172px;
  float: left;
  margin-left: 20px;
  font-size: 16px;
  line-height: 32px;
  max-height: 64px;
  color: #dc0000;
  border-radius: 6px;
  font-weight: bold;
  background: rgba(220, 0, 50, 0.05);
  padding: 0 9px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .main-center .main-center-top .main-center-top-r .teacher-item a {
  float: left;
  font-size: 16px;
  color: #dc0000;
  line-height: 1;
  position: absolute;
  left: 170px;
  bottom: 0;
}

.main .main-center .main-center-top .main-center-top-r .teacher-item a:hover {
  text-decoration: underline;
}

.main .main-center .main-center-top .main-center-top-r .book-bar {
  width: 100%;
}

.main .main-center .main-center-top .main-center-top-r .book-bar li {
  width: 50%;
  float: left;
  position: relative;
  margin-top: 40px;
}

.main .main-center .main-center-top .main-center-top-r .book-bar li .book-img {
  width: 120px;
  height: 143px;
  overflow: hidden;
  margin: 0 auto;
}

.main .main-center .main-center-top .main-center-top-r .book-bar li .book-img img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.main .main-center .main-center-top .main-center-top-r .book-bar li .shadow {
  position: absolute;
  bottom: 12px;
  z-index: -1;
}

.main .main-center .main-center-top .main-center-top-r .book-bar li .bookname {
  margin-top: 30px;
  font-size: 16px;
  color: #5e6370;
  line-height: 18px;
  height: 18px;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
}

.main .main-center .main-center-top .main-center-top-r .slideTxtBox {
  width: 100%;
  margin-top: 40px;
}

.main .main-center .main-center-top .main-center-top-r .slideTxtBox .hd {
  width: 360px !important;
  height: 32px;
  position: relative;
}

.main .main-center .main-center-top .main-center-top-r .slideTxtBox .hd ul {
  width: 360px !important;
  height: 32px;
}

.main .main-center .main-center-top .main-center-top-r .slideTxtBox .hd ul li {
  float: left;
  cursor: pointer;
  margin-right: 40px;
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.main .main-center .main-center-top .main-center-top-r .slideTxtBox .hd ul li i {
  display: block;
  float: left;
  height: 32px;
  font-size: 32px;
  margin-right: 15px;
}

.main .main-center .main-center-top .main-center-top-r .slideTxtBox .hd ul li.on {
  color: #dc0000;
}

.main .main-center .main-center-top .main-center-top-r .slideTxtBox .hd ul li.on i {
  color: #dc0000;
}

.main .main-center .main-center-top .main-center-top-r .slideTxtBox .bd ul {
  width: 100%;
  zoom: 1;
  margin-top: 40px;
}

.main .main-center .main-center-top .main-center-top-r .slideTxtBox .bd ul li {
  width: 100%;
  line-height: 18px;
  height: 18px;
  margin-bottom: 18px;
}

.main .main-center .main-center-top .main-center-top-r .slideTxtBox .bd ul li a {
  max-width: 300px;
  height: 18px;
  font-size: 16px;
  float: left;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 12px;
  position: relative;
}

.main .main-center .main-center-top .main-center-top-r .slideTxtBox .bd ul li a::after {
  display: block;
  position: absolute;
  content: '';
  width: 2px;
  height: 2px;
  background: #cdcdcd;
  border-radius: 1px;
  top: 50%;
  margin-top: -1px;
  left: 0;
}

.main .main-center .main-center-top .main-center-top-r .slideTxtBox .bd ul li a:hover {
  color: #dc0000;
  text-decoration: underline;
}

.main .main-center .main-center-top .main-center-top-r .slideTxtBox .bd ul li a:hover::after {
  background: #dc0000;
}

.main .main-center .main-center-top .main-center-top-r .slideTxtBox .bd ul li span {
  float: right;
  color: #cdcdcd;
}

.main .main-center .main-center-top .main-center-top-r .slideTxtBox .bd ul li:last-child {
  margin-bottom: 0;
}

.main .main-center .main-center-bottom {
  width: 100%;
  height: 315px;
  margin: 60px 0;
  position: relative;
}

.main .main-center .main-center-bottom h1 {
  position: absolute;
  top: 0;
  left: 0;
}

.main .main-center .main-center-bottom .slideTxtBox {
  width: 100%;
  height: 240px;
  padding-top: 75px;
  position: relative;
}

.main .main-center .main-center-bottom .slideTxtBox .hd {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.main .main-center .main-center-bottom .slideTxtBox .hd ul {
  margin-top: 5px;
}

.main .main-center .main-center-bottom .slideTxtBox .hd ul li {
  float: left;
  cursor: pointer;
  margin-left: 20px;
  height: 26px;
  position: relative;
}

.main .main-center .main-center-bottom .slideTxtBox .hd ul li::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #dc0032;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  opacity: 0;
}

.main .main-center .main-center-bottom .slideTxtBox .hd ul li a {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.main .main-center .main-center-bottom .slideTxtBox .hd ul li.on::after {
  height: 2px;
  opacity: 1;
}

.main .main-center .main-center-bottom .slideTxtBox .hd ul li.on a {
  color: #dc0000;
  height: 24px;
}

.main .main-center .main-center-bottom .slideTxtBox .bd {
  width: 1400px !important;
  height: 240px !important;
}

.main .main-center .main-center-bottom .slideTxtBox .bd ul {
  width: 1400px !important;
  height: 240px !important;
}

.main .main-center .main-center-bottom .slideTxtBox .bd ul .fl,
.main .main-center .main-center-bottom .slideTxtBox .bd ul .fr {
  width: 420px;
  height: 240px;
  overflow: hidden;
}

.main .main-center .main-center-bottom .slideTxtBox .bd ul .fl img,
.main .main-center .main-center-bottom .slideTxtBox .bd ul .fr img {
  width: 100%;
  height: 100%;
}

.main .main-center .main-center-bottom .slideTxtBox .bd ul div {
  width: 430px;
  float: left;
  margin-right: 60px;
}

.main .main-center .main-center-bottom .slideTxtBox .bd ul div li {
  width: 100%;
  height: 24px;
  line-height: 24px;
  margin-bottom: 12px;
}

.main .main-center .main-center-bottom .slideTxtBox .bd ul div li span {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #cccccc;
  border-radius: 9px;
  text-align: center;
  float: left;
  font-size: 14px;
  color: #ffffff;
}

.main .main-center .main-center-bottom .slideTxtBox .bd ul div li a {
  float: left;
  max-width: 330px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  margin-left: 12px;
}

.main .main-center .main-center-bottom .slideTxtBox .bd ul div li a:hover {
  color: #dc0000;
  text-decoration: underline;
}

.main .main-center .main-center-bottom .slideTxtBox .bd ul div li i {
  font-size: 16px;
  float: right;
}

.main .main-center .main-center-bottom .slideTxtBox .bd ul div li:first-child span {
  background-color: #dc0000;
}

.main .main-center .main-center-bottom .slideTxtBox .bd ul div li:nth-child(2) span {
  background-color: #fa7744;
}

.main .main-center .main-center-bottom .slideTxtBox .bd ul div li:nth-child(3) span {
  background-color: #fac944;
}

.main .main-center .main-center-bottom .slideTxtBox .bd ul div li:last-child {
  margin-bottom: 0;
}

.main .main-bottom {
  width: 100%;
  margin-top: 60px;
}

.main .main-bottom .msg-list {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  box-pack: space-between;
}

.main .main-bottom .msg-list .msg-list-bar {
  width: 440px;
}

.main .main-bottom .msg-list .msg-list-bar ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  box-pack: space-between;
  margin-top: 27px;
}

.main .main-bottom .msg-list .msg-list-bar ul li {
  width: 72px;
  height: 30px;
  background: url(../../images/news/fsx-bg2.png) no-repeat center center;
  background-size: 100%;
}

.main .main-bottom .msg-list .msg-list-bar ul li a {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}

.main .main-bottom .msg-list .msg-list-bar ul li:first-child {
  background: url(../../images/news/fsx-bg.png) no-repeat center center;
  background-size: 100%;
}

.main .main-bottom .msg-list .msg-list-bar ul li:last-child {
  width: 66px;
  background: url(../../images/news/fsx-bg3.png) no-repeat center center;
  background-size: 100%;
}

.main .main-bottom .msg-list .msg-list-bar .fsx-img {
  width: 100%;
  height: 160px;
  margin-top: 20px;
  overflow: hidden;
}

.main .main-bottom .msg-list .msg-list-bar .fsx-img img {
  width: 100%;
  height: 100%;
}

.main .main-bottom .msg-list .msg-list-item {
  width: 440px;
}

.main .main-bottom .msg-list .msg-list-item ul {
  width: 100%;
  margin-top: 40px;
}

.main .main-bottom .msg-list .msg-list-item ul li {
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin-top: 15px;
}

.main .main-bottom .msg-list .msg-list-item ul li a,
.main .main-bottom .msg-list .msg-list-item ul li span {
  float: left;
}

.main .main-bottom .msg-list .msg-list-item ul li span {
  width: 26px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #c4c8d1;
  border-radius: 9px 1px 9px 1px;
  font-size: 14px;
  color: #ffffff;
}

.main .main-bottom .msg-list .msg-list-item ul li a {
  font-size: 16px;
  color: #333333;
  margin-left: 10px;
  max-width: 330px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .main-bottom .msg-list .msg-list-item ul li a:hover {
  color: #dc0000;
  text-decoration: underline;
}

.main .main-bottom .msg-list .msg-list-item ul li i {
  float: right;
  color: #9da4b3;
  font-size: 16px;
}

.main .main-bottom .msg-list .msg-list-item ul li:nth-child(1) span {
  background-color: #dc0032;
}

.main .main-bottom .msg-list .msg-list-item ul li:nth-child(2) span {
  background-color: #fa7744;
}

.main .main-bottom .msg-list .msg-list-item ul li:nth-child(3) span {
  background-color: #fac944;
}

.main .main-bottom .hot-zhuanti {
  width: 100%;
  margin: 60px 0;
}

.main .main-bottom .hot-zhuanti .mySwiper5 {
  width: 100%;
  height: 215px;
  margin-top: 40px;
}

.main .main-bottom .hot-zhuanti .mySwiper5 .swiper-slide a {
  width: 100%;
}

.main .main-bottom .hot-zhuanti .mySwiper5 .swiper-slide a img {
  width: 100%;
}

.main .main-bottom .hot-zhuanti .mySwiper5 .swiper-pagination {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: auto;
  height: 12px;
  bottom: 3px;
}

.main .main-bottom .hot-zhuanti .mySwiper5 .swiper-pagination .swiper-pagination-bullet {
  display: block;
  float: left;
  opacity: 1;
  background-color: #cccccc;
  margin: 2px 4.5px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.main .main-bottom .hot-zhuanti .mySwiper5 .swiper-pagination .swiper-pagination-bullet-active {
  transform: scale(1.25);
  background: #dc0032;
}

.main .main-bottom .hot-zhuanti .mySwiper5 .swiper-button-next,
.main .main-bottom .hot-zhuanti .mySwiper5 .swiper-button-prev {
  height: 18px;
  margin: 0;
  top: auto;
  bottom: 0;
  color: #cccccc;
  opacity: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.main .main-bottom .hot-zhuanti .mySwiper5 .swiper-button-prev {
  left: 560px;
}

.main .main-bottom .hot-zhuanti .mySwiper5 .swiper-button-next {
  right: 560px;
}

.main .main-bottom .hot-zhuanti .mySwiper5 .swiper-button-next:after,
.main .main-bottom .hot-zhuanti .mySwiper5 .swiper-button-prev:after {
  font-size: 18px;
}

.main .main-bottom .hot-zhuanti .mySwiper5:hover .swiper-button-next,
.main .main-bottom .hot-zhuanti .mySwiper5:hover .swiper-button-prev {
  opacity: 1;
}

@media (max-width: 1440px) {
  h1 {
    font-size: 24px;
    height: 24px;
    text-indent: 30px;
  }

  h1::after {
    width: 16px;
    height: 16px;
    border-radius: 3px;
  }

  h1::before {
    width: 16px;
    height: 16px;
    border-radius: 3px;
  }

  h1 p {
    font-size: 14px;
    line-height: 24px;
  }

  h1 a {
    line-height: 24px;
  }

  h1 img {
    left: 140px;
  }

  .main {
    width: 1200px;
  }

  .main .main-top {
    height: 490px;
    margin-top: 40px;
  }

  .main .main-top .main-top-slidebar {
    width: 300px;
  }

  .main .main-top .main-top-slidebar .bt-bg {
    width: 227px;
    top: -9px;
  }

  .main .main-top .main-top-slidebar p {
    font-size: 18px;
    padding-top: 4px;
  }

  .main .main-top .main-top-slidebar ul {
    width: 146px;
    height: 63px;
    margin-top: 30px;
  }

  .main .main-top .main-top-slidebar ul li {
    width: 42px;
    margin-right: 10px;
    line-height: 63px;
    font-size: 44px;
  }

  .main .main-top .main-top-slidebar .time {
    width: 230px;
    margin-top: 18px;
    font-size: 16px;
    padding-bottom: 32px;
  }

  .main .main-top .main-top-slidebar .swiper {
    height: 307px;
  }

  .main .main-top .main-top-slidebar .swiper-pagination {
    bottom: 10px;
  }

  .main .main-top .main-top-c {
    width: 530px;
    margin-left: 30px;
  }

  .main .main-top .main-top-c .question h2 {
    height: 22px;
  }

  .main .main-top .main-top-c .question h2 a {
    font-size: 21px;
  }

  .main .main-top .main-top-c .question h2 img {
    margin: 1px 0 1px 14px;
  }

  .main .main-top .main-top-c .question ul {
    padding-top: 5px;
  }

  .main .main-top .main-top-c .question ul li {
    line-height: 18px;
    height: 18px;
    margin-top: 18px;
  }

  .main .main-top .main-top-c .question ul li a:first-child {
    width: 44px;
    line-height: 18px;
    height: 18px;
    font-size: 12px;
    border-radius: 8px 1px 8px 1px;
  }

  .main .main-top .main-top-c .question ul li a:nth-child(2),
  .main .main-top .main-top-c .question ul li a:nth-child(3) {
    font-size: 14px;
  }

  .main .main-top .main-top-c .question ul li a:nth-child(2) {
    width: 223px;
  }

  .main .main-top .main-top-c .question ul li a:nth-child(3) {
    width: 232px;
  }

  .main .main-top .main-top-c .question-center,
  .main .main-top .main-top-c .question-bottom {
    margin-top: 40px;
  }

  .main .main-top .main-top-r {
    width: 310px;
  }

  .main .main-top .main-top-r .free {
    margin-top: 25px;
    height: 173px;
  }

  .main .main-top .main-top-r .hot-news {
    margin-top: 25px;
  }

  .main .main-top .main-top-r .hot-news a {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 14px;
  }

  .main .main-top .main-top-r .hot-news a span {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    margin-right: 6px;
  }

  .main .center-banner {
    margin: 0 auto;
  }

  .main h1 p {
    width: 1050px;
    margin: 11px 0;
  }

  .main h3 {
    font-size: 20px;
    line-height: 26px;
    text-indent: 36px;
    margin-top: 30px;
  }

  .main h3 img {
    height: 26px;
  }

  .main h3 i {
    font-size: 26px;
  }

  .main h3 a {
    font-size: 12px;
  }

  .main .time-axis {
    margin: 40px auto;
  }

  .main .time-axis ul {
    margin-top: 30px;
  }

  .main .time-axis ul li {
    width: 160px;
    height: 165px;
  }

  .main .time-axis ul li span {
    height: 8px;
    margin-top: -4px;
  }

  .main .time-axis ul li p {
    font-size: 16px;
    line-height: 24px;
  }

  .main .time-axis ul li div {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    line-height: 64px;
    margin-left: -32px;
  }

  .main .time-axis ul li div i {
    font-size: 30px;
  }

  .main .time-axis ul li:nth-child(odd) p {
    top: 14px;
  }

  .main .time-axis ul li:nth-child(odd) span::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f4f5f7;
    top: -8px;
    margin-left: -4px;
  }

  .main .time-axis ul li:nth-child(even) p {
    bottom: 14px;
  }

  .main .time-axis ul li:nth-child(even) span::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #f4f5f7;
    bottom: -8px;
    margin-left: -4px;
  }

  .main .time-axis ul li:nth-child(4) p {
    width: 220px;
    margin-left: -110px;
  }

  .main .time-axis ul li:first-child span {
    border-radius: 3px 0 0 3px;
  }

  .main .time-axis ul li:last-child span {
    border-radius: 0 3px 3px 0;
  }



  .main .time-axis ul li:nth-child(odd):hover span::after {
    border-bottom: 8px solid #dc0032;
  }

  .main .time-axis ul li:nth-child(even):hover span::after {
    border-top: 8px solid #dc0032;
  }

  .main .main-center .main-center-top .main-center-top-l {
    width: 850px;
  }

  .main .main-center .main-center-top .main-center-top-l .lesson {
    margin-top: 36px;
  }

  .main .main-center .main-center-top .main-center-top-l .lesson .lesson-item {
    width: 274px;
    margin-right: 14px;
  }

  .main .main-center .main-center-top .main-center-top-l .lesson .lesson-item a img {
   height: 206px;
  }

  .main .main-center .main-center-top .main-center-top-l .lesson .lesson-item a p {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
  }

  .main .main-center .main-center-top .main-center-top-l .lesson .lesson-item a p span.hui,
  .main .main-center .main-center-top .main-center-top-l .lesson .lesson-item a p span.jian {
    width: 22px;
    height: 22px;
    border-radius: 8px;
    line-height: 22px;
    margin: 12px;
  }

  .main .main-center .main-center-top .main-center-top-l .lesson .lesson-item a p i {
    font-size: 15px;
    margin-right: 12px;
  }

  .main .main-center .main-center-top .main-center-top-l .lesson .zuinew::after {
    width: 54px;
    height: 53px;
    top: -2px;
    left: -3px;
  }

  .main .main-center .main-center-top .main-center-top-l .jixun {
    width: 100%;
    height: 164px;
    margin-top: 40px;
  }

  .main .main-center .main-center-top .main-center-top-r {
    width: 310px;
  }

  .main .main-center .main-center-top .main-center-top-r .teacher-item {
    height: 164px;
    margin-top: 30px;
  }

  .main .main-center .main-center-top .main-center-top-r .teacher-item div {
    width: 130px;
  }

  .main .main-center .main-center-top .main-center-top-r .teacher-item img {
    width: 130px;
  }

  .main .main-center .main-center-top .main-center-top-r .teacher-item p {
    width: 165px;
    margin-left: 15px;
    font-size: 18px;
    margin-top: 18px;
  }

  .main .main-center .main-center-top .main-center-top-r .teacher-item i {
    width: 26px;
    margin: 14px 15px;
  }

  .main .main-center .main-center-top .main-center-top-r .teacher-item span {
    max-width: 153px;
    margin-left: 15px;
    font-size: 15px;
    line-height: 28px;
    padding: 0 6px;
    max-height: 56px;
  }

  .main .main-center .main-center-top .main-center-top-r .teacher-item a {
    left: 145px;
  }

  .main .main-center .main-center-top .main-center-top-r .book-bar li {
    margin-top: 30px;
  }

  .main .main-center .main-center-top .main-center-top-r .book-bar li .book-img {
    width: 100px;
    height: 128px;
  }

  .main .main-center .main-center-top .main-center-top-r .book-bar li .shadow {
    bottom: 18px;
  }

  .main .main-center .main-center-top .main-center-top-r .book-bar li .bookname {
    font-size: 15px;
    padding: 0 8px;
  }

  .main .main-center .main-center-top .main-center-top-r .slideTxtBox {
    margin-top: 30px;
  }

  .main .main-center .main-center-top .main-center-top-r .slideTxtBox .hd {
    height: 28px;
  }

  .main .main-center .main-center-top .main-center-top-r .slideTxtBox .hd ul {
    height: 28px;
  }

  .main .main-center .main-center-top .main-center-top-r .slideTxtBox .hd ul li {
    margin-right: 30px;
    font-size: 20px;
    line-height: 28px;
  }

  .main .main-center .main-center-top .main-center-top-r .slideTxtBox .hd ul li i {
    height: 28px;
    font-size: 28px;
    margin-right: 12px;
  }

  .main .main-center .main-center-top .main-center-top-r .slideTxtBox .bd ul {
    width: 100%;
    margin-top: 30px;
  }

  .main .main-center .main-center-top .main-center-top-r .slideTxtBox .bd ul li {
    width: 100%;
    line-height: 16px;
    height: 16px;
    margin-bottom: 18px;
  }

  .main .main-center .main-center-top .main-center-top-r .slideTxtBox .bd ul li a {
    max-width: 250px;
    height: 16px;
    font-size: 15px;
    text-indent: 10px;
    position: relative;
  }

  .main .main-center .main-center-top .main-center-top-r .slideTxtBox .bd ul li a::after {
    margin-top: 0;
  }

  .main .main-center .main-center-bottom {
    height: 270px;
    margin: 50px 0;
  }

  .main .main-center .main-center-bottom .slideTxtBox {
    height: 206px;
    padding-top: 64px;
  }

  .main .main-center .main-center-bottom .slideTxtBox .hd ul {
    margin-top: 3px;
  }

  .main .main-center .main-center-bottom .slideTxtBox .hd ul li {
    height: 22px;
  }

  .main .main-center .main-center-bottom .slideTxtBox .hd ul li.on a {
    height: 22px;
  }

  .main .main-center .main-center-bottom .slideTxtBox .bd {
    width: 1200px !important;
    height: 206px !important;
  }

  .main .main-center .main-center-bottom .slideTxtBox .bd ul {
    width: 1200px !important;
    height: 206px !important;
  }

  .main .main-center .main-center-bottom .slideTxtBox .bd ul .fl,
  .main .main-center .main-center-bottom .slideTxtBox .bd ul .fr {
    width: 360px;
    height: 206px;
  }

  .main .main-center .main-center-bottom .slideTxtBox .bd ul div {
    width: 370px;
    margin-right: 50px;
  }

  .main .main-center .main-center-bottom .slideTxtBox .bd ul div li {
    height: 20px;
    line-height: 20px;
    margin-bottom: 11px;
  }

  .main .main-center .main-center-bottom .slideTxtBox .bd ul div li span {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    line-height: 20px;
  }

  .main .main-center .main-center-bottom .slideTxtBox .bd ul div li a {
    max-width: 280px;
    font-size: 14px;
    margin-left: 10px;
  }

  .main .main-center .main-center-bottom .slideTxtBox .bd ul div li i {
    font-size: 14px;
  }

  .main .main-bottom .msg-list .msg-list-bar {
    width: 375px;
  }

  .main .main-bottom .msg-list .msg-list-bar ul {
    margin-top: 22px;
  }

  .main .main-bottom .msg-list .msg-list-bar ul li {
    width: 62px;
    height: 26px;
  }

  .main .main-bottom .msg-list .msg-list-bar ul li a {
    line-height: 26px;
    font-size: 15px;
  }

  .main .main-bottom .msg-list .msg-list-bar ul li:last-child {
    width: 57px;
  }

  .main .main-bottom .msg-list .msg-list-bar .fsx-img {
    width: 100%;
    height: 136px;
    margin-top: 24px;
  }

  .main .main-bottom .msg-list .msg-list-bar .fsx-img img {
    width: 100%;
    height: 100%;
  }

  .main .main-bottom .msg-list .msg-list-item {
    width: 375px;
  }

  .main .main-bottom .msg-list .msg-list-item ul {
    margin-top: 30px;
  }

  .main .main-bottom .msg-list .msg-list-item ul li {
    height: 18px;
    line-height: 18px;
    margin-top: 14px;
  }

  .main .main-bottom .msg-list .msg-list-item ul li span {
    width: 20px;
    height: 18px;
    line-height: 18px;
    border-radius: 8px 1px 8px 1px;
    font-size: 12px;
  }

  .main .main-bottom .msg-list .msg-list-item ul li a {
    font-size: 14px;
    max-width: 280px;
  }

  .main .main-bottom .msg-list .msg-list-item ul li i {
    font-size: 14px;
  }

  .main .main-bottom .hot-zhuanti {
    width: 1200px;
    margin: 50px 0;
  }

  .main .main-bottom .hot-zhuanti .mySwiper5 {
    height: 184px;
    margin-top: 34px;
  }


  .main .main-bottom .hot-zhuanti .mySwiper5 .swiper-button-prev {
    left: 460px;
  }

  .main .main-bottom .hot-zhuanti .mySwiper5 .swiper-button-next {
    right: 460px;
  }
}