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;
  bott