body{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.section-school {
  flex: 1;
  padding: 0;
  background-color: #F8FAFF;
}
.section-school .banner {
  width: 100%;
  height: 1.7rem;
  background-image: url(//static.biturl.cc/static/m.biturl.cc/images/cms-banner-school.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: .42rem 0 0 1.5rem;
}
.section-school .banner-title {
  line-height: .5rem;
  font-size: .36rem;
  font-weight: 600;
  color: #fff;
}
.section-school .banner-subtitle {
  line-height: .33rem;
  font-size: .24rem;
  font-weight: 400;
  color: rgba(255, 255, 255, .8);
  margin-top: .08rem;
}
.section-school .banner img {
  border-radius: 0;
}
.section-school .nav {
  height: 1.12rem;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0 .49rem;
  margin: 0 auto;
}
.section-school .nav li {
  width: 2rem;
  height: .6rem;
  line-height: .56rem;
  font-size: .3rem;
  font-weight: 400;
  color: #1D2843;
  border: 1px solid transparent;
  border-radius: .3rem;
}
.section-school .nav li.active {  
  font-weight: 600;
  background-color: #fff;
  border-color: #DBDFEA;
}
.section-school .content-list {
  padding: .04rem .3rem .6rem;
  margin: 0 auto;
}
.section-school .content-list ul {
  margin-top: 0;
  padding: .1px;
}
.section-school .content-list li {
  height: 2.1rem;
  background: #fff;
  border-radius: .04rem;
  box-shadow: none;
  padding: .35rem .37rem .35rem .26rem;
}
.section-school .content-list li .article-img {
  width: 2rem;
  height: 1.4rem;
}
.section-school .content-list li .article-info {
  width: 4.08rem;
}
.section-school .content-list .article-info .tit {
  width: 100%;
}
.section-school .content-list .article-info .subtit {
  margin-top: .06rem;
}
.section-school .content-list .article-info .reader i {
  width: .3rem;
  height: .2rem;
  background-position: -3.54rem -2.04rem;
  background-size: 5.28rem auto;
}
.section-school .content-list .article-info .reader span {
  font-size: .2rem;
  color: #8A889A;
  margin-left: .08rem;
}
.section-school .content-list .article-info .timer i {
  width: .24rem;
  height: .24rem;
  background-position: -3.18rem -2.08rem;
  background-size: 5.4rem auto;
}
.section-school .content-list .article-info .timer span {
  font-size: .2rem;
  color: #8A889A;
  margin-left: .08rem;
}
.more-box {
  text-align: center;
  padding-top: 0.22rem;
}
.view-more-btn {
  display: inline-block;
  width: 2.8rem;
  height: 0.6rem;
  line-height: .6rem;
  font-size: .26rem;
  color: #fff;
  text-align: center;
  background-color: #4D7EF4;
  border-radius: 0.3rem;
}


.section-list .banner {
  background-image: url(//static.biturl.cc/static/m.biturl.cc/images/cms-banner-list.jpg);
}
.section-list .banner .banner-subtitle {
  text-transform: uppercase;
}
.section-list .content-list {
  padding: .3rem .3rem .1rem;
}

.market-page {
  padding: .22rem 0 .5rem;
}
.market-page .page_div {
  justify-content: space-between;
}
.market-page .page_div button {
  height: .45rem;
  line-height: .4rem;
  font-size: .24rem;
  color: #8A889A;
  background-color: #F8FAFF;
  border-radius: 0;
  border: 1px solid #8A889A;
  
}
.market-page #firstPage,
.market-page #lastPage,
.market-page #nextPage,
.market-page #prePage {
  width: 1.08rem;
  color: #8A889A;
  background-color: #F8FAFF;
  border: 1px solid #8A889A;
  border-radius: 0;
}
.market-page .page_div .current {
  color: #fff;
  background-color: #4D7EF4;
  border-color: #4D7EF4;
}
.section-detail .article-content {
  padding: .4rem .5rem .4rem;
}
.section-detail .article-content .title p {
  line-height: .5rem;
  font-size: .36rem;
}
.section-detail .article-content .title {
  padding-bottom: .14rem;
}
.section-detail .article-content .title .timer i,
.section-detail .article-content .title .reader i {
  background-image: url(//static.biturl.cc/static/m.biturl.cc/images/icon.png);
  background-repeat: no-repeat;
  margin-right: .08rem;
}
.section-detail .article-content .title .timer i {
  width: .24rem;
  height: .24rem;
  background-position: -3.18rem -2.08rem;
  background-size: 5.4rem auto;
}
.section-detail .article-content .title .reader i {
  width: .3rem;
  height: .2rem;
  background-position: -3.54rem -2.04rem;
  background-size: 5.28rem auto;
}
.section-detail .article-content .title .timer span,
.section-detail .article-content .title .reader span {
  line-height: .28rem;
  font-size: .2rem;
  color: #8A889A;
}
.section-detail .article-content .article-info p img {
  height: auto !important;
}
.section-detail .article-content .article-info {
  padding: .24rem 0 .2rem;
}
.section-detail .post-nav {
  padding: .32rem 0 .36rem;
}
.section-detail .post-nav .post-nav-button {
  width: 1.5rem;
  height: 0.6rem;
  line-height: .54rem;
  font-size: .28rem;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  margin: 0 0.3rem;
}
.section-detail .post-nav .post-prev-btn {
  color: #8A889A;
  background-color: #fff;
  border-color: #8A889A;
}
.section-detail .post-nav .post-next-btn {
  color: #fff;
  background-color: #4D7EF4;
  border-color: #4D7EF4;
}
.section-detail .content-list .title {
  padding-left: 0;
  margin-bottom: .3rem;
}

.section-services {
  width: 100%;
  height: 3.16rem;
  background-image: url(//static.biturl.cc/static/m.biturl.cc/images/bg-services.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 3.16rem;
  margin-top: 0.16rem;
  padding-top: 0.45rem;
}
.section-services .title {
  font-size: 0.3rem;
  font-weight: bold;
  color: rgba(9, 109, 222, 1);
  text-align: center;
}
.section-services .subtitle {
  font-size: 0.2rem;
  /* font-weight:bold; */
  color: #4d4d4d;
  text-align: center;
  margin-top: 0.21rem;
}
.section-services button {
  width: 3.4rem;
  height: 0.7rem;
  background: rgba(9, 109, 222, 1);
  border-radius: 0.05rem;
  font-size: 0.3rem;
  color: rgba(245, 245, 245, 1);
  display: block;
  margin: 0.33rem auto 0;
}

