h1 {
  width: 100%;
  font-size: 24px;
  line-height: 24px;
  height: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eeeeee;
}

h1 span {
  float: left;
}

h1 i {
  color: #e02727;
  font-weight: bold;
}

h1 a.fr {
  float: right;
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  padding-right: 20px;
  background: url(../../images/news2/more.png) no-repeat right center;
  background-size: 16px 16px;
}

.content-c {
  margin-top: 50px;
}

.content-c .cont-l,
.content-c .cont-r {
  width: 25%;
}

.content-c .cont-l {
  background-color: #ffffff;
  box-shadow: 0px 5px 18px 3px rgba(255, 131, 131, 0.16);
  border-radius: 10px;
}

.content-c .cont-l h2 {
  position: relative;
}

.content-c .cont-l h2 img {
  width: 100%;
}

.content-c .cont-l h2 span {
  width: 100%;
  text-align: center;
  position: absolute;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
}

.content-c .cont-l h3 {
  margin: 24px 0 30px 0;
  line-height: 1;
}

.content-c .cont-l h3 span {
  position: relative;
  width: 15.556%;
  margin: 0 6px;
}

.content-c .cont-l h3 span img {
  width: 100%;
}

.content-c .cont-l h3 span i {
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  color: #f8e1ce;
  font-size: 50px;
}

.content-c .cont-l h3 p {
  width: 24px;
  font-size: 24px;
  margin: 0 6px;
  color: #ffffff;
  position: relative;
}

.content-c .cont-l h3 p i {
  font-weight: bold;
  display: block;
  color: #333333;
  position: absolute;
  bottom: 0;
}

.content-c .cont-l ul {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  border-top: 1px dashed #eeeeee;
  position: relative;
}

.content-c .cont-l ul::before {
  display: block;
  content: '';
  width: 2px;
  background: #eeeeee;
  height: 88%;
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content-c .cont-l ul li {
  margin-top: 20px;
  padding-left: 5.56%;
  position: relative;
}

.content-c .cont-l ul li::before {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border: solid 2px #eeeeee;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top: 12px;
}

.content-c .cont-l ul li h4 {
  width: 100%;
}

.content-c .cont-l ul li h4 span {
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  background-image: linear-gradient(270deg, #ffffff 0%, #e1e1e1 100%, #e8e8e8 100%, #eeeeee 100%), linear-gradient(#eeeeee, #eeeeee);
  background-blend-mode: normal,
    normal;
  border-radius: 20px;
  font-size: 16px;
}

.content-c .cont-l ul li h4 i {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #dc0000;
}

.content-c .cont-l ul li div {
  width: 100%;
  position: relative;
  background-color: #f8f8f8;
  border-radius: 4px;
  margin-top: 16px;
  padding-top: 15px;
}

.content-c .cont-l ul li div::before {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #f8f8f8;
  top: -8px;
  left: 14.2%;
}

.content-c .cont-l ul li div p {
  width: -moz-calc(100% / 3);
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  float: left;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
  font-size: 16px;
}

.content-c .cont-l ul li div p a {
  display: inline;
}

.content-c .cont-l ul li:first-child {
  margin-top: 0;
}

.content-c .cont-l ul li.this-time::before {
  background-color: #ff0000;
  border: solid 2px #ff0000;
}

.content-c .cont-l ul li.this-time h4 span {
  background-image: linear-gradient(137deg, #fe582b 0%, #e02727 100%), linear-gradient(#faf2e5, #faf2e5);
  background-blend-mode: normal,
    normal;
  color: #ffffff;
}

.content-c .cont-l ul li.this-time div {
  background-color: #fff0f0;
}

.content-c .cont-c {
  width: 43%;
}

.content-c .cont-c .mySwiper {
  width: 100%;
}

.content-c .cont-c .mySwiper .swiper-button-next,
.content-c .cont-c .mySwiper .swiper-button-prev {
  width: 12.66%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  right: -80px;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content-c .cont-c .mySwiper .swiper-button-next::after,
.content-c .cont-c .mySwiper .swiper-button-prev::after {
  display: none;
}

.content-c .cont-c .mySwiper .swiper-button-prev {
  left: -80px;
}

.content-c .cont-c .mySwiper .swiper-button-prev img {
  width: 50%;
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.content-c .cont-c .mySwiper .swiper-pagination {
  width: auto;
  height: 8px;
  right: 5%;
  bottom: 5%;
  left: auto;
}

.content-c .cont-c .mySwiper .swiper-pagination span {
  margin: 0 0 0 10px;
  float: left;
  opacity: 1;
  background: #ffffff;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content-c .cont-c .mySwiper .swiper-pagination span.swiper-pagination-bullet-active {
  -ms-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  background: #dc0032;
}

.content-c .cont-c .mySwiper:hover .swiper-button-next {
  right: 0;
}

.content-c .cont-c .mySwiper:hover .swiper-button-prev {
  left: 0;
}

.content-c .cont-c .swiper-slide {
  width: 100%;
}

.content-c .cont-c .swiper-slide a {
  width: 100%;
}

.content-c .cont-c .swiper-slide a img {
  margin: 0 auto;
  object-fit: cover;
}

.content-c .cont-c .hot-news-center {
  padding: 28px 0;
}

.content-c .cont-c .hot-news-center h2 {
  width: 100%;
  margin-top: 10px;
}

.content-c .cont-c .hot-news-center h2 a {
  display: block;
  float: left;
  width: 49.3%;
  line-height: 22px;
  height: 22px;
  font-size: 20px;
  color: #dc0000;
  overflow: hidden;
}

.content-c .cont-c .hot-news-center h2 a:nth-child(2) {
  float: right;
}

.content-c .cont-c .hot-news-center h3 {
  width: 100%;
  font-weight: normal;
}

.content-c .cont-c .hot-news-center h3 p {
  width: 49.3%;
  float: left;
  overflow: hidden;
  font-size: 16px;
  height: 18px;
  line-height: 18px;
}

.content-c .cont-c .hot-news-center h3 p a {
  display: inline;
}

.content-c .cont-c .hot-news-center h3 p i {
  color: #eeeeee;
  margin: 0 2%;
}

.content-c .cont-c .hot-news-center h3 p:first-child a:first-child {
  color: #999999;
}

.content-c .cont-c .hot-news-center h3 p:last-child {
  float: right;
}

.content-c .cont-c .cont-c-banner a {
  width: 48.46%;
  overflow: hidden;
  position: relative;
}

.content-c .cont-c .cont-c-banner a img {
  margin: 0 auto;
}

.content-c .cont-c .cont-c-banner a::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content-c .cont-c .cont-c-banner a::after {
  display: block;
  content: '';
  width: 100%;
  height: 80%;
  background: url(../../images/news2/kefu-huoma2.png?v=1) no-repeat center center;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 150%;
  opacity: 0;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content-c .cont-c .cont-c-banner a:hover::after {
  top: 50%;
  opacity: 1;
}

.content-c .cont-c .cont-c-banner a:hover::before {
  top: 0;
  opacity: 1;
}

.content-c .cont-r h2 {
  width: 100%;
  font-size: 18px;
  line-height: 1;
  padding-top: 10px;
}

.content-c .cont-r h2 a {
  font-weight: normal;
  font-size: 14px;
  color: #999999;
  line-height: 18px;
  padding-right: 20px;
  background: url(../../images/news2/more.png) no-repeat right center;
  background-size: 17px 17px;
}

.content-c .cont-r h2:first-child {
  padding: 0;
}

.content-c .cont-r .team-tab {
  width: 100%;
  height: 36.902%;
}

.content-c .cont-r .team-tab .mySwiper4 {
  width: 100%;
  height: 100%;
  background: url(../../images/news2/team-bg2.png) #f8f8f8 no-repeat center bottom;
  background-size: 100% auto;
  border-radius: 6px;
  overflow: hidden;
}

.content-c .cont-r .team-tab .mySwiper4 .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.content-c .cont-r .team-tab .mySwiper4 .swiper-slide .teacher-photo {
  width: 60%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.content-c .cont-r .team-tab .mySwiper4 .swiper-slide .teacher-name {
  float: left;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  padding-left: 4%;
  position: relative;
  margin: 13.4% 0 7.5% 10%;
}

.content-c .cont-r .team-tab .mySwiper4 .swiper-slide .teacher-name::after {
  display: block;
  content: "";
  width: 5px;
  height: 100%;
  background-color: #ca9765;
  border-radius: 2.5px;
  position: absolute;
  left: 0;
  top: 0;
}

.content-c .cont-r .team-tab .mySwiper4 .swiper-slide p {
  float: left;
  width: 90%;
  margin-left: 10%;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 4.1%;
}

.content-c .cont-r .team-tab .mySwiper4 .swiper-slide .techer-btn {
  float: left;
  width: 25%;
  height: 28px;
  background-color: #ffffff;
  border-radius: 15px;
  border: solid 1px #ca9765;
  text-align: center;
  line-height: 28px;
  margin-left: 10%;
  font-size: 16px;
  color: #ca9765;
  margin-top: 8.35%;
}

.content-c .cont-r .team-tab .mySwiper4 .swiper-pagination {
  width: 90%;
  left: 10%;
  bottom: 6%;
}

.content-c .cont-r .team-tab .mySwiper4 .swiper-pagination span {
  display: block;
  float: left;
  margin: 0;
  margin-right: 2.6%;
  background-color: #cacaca;
  opacity: 1;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content-c .cont-r .team-tab .mySwiper4 .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #c4aa87;
}

.content-c .cont-r .books {
  width: 100%;
  height: 26.5%;
}

.content-c .cont-r .books .mySwiper5 {
  width: 100%;
  height: 100%;
}

.content-c .cont-r .books .mySwiper5 .swiper-slide {
  width: 100%;
  height: 100%;
}

.content-c .cont-r .books .mySwiper5 .swiper-slide .book-img {
  width: auto;
  height: 80%;
  display: block;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 3.5%;
}

.content-c .cont-r .books .mySwiper5 .swiper-slide .book-img img {
  width: 170px;
  height: 100%;
  margin: 0 auto;
}

.content-c .cont-r .books .mySwiper5 .swiper-slide .book-name {
  width: 90%;
  display: block;
  position: absolute;
  left: 5%;
  text-align: center;
  bottom: 0;
  font-size: 16px;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
}

.content-c .cont-r .books .mySwiper5 .swiper-button-next,
.content-c .cont-r .books .mySwiper5 .swiper-button-prev {
  width: 26px;
  height: 26px;
  opacity: 0;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content-c .cont-r .books .mySwiper5 .swiper-button-next::after,
.content-c .cont-r .books .mySwiper5 .swiper-button-prev::after {
  display: none;
}

.content-c .cont-r .books .mySwiper5 .swiper-button-next {
  background: url(../../images/news2/swiper-btn3.png) no-repeat center center;
  background-size: 100% 100%;
  right: -36px;
}

.content-c .cont-r .books .mySwiper5 .swiper-button-prev {
  background: url(../../images/news2/swiper-btn4.png) no-repeat center center;
  background-size: 100% 100%;
  left: -36px;
}

.content-c .cont-r .books .mySwiper5 .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: url(../../images/news2/swiper-btn3-3.png) no-repeat center center;
  background-size: 100% 100%;
}

.content-c .cont-r .books .mySwiper5 .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: url(../../images/news2/swiper-btn4-4.png) no-repeat center center;
  background-size: 100% 100%;
}

.content-c .cont-r .books .mySwiper5:hover .swiper-button-next {
  opacity: 1;
  right: 10px;
}

.content-c .cont-r .books .mySwiper5:hover .swiper-button-prev {
  opacity: 1;
  left: 10px;
}

.content-c .cont-r .live {
  height: 12.5%;
  border: solid 1px #eeeeee;
  position: relative;
}

.content-c .cont-r .live .living-tag {
  width: 60px;
  height: 20px;
  border-radius: 0px 0px 10px 0px;
  position: absolute;
  top: -1px;
  left: -1px;
  font-size: 12px;
  color: #98722e;
  line-height: 20px;
  text-indent: 19px;
  background: url(../../images/news2/live.gif) #faf2e5 no-repeat 6px center;
}

.content-c .cont-r .live .live-teacher {
  width: 60px;
  float: left;
  margin-left: 3.4%;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content-c .cont-r .live .live-teacher p {
  width: 100%;
  height: 60px;
  background: #eeeeee;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}

.content-c .cont-r .live .live-teacher p img {
  width: 100%;
  border-radius: 50%;
  position: relative;
  left: 50%;
  top: 0;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.content-c .cont-r .live .live-teacher span {
  width: 83.5%;
  height: 20px;
  background-color: #dc0000;
  border-radius: 10px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 25%;
  display: none;
}

.content-c .cont-r .live .live-teacher span.free {
  background-color: #faf2e5;
  color: #98722e;
}

.content-c .cont-r .live .live-msg {
  width: 72.835%;
  float: right;
  margin-right: 3.4%;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content-c .cont-r .live .live-msg h2 {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  max-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.content-c .cont-r .live .live-msg p {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 36px;
  position: relative;
  margin-top: 5px;
}

.content-c .cont-r .live .live-msg p span,
.content-c .cont-r .live .live-msg p i {
  color: #999999;
  display: inline;
}

.content-c .cont-r .live .live-msg p .line-icon {
  margin: 0 8px;
  font-size: 12px;
  color: #eeeeee;
}

.content-c .cont-r .live .live-msg p i {
  color: #333333;
}

.content-c .cont-r .live .live-msg p a {
  width: 30%;
  height: 24px;
  background-color: #ffffff;
  border-radius: 13px;
  border: 1px solid #333333;
  text-align: center;
  line-height: 24px;
  position: absolute;
  bottom: 5px;
  right: 0;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content-c .cont-r .live .live-msg p a.yuyue {
  border: 1px solid #e02727;
  color: #e02727;
}

.content-c .cont-r .live .live-msg p a.living-btn {
  background-color: #dc0000;
  color: #ffffff;
  border: solid 1px #e02727;
}

.content-c .cont-r .live .live-msg p a:hover {
  -ms-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  text-decoration: none;
  border: 1px solid #e02727;
}

.lesson {
  margin-top: 50px;
}

.lesson ul {
  width: 100%;
  margin-top: 30px;
}

.lesson ul li {
  width: 23.612%;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 1px rgba(175, 175, 175, 0.16);
  border-radius: 0px 0px 12px 12px;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.lesson ul li .lesson-img {
  width: 100%;
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
}

.lesson ul li .lesson-img img {
  width: 100%;
}

.lesson ul li h2,
.lesson ul li h3 {
  height: 34px;
  background-image: linear-gradient(90deg, #fde2e2 0%, #ffffff 50%, #ffffff 100%);
  line-height: 34px;
  padding-left: 7.06%;
  font-size: 18px;
  position: relative;
  margin-top: 25px;
}

.lesson ul li h2 i,
.lesson ul li h3 i {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #f24e4e;
}

.lesson ul li h3 {
  background-image: linear-gradient(90deg, #e2edfd 0%, #ffffff 100%);
}

.lesson ul li h3 i {
  background-color: #358ce7;
}

.lesson ul li h6 {
  padding: 0 7.06%;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  margin-top: 15px;
  height: 90px;
  overflow: hidden;
}

.lesson ul li .fuwu {
  width: 100%;
  padding: 20px 0;
  height: 246px;
}

.lesson ul li .fuwu .scroll_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.lesson ul li .fuwu .scroll_wrap .scroll_bar,
.lesson ul li .fuwu .scroll_wrap .scroll_slider {
  position: absolute;
  top: 0;
  right: 6px;
  width: 6px;
  height: 100%;
  border-radius: 3px;
  background-color: #e7e9ec;
  -ms-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.lesson ul li .fuwu .scroll_wrap .scroll_slider {
  right: 0;
  background-image: linear-gradient(179deg, #fe582b 0%, #e02727 100%), linear-gradient(#ff0000, #ff0000);
  background-blend-mode: normal,
    normal;
  opacity: 1;
}

.lesson ul li .fuwu .scroll_wrap .scroll_cont {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lesson ul li .fuwu p {
  padding: 0 7.06%;
  font-size: 16px;
  line-height: 18px;
  margin-top: 20px;
}

.lesson ul li .fuwu p img {
  float: left;
  margin-right: 12px;
}

.lesson ul li .fuwu p:first-child {
  margin-top: 0;
}

.lesson ul li .fuwu h4 {
  padding: 0 5.5%;
  height: 82px;
  background-color: #fff8f8;
  font-size: 18px;
  line-height: 82px;
  margin-top: 25px;
}

.lesson ul li .fuwu h4 span {
  width: 38px;
  height: 38px;
  background-color: #ff0000;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  color: #ffffff;
  margin-right: 16px;
  border-radius: 50%;
}

.lesson ul li .price {
  padding: 0 7.06%;
  margin-top: 18px;
}

.lesson ul li .price span:first-child {
  font-size: 36px;
  color: #ed3c29;
  line-height: 1;
  font-weight: bold;
}

.lesson ul li .price span:first-child i {
  font-size: 26px;
  font-weight: bold;
  margin-right: 3px;
}

.lesson ul li .price span:last-child {
  font-size: 20px;
  color: #999999;
  line-height: 1;
}

.lesson ul li .lesson-btn {
  padding: 30px 7.06%;
}

.lesson ul li .lesson-btn a {
  width: 46%;
  height: 50px;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #666666;
  border-radius: 6px;
}

.lesson ul li .lesson-btn a:last-child {
  background-image: linear-gradient(145deg, #fe582b 0%, #e02727 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal,
    normal;
  box-shadow: 0px 5px 9px 0px rgba(248, 66, 83, 0.22);
  color: #ffffff;
  font-weight: bold;
}

.lesson ul li:hover {
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.hot-news {
  margin-top: 50px;
}

.hot-news .hot-news-item {
  width: 47%;
}

.hot-news .hot-news-item h1 {
  border-bottom: 2px solid #eeeeee;
}

.hot-news .hot-news-item h1 ul li {
  font-size: 18px;
  font-weight: normal;
  float: left;
  margin-right: 40px;
  position: relative;
  cursor: pointer;
}

.hot-news .hot-news-item h1 ul li::after,
.hot-news .hot-news-item h1 ul li::before {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  left: 50%;
  bottom: -16px;
  height: 2px;
  background: #e02727;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.hot-news .hot-news-item h1 ul li::before {
  left: auto;
  right: 50%;
}

.hot-news .hot-news-item h1 ul li.actived {
  color: #e02727;
}

.hot-news .hot-news-item h1 ul li.actived::after,
.hot-news .hot-news-item h1 ul li.actived::before {
  width: 30%;
  opacity: 1;
}

.hot-news .hot-news-item .news-tab {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.hot-news .hot-news-item .news-tab .news-tab-item {
  opacity: 0;
  height: 0;
  z-index: -1;
  overflow: hidden;
}

.hot-news .hot-news-item .news-tab .news-tab-item .item-first {
  width: 100%;
  position: relative;
}

.hot-news .hot-news-item .news-tab .news-tab-item .item-first .item-img {
  width: 25.86%;
  background-color: #eeeeee;
  border-radius: 6px;
  overflow: hidden;
  float: left;
  max-height: 100px;
  border: 1px solid #eeeeee;
}

.hot-news .hot-news-item .news-tab .news-tab-item .item-first .item-img img {
  width: 100%;
  max-height: 100px;
}

.hot-news .hot-news-item .news-tab .news-tab-item .item-first .item-title {
  width: 71%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.hot-news .hot-news-item .news-tab .news-tab-item .item-first .item-title a {
  width: 100%;
  max-height: 72px;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hot-news .hot-news-item .news-tab .news-tab-item .item-first .item-title a:hover {
  text-decoration: none;
}

.hot-news .hot-news-item .news-tab .news-tab-item .item-first .item-title span {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #999999;
  line-height: 1;
}

.hot-news .hot-news-item .news-tab .news-tab-item ul {
  width: 100%;
  padding-top: 1.5%;
}

.hot-news .hot-news-item .news-tab .news-tab-item ul li {
  width: 100%;
  height: 18px;
  margin-top: 3%;
}

.hot-news .hot-news-item .news-tab .news-tab-item ul li a {
  float: left;
  font-size: 16px;
  line-height: 18px;
  height: 100%;
  max-width: 85%;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hot-news .hot-news-item .news-tab .news-tab-item ul li span {
  float: right;
  font-size: 16px;
  line-height: 18px;
  height: 100%;
  color: #999999;
}

.hot-news .hot-news-item .news-tab .news-tab-item.actived {
  opacity: 1;
  height: auto;
  z-index: 1;
}

.hot-center {
  margin-top: 50px;
}

.hot-center .mySwiper6 {
  width: 100%;
  padding: 0 44px;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 30px;
}

.hot-center .mySwiper6 .swiper-slide {
  border-radius: 6px;
  overflow: hidden;
}

.hot-center .mySwiper6 img {
  margin: 0 auto;
}

.hot-center .mySwiper6 .swiper-button-next,
.hot-center .mySwiper6 .swiper-button-prev {
  width: 44px;
  height: 100%;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  top: 0;
  opacity: 1;
}

.hot-center .mySwiper6 .swiper-button-next::after,
.hot-center .mySwiper6 .swiper-button-prev::after {
  display: none;
}

.hot-center .mySwiper6 .swiper-button-next {
  right: -1px;
  background: url(../../images/news2/swiper-btn3.png) #ffffff no-repeat center center;
  background-size: 26px 26px;
}

.hot-center .mySwiper6 .swiper-button-prev {
  left: -1px;
  background: url(../../images/news2/swiper-btn4.png) #ffffff no-repeat center center;
  background-size: 26px 26px;
}

.hot-center .mySwiper6 .swiper-button-next.swiper-button-disabled {
  background: url(../../images/news2/swiper-btn3-3.png) #ffffff no-repeat center center;
  background-size: 26px 26px;
  opacity: 1;
}

.hot-center .mySwiper6 .swiper-button-prev.swiper-button-disabled {
  background: url(../../images/news2/swiper-btn4-4.png) #ffffff no-repeat center center;
  background-size: 26px 26px;
  opacity: 1;
}

.content-c .cont-r .register {
  width: 100%;
  background: url(../../images/news2/bg-zz.png) no-repeat top center;
  background-size: 100% auto;
  border: solid 1px #fedadd;
  border-radius: 6px 6px 0 0;
  border-radius: 6px;
  overflow: hidden;
}

.content-c .cont-r .register form {
  width: 82%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 8%;
  border-bottom: 1px solid #fedadd;
}

.content-c .cont-r .register form .form {
  width: 100%;
  height: 100%;
}

.content-c .cont-r .register form .form.form-opa {
  opacity: 0;
}

.content-c .cont-r .register form .form h3 {
  text-align: center;
  font-size: 20px;
  color: #e02727;
  line-height: 1;
  padding: 10% 0;
}

.content-c .cont-r .register form .form label {
  display: block;
  width: 100%;
  height: 50px;
  position: relative;
  margin-bottom: 10%;
}

.content-c .cont-r .register form .form label input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-indent: 8%;
  background-color: #ffffff;
  border: 1px solid #ffacac;
  border-radius: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content-c .cont-r .register form .form label input::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}

.content-c .cont-r .register form .form label input::-moz-placeholder {
  color: #999999;
  font-size: 16px;
}

.content-c .cont-r .register form .form label input:-moz-placeholder {
  color: #999999;
  font-size: 16px;
}

.content-c .cont-r .register form .form label input:-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
}

.content-c .cont-r .register form .form label input.error {
  border: 1px solid #fb2736;
}

.content-c .cont-r .register form .form label input.error::-webkit-input-placeholder {
  color: #fb2736;
}

.content-c .cont-r .register form .form label input.error::-moz-placeholder {
  color: #fb2736;
}

.content-c .cont-r .register form .form label input.error:-moz-placeholder {
  color: #fb2736;
}

.content-c .cont-r .register form .form label input.error:-ms-input-placeholder {
  color: #fb2736;
}

.content-c .cont-r .register form .form label button {
  display: block;
  position: absolute;
  height: 40px;
  background-image: linear-gradient(88deg,
      #fe582b 0%,
      #e02727 100%),
    linear-gradient(#e02727,
      #e02727);
  border-radius: 20px;
  padding: 0 15px;
  cursor: pointer;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  color: #ffffff;
  font-size: 16px;
}

.content-c .cont-r .register form .form label button.checked {
  opacity: 0.5;
}

.content-c .cont-r .register form .form .logon {
  width: 100%;
  height: 50px;
  background-image: linear-gradient(88deg,
      #fe582b 0%,
      #e02727 100%),
    linear-gradient(#e02727,
      #e02727);
  border-radius: 25px;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
}

.content-c .cont-r .register form .logon-then {
  width: 100%;
  height: 100%;
  /* background: #ffffff; */
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 1;
}

.content-c .cont-r .register form .logon-then h3 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  padding: 10% 0;
  color: #000000;
  font-weight: normal;
}

.content-c .cont-r .register form .logon-then h3 i {
  font-weight: bold;
  color: #e02727;
}

.content-c .cont-r .register form .logon-then div {
  width: 50%;
  padding: 4px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #eeeeee;
  overflow: hidden;
  margin: 0 auto;
}

.content-c .cont-r .register form .logon-then p {
  font-size: 14px;
  color: #e02727;
  line-height: 1;
  text-align: center;
  margin-top: 5%;
}

.content-c .cont-r .register form .logon-then-open {
  display: block;
}

.content-c .cont-r .register .gift-packs {
  width: 100%;
  margin: 8% 0;
}

.content-c .cont-r .register .gift-packs .gifts {
  width: 100%;
}

.content-c .cont-r .register .gift-packs h3 {
  width: 100%;
  text-align: center;
  height: 20px;
}

.content-c .cont-r .register .gift-packs h3 span {
  display: inline-block;
  padding-left: 30px;
  line-height: 20px;
  font-size: 18px;
  font-weight: normal;
  background: url(../../images/news2/gift.png) no-repeat left center;
  background-size: auto 20px;
}

.content-c .cont-r .register .gift-packs ul {
  width: 100%;
  margin: 0 auto;
}

.content-c .cont-r .register .gift-packs ul div {
  padding-top: 10px;
}

.content-c .cont-r .register .gift-packs ul div li {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  width: 100%;
  margin-top: 15px;
}

.content-c .cont-r .register .gift-packs ul div li span {
  float: left;
  width: 20px;
  line-height: 22px;
  height: 20px;
  background-color: #ca9765;
  border-radius: 50%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  font-family: DINAlternate-Bold;
  font-weight: bold;
  margin-right: 8px;
}

.content-c .cont-r .register .gift-packs ul div.fl {
  margin-left: 8%;
}

.content-c .cont-r .register .gift-packs ul div.fr {
  margin-right: 8%;
}

.to-learn {
  width: 0;
  height: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  z-index: 1;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.to-learn .to-learn-box {
  width: 440px;
  padding: 30px 0;
  background-color: #ffffff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.to-learn .to-learn-box img {
  position: absolute;
  right: 0;
  top: -40px;
  cursor: pointer;
}

.to-learn .to-learn-box h2 {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #333333;
  line-height: 1;
  text-align: center;
  padding-bottom: 19px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
}

.to-learn .to-learn-box p {
  float: left;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.to-learn .to-learn-box p span {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 12px;
}

.to-learn .to-learn-box p span:last-child {
  margin-bottom: 0;
}

.to-learn .to-learn-box div {
  margin-top: 30px;
  width: 100%;
  float: left;
  height: 40px;
}

.to-learn .to-learn-box div span,
.to-learn .to-learn-box div a {
  height: 38px;
  border-radius: 20px;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
}

.to-learn .to-learn-box div span {
  width: 123px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  color: #666666;
  float: left;
  margin-left: 70px;
  cursor: pointer;
}

.to-learn .to-learn-box div a {
  width: 140px;
  background-color: #e02727;
  border: solid 1px #e02727;
  color: #ffffff;
  float: right;
  margin-right: 70px;
}

.to-learn .to-learn-box div a:hover {
  text-decoration: none;
}

.to-learn-open {
  width: 100%;
  height: 100%;
  -ms-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

@media screen and (max-width: 1440px) {
  h1 {
    font-size: 22px;
    line-height: 22px;
    height: 22px;
    padding-bottom: 12px;
  }

  h1 a.fr {
    font-size: 12px;
  }

  .content-c .cont-l h2 span {
    font-size: 18px;
  }

  .content-c .cont-l h3 span i {
    font-size: 40px;
  }

  .content-c .cont-l h3 p {
    width: 22px;
    font-size: 22px;
  }

  .content-c .cont-l ul li::before {
    top: 10px;
  }

  .content-c .cont-l ul li h4 span {
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    font-size: 15px;
  }

  .content-c .cont-l ul li h4 i {
    font-size: 15px;
  }

  .content-c .cont-l ul li div {
    padding-top: 12px;
  }

  .content-c .cont-l ul li div p {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .content-c .cont-c .hot-news-center {
    padding: 20px 0;
  }

  .content-c .cont-c .hot-news-center h2 a {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
  }

  .content-c .cont-c .hot-news-center h3 p {
    height: 17px;
    line-height: 17px;
    font-size: 15px;
  }

  .content-c .cont-r h2 a {
    font-size: 12px;
  }

  .content-c .cont-r .team-tab .mySwiper4 .swiper-slide .teacher-name {
    font-size: 17px;
  }

  .content-c .cont-r .team-tab .mySwiper4 .swiper-slide p {
    font-size: 15px;
  }

  .content-c .cont-r .team-tab .mySwiper4 .swiper-slide .techer-btn {
    height: 24px;
    font-size: 14px;
    line-height: 24px;
  }

  .content-c .cont-r .live .live-msg {
    width: 70%;
  }

  .content-c .cont-r .live .live-msg h2 {
    font-size: 15px;
    line-height: 22px;
  }

  .content-c .cont-r .live .live-msg p {
    font-size: 12px;
    line-height: 30px;
    margin-top: 5px;
  }

  .content-c .cont-r .live .live-msg p .line-icon {
    margin: 0px 5px;
    font-size: 12px;
  }

  .content-c .cont-r .live .live-msg p a {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
  }

  .lesson ul li h2,
  .lesson ul li h3 {
    margin-top: 20px;
  }

  .lesson ul li h6 {
    font-size: 15px;
    line-height: 28px;
    margin-top: 12px;
    height: 84px;
  }

  .lesson ul li .fuwu p {
    margin-top: 18px;
  }

  .lesson ul li .fuwu h4 {
    height: 72px;
    line-height: 72px;
    margin-top: 22px;
  }

  .lesson ul li .fuwu h4 span {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }

  .lesson ul li .price {
    padding: 0 7.06%;
    margin-top: 15px;
  }

  .lesson ul li .price span:first-child {
    font-size: 32px;
  }

  .lesson ul li .price span:last-child {
    font-size: 18px;
  }

  .lesson ul li .lesson-btn {
    padding: 20px 7.06%;
  }

  .lesson ul li .lesson-btn a {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border-radius: 4px;
  }

  .hot-news .hot-news-item h1 ul li {
    font-size: 16px;
    margin-right: 30px;
  }

  .hot-news .hot-news-item h1 ul li::after,
  .hot-news .hot-news-item h1 ul li::before {
    bottom: -14px;
    height: 2px;
  }

  .hot-news .hot-news-item .news-tab .news-tab-item .item-first .item-title a {
    max-height: 66px;
    font-size: 14px;
    line-height: 22px;
  }

  .hot-news .hot-news-item .news-tab .news-tab-item .item-first .item-title span {
    font-size: 13px;
  }

  .hot-news .hot-news-item .news-tab .news-tab-item ul li {
    height: 17px;
  }

  .hot-news .hot-news-item .news-tab .news-tab-item ul li a,
  .hot-news .hot-news-item .news-tab .news-tab-item ul li span {
    font-size: 15px;
    line-height: 17px;
  }

  .content-c,
  .lesson,
  .hot-news,
  .hot-center {
    margin-top: 40px;
  }

  .content-c .cont-r .register form .form h3 {
    font-size: 17px;
  }

  .content-c .cont-r .register form .form label {
    height: 40px;
  }

  .content-c .cont-r .register form .form label input {
    font-size: 15px;
  }

  .content-c .cont-r .register form .form label input::-webkit-input-placeholder {
    color: #999999;
    font-size: 15px;
  }

  .content-c .cont-r .register form .form label input::-moz-placeholder {
    color: #999999;
    font-size: 15px;
  }

  .content-c .cont-r .register form .form label input:-moz-placeholder {
    color: #999999;
    font-size: 15px;
  }

  .content-c .cont-r .register form .form label input:-ms-input-placeholder {
    color: #999999;
    font-size: 15px;
  }

  .content-c .cont-r .register form .form label button {
    height: 30px;
    font-size: 13px;
  }

  .content-c .cont-r .register form .form .logon {
    height: 40px;
    font-size: 17px;
  }

  .content-c .cont-r .register form .logon-then h3 {
    font-size: 17px;
    line-height: 22px;
    padding: 8% 0 6% 0;
  }

  .content-c .cont-r .register form .logon-then p {
    font-size: 13px;
  }

  .content-c .cont-r .register .gift-packs h3 span {
    padding-left: 28px;
    line-height: 18px;
    font-size: 17px;
    background: url(../../images/news2/gift.png) no-repeat left center;
    background-size: auto 18px;
  }

  .content-c .cont-r .register .gift-packs ul div li {
    font-size: 13px;
  }
}

@media (max-width: 1280px) {
  h1 {
    font-size: 20px;
    line-height: 20px;
    height: 20px;
  }

  h1 a.fr {
    font-size: 12px;
  }

  .content-c .cont-l h2 span {
    font-size: 16px;
  }

  .content-c .cont-l h3 {
    margin: 24px 0;
  }

  .content-c .cont-l h3 span i {
    font-size: 36px;
  }

  .content-c .cont-l h3 p {
    width: 20px;
    font-size: 20px;
  }

  .content-c .cont-l ul {
    padding: 25px 0;
  }

  .content-c .cont-l ul li h4 span {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }

  .content-c .cont-l ul li h4 i {
    font-size: 12px;
  }

  .content-c .cont-l ul li div {
    margin-top: 14px;
    padding-top: 10px;
  }

  .content-c .cont-l ul li div p {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .content-c .cont-c .hot-news-center {
    padding: 15px 0;
  }


  .content-c .cont-c .hot-news-center h2 a {
    height: 18px;
    line-height: 18px;
    font-size: 16px;
  }

  .content-c .cont-c .hot-news-center h3 p {
    height: 16px;
    line-height: 16px;
    font-size: 14px;
  }

  .content-c .cont-r h2 {
    font-size: 16px;
    line-height: 1;
  }

  .content-c .cont-r h2 a {
    line-height: 16px;
    background: url(../../images/news2/more.png) no-repeat right center;
    background-size: 16px 16px;
  }

  .content-c .cont-r .team-tab .mySwiper4 .swiper-slide .teacher-name {
    font-size: 16px;
  }

  .content-c .cont-r .team-tab .mySwiper4 .swiper-slide .teacher-name::after {
    width: 3px;
  }

  .content-c .cont-r .team-tab .mySwiper4 .swiper-slide p {
    font-size: 14px;
  }

  .content-c .cont-r .team-tab .mySwiper4 .swiper-slide .techer-btn {
    height: 22px;
    font-size: 12px;
    line-height: 22px;
  }

  .content-c .cont-r .books .mySwiper5 .swiper-slide .book-name {
    font-size: 14px;
    line-height: 16px;
    height: 16px;
  }

  .content-c .cont-r .live .live-teacher {
    width: 50px;
  }

  .content-c .cont-r .live .live-teacher p {
    height: 50px;
  }

  .content-c .cont-r .live .live-msg {
    width: 72%;
  }

  .content-c .cont-r .live .live-msg h2 {
    line-height: 20px;
    font-size: 13px;
  }

  .content-c .cont-r .live .live-msg p {
    font-size: 12px;
    line-height: 28px;
    margin-top: 5px;
  }

  .content-c .cont-r .live .live-msg p a {
    width: 29%;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
  }

  .content-c .cont-r .live .live-msg p .line-icon {
    margin: 0px 3px;
  }

  .lesson ul li h2,
  .lesson ul li h3 {
    font-size: 16px;
  }

  .lesson ul li h6 {
    font-size: 14px;
    line-height: 26px;
    height: 78px;
  }

  .lesson ul li .fuwu p {
    font-size: 15px;
  }

  .lesson ul li .fuwu h4 {
    height: 68px;
    line-height: 68px;
    margin-top: 20px;
    font-size: 17px;
  }

  .lesson ul li .fuwu h4 span {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 17px;
  }

  .lesson ul li .price {
    margin-top: 5px;
  }

  .lesson ul li .price span:first-child {
    font-size: 26px;
  }

  .lesson ul li .price span:last-child {
    font-size: 15px;
  }

  .lesson ul li .lesson-btn {
    padding: 16px 7.06%;
  }

  .lesson ul li .lesson-btn a {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border-radius: 3px;
  }

  .hot-news .hot-news-item h1 ul li {
    font-size: 14px;
    margin-right: 24px;
  }

  .hot-news .hot-news-item .news-tab .news-tab-item ul li {
    height: 16px;
  }

  .hot-news .hot-news-item .news-tab .news-tab-item ul li a,
  .hot-news .hot-news-item .news-tab .news-tab-item ul li span {
    font-size: 14px;
    line-height: 16px;
  }
}