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;
}
.download-alert {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.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 {
  width: 67.5%;
}

.content-c .cont-l .address {
  width: 100%;
  height: 147px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 1px rgba(255, 131, 131, 0.16);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 45px;
}

.content-c .cont-l .address ul {
  padding-left: 20px;
}

.content-c .cont-l .address ul li {
  float: left;
  margin: 8px 10px;
}

.content-c .cont-l .address ul li a {
  font-size: 17px;
  line-height: 1;
}

.content-c .cont-l .address ul li.this a {
  font-weight: bold;
  color: #dc0000;
}

.content-c .cont-l .address ul li:last-child {
  margin-right: 0;
}

.content-c .cont-l .classify {
  padding: 12px 1.544%;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 1px rgba(255, 131, 131, 0.16);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 45px;
}

.content-c .cont-l .classify a {
  float: left;
  padding: 0 16px;
  margin: 12px 15px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  border-radius: 18px;
  border: solid 1px #eeeeee;
  -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-l .classify a:hover {
  text-decoration: none;
  border: solid 1px #ffeaea;
  color: #e02727;
  background-color: #ffeaea;
}

.content-c .cont-l .classify a.actived {
  border: solid 1px #ffeaea;
  color: #e02727;
  background-color: #ffeaea;
}

.content-c .cont-l .list {
  width: 100%;
  border-top: 1px solid #eeeeee;
}

.content-c .cont-l .list li {
  max-width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #eeeeee;
}

.content-c .cont-l .list li .news-title {
  max-width: 100%;
  font-size: 18px;
  line-height: 20px;
  height: 20px;
  font-weight: bold;
  float: left;
  -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-l .list li .news-title span {
  float: left;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #ff0000;
  color: #ff0000;
}

.content-c .cont-l .list li .news-describe {
  width: 100%;
  float: left;
  margin-top: 24px;
}

.content-c .cont-l .list li .news-describe .news-img {
  width: 26.75%;
  -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-l .list li .news-describe .describe {
  width: 73.25%;
  position: relative;
  -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-l .list li .news-describe .describe .describe-title {
  margin-left: 20px;
  font-size: 16px;
  line-height: 28px;
  max-height: 56px;
}

.content-c .cont-l .list li .news-describe .describe .read-btn {
  position: absolute;
  right: 0;
  bottom: 28%;
  width: 78px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 13px;
  border: solid 1px #e02727;
  text-align: center;
  line-height: 24px;
  color: #e02727;
  font-size: 14px;
  -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-l .list li .news-describe .describe .read-btn:hover {
  text-decoration: none;
  background-color: #e02727;
  color: #ffffff;
}

.content-c .cont-l .list li .news-describe .describe p {
  width: 100%;
  line-height: 1;
  font-size: 16px;
  color: #999999;
  text-indent: 20px;
  position: absolute;
  bottom: 10px;
}

.content-c .cont-l .list li .news-describe .describe p a {
  display: inline;
  color: #999999;
}

.content-c .cont-l .list li .news-describe .describe p span {
  float: right;
  color: #999999;
}

.content-c .cont-l .list li.none-img .news-describe {
  width: 100%;
}

.content-c .cont-l .list li.none-img .news-describe .describe {
  width: 100%;
  max-width: 100%;
}

.content-c .cont-l .list li.none-img .news-describe .describe .describe-title {
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-left: 0;
}

.content-c .cont-l .list li.none-img .news-describe .describe .read-btn {
  float: right;
  position: relative;
  margin-top: 20px;
  bottom: auto;
  right: auto;
}

.content-c .cont-l .list li.none-img .news-describe .describe p {
  float: left;
  position: relative;
  bottom: auto;
  margin-top: 1.5%;
  text-indent: 0;
  -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-l .list li.has-img:hover {
  background: linear-gradient(89deg, #fff0f0 0%, #ffffff 100%);
}

.content-c .cont-l .list li.has-img:hover .news-title {
  padding-left: 2.47%;
}

.content-c .cont-l .list li.has-img:hover .news-describe .describe {
  width: 70.78%;
}

.content-c .cont-l .list li.has-img:hover .news-describe .news-img {
  margin-left: 2.47%;
}

.content-c .cont-l .list li.none-img:hover {
  background: linear-gradient(89deg, #fff0f0 0%, #ffffff 100%);
}

.content-c .cont-l .list li.none-img:hover .news-title {
  padding-left: 2.47%;
}

.content-c .cont-l .list li.none-img:hover .news-describe .describe .describe-title {
  padding-left: 2.47%;
}

.content-c .cont-l .list li.none-img:hover .news-describe .describe p {
  width: 97.53%;
  padding-left: 2.47%;
}

.content-c .cont-l .page {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  margin: 80px auto;
}

.content-c .cont-l .pageTest {
  width: 100%;
  height: 100%;
}

.content-c .cont-l .pageTest ul {
  float: left;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.content-c .cont-l .pageTest ul li {
  height: 100%;
  background-color: #f4f5f7;
  border-radius: 8px;
  float: left;
  margin: 0 10px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.content-c .cont-l .pageTest ul li a {
  padding: 0 15px;
  height: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}

.content-c .cont-l .pageTest ul li a:hover {
  text-decoration: none;
}

.content-c .cont-l .pageTest ul .activP {
  background-color: #e02727;
}

.content-c .cont-l .pageTest ul .activP a {
  color: #ffffff;
}

.content-c .cont-r {
  width: 26.4%;
}

.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 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 {
  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;
  display: none;
}

.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 .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%;
}

.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;
}
.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;
}
@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: 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 .address {
    height: 137px;
  }
  .content-c .cont-l .address img {
    width: auto;
    height: 100%;
  }
  .content-c .cont-l .address ul {
    padding-left: 16px;
  }
  .content-c .cont-l .address ul li {
    float: left;
    margin: 7px;
  }
  .content-c .cont-l .address ul li a {
    font-size: 16px;
  }
  .content-c .cont-l .classify,
  .content-c .cont-l .address {
    margin-bottom: 40px;
  }
  .content-c .cont-l .classify a {
    padding: 0 14px;
    margin: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
  .content-c .cont-l .list li {
    padding: 24px 0;
  }
  .content-c .cont-l .list li .news-title {
    font-size: 17px;
    line-height: 19px;
    height: 19px;
  }
  .content-c .cont-l .list li .news-describe {
    margin-top: 20px;
  }
  .content-c .cont-l .list li .news-describe .describe .describe-title {
    margin-left: 16px;
    font-size: 15px;
    line-height: 26px;
    max-height: 52px;
  }
  .content-c .cont-l .list li .news-describe .describe .read-btn {
    bottom: 27%;
    width: 76px;
    height: 22px;
    line-height: 22px;
    font-size: 13px;
  }
  .content-c .cont-l .list li .news-describe .describe p {
    font-size: 14px;
    bottom: 8px;
  }
  .content-c .cont-l .page {
    margin: 60px auto;
    height: 36px;
  }
  .content-c .cont-l .pageTest ul li {
    border-radius: 6px;
    margin: 0 8px;
  }
  .content-c .cont-l .pageTest ul li a {
    padding: 0 14px;
    line-height: 36px;
    font-size: 15px;
  }
  .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 8px;
  }
  .content-c .cont-r .live-r .scroll_cont .live-item .live-msg p:last-child span:first-child {
    margin-right: 8px;
  }
  .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 {
    height: 17px;
  }
  .content-c .cont-r .news-r ul li a {
    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 .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;
  }
}

@media (max-width: 1280px) {
  .content-c .cont-l .classify {
    padding: 10px 1.544%;
  }
  .content-c .cont-l .classify a {
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }
  .content-c .cont-l .list li .news-describe .describe p {
    font-size: 12px;
  }
  .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 4px;
  }
  .content-c .cont-r .live-r .scroll_cont .live-item .live-msg p:last-child span:first-child {
    margin-right: 4px;
  }
  .content-c .cont-r .news-r ul li {
    height: 15px;
  }
  .content-c .cont-r .news-r ul li a {
    height: 15px;
    line-height: 13px;
    font-size: 14px;
  }
  .content-c .cont-r .sao-code ul li {
    font-size: 12px;
  }
  
  .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;
  }
}

@media screen and (max-width: 1366px) {
  .content-c .cont-l .detail-news .detail-l h3 {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    margin-bottom: 12px;
  }

  .content-c .cont-l .detail-news .detail-l h3 p span {
    width: 20px;
    font-size: 18px;
    margin-right: 3px;
  }

  .content-c .cont-l .detail-news ul {
    padding-top: 20px;
  }

  .content-c .cont-l .detail-news ul li {
    height: 15px;
  }

  .content-c .cont-l .detail-news ul li a {
    height: 15px;
    line-height: 13px;
    font-size: 14px;
  }

  .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;
  }
}

@media (max-width: 1280px) {


  .content-c .cont-r .news-r ul li {
    height: 15px;
  }

  .content-c .cont-r .news-r ul li a {
    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;
  }
  .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;
  }
}