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;
}

.position {
  margin-top: 30px;
  height: 18px;
}

.position img {
  margin-right: 8px;
}

.position span,
.position a,
.position i {
  display: block;
  float: left;
  font-size: 16px;
  line-height: 18px;
  color: #999999;
}

.position a:last-child {
  color: #e02727;
}

.position i {
  margin: 0 5px;
}

.content-c {
  margin-top: 40px;
  position: relative;
}
.content-c .cont-l .detail-news {
  margin-top: 30px;
  padding: 3%;
  border: solid 1px #ff0000;
}

.content-c .cont-l .detail-news .detail-l {
  width: 41%;
}

.content-c .cont-l .detail-news .detail-l h3 {
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  margin-bottom: 15px;
}

.content-c .cont-l .detail-news .detail-l h3 p {
  display: inline-block;
}

.content-c .cont-l .detail-news .detail-l h3 p span {
  width: 26px;
  height: 100%;
  background-color: #3f3f3f;
  border-radius: 4px;
  display: inline-block;
  float: left;
  font-size: 24px;
  color: #f8e1ce;
  text-align: center;
  margin-right: 5px;
}

.content-c .cont-l .detail-news .detail-l h3 p.time {
  font-size: 18px;
  color: #e02727;
}

.content-c .cont-l .detail-news .detail-l a {
  width: 100%;
}

.content-c .cont-l .detail-news .detail-l a img {
  width: 100%;
}

.content-c .cont-l .detail-news ul {
  width: 55%;
  padding-left: 3.534%;
  padding-top: 24px;
}

.content-c .cont-l .detail-news ul li {
  width: 100%;
  height: 18px;
}

.content-c .cont-l .detail-news ul li a {
  display: block;
  float: left;
  max-width: 100%;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  color: #666666;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-c .cont-l .detail-news ul li a:hover {
  color: #e02727;
}

.content-c .cont-l .detail-news ul li.hot a {
  padding-right: 22px;
  max-width: 91%;
  background: url(../../images/news2/fire-icon.png) no-repeat right center;
  background-size: auto 100%;
}

.content-c .cont-l .detail-news ul li:last-child {
  margin-bottom: 0;
}

.content-c .cont-l {
  width: 67.5%;
}

.content-c .cont-l .detail-title {
  width: 100%;
}

.content-c .cont-l .detail-title h2 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.5;
}

.content-c .cont-l .detail-title .origin {
  width: 100%;
  height: 20px;
  margin-top: 25px;
}

.content-c .cont-l .detail-title .origin p {
  line-height: 20px;
  font-size: 16px;
  color: #999999;
  margin-right: 3%;
}

.content-c .cont-l .detail-title .origin p a {
  display: inline;
  color: #999999;
}

.content-c .cont-l .detail-title .origin .big,
.content-c .cont-l .detail-title .origin .small {
  display: block;
  line-height: 20px;
  font-size: 16px;
  color: #999999;
  margin-left: 2.5%;
}

.content-c .cont-l .detail-title .origin .big img,
.content-c .cont-l .detail-title .origin .small img {
  width: auto;
  height: 20px;
  float: left;
  margin-right: 5px;
}

.content-c .cont-l .detail-title .origin .big:hover,
.content-c .cont-l .detail-title .origin .small:hover {
  text-decoration: none;
}

.content-c .cont-l .detail2023,
.content-c .cont-l .lesson-23 {
  margin-top: 30px;
  position: relative;
}

.content-c .cont-l .lesson-23 ul {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.content-c .cont-l .lesson-23 ul h3 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  padding-left: 33px;
  background: url(../../images/news2/icon-23.png) no-repeat left center;
  background-size: auto 100%;
  margin-left: 4%;
}

.content-c .cont-l .lesson-23 ul li {
  width: 23%;
  height: 43%;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #ffa0a0;
  font-size: 18px;
  line-height: 1;
  color: #e02727;
  cursor: pointer;
  position: relative;
}

.content-c .cont-l .lesson-23 ul li div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(51, 51, 51, 0.2);
  padding: 15px;
  position: absolute;
  top: 132%;
  left: 50%;
  opacity: 0;
  -ms-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -webkit-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(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;
  -ms-transform-origin: top center;
  -moz-transform-origin: top center;
  -webkit-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
}

.content-c .cont-l .lesson-23 ul li div::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
}

.content-c .cont-l .lesson-23 ul li div i {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-top: 14px;
  text-align: center;
  color: #999999;
}

.content-c .cont-l .lesson-23 ul li:hover {
  background-image: linear-gradient(-90deg,
      #e2211e 0%,
      #fd5037 100%),
    linear-gradient(#fff4f4,
      #fff4f4);
  color: #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-l .lesson-23 ul li:hover div {
  opacity: 1;
  -ms-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -webkit-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}

.content-c .cont-l .lesson-23 ul li:last-child {
  margin-right: 3%;
}

.content-c .cont-l .to-do {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-top: 50px;
}

.content-c .cont-l .to-do .todo {
  width: 100%;
}

.content-c .cont-l .to-do ul {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2.2%;
}

.content-c .cont-l .to-do ul li {
  width: 16.7%;
  height: 83%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px dashed #999999;
  background-color: #ffffff;
  position: relative;
}

.content-c .cont-l .to-do ul li img {
  margin: 25% auto 0 auto;
  -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-l .to-do ul li:hover img {
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.content-c .cont-l .to-do ul li p,
.content-c .cont-l .to-do ul li span {
  width: 100%;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 0;
}

.content-c .cont-l .to-do ul li p {
  font-size: 20px;
  bottom: 34%;
}

.content-c .cont-l .to-do ul li span {
  font-size: 16px;
  color: #999999;
  bottom: 20%;
}

.content-c .cont-l .to-do ul a {
  width: 23%;
  max-width: 217px;
}

.content-c .cont-l .article {
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
}

.content-c .cont-l .article p {
  font-size: 16px;
  line-height: 34px;
  color: #333333;
  text-indent: 32px;
  margin: 20px 0;
}

.content-c .cont-l .article table {
  margin: 0 auto;
}

.content-c .cont-l .article table td {
  border: 1px solid #333;
  padding: 10px;
}

.content-c .cont-l .article table p {
  text-indent: 0 !important;
  margin: 0 !important;
}

.content-c .cont-l .article p span,
.content-c .cont-l .article table span,
.content-c .cont-l .article table a {
  display: inline;
}

.content-c .cont-l .article a,
.content-c .cont-l .article p a,
.content-c .cont-l .article p a span {
  display: inline;
  color: #006cff;
}

.content-c .cont-l .article p img,
.content-c .cont-l .article img {
  max-width: 730px;
  height: auto;
  margin: 0 auto;
}

.content-c .cont-l .article .downloadFile {
  display: inline-block;
  color: #0000ff;
  height: 100%;
  position: relative;
}

.content-c .cont-l .article .downloadFile img {
  float: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.content-c .cont-l .detail-banner {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 35px;
}

.content-c .cont-l .detail-banner img {
  width: 100%;
  height: auto;
}

.content-c .cont-l .p_n {
  width: 100%;
  padding: 25px 0;
  margin-top: 35px;
  background-color: #f6f6f6;
}

.content-c .cont-l .p_n li {
  display: block;
  margin-bottom: 25px;
  padding: 0 18px;
}

.content-c .cont-l .p_n li a {
  max-width: 100%;
  height: 20px;
  float: left;
  font-size: 18px;
  line-height: 1;
}

.content-c .cont-l .p_n li a span {
  display: inline;
  font-weight: bold;
}

.content-c .cont-l .p_n li a:hover span {
  color: #dc0000;
}

.content-c .cont-l .p_n li:last-child {
  margin-bottom: 0;
}

.content-c .cont-l .about-read {
  width: 100%;
  margin-top: 50px;
}

.content-c .cont-l .about-read div {
  width: 100%;
  margin-top: 30px;
}

.content-c .cont-l .about-read div ul {
  width: 100%;
}

.content-c .cont-l .about-read div ul li {
  width: 46%;
  height: 18px;
  margin-bottom: 3%;
  float: left;
}

.content-c .cont-l .about-read div ul li:nth-child(2n) {
  float: right;
}

.content-c .cont-l .about-read div ul li a {
  float: left;
  font-size: 16px;
  line-height: 18px;
  height: 100%;
  max-width: 84%;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-c .cont-l .about-read div ul li span {
  float: right;
  font-size: 16px;
  line-height: 18px;
  height: 100%;
  color: #999999;
}

.content-c .cont-l .about-read div ul li:first-child,
.content-c .cont-l .about-read div ul li:nth-child(2) {
  margin-top: 0;
}

.content-c .cont-r {
  width: 26.4%;
  max-width: 380px;
}

.content-c .cont-r .right-banner {
  width: 100%;
  display: none;
}

.content-c .cont-r .live-r {
  width: 100%;
  margin-top: 50px;
}

.content-c .cont-r .live-r h1 {
  border-bottom: none;
  padding-bottom: 22px;
}

.content-c .cont-r .live-r .scroll_main {
  width: 100%;
  height: 330px;
  overflow: hidden;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
}

.content-c .cont-r .live-r .scroll_wrap,
.content-c .cont-r .live-r .scroll_cont {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content-c .cont-r .live-r .scroll_wrap {
  position: relative;
}

.content-c .cont-r .live-r .scroll_wrap .scroll_bar,
.content-c .cont-r .live-r .scroll_wrap .scroll_slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  border-radius: 3px;
  -ms-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.content-c .cont-r .live-r .scroll_wrap .scroll_slider {
  background-color: #cacaca;
  opacity: 1;
}

.content-c .cont-r .live-r .scroll_cont {
  width: 100%;
}

.content-c .cont-r .live-r .scroll_cont .live-item {
  height: 125px;
  padding: 20px 3.946%;
  overflow: hidden;
}

.content-c .cont-r .live-r .scroll_cont .live-item .live-teacher {
  width: 60px;
}

.content-c .cont-r .live-r .scroll_cont .live-item .live-teacher p {
  width: 100%;
  height: 60px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background-color: #eeeeee;
}

.content-c .cont-r .live-r .scroll_cont .live-item .live-teacher p img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.content-c .cont-r .live-r .scroll_cont .live-item .live-teacher span {
  width: 83.5%;
  height: 20px;
  background-color: #dc0000;
  border-radius: 10px;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  margin: 10px auto 0 auto;
  display: none;
}

.content-c .cont-r .live-r .scroll_cont .live-item .live-teacher span.free {
  background-color: #faf2e5;
  color: #98722e;
}

.content-c .cont-r .live-r .scroll_cont .live-item .live-msg {
  width: -moz-calc(100% - 60px - 4%);
  width: -webkit-calc(100% - 60px - 4%);
  width: calc(100% - 60px - 4%);
  height: 100%;
}

.content-c .cont-r .live-r .scroll_cont .live-item .live-msg .live-name {
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  max-height: 48px;
}

.content-c .cont-r .live-r .scroll_cont .live-item .live-msg p {
  width: 100%;
  height: 14px;
}

.content-c .cont-r .live-r .scroll_cont .live-item .live-msg p span,
.content-c .cont-r .live-r .scroll_cont .live-item .live-msg p a {
  float: left;
  font-size: 14px;
  line-height: 1;
  color: #999999;
}

.content-c .cont-r .live-r .scroll_cont .live-item .live-msg p .line-icon {
  margin: 0 15px;
}

.content-c .cont-r .live-r .scroll_cont .live-item .live-msg p a {
  width: 28.5%;
  height: 24px;
  background-color: #ffffff;
  border-radius: 13px;
  border: 1px solid #333333;
  color: #333333;
  float: right;
  line-height: 24px;
  text-align: center;
  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-r .scroll_cont .live-item .live-msg p a.yuyue {
  border: 1px solid #e02727;
  color: #e02727;
}

.content-c .cont-r .live-r .scroll_cont .live-item .live-msg p .living-btn {
  background-color: #dc0000;
  color: #ffffff;
  border: solid 1px #e02727;
}

.content-c .cont-r .live-r .scroll_cont .live-item .live-msg p a:hover {
  text-decoration: none;
}

.content-c .cont-r .live-r .scroll_cont .live-item .live-msg p:last-child span:first-child {
  margin-right: 15px;
}

.content-c .cont-r .news-r {
  width: 100%;
  margin-top: 50px;
}

.content-c .cont-r .news-r.absolute {
  position: absolute;
  bottom: 0;
}

.content-c .cont-r .news-r ul {
  width: 100%;
  padding-top: 24px;
}

.content-c .cont-r .news-r ul li {
  width: 100%;
  margin-bottom: 6.3%;
  height: 18px;
}

.content-c .cont-r .news-r ul li a {
  display: block;
  float: left;
  max-width: 100%;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  color: #666666;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-c .cont-r .news-r ul li a:hover {
  color: #e02727;
}

.content-c .cont-r .news-r ul li.hot a {
  padding-right: 22px;
  max-width: 91%;
  background: url(../../images/news2/fire-icon.png) no-repeat right center;
  background-size: auto 100%;
}

.content-c .cont-r .sao-code {
  display: none;
  margin-top: 50px;
  width: 100%;
  padding: 24px 0;
  background-image: linear-gradient(140deg, #f35658 0%, #f77d4d 100%), linear-gradient(#ed722a, #ed722a);
  background-blend-mode: normal,
    normal;
  border-radius: 8px;
  position: relative;
}

.content-c .cont-r .sao-code div {
  width: 34.2%;
}

.content-c .cont-r .sao-code div span {
  text-align: center;
  line-height: 1;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 24px;
}

.content-c .cont-r .sao-code div p {
  width: 100%;
  position: relative;
}

.content-c .cont-r .sao-code div p img:last-child {
  position: absolute;
  top: 13.5%;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 92%;
}

.content-c .cont-r .sao-code div.fl {
  margin-left: 8.7%;
}

.content-c .cont-r .sao-code div.fr {
  margin-right: 8.7%;
}

.content-c .cont-r .sao-code ul {
  position: absolute;
  bottom: 24px;
  width: 88.4%;
  padding: 0 5.8%;
}

.content-c .cont-r .sao-code ul li {
  font-size: 15px;
  color: #ffffff;
  line-height: 1;
  padding-left: 3.6%;
  position: relative;
}

.content-c .cont-r .sao-code ul li::before {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  opacity: 0.7;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.content-c .cont-r .lesson-r {
  width: 100%;
  margin-top: 50px;
}

.content-c .cont-r .lesson-r h1 {
  border-bottom: none;
  padding-bottom: 22px;
}

.content-c .cont-r .lesson-r .lesson-r-cont {
  width: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.content-c .cont-r .lesson-r .lesson-r-cont a,
.content-c .cont-r .lesson-r .lesson-r-cont a img,
.content-c .cont-r .lesson-r .lesson-r-cont .hovers,
.content-c .cont-r .lesson-r .lesson-r-cont .hover {
  width: 100%;
}

.content-c .cont-r .lesson-r .lesson-r-cont a {
  position: relative;
}

.content-c .cont-r .lesson-r .lesson-r-cont .hovers {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 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 .lesson-r .lesson-r-cont .hovers h4 {
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
}

.content-c .cont-r .lesson-r .lesson-r-cont .hovers p {
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
  margin-top: 3%;
}

.content-c .cont-r .lesson-r .lesson-r-cont .hovers span {
  width: 31.55%;
  height: 17%;
  background-image: linear-gradient(90deg,
      #e2211e 0%,
      #fd5037 100%),
    linear-gradient(#000000,
      #000000);
  font-size: 16px;
  color: #ffffff;
  border-radius: 18px;
  box-shadow: 0px 3px 9px 0px rgba(255, 87, 84, 0.45);
  margin-top: 5.5%;
  line-height: 1;
}

.content-c .cont-r .lesson-r .lesson-r-cont .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 100%;
  left: 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 .lesson-r .lesson-r-cont .hover p {
  width: auto;
  height: 85%;
  background: #121b2d;
  border-radius: 6px;
  overflow: hidden;
}

.content-c .cont-r .lesson-r .lesson-r-cont .hover p img {
  width: auto;
  height: 100%;
  border-radius: 6px;
}

.content-c .cont-r .lesson-r .lesson-r-cont .hover p span {
  height: 100%;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  padding: 0 6px;
}

.content-c .cont-r .lesson-r .lesson-r-cont:hover .hovers {
  top: -100%;
}

.content-c .cont-r .lesson-r .lesson-r-cont:hover div {
  top: 0;
}

.content-c .cont-r .team-r {
  width: 100%;
}

.content-c .cont-r .team-r h1 {
  border-bottom: none;
  padding-bottom: 22px;
}

.content-c .cont-r .team-r .team-tab {
  width: 100%;
  position: relative;
}

.content-c .cont-r .team-r .team-tab .teacher-team-bg {
  width: 100%;
}

.content-c .cont-r .team-r .team-tab .mySwiper4 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.content-c .cont-r .team-r .team-tab .mySwiper4 .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.content-c .cont-r .team-r .team-tab .mySwiper4 .swiper-slide .teacher-photo {
  width: 60%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.content-c .cont-r .team-r .team-tab .mySwiper4 .swiper-slide .teacher-name {
  position: absolute;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  padding-left: 4%;
  top: 11%;
  left: 8%;
}

.content-c .cont-r .team-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-r .team-tab .mySwiper4 .swiper-slide p {
  position: absolute;
  top: 20%;
  left: 8%;
  font-size: 16px;
  line-height: 2;
}

.content-c .cont-r .team-r .team-tab .mySwiper4 .swiper-slide .techer-btn {
  display: none;
  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-r .team-tab .mySwiper4 .swiper-pagination {
  width: 90%;
  left: 8%;
  bottom: 5.55%;
}

.content-c .cont-r .team-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-r .team-tab .mySwiper4 .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #c4aa87;
}

.content-c .cont-r .zhenti-r {
  width: 100%;
  margin-top: 50px;
}

.content-c .cont-r .zhenti-r h1 {
  border-bottom: none;
  padding-bottom: 22px;
}

.content-c .cont-r .zhenti-r ul {
  width: 100%;
  border: solid 1px #eeeeee;
}

.content-c .cont-r .zhenti-r ul li {
  padding: 5% 2.5% 5% 5%;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.content-c .cont-r .zhenti-r ul li .fl {
  width: 13%;
}

.content-c .cont-r .zhenti-r ul li .fl img {
  width: 100%;
  height: auto;
}

.content-c .cont-r .zhenti-r ul li .fr {
  width: 82%;
}

.content-c .cont-r .zhenti-r ul li .fr .ellipsis2 {
  font-size: 18px;
  line-height: 24px;
}

.content-c .cont-r .zhenti-r ul li .fr p {
  width: 100%;
  height: 28px;
  position: relative;
  margin-top: 2%;
}

.content-c .cont-r .zhenti-r ul li .fr p span {
  font-size: 14px;
  color: #999999;
  line-height: 1;
}

.content-c .cont-r .zhenti-r ul li .fr p span:first-child {
  margin-right: 9%;
}

.content-c .cont-r .zhenti-r ul li .fr p span i {
  color: #333333;
}

.content-c .cont-r .zhenti-r ul li .fr p a {
  position: absolute;
  right: 0;
  top: 0;
  width: 27%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  color: #e02727;
  border-radius: 15px;
  border: solid 1px #e02727;
  line-height: 1;
  -ms-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.content-c .cont-r .zhenti-r ul li:hover {
  background-color: #fff6f6;
}

.content-c .cont-r .zhenti-r ul li:hover .ellipsis2 {
  text-decoration: none;
  color: #333333;
}

.content-c .cont-r .zhenti-r ul li:hover .fr p a {
  background-color: #dc0000;
  color: #ffffff;
  text-decoration: none;
}

.content-c .cont-r .study-r {
  width: 100%;
  margin-top: 50px;
  position: relative;
}

.content-c .cont-r .study-r .study-r-cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.content-c .cont-r .study-r .study-r-cont .study-num {
  width: 100%;
  margin-top: 6%;
}

.content-c .cont-r .study-r .study-r-cont .study-num li {
  margin: 0 6%;
}

.content-c .cont-r .study-r .study-r-cont .study-num li p {
  font-size: 20px;
  font-weight: bold;
  color: #191817;
  line-height: 1;
  text-align: center;
  margin-bottom: 18px;
}

.content-c .cont-r .study-r .study-r-cont .study-num li span {
  height: 30px;
  font-size: 18px;
  color: #6e6e6e;
  line-height: 1;
}

.content-c .cont-r .study-r .study-r-cont .study-num li span img {
  width: auto;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0px 5px 8px 0px rgba(255, 180, 168, 0.56);
}

.content-c .cont-r .study-r .study-r-cont .study-num li span img:nth-child(2),
.content-c .cont-r .study-r .study-r-cont .study-num li span img:nth-child(3) {
  margin-left: -7%;
}

.content-c .cont-r .study-r .study-r-cont .study-num li span img:nth-child(3) {
  margin-right: 9%;
}

.content-c .cont-r .study-r .study-r-cont .mySwiper-study {
  width: 84%;
  height: 16%;
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(#ffffff,
      #ffffff),
    linear-gradient(#fee8e7,
      #fee8e7);
  border-radius: 4px;
  border: solid 1px #fdc5c4;
  margin-top: 9%;
}

.content-c .cont-r .study-r .study-r-cont .mySwiper-study .swiper-slide span {
  margin-left: 6%;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.content-c .cont-r .study-r .study-r-cont .mySwiper-study .swiper-slide span img {
  margin-right: 10%;
}

.content-c .cont-r .study-r .study-r-cont .mySwiper-study .swiper-slide i {
  margin-right: 6%;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.content-c .cont-r .study-r .study-r-cont a {
  width: 44%;
  height: 14%;
  background-image: linear-gradient(90deg,
      #e2211e 0%,
      #fd5037 100%),
    linear-gradient(#000000,
      #000000);
  box-shadow: 0px 3px 9px 0px rgba(255, 87, 84, 0.45);
  border-radius: 22px;
  margin-top: 4.5%;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
  white-space: nowrap;
}

.content-c .cont-r .study-r .study-r-cont a:hover {
  text-decoration: none;
}

.content-c .cont-r .study-r .hover-code {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 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;
  -ms-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.content-c .cont-r .study-r .hover-code1 {
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.content-c .cont-r .study-r .hover-code div {
  width: 55%;
  height: 80%;
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}

.content-c .cont-r .study-r .hover-code div span {
  width: 78%;
  padding: 3.5%;
  background: url(../../images/news2/mb.png) no-repeat center center;
  background-size: 100% 100%;
}

.content-c .cont-r .study-r .hover-code div span img {
  width: 100%;
}

.content-c .cont-r .study-r .hover-code div p {
  font-size: 16px;
  color: #e02727;
  line-height: 1;
  margin-top: 7%;
}

.zuoti,
.xiazai {
  width: 400px;
  height: 410px;
  background-color: #ffffff;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -205px;
  margin-left: -200px;
  display: none;
  z-index: 10;
}

.zuoti .close-zuoti,
.xiazai .close-zuoti {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.zuoti p,
.xiazai p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-top: 44px;
}

.zuoti i,
.xiazai i {
  font-size: 22px;
  color: #e02727;
  font-weight: bold;
}

.zuoti span,
.xiazai span {
  width: 236px;
  height: 236px;
  margin: 0 auto;
  background: url(../../images/news2/sm2.png) no-repeat center center;
  margin-top: 38px;
  padding: 12px;
}

.zuoti span img,
.xiazai span img {
  width: 236px;
  height: 236px;
}

.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;
}

.download-alert {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}

.download-form {
  width: 400px;
  height: 456px;
  background: url(../../images/news2/download-bg.png) no-repeat center center;
  background-size: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -228px;
  margin-left: -200px;
  z-index: 10;
  display: none;
}

.download-form span {
  position: absolute;
  width: 36px;
  height: 36px;
  top: -45px;
  right: 0;
  cursor: pointer;
}

.download-form h5 {
  font-size: 26px;
  line-height: 1;
  text-align: center;
  margin-top: 11px;
  color: #fed191;
}

.download-form h6 {
  text-align: center;
  font-size: 18px;
  color: #ee0001;
  line-height: 1;
  background: url(../../images/news2/h6-bg.png) no-repeat center center;
  margin-top: 44px;
}

#formSubmitData {
  display: block;
  width: 332px;
  margin: 0 auto;
  margin-top: 30px;
}

#formSubmitData label {
  display: block;
  width: 100%;
  height: 55px;
  background-color: #fffaf3;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

#formSubmitData label input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-indent: 26px;
  background-color: #fffaf3;
}

#formSubmitData label input::-webkit-input-placeholder {
  font-size: 18px;
}

#formSubmitData label input::-moz-input-placeholder {
  font-size: 18px;
}

#formSubmitData label input:-moz-input-placeholder {
  font-size: 18px;
}

#formSubmitData label input::-ms-input-placeholder {
  font-size: 18px;
}

#formSubmitData label input.error {
  background-color: #fbf0f0;
}

#formSubmitData label input.error::-webkit-input-placeholder {
  color: #ee0001;
}

#formSubmitData label input.error::-moz-input-placeholder {
  color: #ee0001;
}

#formSubmitData label input.error:-moz-input-placeholder {
  color: #ee0001;
}

#formSubmitData label input.error::-ms-input-placeholder {
  color: #ee0001;
}

#formSubmitData label img {
  width: auto;
  height: 42px;
  position: absolute;
  right: 6.5px;
  top: 6.5px;
  border-radius: 0 21px 21px 0;
  cursor: pointer;
}

#formSubmitData label button {
  position: absolute;
  font-size: 16px;
  color: #f23f37;
  line-height: 1;
  padding: 0;
  right: 20px;
  top: 19.5px;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

#formSubmitData label button.checked {
  opacity: 0.5;
}

#formSubmitData .tj {
  display: block;
  width: 100%;
  height: 55px;
  background-image: linear-gradient(-90deg,
      #da0007 0%,
      #ff3137 100%);
  border-radius: 28px;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}


@media screen and (max-width: 1600px) {
  .content-c .cont-r .zhenti-r ul li .fr .ellipsis2 {
    font-size: 16px;
  }

  .content-c .cont-r .zhenti-r ul li .fr p a {
    font-size: 15px;
  }

  .content-c .cont-r .study-r .study-r-cont a {
    font-size: 18px;
  }
}

@media screen and (max-width: 1470px) {
  .content-c .cont-l .lesson-23 ul h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    padding-left: 31px;
    margin-left: 4%;
  }

  .content-c .cont-l .lesson-23 ul li div i {
    font-size: 14px;
  }
}

@media screen and (max-width: 1440px) {
  h1 {
    font-size: 22px;
    line-height: 22px;
    height: 22px;
    padding-bottom: 12px;
  }

  h1 a.fr {
    font-size: 12px;
  }

  .position {
    margin-top: 25px;
    height: 16px;
  }

  .position img {
    height: 16px;
    width: auto;
    margin-right: 6px;
  }

  .position span,
  .position a,
  .position i {
    font-size: 15px;
    line-height: 16px;
  }


  .content-c .cont-l .detail-title h2 {
    font-size: 24px;
  }

  .content-c .cont-l .detail-title .origin {
    height: 16px;
    margin-top: 20px;
  }

  .content-c .cont-l .detail-title .origin p {
    line-height: 16px;
    font-size: 14px;
    color: #999999;
    margin-right: 3%;
  }

  .content-c .cont-l .detail-title .origin .big,
  .content-c .cont-l .detail-title .origin .small {
    line-height: 16px;
    font-size: 14px;
    margin-left: 2.5%;
  }

  .content-c .cont-l .detail-title .origin .big img,
  .content-c .cont-l .detail-title .origin .small img {
    height: 16px;
    margin-right: 3px;
  }

  .content-c .cont-l .p_n {
    padding: 20px 0;
  }

  .content-c .cont-l .p_n li {
    margin-bottom: 20px;
  }

  .content-c .cont-l .p_n li a {
    height: 18px;
    font-size: 16px;
  }

  .content-c .cont-r .live-r,
  .content-c .cont-r .news-r,
  .content-c .cont-r .sao-code,
  .content-c .cont-l .about-read,
  .content-c .cont-r .lesson-r,
  .content-c .cont-r .zhenti-r,
  .content-c .cont-r .study-r,
  .hot-center {
    margin-top: 40px;
  }

  .content-c .cont-r .live-r .scroll_main {
    height: 300px;
  }

  .content-c .cont-r .live-r .scroll_main .live-item {
    height: 110px;
  }

  .content-c .cont-r .live-r .scroll_cont .live-item .live-teacher span {
    font-size: 12px;
  }

  .content-c .cont-r .live-r .scroll_cont .live-item .live-msg .live-name {
    font-size: 15px;
    line-height: 22px;
    max-height: 44px;
  }

  .content-c .cont-r .live-r .scroll_cont .live-item .live-msg p {
    height: 12px;
  }

  .content-c .cont-r .live-r .scroll_cont .live-item .live-msg p span,
  .content-c .cont-r .live-r .scroll_cont .live-item .live-msg p a {
    font-size: 12px;
  }

  .content-c .cont-r .live-r .scroll_cont .live-item .live-msg p .line-icon {
    margin: 0 10px;
  }

  .content-c .cont-r .live-r .scroll_cont .live-item .live-msg p:last-child span:first-child {
    margin-right: 10px;
  }

  .content-c .cont-r .live-r .scroll_cont .live-item .live-msg p a {
    height: 20px;
    border-radius: 10px;
    line-height: 19px;
  }

  .content-c .cont-r .news-r ul li,
  .content-c .cont-l .about-read div ul li {
    height: 17px;
  }

  .content-c .cont-r .news-r ul li a,
  .content-c .cont-l .about-read div ul li a,
  .content-c .cont-l .about-read div ul li span {
    height: 17px;
    line-height: 17px;
    font-size: 15px;
  }

  .content-c .cont-r .sao-code {
    padding: 20px 0;
  }

  .content-c .cont-r .sao-code div span {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .content-c .cont-r .sao-code ul {
    bottom: 20px;
  }

  .content-c .cont-r .sao-code ul li {
    font-size: 13px;
  }

  .content-c .cont-r .sao-code ul li::before {
    width: 4px;
    height: 4px;
    opacity: 0.7;
    margin-top: -2px;
  }

  .content-c .cont-r .lesson-r .lesson-r-cont .hover p span {
    line-height: 15px;
  }

  .content-c .cont-r .team-r .team-tab .mySwiper4 .swiper-slide .teacher-name {
    font-size: 17px;
  }

  .content-c .cont-r .team-r .team-tab .mySwiper4 .swiper-slide p {
    font-size: 15px;
  }

  .content-c .cont-r .team-r .team-tab .mySwiper4 .swiper-slide .techer-btn {
    height: 24px;
    font-size: 14px;
    line-height: 24px;
  }

  .content-c .cont-r .zhenti-r ul li .fr .ellipsis2 {
    font-size: 14px;
    line-height: 20px;
  }

  .content-c .cont-r .zhenti-r ul li .fr p {
    height: 24px;
  }

  .content-c .cont-r .zhenti-r ul li .fr p span {
    font-size: 12px;
  }

  .content-c .cont-r .zhenti-r ul li .fr p a {
    font-size: 13px;
  }

  .content-c .cont-r .study-r .study-r-cont .study-num li p {
    font-size: 18px;
  }

  .content-c .cont-r .study-r .study-r-cont .study-num li span {
    height: 28px;
    font-size: 16px;
  }

  .content-c .cont-r .study-r .study-r-cont .mySwiper-study .swiper-slide span,
  .content-c .cont-r .study-r .study-r-cont .mySwiper-study .swiper-slide i {
    font-size: 14px;
  }

  .content-c .cont-r .study-r .study-r-cont a {
    font-size: 16px;
  }

  .content-c .cont-r .study-r .hover-code div p {
    font-size: 14px;
  }

  .content-c .cont-l .to-do ul li img {
    width: 34px;
  }

  .content-c .cont-l .to-do ul li p {
    font-size: 18px;
  }

  .content-c .cont-l .to-do ul li span {
    font-size: 14px;
  }

  .content-c .cont-r .lesson-r .lesson-r-cont .hovers h4 {
    font-size: 20px;
  }

  .content-c .cont-r .lesson-r .lesson-r-cont .hovers p {
    font-size: 18px;
  }

  .content-c .cont-r .lesson-r .lesson-r-cont .hovers span {
    font-size: 14px;
  }

  .content-c .cont-l .lesson-23 ul li {
    font-size: 16px;
  }
}

@media screen and (max-width: 1366px) {
  .content-c .cont-r .lesson-r .lesson-r-cont .hover p span {
    font-size: 12px;
    line-height: 14px;
  }

  .content-c .cont-r .study-r .study-r-cont .study-num li p {
    font-size: 16px;
  }

  .content-c .cont-r .study-r .study-r-cont .study-num li span {
    height: 26px;
    font-size: 14px;
  }

  .content-c .cont-l .lesson-23 ul li div i {
    font-size: 12px;
  }

  .content-c .cont-l .lesson-23 ul h3 {
    font-size: 16px;
    line-height: 22px;
    padding-left: 28px;
  }
}

@media (max-width: 1280px) {

  .content-c .cont-r .news-r ul li,
  .content-c .cont-l .about-read div ul li {
    height: 15px;
  }

  .content-c .cont-r .news-r ul li a,
  .content-c .cont-l .about-read div ul li a,
  .content-c .cont-l .about-read div ul li span {
    height: 15px;
    line-height: 13px;
    font-size: 14px;
  }

  .content-c .cont-r .live-r .scroll_main {
    height: 280px;
  }

  .content-c .cont-r .live-r .scroll_main .live-item {
    height: 100px;
  }

  .content-c .cont-r .live-r .scroll_cont .live-item .live-msg .live-name {
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
  }

  .content-c .cont-r .live-r .scroll_cont .live-item .live-msg p .line-icon {
    margin: 0 5px;
  }

  .content-c .cont-r .live-r .scroll_cont .live-item .live-msg p:last-child span:first-child {
    margin-right: 5px;
  }

  .content-c .cont-r .sao-code ul li {
    font-size: 12px;
  }

  .content-c .cont-r .team-r .lesson-r .lesson-r-cont .hover p span {
    line-height: 13px;
  }

  .content-c .cont-r .team-r .team-tab .mySwiper4 .swiper-slide .teacher-name {
    font-size: 16px;
  }

  .content-c .cont-r .team-r.team-tab .mySwiper4 .swiper-slide .teacher-name::after {
    width: 3px;
  }

  .content-c .cont-r .team-r .team-tab .mySwiper4 .swiper-slide p {
    font-size: 14px;
  }

  .content-c .cont-r .team-r .team-tab .mySwiper4 .swiper-slide .techer-btn {
    height: 22px;
    font-size: 12px;
    line-height: 22px;
  }

  .content-c .cont-r .zhenti-r ul li .fr .ellipsis2 {
    font-size: 13px;
    line-height: 20px;
  }

  .content-c .cont-r .zhenti-r ul li .fr p {
    height: 22px;
  }

  .content-c .cont-r .zhenti-r ul li .fr p a {
    width: 25%;
    font-size: 12px;
  }

  .content-c .cont-l .to-do ul li img {
    width: 30px;
  }

  .content-c .cont-l .to-do ul li p {
    font-size: 16px;
  }

  .content-c .cont-l .to-do ul li span {
    font-size: 12px;
  }

  .content-c .cont-r .lesson-r .lesson-r-cont .hovers h4 {
    font-size: 18px;
  }

  .content-c .cont-r .lesson-r .lesson-r-cont .hovers p {
    font-size: 16px;
  }

  .content-c .cont-r .lesson-r .lesson-r-cont .hovers span {
    font-size: 12px;
  }
}