.banner-news {
  background: url(../imgs/news/banner-m.jpg) center center no-repeat;
  height: 225px;
}

.news-1 {
  background: #f6f6f6;
  padding: 30px 0;
}

.news-1 .news-1-wrap .news-1-l img {
  width: 100%;
}

.news-1 .news-1-wrap .swiper-slide .news-1-l img {
  display: block;
}

.news-1 .news-1-wrap {
  width: 80%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  top: 0;
}


.news-1 .news-1-wrap .swiper-container {
  width: 100%;
  height: 100%;
}


.news-1 .news-1-wrap .news-1-r {
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}

.news-1 .news-1-wrap .news-1-r p {
  color: #6d6d6d;
  font-size: 0.32rem;
}

.news-1 .news-1-wrap .news-1-r h4 {
  color: #004ea1;
  font-size: 0.36rem;
  font-weight: 600;
  margin-top: 10px;
}

.news-1 .swiper-pagination.swiper-pagination-bullets {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: initial;
}

.news-1 .swiper-pagination.swiper-pagination-bullets>span {
  margin-left: 10px;
}

.news-2 .news-2-wrap {}

.news-2 .news-2-l {
  width: 100%;
}

.news-2 .news-2-l ul {
  width: 88%;
  margin: 0 auto;
}

.news-2 .news-2-l ul li:hover .news-2-li-r {
  background: rgba(0, 0, 0, 0.03);
}

.news-2 .news-2-l>ul>li>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.news-2 .news-2-wrap .news-2-l-title {
  text-align: center;
  margin: 20px 0;
}

.news-2 .news-2-wrap .news-2-l-title span {
  color: #000;
  font-size: 0.32rem;
  display: inline-block;
  padding: 5px 10px;
}

.news-2 .news-2-wrap .news-2-l-title span.active {
  background: #004ea1;
  color: #fff;
  font-weight: 550;
}

.news-2 .news-2-wrap .news-2-li-l {
  width: 137px;
}

.news-2 .news-2-wrap .news-2-li-l img {
  width: 100%;
  display: block;
}

.news-2 .news-2-wrap .news-2-li-r {
  width: -webkit-calc(100% - 137px);
  width: calc(100% - 137px);
  padding: 0.15rem 0.7rem 0.15rem 0.3rem;
  box-sizing: border-box;
}

.news-2 .news-2-wrap .news-2-li-r p {
  font-size: 0.32rem;
  color: #6d6d6d;
  margin-top: 12px;
}

.news-2 .news-2-wrap .news-2-li-r h3 {
  font-size: 0.32rem;
  color: #000;
  font-weight: 600;
  margin: 0.3rem 0 0.1rem;
}

.news-2 .news-2-wrap .news-2-r {
  margin-right: auto;
  width: 20%;
  box-shadow: 0px 5px 15px 0px rgba(78, 93, 105, 0.15);
  padding: 20px;
  margin-top: 1.5rem;
}

.news-2 .news-2-wrap .news-2-r h5 {
  color: #000;
  font-size: 0.32rem;
  font-weight: 550;
}

.news-2 .news-2-wrap .news-2-r ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px 0;
}

.news-2 .news-2-wrap .news-2-r ul li h6 {
  color: #000000;
  font-size: 0.32rem;
  font-weight: 500;
}

.news-2 .news-2-wrap .news-2-r ul li p {
  color: #6d6d6d;
  font-size: 0.32rem;
  margin-top: 6px;
}

#app .news-2 .pagination-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88%;
  margin: 10px auto 20px;
}

#app .news-2 .pagination-flex>div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
}

#app .news-2 .pagination-flex>div button {
  width: 100%;
}

#app .news-2 .pagination-flex .flex-m {
  background: #004EA1;
  font-size: .35rem;
  color: #fff;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin-top: 2px;
}

.new-detail {
  font-size: initial;
  margin-top: 80px;
}

.new-detail .new-detail-wrap {}

.new-detail .new-detail-l {
  width: 88%;
  margin: 0 auto;
}

.new-detail .new-detail-l li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.new-detail .new-detail-wrap .new-detail-l-title span {
  color: #000;
  font-size: 0.32rem;
  display: inline-block;
  padding: 5px 10px;
}

.new-detail .new-detail-wrap .new-detail-l-title span.active {
  background: #004ea1;
  color: #fff;
  font-weight: 550;
}

.new-detail .new-detail-wrap .new-detail-li-l {
  width: 30%;
}

.new-detail .new-detail-wrap .new-detail-li-l img {
  width: 100%;
  height: 100%;
}

.new-detail .new-detail-wrap .new-detail-li-r {
  width: 70%;
  padding: 6px 10px;
  box-sizing: border-box;
}

.new-detail .new-detail-wrap .new-detail-li-r p {
  font-size: 0.32rem;
  color: #6d6d6d;
}

.new-detail .new-detail-wrap .new-detail-li-r h3 {
  font-size: 0.32rem;
  color: #004ea1;
  font-weight: 600;
  margin: 20px 0;
}

.new-detail .new-detail-wrap .new-detail-r {
  margin-right: auto;
  width: 20%;
  box-shadow: 0px 5px 15px 0px rgba(78, 93, 105, 0.15);
  padding: 20px;
  margin-top: 1.5rem;
}

.new-detail .new-detail-wrap .new-detail-r h5 {
  color: #000;
  font-size: 0.32rem;
  font-weight: 550;
}

.new-detail .new-detail-wrap .new-detail-r ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px 0;
}

.new-detail .new-detail-wrap .new-detail-r ul li h6 {
  color: #000000;
  font-size: 0.32rem;
  font-weight: 500;
}

.new-detail .new-detail-wrap .new-detail-r ul li p {
  color: #6d6d6d;
  font-size: 0.32rem;
  margin-top: 6px;
}

.new-detail p {
  font-size: 0.32rem;
  color: #333333;
}

.new-detail h2 {
  font-size: 0.45rem;
  font-weight: 600;
}

.new-detail .p-2 {
  color: #6d6d6d;
  font-size: 0.32rem;
  margin: 0.35rem 0 0.65rem;
}

.new-detail .p-3 {
  color: #6d6d6d;
  font-size: 0.32rem;
  margin-bottom: 0.3rem;
}

.new-detail .p-4 {
  text-align: center;
  color: #6d6d6d;
  margin-bottom: 0.4rem;
}

.new-detail .img-1 {
  width: 100%;
  margin: 0.2rem 0 0.1rem;
}

.new-detail .new-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.8rem 0;
}

.new-detail .new-footer .new-footer-l {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.32rem;
  line-height: 0.32rem;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.new-detail .new-footer .new-footer-m {
  display: inline-block;
  padding: 10px;
  /* height: 0.32rem; */
  width: 3rem;
  background: #004ea1;
  color: #fff;
  font-size: 0.32rem;
  margin: 0 10px;
  line-height: 0.32rem;
  text-align: center;
}

.new-detail .new-footer .new-footer-r {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.32rem;
  line-height: 0.36rem;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.html-class img {
  max-width: 100%;
}