#pages a:hover {
  border: 1px solid #e6202a;
  background-color: #e6202a;
  color: #fff;
}

#pages span {
  border: 1px solid #e6202a;
  background-color: #e6202a;
  color: #fff;
  font-weight: bold;
  position: relative;
  top: 0px;
}

#pages a.previous {
  position: relative;
  top: 0px;
  width: 25px;
  height: 32px;
  border-radius: 5px;
  border: 1px solid #dddddd;
}

#pages a.next {
  width: 25px;
  height: 32px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  position: relative;
  top: 0px;
}
#pages span {
  width: 30px;
  height: 32px;
  border-radius: 5px;
  padding-left: 3px;
  padding-right: 3px;
}
#pages a {
  width: 30px;
  height: 34px;
  height: 32px;
  border-radius: 5px;
  border: 1px solid #dddddd;
}
#pages-num {
  width: 40px;
  height: 32px;
  border-radius: 5px;
  border: 1px solid #dddddd;
}

#pages font a {
  width: 46px;
  height: 32px;
}
/* 移动端头部  start */
.m-header {
  display: none;
}
.header3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* height: 80px; */
  /* padding: 0 0 0 20px; */
  padding: 15px 20px;
  background: #fff;
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.header3-logo {
  margin: 0;
}

.header3-logo a img {
  width: 195px;
  height: 40px;
}

.header3-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 60px; */
  height: 100%;
  margin: 0;
}

/* .header3-button::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #e6c390;
} */

/* .header3-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: -5px;
  border-right: #e6c390 6px solid;
  border-bottom: transparent 60px solid;
} */

.header3-button .img1 {
  position: relative;
  z-index: 10;
  width: 22px;
  height: 14px;
}

.header3-button .img2 {
  display: none;
  position: relative;
  z-index: 10;
  width: 24px;
  height: 24px;
}

.button-mobile .img1 {
  display: none;
}

.button-mobile .img2 {
  display: block;
}
/* 移动端导航栏 start */
.mobile {
  /* opacity: 0; */
  position: fixed;
  z-index: 15;
  top: 70px;
  /* left: 0; */
  right: -110%;
  width: 100%;
  height: calc(100% - 70px);
  padding: 30px 20px;
  /* padding: 20px 20px 30px; */
  background-color: #e62129;
  /* background-image: -moz-linear-gradient(0, rgb(207, 30, 37) 0%, #e62129 100%);
  background-image: -webkit-linear-gradient(0, rgb(207, 30, 37) 0%, #e62129 100%);
  background-image: -ms-linear-gradient(0, rgb(207, 30, 37) 0%, #e62129 100%); */
  overflow: hidden;
  overflow-y: scroll;
  transition: all 0.5s;
}

.mobile-right {
  /* z-index: 15; */
  right: 0;
  /* opacity: 1; */
}

.mobile-list1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.mobile-list1 li {
  text-align: center;
  margin-right: 15px;
}

.mobile-list1 li a {
  font-size: 16px;
  color: #ffffff;
}

.mobile-list2 {
  width: 100%;
  margin-bottom: 25px;
}

.mobile-list2 li {
  width: 100%;
}

.mobile-list2 li .con {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.45); */
}

.mobile-list2 li .con a {
  /* flex: 1; */
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
}

.mobile-list2 li .con .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}

.mobile-list2 li .con .arrow img {
  width: 40px;
  height: 40px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

.mobile-list2 > .on > .con > .arrow > img {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

.mobile-list2-ul2 {
  display: none;
  width: 100%;
}

.mobile-list2-ul2 li .con {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.35); */
}

.mobile-list2-ul2 li .con a {
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}

.mobile-list2-ul2 li .con .arrow {
  height: 55px;
}

.mobile-list2-ul2 > .on > .con > .arrow > img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

.mobile-list2-ul3 {
  display: none;
  width: 100%;
}

.mobile-list2-ul3 li .con {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.mobile-list2-ul3 li .con a {
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.mobile-list2-ul3 li .con .arrow {
  height: 50px;
}

.mobile-list2-ul3 > .on > .con > .arrow > img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

.mobile-list2-ul4 {
  display: none;
  width: 100%;
}

.mobile-list2-ul4 li .con {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.mobile-list2-ul4 li .con a {
  height: 45px;
  line-height: 45px;
  padding-left: 30px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.mobile-list2-ul4 li .con .arrow {
  height: 45px;
}

.mobile-list2-ul4 > .on > .con > .arrow > img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

.mobile form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.header3-logo .logo1 {
  display: block;
}
.header3-logo .logo2 {
  display: none;
}
.header3-logo.shows .logo1 {
  display: none;
}
.header3-logo.shows .logo2 {
  display: block;
}
/* 底部 */
* {
  padding: 0;
  margin: 0;
}
.my-footer p {
  padding: 0;
  margin: 0;
}

.my-footer {
  display: none !important;
  padding: 10px 15px;
  height: 170px;
  background: #e62129;
  font-size: 12px;
  color: #ffffff;
  text-align: left;
  position: relative;
  line-height: 24px;
}
.my-footer .hcg {
  width: 100px;
  height: 30px;
}

.my-footer .wx {
  display: flex;
  margin-top: 5px;
}
.my-footer .wx img {
  height: 20px;
  width: 20px;
}
.pc {
  display: block;
}
/* 首页移动端 */
.phonea {
  display: none;
  min-height: calc(100vh - 170px);
  overflow: scroll;
}
.bannera {
  position: relative;
  width: 100%;
}
.bannera img {
  width: 100%;
  height: 600px;
}
.newsa {
  text-align: center;
}
.newsa .nav_title_logo {
  margin: 20px 0 10px 0;
  height: 41px;
}
.newsa .new-bannera {
  padding: 0 15px;
}
.newsa .new-bannera .swiper-slide img {
  width: 100%;
  height: 259px;
}
.newsa .new-bannera .swiper-slide .news-info {
  padding: 0 3px;
  text-align: left;
}
.newsa .new-bannera .swiper-slide .news-info .time {
  font-size: 16px;
  color: #e62129;
  font-weight: bold;
  padding: 10px 0 5px;
}
.newsa .new-bannera .swiper-slide .news-info .title {
  font-size: 16px;
  font-weight: bold;
  color: #1c1c1e;
}
.newsa .new-bannera .swiper-slide .news-info .value {
  font-size: 14px;
  padding-top: 5px;
  color: #757575;
}
.ellipsis {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newsa .swiper-pagination {
  position: unset;
  margin: 20px 0;
}
.newsa .swiper-pagination .swiper-pagination-bullet {
  background: #d8d8d8;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 10px;
  opacity: 1;
}
.newsa .swiper-pagination .swiper-pagination-bullet-active {
  background: #e62129;
}
.phonea .news-list_2 {
  padding: 0px 15px;
}
.phonea .news-nav {
  display: flex;
  overflow: scroll;
  justify-content: space-between;
  text-align: center;
  background: #f2f2f2;
}
.phonea .news-nav-item {
  /* width: 24%; */
  min-width: 85px;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #999999;
  flex-shrink: 0;
}
.phonea .news-nav-active {
  font-weight: bold;
  border-top: 5px #e62129 solid;
  color: #e62129;
  line-height: 35px;
}
.phonea .nav-news {
  margin: 5px 0 20px;
}
.nav-news .news-item {
  display: flex;
  font-size: 16px;
  line-height: 45px;
  height: 45px;
  width: 100%;
  text-align: left;
}
.nav-news .news-item .time {
  flex-shrink: 0;
  width: 60px;
  height: 45px;
  color: #e62129;
}
.nav-news .news-item .line {
  width: 1px;
  height: 24px;
  background: #d8d8d8;
  margin-right: 14px;
  align-self: center;
}
.nav-news .news-item .title {
  height: 45px;
  color: #444444;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
}
.phonea .news-list_3 .news-img {
  width: 100%;
  margin-bottom: 20px;
}
/* 单信息文章 */
.phlm .nav_title_logo {
  margin: 20px 0 10px 0;
  height: 41px;
}

.phlm .margin {
  margin: 0px 15px 20px 15px;
}

.phlm .article {
  padding: 0 15px;
}

.phlm .article .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #e62129;
}

.phlm .article .line {
  margin: 10px 0;
  border-top: 1px dashed #d1d1d6;
  width: 100%;
  height: 0;
}

.phlm .article .time {
  font-size: 14px;
  color: #999999;
  text-align: left;
}

.phlm .article .content {
  padding: 20px 0;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #333333;
}

.phlm .article .content img {
  max-width: 345px !important;
  height: auto !important;
}
.showaq {
  display: none;
}
@media screen and (max-width: 1200px) {
  * {
    box-sizing: border-box;
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial",
      sans-serif;
  }
  #pages a.previous {
    position: relative;
    top: 0px;
    width: 20px;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #dddddd;
  }

  #pages a.next {
    width: 20px;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    position: relative;
    top: 0px;
  }
  #pages span {
    width: 20px;
    height: 32px;
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
  }
  #pages a {
    width: auto;
    height: 34px;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    padding: 0;
  }
  /* #pages-num {
    width: 20px;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #dddddd;
  } */

  body {
    background-color: #fff !important;
  }
  .ycs,
  .pc,
  .showab {
    display: none !important;
  }
  .my-footer,
  .phonea,
  .showaq {
    display: block !important;
  }
  .headh5 {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
  }
  .w {
    width: 95%;
  }
  .m-header {
    display: block !important;
  }
  .tou {
    height: 70px;
    display: flex;
    justify-content: space-between;
  }
  .body-over .tou,
  .body-over .header3 {
    background: rgb(207, 30, 37);
  }
  #full-bar {
    padding: 0;
    min-width: 100%;
    height: 150px;
  }
  #full-bar img {
    width: 100%;
    height: 100%;
  }
  #sub-nav-container,
  #article-content-container,
  #article-list-container {
    min-width: 100%;
    width: 100%;
  }

  .news-wrap .news-box .news-content .content img,
  .news-wrap .news-box .news-content .content p img,
  .news-wrap .news-box .news-content .content span img,
  .news-wrap .news-box .news-content .content p span img {
    min-width: 100% !important;
    height: auto !important;
  }

  .center-list-wrap .data-list.img li .name {
    width: 60%;
  }
  .center-list-wrap {
    padding: 0px;
  }
  .center-list-wrap .data-list.img li .subtitle {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .center-list-wrap .data-list.img li .img {
    display: none;
  }
  .center-list-wrap .data-list.img li {
    padding-left: 10px;
  }
}
@media screen and (max-width: 500px) {
  .news-wrap .news-box .news-content .content img,
  .news-wrap .news-box .news-content .content p img,
  .news-wrap .news-box .news-content .content span img,
  .news-wrap .news-box .news-content .content p span img {
    width: 100%;
  }
  .news-wrap {
    padding: 15px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .news-wrap .news-box .news-content .title {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 0px;
    padding: 0;
  }
  .news-wrap .news-box .news-content .sub-title {
    font-size: 14px;
    line-height: 20px;
  }
  .news-wrap .news-box .news-content .content {
    padding: 10px 0 10px;
    margin-bottom: 20px;
  }
  .news-wrap .news-box .news-content .content {
    font-size: 16px;
    line-height: 1.4;
  }
  .center-btn-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .center-btn-wrap a {
    height: 45px;
    line-height: 45px;
  }
  .center-list-wrap {
    background-color: #fff;
    padding: 0px;
    margin-bottom: 15px;
  }
  .center-list-wrap .data-list.img li {
    height: auto;
    padding: 10px !important;
  }
  .center-list-wrap .data-list.img li .name {
    padding: 0;
    height: 35px;
    line-height: 40px;
    font-size: 18px;
    padding-top: 0px;
  }
  .center-list-wrap .data-list.img li .time {
    top: 10px;
  }
  .center-list-wrap .data-list.img li .subtitle {
    margin-top: 0px;
    font-size: 14px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 360px) {
  .center-btn-wrap a {
    padding: 0 8px;
  }
}
