@charset "UTF-8";
body {
  font-size: 0.16rem;
  color: #333;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow, .tuwen_page-item-text .p2, .tuwen_page-item-text .p1, .page-list_item a, .four-swiper-item-text .p1, .three-swiper-item-text .p1, .two-swiper-item-text .p1, .one-swiper-item-text .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .boxb-flex, .boxa-flex, .footer-info .wrap {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .boxb-flex, .boxa-flex, .footer-info .wrap {
    flex-direction: column;
  }
  .dflex > div, .boxb-flex > div, .boxa-flex > div, .footer-info .wrap > div {
    width: 100%;
  }
  .dflex > div + div, .boxb-flex > div + div, .boxa-flex > div + div, .footer-info .wrap > div + div {
    margin-top: 15px;
  }
}

.flex1, .page-list_item a, .page-wrap_right, .list_two-item_text, .list_one-item-text {
  flex: 1;
  min-width: 1px;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.bgImgHoverScale {
  overflow: hidden;
}
.bgImgHoverScale .inner-bg {
  transition: all 0.5s ease;
}
.bgImgHoverScale:hover .inner-bg {
  transform: scale(1.1);
}

.wrap {
  max-width: 14.3rem;
  padding: 0 0.15rem;
  margin: 0 auto;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header:after {
  content: "";
  background: url(../images/top_bg.png) top center no-repeat;
  background-size: 100%;
  height: 2.45rem;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: -1;
  pointer-events: none;
}

.top {
  padding: 0.13rem 0;
}
.top .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-logo a {
  display: flex;
  align-items: center;
}
.top-logo a img {
  width: 5.39rem;
  margin-right: 0.19rem;
}
.top-logo a span {
  font-size: 0.26rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .top-logo a span {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .top-logo a span {
    font-size: 0.2153846154rem;
  }
}
.top-search_form {
  width: 2.7rem;
  height: 0.4rem;
  display: flex;
  border-radius: 0.1rem;
  background: rgba(255, 255, 255, 0.5);
}
.top-search_input {
  border: none;
  background: transparent;
  flex: 1;
  min-width: 1px;
  padding: 0 0.2rem;
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .top-search_input {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .top-search_input {
    font-size: 0.1846153846rem;
  }
}
.top-search_input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.top-search_input::placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.top-search_input:focus {
  outline: none;
}
.top-search_btn {
  width: 0.4rem;
  cursor: pointer;
  border: none;
  background: transparent;
}
.top-search_btn i {
  color: #fff;
}
.top_menu-btn {
  display: none;
}
.top_menu-btn i {
  color: #fff;
  font-size: 24px;
}
.top_menu-btn i.icon-system-close {
  display: none;
}
.top_menu-btn.on .icon-menu {
  display: none;
}
.top_menu-btn.on .icon-system-close {
  display: block;
}
.top .topmob_search-btn {
  display: none;
}
@media (max-width: 990px) {
  .top {
    position: relative;
    padding: 0.15rem 0;
    background: #125eac;
  }
  .top:after {
    display: none;
  }
  .top-logo {
    margin-right: 10px;
    width: 70%;
    flex-direction: column;
    align-items: flex-start;
  }
  .top-logo img {
    max-width: 100%;
  }
  .top .topmob_search-btn {
    display: block;
    margin-left: auto;
  }
  .top .topmob_search-btn i {
    font-size: 20px;
    color: #fff;
  }
  .top-search {
    padding: 10px;
    background: #125eac;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
  }
  .top-search_form {
    width: 100%;
    display: flex;
    position: static;
    height: 33px;
  }
  .top-search_btn {
    width: 35px;
  }
  .top-search.on {
    display: flex;
  }
  .top_menu-btn {
    display: flex;
    margin-left: 10px;
  }
}

.nav-box {
  display: flex;
  justify-content: space-between;
}
.nav-box_item {
  position: relative;
}
.nav-box_item > a {
  text-align: center;
  display: block;
  padding: 0.1rem;
  font-size: 0.22rem;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .nav-box_item > a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .nav-box_item > a {
    font-size: 0.2153846154rem;
  }
}
.nav-box_item.on > a, .nav-box_item:hover > a {
  font-weight: bold;
}
.nav-box_item-arrow {
  display: none;
}
@media (min-width: 990px) {
  .sub-box {
    display: none;
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    background: #125eac;
    min-width: 100%;
    border-radius: 0 0 0.05rem 0.05rem;
    overflow: hidden;
  }
}
.sub-box_item > a {
  display: block;
  padding: 0.8em 1.2em;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.sub-box_item > a:hover {
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 990px) {
  .nav .wrap {
    padding: 0;
  }
  .nav-box {
    flex-direction: column;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #125eac;
    top: 100%;
  }
  .nav-box_item {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .nav-box_item > a {
    padding: 9px 20px !important;
    font-size: 16px !important;
    color: #fff;
    font-weight: normal;
    text-align: left;
  }
  .nav-box_item-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    transition: all 0.5s;
  }
  .nav-box_item-arrow i {
    color: #fff;
    font-size: 20px;
  }
  .nav-box_item.act .sub-box {
    display: block;
  }
  .nav-box_item.act > .nav-box_item-arrow {
    transform: rotate(90deg);
  }
  .sub-box {
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
  }
  .sub-box_item > a {
    padding: 10px 20px 10px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
    text-align: left;
    color: #e7e7e7;
  }
}

.footer .links {
  background: #0f57a1;
  padding: 0.12rem 0;
}
.footer .links .wrap {
  display: flex;
  align-items: flex-start;
}
.footer .links-title {
  display: flex;
  align-items: center;
  font-size: 0.22rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 1054px) {
  .footer .links-title {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .footer .links-title {
    font-size: 0.2461538462rem;
  }
}
.footer .links-title img {
  width: 0.3rem;
  margin-right: 0.15rem;
}
.footer .links-list {
  flex: 1;
  min-width: 1px;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0.7rem;
  justify-content: space-between;
}
.footer .links-list a {
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .footer .links-list a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer .links-list a {
    font-size: 0.2153846154rem;
  }
}
.footer .links-list a:hover {
  color: #fff;
}
.footer-info {
  padding: 0.4rem 0;
  background: url(../images/bg3.png) center no-repeat;
  background-size: cover;
}
.footer-info .wrap {
  justify-content: space-between;
}
.footer-logo {
  display: flex;
  align-items: center;
}
.footer-logo img {
  width: 5.39rem;
  margin-right: 0.19rem;
}
.footer-logo span {
  font-size: 0.26rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .footer-logo span {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .footer-logo span {
    font-size: 0.2153846154rem;
  }
}
.footer-contact p {
  font-size: 0.2rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .footer-contact p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-contact p {
    font-size: 0.2153846154rem;
  }
}
.footer-contact p + p {
  margin-top: 0.15rem;
}
.footer-copyright {
  text-align: center;
  background: #063B76;
  padding: 0.11rem 0;
}
.footer-copyright p {
  font-size: 0.2rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .footer-copyright p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-copyright p {
    font-size: 0.2153846154rem;
  }
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 40.625%;
  position: relative;
}
.banner .swiper-slide a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.banner .swiper-pagination {
  bottom: 0.4rem;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 0.2rem;
  height: 0.2rem;
  background: #fff;
  border: 2px solid #fff;
  margin: 0 0.11rem !important;
}
.banner .swiper-pagination-bullet-active {
  background: #125eac;
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 10px;
  }
  .banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px !important;
  }
}
@media (max-width: 768px) {
  .banner .swiper-slide a {
    padding-bottom: 51%;
    position: relative;
  }
  .banner .swiper-slide a > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
  }
}

.one-swiper {
  position: relative;
  overflow: hidden;
}
.one-swiper .swiper-pagination {
  bottom: 1.7rem;
  text-align: right;
  padding-right: 0.3rem;
}
.one-swiper .swiper-pagination-bullet {
  opacity: 1;
  width: 0.14rem;
  height: 0.14rem;
  background: transparent;
  border: 0.01rem solid #fff;
  border-radius: 0.02rem;
  margin: 0 0.07rem !important;
}
.one-swiper .swiper-pagination-bullet-active {
  background: #125eac;
}
.one-swiper-item {
  display: block;
}
.one-swiper-item:hover .inner-bg {
  transform: scale(1.1);
}
.one-swiper-item:hover .one-swiper-item-text .p1 {
  color: #125eac;
}
.one-swiper-item-img {
  overflow: hidden;
}
.one-swiper-item-img .inner-bg {
  padding-bottom: 50.9186351706%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
}
.one-swiper-item-text {
  padding-top: 0.25rem;
}
.one-swiper-item-text .p1 {
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0.15rem;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .one-swiper-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p1 {
    font-size: 0.2153846154rem;
  }
}
.one-swiper-item-text .p2 {
  font-size: 0.18rem;
  color: #999999;
  margin-bottom: 0;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.5em;
}
@media (max-width: 1054px) {
  .one-swiper-item-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p2 {
    font-size: 0.2153846154rem;
  }
}

.two-swiper {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.18rem;
}
.two-swiper-item {
  display: block;
}
.two-swiper-item:hover .inner-bg {
  transform: scale(1.1);
}
.two-swiper-item-img {
  overflow: hidden;
}
.two-swiper-item-img .inner-bg {
  padding-bottom: 47.7810650888%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
}
.two-swiper-item-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
}
.two-swiper-item-text:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.9rem;
  background: url(../images/bg4.png) top left no-repeat;
  background-size: 100%;
  z-index: -1;
}
.two-swiper-item-text .p1 {
  font-size: 0.2rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0 0.36rem 0.24rem 0.36rem;
}
@media (max-width: 1054px) {
  .two-swiper-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .two-swiper-item-text .p1 {
    font-size: 0.2153846154rem;
  }
}

.three-swiper {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.4rem;
}
.three-swiper .swiper-wrapper {
  /* 关键：将动画曲线改为线性，实现匀速滚动，消除停顿感 */
  transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
}
.three-swiper .swiper-slide {
  width: 2.8rem;
  padding: 0.1rem;
}
.three-swiper-item {
  display: block;
  box-shadow: 0px 0.04rem 0.186rem 0.014rem rgba(93, 23, 25, 0.19);
  padding: 0.2rem 0.25rem 0.3rem 0.25rem;
}
.three-swiper-item:hover .inner-bg {
  transform: scale(1.1);
}
.three-swiper-item:hover .three-swiper-item-text .p1 {
  color: #125eac;
}
.three-swiper-item-img {
  overflow: hidden;
  margin-bottom: 0.4rem;
  position: relative;
}
.three-swiper-item-img .inner-bg {
  padding-bottom: 113.4328358209%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
}
.three-swiper-item-img:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  z-index: 99;
  width: 0.4rem;
  height: 0.4rem;
  background: linear-gradient(to top right, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
}
.three-swiper-item-text .p1 {
  font-size: 0.2rem;
  color: #125eac;
  margin-bottom: 0.1rem;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 1054px) {
  .three-swiper-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .three-swiper-item-text .p1 {
    font-size: 0.2153846154rem;
  }
}
.three-swiper-item-text .p2 {
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
@media (max-width: 1054px) {
  .three-swiper-item-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .three-swiper-item-text .p2 {
    font-size: 0.2153846154rem;
  }
}

.four-swiper {
  position: relative;
  overflow: hidden;
}
.four-swiper-item {
  display: block;
}
.four-swiper-item:hover .inner-bg {
  transform: scale(1.1);
}
.four-swiper-item:hover .four-swiper-item-text {
  background: #125eac;
}
.four-swiper-item:hover .four-swiper-item-text .p1 {
  color: #fff;
}
.four-swiper-item-img {
  overflow: hidden;
}
.four-swiper-item-img .inner-bg {
  padding-bottom: 67.3469387755%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
}
.four-swiper-item-text {
  border: 1px solid #C6E0FA;
  border-top: 0;
  padding: 0.12rem;
  text-align: center;
}
.four-swiper-item-text .p1 {
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .four-swiper-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .four-swiper-item-text .p1 {
    font-size: 0.2153846154rem;
  }
}

.box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
.box-title_text {
  font-size: 0.3rem;
  color: #125eac;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 1054px) {
  .box-title_text {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .box-title_text {
    font-size: 0.2461538462rem;
  }
}
.box-title_more {
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .box-title_more {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .box-title_more {
    font-size: 0.2153846154rem;
  }
}
.box-title_more:hover {
  color: #125eac;
}

.boxa {
  background: url(../images/bg1.png) top center no-repeat;
  background-size: cover;
  padding: 0.4rem 0 0.2rem 0;
}
.boxa-flex {
  justify-content: space-between;
}
.boxa-flex_left {
  width: 54.4285714286%;
}
.boxa-flex_right {
  width: 43.9285714286%;
}

.boxb {
  background: url(../images/bg2.png) top center no-repeat;
  background-size: cover;
  padding: 0.3rem 0;
}
.boxb-flex {
  justify-content: space-between;
}
.boxb-flex_left {
  width: 49.2857142857%;
}
.boxb-flex_right {
  width: 48.2857142857%;
}

.boxc {
  padding: 0.4rem 0 0.8rem 0;
}

.list_one-item + .list_one-item {
  border-top: 0.01rem solid #D2D3D4;
  margin-top: 0.26rem;
}
.list_one-item {
  padding-top: 0.26rem;
}
.list_one-item:first-child {
  padding-top: 0.1rem;
}
.list_one-item a {
  display: flex;
}
.list_one-item a:hover .list_one-item-text .p1 {
  color: #125eac;
}
.list_one-item-time {
  width: 0.54rem;
  height: 0.58rem;
  background: url(../images/date_bg.png) top left no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.list_one-item-time .p1 {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0.05rem;
  line-height: 1;
}
@media (max-width: 1054px) {
  .list_one-item-time .p1 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .list_one-item-time .p1 {
    font-size: 0.1846153846rem;
  }
}
.list_one-item-time .p2 {
  font-size: 0.2rem;
  color: #000;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1054px) {
  .list_one-item-time .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item-time .p2 {
    font-size: 0.2153846154rem;
  }
}
.list_one-item-text {
  margin-left: 0.25rem;
  display: flex;
  align-items: center;
}
.list_one-item-text .p1 {
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1054px) {
  .list_one-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item-text .p1 {
    font-size: 0.2153846154rem;
  }
}

.list_two-item + .list_two-item {
  margin-top: 0.18rem;
}
.list_two-item a {
  display: flex;
  background: #fff;
  padding: 0.15rem 0;
}
.list_two-item a:hover .list_two-item_text .p1 {
  color: #125eac;
}
.list_two-item_time {
  width: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 0.01rem solid #3c83b0;
}
.list_two-item_time .p1 {
  font-size: 0.24rem;
  color: #3c83b0;
  margin-bottom: 0.15rem;
  line-height: 1.2;
}
@media (max-width: 1054px) {
  .list_two-item_time .p1 {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .list_two-item_time .p1 {
    font-size: 0.2461538462rem;
  }
}
.list_two-item_time .p2 {
  font-size: 0.18rem;
  color: #3c83b0;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (max-width: 1054px) {
  .list_two-item_time .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item_time .p2 {
    font-size: 0.2153846154rem;
  }
}
.list_two-item_text {
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
}
.list_two-item_text .p1 {
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1054px) {
  .list_two-item_text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item_text .p1 {
    font-size: 0.2153846154rem;
  }
}

.page_banner {
  padding-bottom: 15.625%;
  position: relative;
}
.page_banner > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.page-title {
  background: url(../images/left-nav-ln.jpg) top center no-repeat;
  height: 0.8rem;
  background-size: cover;
  padding: 0.15rem 0.2rem 0 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-title span {
  font-size: 0.22rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 1054px) {
  .page-title span {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .page-title span {
    font-size: 0.2461538462rem;
  }
}
.page-title span:after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 1px;
  background: #fff;
  margin-top: 0.05rem;
}
.page-title-menu {
  display: none;
}

.page-menu {
  border: 1px solid #d8d8d8;
  border-left: none;
  background: #fff;
  padding-bottom: 0.4rem;
  padding-left: 0.05rem;
  position: relative;
}
.page-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  bottom: -1px;
  width: 0.05rem;
  background: #125eac;
}
.page-menu_item {
  padding: 0 0.15rem;
}
.page-menu_item-inner {
  border-bottom: 1px solid #d8d8d8;
}
.page-menu_item-inner a {
  display: block;
  padding: 0.15rem 0 0.15rem 0.44rem;
  font-size: 0.18rem;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
  background: url(../images/left-nav-ico.jpg) left 0.1rem center no-repeat;
  background-size: 0.16rem;
}
@media (max-width: 1054px) {
  .page-menu_item-inner a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-menu_item-inner a {
    font-size: 0.2153846154rem;
  }
}
.page-menu_item-inner a:hover {
  color: #125eac;
  font-weight: bold;
}
.page-menu_item-inner.on a {
  color: #125eac;
  font-weight: bold;
}

.page-wrap {
  padding: 0.5rem 0;
}
.page-wrap .wrap {
  display: flex;
  justify-content: space-between;
}
.page-wrap_left {
  width: 2.5rem;
  margin-right: 0.4rem;
}
.page-wrap_right-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0.2rem;
}
.page-wrap_right-title {
  display: flex;
}
.page-wrap_right-title h3 {
  font-size: 0.2rem;
  color: #125eac;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0.11rem 0;
  margin: 0;
  position: relative;
}
@media (max-width: 1054px) {
  .page-wrap_right-title h3 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-wrap_right-title h3 {
    font-size: 0.2153846154rem;
  }
}
.page-wrap_right-title h3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #125eac;
}
.page-wrap_right .crumbs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.16rem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .page-wrap_right .crumbs {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .page-wrap_right .crumbs {
    font-size: 0.1846153846rem;
  }
}
.page-wrap_right .crumbs i {
  color: #125eac;
  margin-right: 0.05rem;
}
.page-wrap_right .crumbs a:hover {
  color: #125eac;
}
@media (max-width: 1025px) {
  .page-wrap {
    padding: 15px 0;
  }
  .page-wrap .wrap {
    flex-direction: column;
  }
  .page-wrap .page-menu {
    display: none;
    padding-bottom: 10px;
  }
  .page-wrap .page-menu.on {
    display: block;
  }
  .page-wrap .page-title {
    padding: 5px 10px;
    height: auto;
  }
  .page-wrap .page-title-menu {
    display: block;
  }
  .page-wrap .page-title-menu i {
    font-size: 16px;
    color: #fff;
    cursor: pointer;
  }
  .page-wrap_left {
    width: 100%;
    margin-right: 0;
  }
  .page-wrap_right {
    width: 100%;
  }
  .page-wrap_right-top {
    margin-bottom: 15px;
    padding: 10px 0;
    align-items: flex-start;
  }
  .page-wrap_right-title {
    display: none;
  }
}

.paging {
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging_item,
.paging span {
  border: 0.01rem solid #ccc;
  padding: 0.04rem 0.08rem;
  margin: 0 0.03rem;
  color: #333;
}
.paging_item:hover,
.paging span:hover {
  background: #125eac;
  border-color: #125eac;
  color: #fff;
}
.paging span {
  border: none;
}

.page_content {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0;
  line-height: 2;
}
@media (max-width: 1054px) {
  .page_content {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .page_content {
    font-size: 0.2rem;
  }
}
.page_content img,
.page_content video,
.page_content iframe {
  max-width: 100% !important;
  max-height: auto !important;
}

.page-detail_title h1 {
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0.15rem;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1054px) {
  .page-detail_title h1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-detail_title h1 {
    font-size: 0.2153846154rem;
  }
}
.page-detail_info {
  display: flex;
  justify-content: center;
  margin-bottom: 0.2rem;
  border-bottom: 0.01rem solid #efefef;
  padding-bottom: 0.1rem;
  gap: 0.1rem 0.2rem;
  flex-wrap: wrap;
}
.page-detail_info span {
  color: #666;
}
.page-detail_pn {
  margin-top: 0.2rem;
}
.page-detail_pn-item {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0;
  line-height: 2;
}
@media (max-width: 1054px) {
  .page-detail_pn-item {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .page-detail_pn-item {
    font-size: 0.2rem;
  }
}
.page-detail_pn-item a:hover {
  color: #125eac;
}

.page-list_item {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #e6e6e6;
  transition: all 0.3s ease;
}
.page-list_item:before {
  content: "";
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 0;
  background: #125eac;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  transition: all 0.3s ease;
}
.page-list_item a {
  font-size: 0.19rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 1em 0;
  transition: all 0.3s ease;
}
@media (max-width: 1054px) {
  .page-list_item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-list_item a {
    font-size: 0.2153846154rem;
  }
}
.page-list_item span {
  font-size: 0.14rem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 0.1rem;
}
@media (max-width: 1054px) {
  .page-list_item span {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .page-list_item span {
    font-size: 0.1846153846rem;
  }
}
.page-list_item:hover {
  border-bottom-color: #125eac;
}
.page-list_item:hover:before {
  margin-left: 0.1rem;
}
.page-list_item:hover a {
  color: #125eac;
}

.tuwen_page {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25vw;
}
.tuwen_page-item {
  width: calc(25% - 0.9375vw);
}
.tuwen_page-item a {
  display: block;
}
.tuwen_page-item a:hover .tuwen_page-item-img .inner-bg {
  transform: scale(1.1);
}
.tuwen_page-item a:hover .tuwen_page-item-text .p1 {
  color: #125eac;
}
.tuwen_page-item-img {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 0 2vw;
  overflow: hidden;
}
.tuwen_page-item-img .inner-bg {
  padding-bottom: 142.53%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
}
.tuwen_page-item-img .inner-bg {
  transition: all 0.5s ease;
}
.tuwen_page-item-text .p1 {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 5px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1054px) {
  .tuwen_page-item-text .p1 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .tuwen_page-item-text .p1 {
    font-size: 0.1846153846rem;
  }
}
.tuwen_page-item-text .p2 {
  font-size: 0.16rem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .tuwen_page-item-text .p2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .tuwen_page-item-text .p2 {
    font-size: 0.1846153846rem;
  }
}

@media (max-width: 990px) {
  .page_banner {
    padding-bottom: 30%;
  }
  .tuwen_page {
    gap: 10px;
  }
  .tuwen_page-item {
    width: calc(50% - 5px);
  }
  .page-list_item a {
    padding: 0.5em 0;
  }
  .page_content {
    font-size: 14px;
  }
  .page_content img,
  .page_content video,
  .page_content iframe {
    width: 100% !important;
    height: auto !important;
  }
  .page-detail_title h1 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 10px 0;
  }
  .page-detail_info {
    margin-bottom: 10px;
    padding-bottom: 10px;
    gap: 5px 15px;
  }
  .page-detail_info span {
    font-size: 14px;
  }
  .page-detail_pn {
    flex-direction: column;
  }
}
@media (max-width: 1100px) {
  .wrap {
    max-width: 98%;
  }
  .top-search_form {
    height: 0.5rem;
  }
  .top-search_btn {
    width: 0.5rem;
  }
  .list_one-item-time {
    width: 54px;
    height: 58px;
  }
  .list_one-item + .list_one-item {
    margin-top: 0.13rem;
  }
  .list_one-item {
    padding-top: 0.13rem;
  }
  .three-swiper .swiper-slide {
    width: 4rem;
  }
}
@media (max-width: 990px) {
  .wrap {
    max-width: 100%;
  }
  .top-logo a span,
  .footer-logo span {
    display: none;
  }
  .box {
    padding: 15px 0;
  }
  .list_two-item_time {
    width: 90px;
  }
  .list_two-item_text {
    padding: 0 10px;
  }
  .three-swiper .swiper-slide {
    width: 160px;
  }
  .footer-info {
    padding: 10px 0;
  }
  .footer-contact p + p {
    margin-top: 5px;
  }
}
/*# sourceMappingURL=main.css.map */