h1 {
  width: 100%;
  margin: 0 auto;
  font-size: .48rem;
  line-height: 1;
  font-weight: bold;
  padding-left: .48rem;
  position: relative;
}

h1 span {
  display: inline;
  color: #dc0000;
}

h1::after {
  display: block;
  content: '';
  width: .266667rem;
  height: .266667rem;
  background-color: #dc0032;
  border-radius: .053333rem;
  opacity: 0.2;
  position: absolute;
  top: .16rem;
  left: .08rem;
}

h1::before {
  display: block;
  content: '';
  width: .266667rem;
  height: .266667rem;
  background-color: #dc0032;
  border-radius: .053333rem;
  position: absolute;
  top: .01rem;
  left: 0;
}

h1 a {
  float: right;
  font-size: .28rem;
  line-height: .48rem;
  color: #5e6370;
  font-weight: normal;
}

h1 img {
  width: .64rem;
  height: .36rem;
  position: absolute;
  left: 2.68rem;
  top: 0;
  animation: checkin 0.5s ease infinite alternate;
}

h1 p {
  width: 6.533333rem;
  border-bottom: .04rem dashed #5e6370;
  opacity: 0.5;
  margin-top: 0.22rem;
  float: right;
}

@keyframes checkin {
  0% {
    transform: translateY(0.05rem);
    -ms-transform: translateY(0.05rem);
    -moz-transform: translateY(0.05rem);
    -webkit-transform: translateY(0.05rem);
    -o-transform: translateY(0.05rem);
  }

  100% {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

.location {
  width: 100%;
  height: .68rem;
  background-color: #f4f5f7;
  border-radius: .013333rem;
  padding: 0 .28rem;
}

.location a,
.location span {
  float: left;
  font-size: .32rem;
  line-height: .68rem;
  color: #333333;
  margin-right: .12rem;
}

.wenzhang-list {
  width: 9.44rem;
  margin: 0 auto;
  margin-top: .386667rem;
  position: relative;
}

.wenzhang-list .classify-btn {
  width: 1.333333rem;
  height: 1.333333rem;
  background-color: #fdebed;
  border-radius: 50%;
  box-shadow: 0px 0px 0.4rem 0px #fdebed;
  position: absolute;
  right: .08rem;
  top: -0.8rem;
  z-index: 1;
}

.wenzhang-list .classify-btn img {
  width: .546667rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.wenzhang-list ul {
  width: 100%;
}

.wenzhang-list ul li {
  width: 100%;
  height: 1.946667rem;
  margin-bottom: .4rem;
}

.wenzhang-list ul li .img {
  width: 3.466667rem;
  height: 1.946667rem;
}

.wenzhang-list ul li .img img {
  width: 100%;
  height: 100%;
}

.wenzhang-list ul li div {
  width: 5.573333rem;
  height: 100%;
  position: relative;
}

.wenzhang-list ul li div a {
  float: left;
  max-width: 100%;
  font-size: .36rem;
  line-height: .4rem;
  height: .4rem;
  overflow: hidden;
  color: #333333;
  font-weight: bold;
}

.wenzhang-list ul li div p {
  float: left;
  width: 100%;
  font-size: .32rem;
  line-height: .426667rem;
  color: #333333;
  margin-top: .24rem;
  height: .8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: .506667rem;
}

.wenzhang-list ul li div span {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: .28rem;
  line-height: 1;
  color: #333333;
  opacity: 0.5;
}

.wenzhang-list ul li.no-img {
  height: auto;
  padding-bottom: .44rem;
  position: relative;
}

.wenzhang-list ul li.no-img div {
  width: 100%;
}

.wenzhang-list ul li.no-img div p {
  -webkit-line-clamp: 3;
  height: auto;
  max-height: 2.106667rem;
}

.wenzhang-list ul li.no-img span {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: .28rem;
  line-height: 1;
  color: #333333;
  opacity: 0.5;
}

.wenzhang-list ul li:last-child {
  margin-bottom: 0;
}

.wenzhang-list .page {
  width: 3.12rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  box-pack: space-between;
  margin: 0 auto;
  margin-top: 1.32rem;
}

.wenzhang-list .page a {
  width: .586667rem;
  height: .586667rem;
}

.wenzhang-list .page a img {
  width: 100%;
  height: 100%;
}

.wenzhang-list .page p {
  font-size: .32rem;
  line-height: 1;
}

.wenzhang-list .page p span {
  display: inline;
}

.wenzhang-list .page p span:nth-child(1) {
  font-size: .533333rem;
}

.layer {
  width: 10rem;
  max-height: 100vh;
  position: fixed;
  left: 50%;
  bottom: 0;
  margin-left: -5rem;
  transform: translateY(100%);
  -ms-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  padding: 0 .28rem;
  padding-bottom: .8rem;
  background: #ffffff;
  overflow: hidden;
  overflow-y: scroll;
  box-shadow: 0px 0px 0.4rem 0px rgba(137, 137, 137, 0.19);
  opacity: 0;
  transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  z-index: 3;
}

.layer .close-layer {
  width: .48rem;
  height: .48rem;
  position: absolute;
  right: .4rem;
  top: .4rem;
}

.layer .close-layer img {
  width: 100%;
  height: 100%;
}

.layer h2 {
  height: .56rem;
  line-height: .56rem;
  font-size: .373333rem;
  margin-top: .8rem;
}

.layer h2 a {
  display: inline-block;
  width: 1.146667rem;
  height: .56rem;
  border-radius: .12rem;
  background-color: #f2f4f6;
  color: #000000;
  text-align: center;
  line-height: .56rem;
  font-size: .32rem;
}

.layer .choose-btn {
  padding-top: .133333rem;
  *zoom: 1;
}

.layer .choose-btn::after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.layer .choose-btn a {
  width: 2.92rem;
  margin-right: calc((100% - 2.92rem - 2.92rem - 2.92rem) / 2);
  height: .56rem;
  background-color: #f2f4f6;
  color: #000000;
  border-radius: .12rem;
  line-height: .56rem;
  font-size: .32rem;
  text-align: center;
  margin-top: .24rem;
  float: left;
}

.layer .choose-btn a:nth-child(3n) {
  margin-right: 0;
}

.layer a.this {
  color: #ffffff;
  background-color: #dc0000;
}

.layer-open {
  z-index: 10;
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
}

.hot-lesson {
  width: 9.44rem;
  margin: 0 auto;
  margin-top: 1rem;
}

.hot-lesson ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  box-pack: space-between;
  flex-wrap: wrap;
  margin-top: .533333rem;
}

.hot-lesson ul li {
  width: 4.44rem;
  box-shadow: 0px 0px 0.4rem 0px rgba(62, 93, 235, 0.19);
  border-radius: .24rem;
  position: relative;
  margin-bottom: .4rem;
}

.hot-lesson ul li a {
  width: 100%;
}

.hot-lesson ul li a img {
  width: 100%;
  border-radius: .24rem .24rem 0 0;
}

.hot-lesson ul li a p {
  width: 4.04rem;
  margin: 0 auto;
  height: .33rem;
  font-size: .32rem;
  overflow: hidden;
  line-height: .36rem;
  color: #5e6370;
  margin-top: .2rem;
}

.hot-lesson ul li a span {
  width: 4.04rem;
  margin: 0 auto;
  text-align: right;
  margin-top: .12rem;
  margin-bottom: .2rem;
  color: #ff000f;
  font-size: .36rem;
  line-height: 1;
  font-weight: bold;
}

.hot-lesson ul li.new::after {
  display: block;
  content: '';
  width: .866667rem;
  height: .853333rem;
  position: absolute;
  background: url(../../images/news/new-s-tit.png) no-repeat center center;
  background-size: 100%;
  top: -0.026667rem;
  left: -0.04rem;
}

.hot-lesson ul li:nth-child(3),
.hot-lesson ul li:nth-child(4) {
  margin-bottom: 0;
}

.tips-msg {
  width: 100%;
  margin-top: 1.066667rem;
}

.tips-msg .swiper {
  width: 100%;
  height: 100%;
}

.tips-msg .swiper .swiper-slide {
  width: 100%;
  padding-top: 1.2rem;
  background: #ffffff;
}

.tips-msg .swiper .swiper-slide ul {
  width: 100%;
}

.tips-msg .swiper .swiper-slide ul li {
  width: 9.44rem;
  height: .4rem;
  margin: 0 auto;
  margin-top: .4rem;
  line-height: .4rem;
}

.tips-msg .swiper .swiper-slide ul li span {
  width: .4rem;
  height: 0.4rem;
  border-radius: 50%;
  text-align: center;
  background: #cccccc;
  font-size: .32rem;
  line-height: .4rem;
  float: left;
  color: #ffffff;
}

.tips-msg .swiper .swiper-slide ul li a {
  max-width: 6.96rem;
  font-size: .32rem;
  float: left;
  margin-left: .16rem;
  color: #333333;
  line-height: .4rem;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tips-msg .swiper .swiper-slide ul li i {
  display: block;
  font-style: normal;
  float: right;
  font-size: .32rem;
  line-height: .4rem;
}

.tips-msg .swiper .swiper-slide ul li:nth-child(1) span {
  background: #dc0032;
}

.tips-msg .swiper .swiper-slide ul li:nth-child(1) a {
  color: #dc0032;
}

.tips-msg .swiper .swiper-slide ul li:nth-child(2) span {
  background: #fa7744;
}

.tips-msg .swiper .swiper-slide ul li:nth-child(2) a {
  color: #fa7744;
}

.tips-msg .swiper .swiper-slide ul li:nth-child(3) span {
  background: #fac944;
}

.tips-msg .swiper .swiper-slide ul li:nth-child(3) a {
  color: #fac944;
}

.tips-msg .swiper .swiper-pagination {
  width: 9.44rem;
  height: .8rem;
  top: 0;
  left: 50%;
  margin-left: -4.72rem;
}

.tips-msg .swiper .swiper-pagination span {
  width: 2.933333rem;
  height: .8rem;
  border-radius: .12rem;
  background-color: #eff1f4;
  opacity: 1;
  float: left;
  margin-right: .32rem;
  color: #dc0000;
  text-align: center;
  font-weight: bold;
  line-height: .82rem;
  font-size: .36rem;
  transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.tips-msg .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #dc0000;
  color: #ffffff;
}