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;
}

.detail {
  width: 9.44rem;
  margin: .8rem auto;
}

.detail .title {
  font-size: .4rem;
  line-height: .72rem;
  font-weight: bold;
}

.detail img {
  width: 100% !important;
  margin: 0 auto;
  height: auto !important;
}

.detail span {
  color: #333333;
  opacity: 0.5;
  font-size: .32rem;
  line-height: 1;
  margin-top: .44rem;
}

.detail .text p {
  width: 100%;
  font-size: .32rem !important;
  text-indent: .64rem !important;
  line-height: .52rem !important;
  margin-top: .4rem !important;
}

.detail .text span {
  display: inline;
  opacity: 1;
}

.detail .text p a {
  margin: 0 !important;
  display: inline !important;
  font-size: .32rem !important;
  color: #0000ff;
}

.detail .text a {
  color: #0000ff;
}

.detail .text p span {
  margin: 0 !important;
  display: inline !important;
  font-size: .32rem !important;
  opacity: 1;
}
.detail .text h1 {
  padding: 0 !important;
  line-height: .8rem !important;
  margin: .4rem 0 !important;
}

.detail .text h1::before,
.detail .text h1::after {
  display: none;
}

.detail .text h1 span {
  font-size: .4rem !important;
  display: inline;
}
.detail .text table {
  width: 100% !important;
  display: block !important;
  margin: 0 auto !important;
  margin-top: .32rem !important;
}

.detail .text table td {
  width: 4.72rem !important;
  padding: .2rem !important;
}

.detail .text table td p {
  margin: 0 !important;
  font-size: .32rem !important;
  line-height: .52rem !important;
  font-family: sans-serif, PingFang-SC-Regular, Microsoft Yahei, Helvetica Neue, Helvetica !important;
}

.detail .text table td p span {
  margin: 0 !important;
  display: inline !important;
  font-size: .32rem !important;
  opacity: 1;
  font-family: sans-serif, PingFang-SC-Regular, Microsoft Yahei, Helvetica Neue, Helvetica !important;
}


th,
td {
  border: 1px solid #333;
}

table {
  border-collapse: collapse;
}

table a,
table span {
  margin: 0 !important;
}

.detail .text .mzsm {
  color: #a0a1ac;
}

.detail .text a {
  color: red;
  display: inline;
}

.p_n {
  width: 100%;
  background-color: #f4f5f7;
  border-radius: .013333rem;
}

.p_n li {
  width: 100%;
  padding: 0 .28rem;
  height: 1.2rem;
  border-bottom: 1px dashed #d7d8da;
}

.p_n li a {
  float: left;
  max-width: 100%;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2rem;
  font-size: .32rem;
  color: #333333;
}

.p_n li:last-child {
  border: none;
}

.hot-lesson {
  width: 9.44rem;
  margin: 0 auto;
  margin-top: .56rem;
}

.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;
}

.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;
  display: block;
  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;
}