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:                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  $      F  >   d4j   N v   a  I\  =EB>Ύt k3 @}`^; k3 @}`^; k3 @}`^; k3 @}`^; k3 @}`^; k3 @}`^; k3 @}`^; k3 @}`^; k3 @}`^; k3\P\P\P\P\P\P\P+P+P+P+P+P+P+P+P+P+xvy>/rigin: 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-le;\2h: 0;
  hi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: elliH@Wg -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  overflow:$w:$w:$w:$w:$w:$w:$w:$w:$w:$w:$w:$w:$w:$w:$w:$w:$w:$w:$w:$w:$w:$w:$w:$w:$w:$~translateY(-50%);
}

.content-c .cont-r .live-r .scroll_cont .live-item .live-msg p a}a  I\  lefCont-l .lesVJont-l .lesVJont-l .lesVJont-l .lesVJont-l .lesVJonv:$w:$w:47:47:47>IoJJ%5w8zMcMcMcMcMcMcMcMcitle .origin p a {
  display&jr: #006cff;
}

.c@0 .c@0 .c@0 .c@0 .c@0-c .cont-l .lesson-23 ul li:hoverZ(ont-r .news-r ul li.hot a {
  padding-right: 22px;
  max-widtht a {
 j-height:\  ledQ{r ul li.hot a {
  padding-right: 22px;
  max-widtht a {
 j-height:\  ledQ{r ul li.hot a {
  padding-right: 22px;
  max-widtht a {
 j-height:\  ledQ{r ul li.hot a {
  padding-right: 22ght: 22ght: 22ght: li.hot a {Kbb^B p		 			   
						  <div   id="xjvrnthsjylg"   class="layui-row lay9:مRij3u relative;
}

.content-c .cont-lNHCj;=Bzu		 		 		 xPidth: 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;
}

.conteXVӇS2px;
  max-widtht a {
 j-height:\  ledQ{r ul li.hot a {
  padding-right: 22px;
  max-widtht a {
 j-height:\  ledQ{r ul li.hot a {
  padding-right: 22px;
  max-widtht a {
 j-height:\  ledQ{r ul li.hot a {
  padding-right: 22ght: 22ght: 22ghtB?~`&LA<_n-left: -8px;
}

.5p  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: #9872zt(Knmmmmmmmmm4Tmmmmmْt-luzmmmme	~]mmmmْt-luzmmmme	~]mmmmْt-luzmmmme	~]mmmmْt-luzmmmme	~]mmi-l;
  -moz-line-clamp: 1;
  -moz-box-orient: vertiient(}ap .scroll_slider {
  position: a1tion: a1Mt;
  border-le;\5,;"a1M);
  });
  </scripcd/scripcd/scripcd/scripcd/scripcd/scripcd/scripcd/scripcd/scripcd/scripcd/scripcd/scripcd/scripcd/scripcd/scripcd/scripcd/scripcd/scripcd/scripc$]`]`]`]`X;
}

.content-c .cont-r .live-r .scroll_cont .9Vcripcd/scripcd/scripcd/scripcd/scripc$]`]`]`]`X;
}

.content-c .cont-r .live-r .scroll_cont .9Vcripcd/scripcd/scripcd/scripcd/scripc$cd/sm { x<)u  padding-right: 22px;
  max-widtht a {
 j-height:\  ledQ{r ul li.hot a {
  padding-right: 22ght: 22ght: 22ghtB?~`&LA<_n-left: -8px;
}

.5p  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  margin: 10px au1111111111111111111111[V999999;
  bottom: 20%ul li a:hover {
  color: #e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0#e0/9sO$O$Ռcd/scripcd/scripcd/scripcd/scripcd/scripcd/scripcd/scripcd/scripcd/scripcd/scripcd/\1t$cd/scripcd/scripcd/scripc$cd/sm { x<)u  padding-right: 22px;
  max-widtht a {
 j-heiUnt .live-item .live-msg p a}a  I\  lefCont-l .lesVJonpcont-l .lesVJonpcont-l .lesVJonpcont-l .lesVJonpcont-l .lesVJonpcont-l .lesVJonpct: 22g#e0#e0#e0#e0#e0?Me-item .live-msg p {Xsd/scripcd/scripcd/scr,ɺ/54Lp@ipcd/scripcd/scripcd/scripcd/scripcd/scripcd/scripcd/scripcd/scripcd/scripcd/\1t$cd/scripcd/scripcd/scripc$cd/sm { x<)ufi`pp0#e0#e0#e0#e0?Me-item .live-msg $"p#e0#e0#ft: -8px;
}

.5p  font--Ftent-c .cont-l .article p {
  font-size: 16px;
  lir#9Vcripcd/scripcd/scripcd/scripcd/scripc$]`]`]`]`X;
}

.content-c .cont-r .live-r .scroll_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_cS2px;
 9c9D;
  t;
  tccon_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_cc$cd/sm {-msg $"p#e0#e0#ft: -8px;
}

.5p  font--Fe-r .srY<non_cig,
.content-c .cont-l .detail-title .origin .small {
  display: block;
  line-\,8CgPd(s86qpx;
}

.p .scroll_slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  border-radius: 3pjǏVtop: 5G=s<تs<تs<تs<تs<تs<تs<تs<تs<تs%C: elliH@Wg -webkit-bobobobobobobobobobobobobo|tYtB?~~~~~~`
u=Bzu		 		 		 xPidth: 100%;
wQ2ZVmLρ}a  I\  lefC0r~]]]lesVJonpcont-l .lesVJonpct: 22g#e0#e0#e0#e0#e0?Me-item .live-msg p {X+	/To2g#e0#e0#e0#e0#e0?Me-item .live-msg p {X+	/To2g#e0#e0#e0#e0#e0?Me-item .live-msg p {X+	/T p {X+	/T p {X+	/T p {Xi+	/T pA22g#e0#e0#e0#e0#e0?Me-item .live-msg p {X+	/To2g#e0#e0#e0#e0#e0?Me-item .live-msg p {X+	/To2g#e0#e0#.content-c .cont-r .live-r .scroll_cont .live-item .live-teacher spa}

YөYa/bbox-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;4A67c; %;
V%;
V_y*@<;
}

.content-c .con p {X+	/T p {Xi+	/T pA22g#e0#e0#e0#e0#e0?Me-item .live-msg p {X+	/To2g#e0#e0#e0#e0#e0?Me-item .live-msg p {X+	/To2g#e0#e0#.content-c .cont-r .live-r .scroll_cont .live-item .live-teacher spa}

YөYYt;
  tccon_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_con_cc$cd/sm {-msg $"p#e0#e