.banner .content-tit {
  font-size: 3.667rem;
}

.banner .content-mintit {
  font-size: 1.982rem;
}

.detail .detail-title {
  font-size: 1.684rem;
}

.more-news .more-title {
  font-size: 1.486rem;
}

.detail .detail-content {
  font-size: 1.189rem;
}

.switch-box span,
.more-news .news-title {
  font-size: 1.090rem;
}

.more-news .news-text,
.more-news .news-bottom {
  font-size: 0.892rem;
}

.banner .banner-content {
  width: 80%;
  box-sizing: border-box;
  text-align: center;
  top: 45.56%;
  left: 10%;
}

.banner .banner-content .content-tit {
  margin-bottom: 1.67%;
  color: #143D8E;
}

.page-header {
  width: 89.6%;
  margin: 0 auto;
  border-bottom: 2px solid #D8D8D8;
}

.page-header .return {
  display: inline-block;
  width: 4.42%;
  margin: 0 0 0.58% 2.32%;
}

.news-wrap {
  width: 89.6%;
  margin: 7.3% auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.news-wrap .detail {
  width: 64.48%;
}

.news-wrap .detail .detail-title {
  width: 77.06%;
  margin: 0 auto 3.6%;
  text-align: center;
  color: #333;
}

.news-wrap .detail .detail-content {
  width: 92.78%;
  margin: 0 auto 10.82%;
  color: #999999;
  text-align: justify;
  line-height: 2.575rem;
  word-break: break-word;
}

.news-wrap .detail .detail-content img {
  margin: 1.22% auto;
}

.news-wrap .detail .switch-box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.news-wrap .detail .switch-box .left-switch p:first-child {
  margin-bottom: 1rem;
}

.news-wrap .detail .switch-box .left-switch p span:first-child {
  color: #333;
  line-height: 1.467rem;
  font-weight: 700;
}

.news-wrap .detail .switch-box .left-switch p span:last-child {
  color: #999;
  line-height: 1.467rem;
}

.news-wrap .detail .switch-box .right-switch {
  width: 7.5%;
}

.news-wrap .more-news {
  width: 30.87%;
  box-sizing: border-box;
  padding: 3.49% 1.97% 1.16% 1.97%;
  background-color: rgba(238, 238, 238, 0.5);
}

.news-wrap .more-news .more-title {
  color: #333;
  padding-bottom: 3.76%;
  margin-bottom: 7.53%;
  font-weight: 700;
  border-bottom: 2px solid #999;
}

.news-wrap .more-news .news .new-item {
  margin-bottom: 21.6%;
  cursor: pointer;
}

.news-wrap .more-news .news .new-item .img-box {
  margin-bottom: 4.1%;
}

.news-wrap .more-news .news .new-item .news-title {
  padding-bottom: 4.32%;
  margin-bottom: 4.32%;
  border-bottom: 1px solid #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-wrap .more-news .news .new-item .news-title p {
  width: 76.67%;
  color: #666;
  line-height: 1.486rem;
  font-weight: 700;
}

.news-wrap .more-news .news .new-item .news-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-wrap .more-news .news .new-item .news-text,
.news-wrap .more-news .news .new-item .time,
.news-wrap .more-news .news .new-item .more {
  color: #999999;
  text-align: justify;
  line-height: 1.635rem;
}

.news-wrap .more-news .news .new-item .news-bottom {
  display: flex;
  justify-content: space-between;
}
