.d-flex {
  display: flex;
}

.just-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.flex-direction-column {
  flex-direction: column;
}

.just-center {
  justify-content: center;
}

html {
  font-size: 16px;
  color: #000;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow, .tuwen_page-item-text .p2, .tuwen_page-item-text .p1, .page_list-item a .s1, .list-three-item a .s2, .one-swiper-item-text .d1 .p1, .one_swiper-item-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .footer-logo img, .top-logo img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .boxb-flex, .boxa-left_flex, .boxa-flex, .footer-info_flex {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .boxb-flex, .boxa-left_flex, .boxa-flex, .footer-info_flex {
    flex-direction: column;
  }
  .dflex > div, .boxb-flex > div, .boxa-left_flex > div, .boxa-flex > div, .footer-info_flex > div {
    width: 100% !important;
  }
}

.flex1, .page_list-item a .s1, .list-three-item a .s2, .list-two-item_text, .list-one-item_text, .one-swiper-item-text .d1, .top-search_input {
  flex: 1;
  min-width: 1px;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.bgImgHoverScale, .two-swiper-item-img, .one_swiper-item-img {
  overflow: hidden;
}
.bgImgHoverScale .inner-bg, .two-swiper-item-img .inner-bg, .one_swiper-item-img .inner-bg {
  transition: all 0.5s ease;
}
.bgImgHoverScale:hover .inner-bg, .two-swiper-item-img:hover .inner-bg, .one_swiper-item-img:hover .inner-bg {
  transform: scale(1.1);
}

.wrap {
  max-width: 1530px;
  padding: 0 15px;
  margin: 0 auto;
}

.top {
  border-top: 0.46875vw solid #2A5C84;
  background: #f5eeff;
}
.top .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-logo {
  display: flex;
  padding: 2.5vw 0;
  width: 64.8%;
}
.top-search {
  padding-left: 1.0416666667vw;
  width: 19.0104166667vw;
}
.top-search_form {
  width: 100%;
  height: 65px;
  display: flex;
  background: #fff;
  border-radius: 32.5px;
}
.top-search_input {
  border: none;
  background: transparent;
  padding: 0 10px 0 2vw;
  font-size: 18px;
  color: #000;
}
.top-search_input::-moz-placeholder {
  color: #999999;
}
.top-search_input::placeholder {
  color: #999999;
}
.top-search_input:focus {
  outline: none;
}
.top-search_btn {
  background: url(../images/search.png) center no-repeat;
  width: 65px;
  font-size: 0;
  cursor: pointer;
  border: none;
}
.top .mob-search_btn {
  display: none;
}
.top .mob-search_btn i {
  font-size: 24px;
  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;
}
@media (max-width: 990px) {
  .top {
    position: relative;
  }
  .top .wrap {
    height: auto;
    padding: 10px 15px;
  }
  .top-logo {
    margin-right: 10px;
    width: 80%;
  }
  .top-logo img {
    width: 100%;
  }
  .top .mob-search_btn {
    display: block;
  }
  .top-search {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99999;
    top: 100%;
    padding: 10px;
    background: #2A5C84;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .top-search_form {
    width: 100%;
  }
  .top-search.on {
    display: flex;
  }
  .top_menu-btn {
    display: flex;
    margin-left: 10px;
  }
}

.nav {
  background: #2A5C84;
}
.nav-box {
  display: flex;
  justify-content: space-between;
}
.nav-box_item {
  position: relative;
}
.nav-box_item > a {
  text-align: center;
  display: block;
  padding: 0.8em 0.5em;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
  border-bottom: 2px solid transparent;
}
@media (max-width: 1330px) {
  .nav-box_item > a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .nav-box_item > a {
    font-size: 14px;
  }
}
.nav-box_item.on > a, .nav-box_item:hover > a {
  border-bottom-color: #fff;
}
.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: #2A5C84;
    min-width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
}
.sub-box_item > a {
  display: block;
  padding: 13px 20px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}
.sub-box_item > a:hover {
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 990px) {
  .nav {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #2A5C84;
  }
  .nav .wrap {
    padding: 0;
  }
  .nav-box {
    flex-direction: column;
  }
  .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;
    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;
    color: #e7e7e7;
  }
}

.box-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}
.box-title_left .p1 {
  font-weight: bold;
  font-size: 26px;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1330px) {
  .box-title_left .p1 {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .box-title_left .p1 {
    font-size: 16px;
  }
}
.box-title_left .p2 {
  display: flex;
  align-items: center;
  height: 1.2em;
  font-size: 22px;
  color: #e5bb89;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (max-width: 1330px) {
  .box-title_left .p2 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .box-title_left .p2 {
    font-size: 14px;
  }
}
.box-title_left .p2:before {
  content: "";
  height: 3px;
  width: 62px;
  background: #2A5C84;
  margin-right: 5px;
  margin-top: 2px;
}
.box-title_right a {
  display: flex;
  align-items: center;
}
.box-title_right span {
  font-size: 22px;
  color: #2a5c84;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1330px) {
  .box-title_right span {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .box-title_right span {
    font-size: 14px;
  }
}
.box-title_right img {
  margin-left: 5px;
  max-width: 100%;
}
@media (max-width: 1330px) {
  .box-title_right img {
    width: 22px;
  }
}
@media (max-width: 990px) {
  .box-title_right img {
    width: 18px;
  }
}

.footer-info {
  background: #2A5C84;
  padding: 1.0416666667vw 0;
}
.footer-info_flex {
  justify-content: space-between;
  align-items: center;
}
.footer-logo {
  width: 66.6666666667%;
  padding-right: 5.2083333333vw;
}
.footer-text p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1330px) {
  .footer-text p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-text p {
    font-size: 14px;
  }
}
.footer-text p + p {
  margin-top: 0.5vw;
}
.footer-copyright {
  background: #214D70;
  font-size: 18px;
  color: #dde9fc;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 15px 0;
  text-align: center;
}
@media (max-width: 1330px) {
  .footer-copyright {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-copyright {
    font-size: 14px;
  }
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 31.25%;
  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: 45px;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid #fff;
  margin: 0 5px !important;
}
.banner .swiper-pagination-bullet-active {
  background: transparent;
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 10px;
  }
}
@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-item {
  display: block;
  position: relative;
}
.one_swiper-item-img .inner-bg {
  padding-bottom: 67.9611650485%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.one_swiper-item-text {
  position: absolute;
  z-index: 9;
  left: 30px;
  bottom: 20px;
  right: 29.1262135922%;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1330px) {
  .one_swiper-item-text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .one_swiper-item-text {
    font-size: 14px;
  }
}
.one_swiper .swiper-pagination {
  position: absolute;
  right: 5%;
  bottom: 20px;
  left: auto;
  width: auto;
}
.one_swiper .swiper-pagination-bullet {
  transform: rotate(45deg);
  background: transparent;
  width: 16px;
  height: 16px;
  border-radius: 0;
  margin: 0 10px !important;
  opacity: 1;
}
.one_swiper .swiper-pagination-bullet i {
  font-size: 16px;
  color: #fff;
}
.one_swiper .swiper-pagination-bullet-active i {
  color: #2A5C84;
}

.two-swiper {
  position: relative;
  padding: 0 60px;
}
.two-swiper_arrow {
  width: 42px;
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -42px;
}
.two-swiper_arrow:hover {
  background: rgba(255, 255, 255, 0.5);
}
.two-swiper_arrow i {
  font-size: 18px;
  color: #fff;
}
.two-swiper_arrow-left {
  left: 0;
}
.two-swiper_arrow-right {
  right: 0;
}
.two-swiper-box {
  position: relative;
  overflow: hidden;
}
.two-swiper-item {
  display: block;
}
.two-swiper-item-img {
  margin-bottom: 15px;
  border: 5px solid #fff;
}
.two-swiper-item-img .inner-bg {
  padding-bottom: 67.6666666667%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.two-swiper-item-text {
  background: rgba(8, 95, 191, 0.6);
  padding: 20px;
}
.two-swiper-item-text p {
  font-size: 16px;
  color: #fff;
  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: 48px;
}
@media (max-width: 1330px) {
  .two-swiper-item-text p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .two-swiper-item-text p {
    font-size: 14px;
  }
}

.two-swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 3.125vw;
}
.two-swiper .swiper-slide {
  display: flex;
  width: 635px;
  height: 425px;
}
.two-swiper-item {
  width: 100%;
  height: 100%;
}
.two-swiper-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-swiper .swiper-pagination {
  bottom: 0;
}
.two-swiper .swiper-pagination-bullet {
  background: #E8E8E8;
  opacity: 1;
  width: 2.2916666667vw;
  height: 0.5729166667vw;
  border-radius: 0;
  margin: 0 7px;
}
.two-swiper .swiper-pagination-bullet-active {
  background: #2A5C84;
}

.box {
  padding-top: 40px;
  padding-bottom: 10px;
}

.boxa-flex {
  justify-content: space-between;
}
.boxa-left {
  width: 64%;
}
.boxa-left_flex {
  justify-content: space-between;
}
.boxa-left .boxa-left_flex-left {
  width: 54.7916666667%;
}
.boxa-left .boxa-left_flex-right {
  width: 42.7083333333%;
}
.boxa-right {
  width: 34.3333333333%;
}

.boxb {
  padding-top: 20px;
  padding-bottom: 3.125vw;
}
.boxb .box-title {
  margin-bottom: 1.5625vw;
}
.boxb-flex {
  justify-content: space-between;
}
.boxb-left {
  width: 35.1333333333%;
}
.boxb-mid {
  width: 36.8%;
}
.boxb-right {
  width: 25.1333333333%;
}
.boxb-right .box-title {
  margin-bottom: 0.5208333333vw;
}
.boxb-link {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.boxb-link a {
  display: flex;
  align-items: center;
  width: calc(50% - 5px);
  font-size: 22px;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1330px) {
  .boxb-link a {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .boxb-link a {
    font-size: 16px;
  }
}
.boxb-link a img {
  max-width: 100%;
  margin-right: 0.5208333333vw;
}
@media (max-width: 1330px) {
  .boxb-link a img {
    width: 22px;
  }
}
@media (max-width: 990px) {
  .boxb-link a img {
    width: 18px;
  }
}
.boxb-link a:hover {
  color: #2A5C84;
}

.boxc {
  background: #F6F8FF;
  padding: 3.125vw 0;
}
.boxc .box-title {
  position: relative;
  justify-content: center;
  margin-bottom: 2.0833333333vw;
}
.boxc .box-title_right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.one-swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}

.one-swiper .swiper-slide:hover .one-swiper-item-img img {
  transform: scale(1.1);
}
.one-swiper-item-img a {
  overflow: hidden;
  display: block;
  padding-bottom: 76.2357414449%;
  position: relative;
}
.one-swiper-item-img a img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.one-swiper-item-text {
  display: flex;
}
.one-swiper-item-text .d1 {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 15.68px 0.32px rgba(189, 189, 189, 0.15);
  padding: 0.7vw 1.5vw 1vw 1.5vw;
}
.one-swiper-item-text .d1 .p1 {
  font-size: 20px;
  color: #2A5C84;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
@media (max-width: 1330px) {
  .one-swiper-item-text .d1 .p1 {
    font-size: 17px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .d1 .p1 {
    font-size: 15px;
  }
}
.one-swiper-item-text .d1 .p2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: #666666;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1330px) {
  .one-swiper-item-text .d1 .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .d1 .p2 {
    font-size: 14px;
  }
}
.one-swiper-item-text .d2 {
  width: 82px;
  height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 24px 0;
  background: #2A5C84;
}
.one-swiper-item-text .d2 .p1 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1330px) {
  .one-swiper-item-text .d2 .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .d2 .p1 {
    font-size: 16px;
  }
}
.one-swiper-item-text .d2 .p2 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1330px) {
  .one-swiper-item-text .d2 .p2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .d2 .p2 {
    font-size: 12px;
  }
}

.list-one-item {
  border-bottom: 1px dashed #dedede;
  margin-bottom: 13px;
  padding-bottom: 13px;
}
.list-one-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.list-one-item {
  display: flex;
  align-items: center;
}
.list-one-item_time {
  width: 82px;
  height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 24px 0 0 0;
  background: #2A5C84;
  margin-right: 1vw;
}
.list-one-item_time .p1 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1330px) {
  .list-one-item_time .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list-one-item_time .p1 {
    font-size: 16px;
  }
}
.list-one-item_time .p2 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1330px) {
  .list-one-item_time .p2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .list-one-item_time .p2 {
    font-size: 12px;
  }
}
.list-one-item_text {
  font-size: 18px;
  color: #000;
  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: 1330px) {
  .list-one-item_text {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list-one-item_text {
    font-size: 16px;
  }
}

.list-two {
  background: #f9f5fb url(../images/bg1.png) bottom center no-repeat;
  background-size: 100% auto;
}
.list-two-item {
  display: flex;
  align-items: center;
  border-left: 5px solid transparent;
}
.list-two-item:hover {
  border-left-color: #2A5C84;
  background-image: linear-gradient(90deg, rgba(0, 49, 124, 0.5) 0%, rgba(0, 49, 124, 0.03137) 100%);
}
.list-two-item:hover .list-two-item_time .p2 {
  color: #2A5C84;
}
.list-two-item:hover .list-two-item_text .p1 {
  color: #2A5C84;
}
.list-two-item_time {
  width: 5.46875vw;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.list-two-item_time .p1 {
  font-weight: bold;
  font-size: 22px;
  color: #2A5C84;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1330px) {
  .list-two-item_time .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list-two-item_time .p1 {
    font-size: 16px;
  }
}
.list-two-item_time .p2 {
  font-size: 16px;
  color: #999999;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1330px) {
  .list-two-item_time .p2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .list-two-item_time .p2 {
    font-size: 12px;
  }
}
.list-two-item_text {
  padding-right: 1.5vw;
}
.list-two-item_text .p1 {
  font-size: 18px;
  color: #000;
  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: 1330px) {
  .list-two-item_text .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list-two-item_text .p1 {
    font-size: 16px;
  }
}

.list-three-item {
  margin-bottom: 15px;
}
.list-three-item:last-child {
  margin-bottom: 0;
}
.list-three-item a {
  display: flex;
  align-items: center;
  background: #FDFBFE;
  padding: 1.1vw 0;
}
.list-three-item a:hover .s2 {
  color: #2A5C84;
}
.list-three-item a .s1 {
  width: 90px;
  padding-left: 15px;
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
  border-right: 1px solid #C6C6C6;
}
@media (max-width: 1330px) {
  .list-three-item a .s1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list-three-item a .s1 {
    font-size: 14px;
  }
}
.list-three-item a .s2 {
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0 1vw;
}
@media (max-width: 1330px) {
  .list-three-item a .s2 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list-three-item a .s2 {
    font-size: 16px;
  }
}

.list-four {
  background: #FDFBFE;
  padding: 1vw;
}
.list-four-item {
  border-bottom: 1px dashed #DCDCDC;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
}
.list-four-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.list-four-item a {
  display: block;
}
.list-four-item a:hover .p2 {
  color: #2A5C84;
}
.list-four-item .p1 {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #2a5c84;
  margin-bottom: 0;
  line-height: 1.5;
  margin-bottom: 0.5208333333vw;
}
@media (max-width: 1330px) {
  .list-four-item .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list-four-item .p1 {
    font-size: 14px;
  }
}
.list-four-item .p1 img {
  max-width: 100%;
  margin-right: 5px;
}
@media (max-width: 1330px) {
  .list-four-item .p1 img {
    width: 22px;
  }
}
@media (max-width: 990px) {
  .list-four-item .p1 img {
    width: 18px;
  }
}
.list-four-item .p2 {
  font-size: 18px;
  color: #000;
  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: 1330px) {
  .list-four-item .p2 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list-four-item .p2 {
    font-size: 16px;
  }
}

.tuwen_one {
  margin-bottom: 0.5625vw;
}
.tuwen_one-item {
  margin-bottom: 0.5208333333vw;
}
.tuwen_one-item:last-child {
  margin-bottom: 0;
}
.tuwen_one-item:nth-of-type(1) {
  background: #4284F4;
}
.tuwen_one-item:nth-of-type(2) {
  background: #3CBE5F;
}
.tuwen_one-item:nth-of-type(3) {
  background: #F7BB05;
}
.tuwen_one-item:nth-of-type(4) {
  background: #F44268;
}
.tuwen_one-item a {
  display: flex;
  height: 120px;
  align-items: center;
  padding-left: 13%;
  padding-right: 1vw;
}
.tuwen_one-item a img {
  max-width: 100%;
  margin-right: 0.78125vw;
}
@media (max-width: 1330px) {
  .tuwen_one-item a img {
    width: 20px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item a img {
    width: 18px;
  }
}
.tuwen_one-item a span {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1330px) {
  .tuwen_one-item a span {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item a span {
    font-size: 16px;
  }
}

.page_banner {
  display: none;
  padding-bottom: 23.4375%;
  position: relative;
  position: relative;
}
.page_banner > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
@media (max-width: 990px) {
  .page_banner {
    padding-bottom: 40%;
  }
}

.page-title {
  background: #2A5C84;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-title h3 {
  margin: 0;
  padding: 1.2em 0;
  font-weight: normal;
  font-size: 32px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1330px) {
  .page-title h3 {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .page-title h3 {
    font-size: 16px;
  }
}
.page-title-menu {
  display: none;
}
.page-title-menu i {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 990px) {
  .page-title {
    justify-content: space-between;
    padding: 0 10px;
  }
  .page-title h3 {
    padding: 15px 0;
  }
  .page-title-menu {
    display: block;
  }
}

.page-wrap {
  padding-top: 25px;
  padding-bottom: 40px;
  background: #f7fbff;
}
.page-wrap .wrap {
  display: flex;
  justify-content: space-between;
}
.page-wrap_left {
  width: 335px;
  margin-right: 3.6458333333vw;
}
.page-menu {
  padding: 1vw;
}
.page-menu.on {
  display: block;
}
.page-menu_item {
  border-bottom: 1px solid #dddddd;
}
.page-menu_item-inner {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.page-menu_item-inner.act {
  background: #e9f0f3;
}
.page-menu_item-inner.act > i {
  transform: rotate(90deg);
}
.page-menu_item-inner > i {
  font-size: 18px;
  cursor: pointer;
  color: #c7c7c7;
  padding: 10px;
  transition: all 0.3s;
}
.page-menu_item-inner > a {
  flex: 1;
  min-width: 1px;
  text-align: center;
  padding: 1.1111111111em 0;
  transition: all 0.3s;
  position: relative;
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1330px) {
  .page-menu_item-inner > a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-menu_item-inner > a {
    font-size: 14px;
  }
}
.page-menu_item:hover .page-menu_item-inner > a,
.page-menu_item:hover .page-menu_item-inner > i {
  color: #2A5C84;
}
.page-menu_item.on .page-menu_item-inner > a {
  color: #2A5C84;
}
.page-menu_item.on .page-submenu {
  display: block;
}

.page-submenu {
  display: none;
}
.page-submenu_item {
  border-top: 1px solid #eeeeee;
}
.page-submenu_item a {
  display: block;
  padding: 7px 10px 7px 2em;
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1330px) {
  .page-submenu_item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-submenu_item a {
    font-size: 14px;
  }
}
.page-submenu_item a:hover {
  color: #2A5C84;
}
.page-submenu_item.on a {
  color: #90000a;
}

@media (max-width: 1330px) {
  .page-wrap_left {
    width: 240px;
  }
}
.page-wrap_right {
  flex: 1;
  min-width: 1px;
  padding-top: 1.0416666667vw;
}
.page-wrap_right-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #ccd6e5;
  margin-bottom: 1vw;
}
.page-wrap_right-title {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.page-wrap_right-title span {
  font-size: 23px;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1330px) {
  .page-wrap_right-title span {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .page-wrap_right-title span {
    font-size: 16px;
  }
}
.page-wrap_right .crumbs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  color: #000;
}
.page-wrap_right .crumbs i {
  color: #2A5C84;
  margin-right: 5px;
}
.page-wrap_right .crumbs a:hover {
  color: #2A5C84;
}
@media (max-width: 1025px) {
  .page-wrap {
    padding: 15px 0;
  }
  .page-wrap .wrap {
    flex-direction: column;
  }
  .page-wrap_left {
    width: 100%;
    margin-right: 0;
    position: relative;
    z-index: 999;
  }
  .page-menu {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    border: none;
    display: none;
  }
  .page-menu.on {
    display: block;
  }
  .page-menu_item-inner > a {
    font-size: 14px;
    line-height: 35px;
    text-align: left;
    padding: 0 15px;
  }
  .page-wrap_left .page-submenu_item a {
    text-align: left;
  }
  .page-wrap_right {
    width: 100%;
  }
  .page-wrap_right-top {
    margin-bottom: 15px;
    padding: 10px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-wrap_right-title {
    margin-bottom: 10px;
  }
  .page-wrap_right-title span {
    line-height: 1.5;
    font-size: 18px;
    display: none;
  }
  .page-wrap_right .crumbs {
    font-size: 14px;
  }
}

.page-detail_title h1 {
  font-size: 20px;
  margin: 0 0 15px 0;
  text-align: center;
}
.page-detail_info {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
  flex-wrap: wrap;
  gap: 10px;
}
.page-detail_info span {
  color: #666;
}
.page-detail_content {
  font-size: 16px;
  line-height: 2;
}
.page-detail_content img,
.page-detail_content video,
.page-detail_content iframe {
  max-width: 100% !important;
}

.paging {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging_item,
.paging span {
  border: 1px solid #ccc;
  padding: 4px 8px;
  margin: 0 3px;
  color: #000;
}
.paging_item:hover,
.paging span:hover {
  background: #2A5C84;
  border-color: #2A5C84;
  color: #fff;
}
.paging span {
  border: none;
}

.page-next-prev {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.page-next-prev > div {
  width: 48%;
  border: 1px solid #efefef;
  padding: 10px;
  font-size: 14px;
}
.page-next-prev a {
  color: #000;
}
.page-next-prev a:hover {
  color: #2A5C84;
}

.page_list-item {
  padding-bottom: 1.5vw;
}
.page_list-item a {
  display: flex;
  align-items: center;
}
.page_list-item a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 0;
  background: #2A5C84;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5vw;
}
@media (max-width: 990px) {
  .page_list-item a:before {
    width: 6px;
    height: 6px;
    margin-right: 5px;
  }
}
.page_list-item a .s1 {
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1330px) {
  .page_list-item a .s1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page_list-item a .s1 {
    font-size: 14px;
  }
}
.page_list-item a .s2 {
  white-space: nowrap;
  font-size: 16px;
  color: #9c9c9c;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 5px;
}
@media (max-width: 1330px) {
  .page_list-item a .s2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .page_list-item a .s2 {
    font-size: 12px;
  }
}
.page_list-item a:hover .s1 {
  color: #2A5C84;
}

.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: #2A5C84;
}
.tuwen_page-item-img {
  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;
}
.tuwen_page-item-img .inner-bg {
  transition: all 0.5s ease;
}
.tuwen_page-item-text .p1 {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1330px) {
  .tuwen_page-item-text .p1 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .tuwen_page-item-text .p1 {
    font-size: 12px;
  }
}
.tuwen_page-item-text .p2 {
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1330px) {
  .tuwen_page-item-text .p2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .tuwen_page-item-text .p2 {
    font-size: 12px;
  }
}

@media (max-width: 990px) {
  .tuwen_page {
    gap: 10px;
  }
  .tuwen_page-item {
    width: calc(50% - 5px);
  }
  .page-detail_title h1 {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
  .page-detail_info {
    margin-bottom: 10px;
    padding-bottom: 7px;
    font-size: 14px;
  }
  .page-detail_content {
    font-size: 14px;
  }
  .page-detail_content img,
  .page-detail_content video,
  .page-detail_content iframe {
    width: 100% !important;
    height: auto !important;
  }
  .page-next-prev {
    flex-direction: column;
  }
  .page-next-prev > div {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 1630px) {
  .wrap {
    max-width: 1330px;
  }
.list-two-item_time {
    height: 95px;
  }
  .list-one-item_time {
    width: 73px;
    height:73px;
  }

  .box-title_left .p2 {
    font-size: 20px;
    white-space: nowrap;
  }
  .box-title_right span {
    font-size: 20px;
    white-space: nowrap;
  }
  .boxb-link a {
    font-size: 19px;
  }
  .list-four-item .p1 img {
    width: 24px;
  }
  .list-four-item .p2 {
    font-size: 18px;
  }
  .tuwen_one-item a {
    padding-left: 2vw;
height: 110px;
  }
  .two-swiper .swiper-slide {
    width: 550px;
    height: 368px;
  }
}
@media (max-width: 1330px) {
  .wrap {
    max-width: 1054px;
  }
  .top-logo {
    width: 60%;
  }
  .top-search {
    width: 30vw;
  }
  .top-search_form {
    height: 45px;
  }
  .top-search_btn {
    width: 45px;
    background-size: 40%;
  }
  .list-one-item_time {
    width: 60px;
    height: 60px;
  }
.list-one-item {
margin-bottom: 10px;
padding-bottom: 10px;
}
  .list-two-item_time {
    height: 80px;
    width: 60px;
  }
  .list-four-item .p2 {
    font-size: 16px;
  }
  .box-title_left .p2 {
    font-size: 16px;
  }
  .box-title_right span {
    font-size: 16px;
  }
  .box-title_right img,
  .list-four-item .p1 img {
    width: 18px;
  }
  .tuwen_one-item a {
    height: 100px;
  }
.list-three-item {
    margin-bottom: 12px;
}
  .boxb-link a {
    font-size: 16px;
  }
  .boxb-link a img {
    width: 16px;
  }
  .list-three-item a {
    padding-top: 1.2vw;
    padding-bottom: 1.2vw;
  }
  .two-swiper .swiper-slide {
    width: 500px;
    height: 335px;
  }
}
@media (max-width: 990px) {
  .top-logo {
    width: 70%;
    padding: 5px 0;
  }
  .mob-search_btn {
    margin-left: auto;
  }
  .mob-search_btn i {
    color: #2A5C84 !important;
  }
  .top_menu-btn i {
    color: #2A5C84;
  }
  .top-search {
    width: 100%;
  }
  .nav-box_item.on > a,
  .nav-box_item:hover > a {
    border-bottom: 0;
  }
  .boxa-left .one-swiper,
  .boxa-left .list-one {
    width: 100%;
  }
  .boxa-left {
    margin-bottom: 15px;
  }
  .list-three-item {
    margin-bottom: 7px;
  }
  .list-three-item a {
    padding: 7px 0;
  }
  .list-three-item a .s1 {
    width: auto;
    padding: 0 10px;
    margin-right: 10px;
  }
  .list-four-item .p2 {
    font-size: 14px;
  }
  .list-four-item {
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
  .boxb-mid {
    margin: 15px 0;
  }
  .tuwen_one-item {
    margin-bottom: 10px;
  }
  .tuwen_one-item a {
    height: 50px;
    padding-left: 20px;
  }
  .box-title_left .p2 {
    font-size: 14px;
  }
  .boxc .box-title {
    justify-content: flex-start;
  }
  .box-title_left .p2:before {
    height: 1px;
    width: 40px;
  }
  .footer-info {
    padding: 10px 0;
  }
  .footer-logo {
    margin-bottom: 7px;
  }
  .footer-copyright {
    padding: 7px 0;
  }
  .footer-text p + p {
    margin-top: 5px;
  }
  .box {
    padding: 15px 0;
  }
  .list-two-item a:hover {
    border-left-width: 2px;
  }
  .list-three-item a .s2 {
    font-size: 14px;
  }
  .box-title_right span {
    font-size: 14px;
  }
  .list-two-item_time {
    height: 60px;
  }
  .one-swiper-item-text .d1 {
    padding: 10px;
  }
  .one-swiper-item-text .d2 {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .two-swiper .swiper-slide {
    width: 100vw;
    height: auto;
  }
}
