.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: #333333;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow, .tuwen_one-item-text .p1 .s1, .page-list_item .txt .tit {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .banner-icon img, .footer-logo img, .top-logo img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .layout_one-box, .footer-box {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .layout_one-box, .footer-box {
    flex-direction: column;
  }
  .dflex > div, .layout_one-box > div, .footer-box > div {
    width: 100%;
  }
}

.flex1, .tuwen_two-item-text, .tuwen_one-item-text .p1 .s1, .list_two-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: 1470px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .body_home {
    height: 100%;
    overflow: hidden;
  }
  .body_home.showdiv .header1 {
    opacity: 1;
    transform: translateY(0);
  }
  .body_b {
    position: fixed;
    inset: 100% 0px 0px 0%;
    background: rgb(255, 255, 255);
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 10;
    overflow: auto;
    outline: none;
    width: 100%;
    top: 100%;
    bottom: 0;
    left: 0;
  }
  .body_b.showdiv {
    top: 0px;
  }
  .body_b.showdiv .header2 {
    transition: all 0.7s ease-in-out 0.5s;
    transform: none;
    opacity: 1;
    transition-property: transform, opacity;
  }
  .header1 {
    opacity: 0;
    transition: all 0.7s ease-out 0s;
    transform: translateY(-100%);
  }
  .header2 {
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: 100%;
    left: 0;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.7s ease-out 0s;
  }
}
.header1 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  top: 0;
}
.header1.page-header {
  opacity: 1;
  transform: translateY(0);
}

.header {
  background: url(../images/top_bg.png) top center no-repeat;
  height: 260px;
  background-size: 100% 100%;
}
.header2 .header  {
 background: rgba(21,30,102, 0.85);
    height: 170px;
}

.top {
  padding-top: 13px;
}
.top .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-logo {
  display: flex;
}
.top-search_form {
  width: 170px;
  height: 29px;
  display: flex;
  border-radius: 15px;
  border: 1px solid #fff;
}
.top-search_input {
  border: none;
  background: transparent;
  flex: 1;
  min-width: 1px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
}
.top-search_input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.top-search_input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.top-search_input:focus {
  outline: none;
}
.top-search_btn {
  background: url(../images/search.png) center no-repeat;
  width: 46px;
  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;
    padding-top: 10px;
  }
  .top .wrap {
    height: auto;
    padding: 10px 15px;
  }
  .top-logo {
    margin-right: 10px;
    width: 70%;
  }
  .top .mob-search_btn {
    display: block;
  }
  .top-search {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 100%;
    padding: 10px;
    background: #1a237e;
    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 {
  margin-top: 10px;
}
.nav-box {
  display: flex;
  justify-content: space-between;
}
.nav-box_item {
  position: relative;
flex: 1;
}
.nav-box_item > a {
 text-align: center;
 display: block;
  padding: 10px 0px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  position: relative;
}
.nav-box_item > a:hover {
  background: rgba(26, 35, 126, 0.4); /* 悬停时背景颜色为白色 */
  color: #fff;; /* 悬停时字体颜色为蓝色 */
  transition: all 0.3s ease; /* 添加过渡效果，使变化更平滑 */
}
@media (max-width: 1470px) {
  .nav-box_item > a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .nav-box_item > a {
    font-size: 14px;
  }
}
.nav-box_item > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #fff;
  transition: all 0.5s ease;
}
@media (min-width: 990px) {
  .nav-box_item.on > a:after, .nav-box_item:hover > a:after {
    width: 100%;
  }
}
.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: #fff;
    min-width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    text-align: center;
  }
}
.sub-box_item > a {
  display: block;
  padding: 13px 20px;
  font-size: 18px !important;
  color: #1a237e;
  font-weight: 700;
  white-space: nowrap;
}
.sub-box_item > a:hover {
  background: rgba(26, 35, 126, 0.9);
  color: #fff;
}

@media (max-width: 990px) {
  .nav {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #1a237e;
  }
  .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;
  }
}

@keyframes bb {
  0% {
    bottom: 3.4375vw;
    opacity: 0;
  }
  20% {
    bottom: 3.28125vw;
    opacity: 1;
  }
  80% {
    bottom: 2.9166666667vw;
    opacity: 1;
  }
  90% {
    bottom: 2.9166666667vw;
    opacity: 0;
  }
  100% {
    bottom: 2.9166666667vw;
    opacity: 0;
  }
}
.layout_title {
  margin-bottom: 3.125vw;
}
.layout_title-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout_title-text span {
  font-size: 26px;
  color: #323232;
  margin-bottom: 0;
  line-height: 1.5;
  margin: 0 15px;
}
@media (max-width: 1470px) {
  .layout_title-text span {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .layout_title-text span {
    font-size: 18px;
  }
}

.layout-more {
  display: flex;
  justify-content: flex-end;
}
.layout-more a {
  font-size: 22px;
  color: #1a237e;
  margin-bottom: 0;
  line-height: 1;
  padding: 0.6818181818em 1.8181818182em;
  border-radius: 1.1818181818em;
  border: 1px solid #1a237e;
}
@media (max-width: 1470px) {
  .layout-more a {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .layout-more a {
    font-size: 14px;
  }
}
.layout-more a:hover {
  background: #1a237e;
  color: #fff;
}
.layout-more.text-white a {
  border-color: #fff;
  color: #fff;
}
.layout-more.text-white a:hover {
  background: #fff;
  color: #1a237e;
}

.footer {
  background: #1a237e;
}
.footer-box {
  border-bottom: 1px solid #41488f;
  padding: 30px 0 15px 0;
  justify-content: space-between;
  align-items: center;
}
.footer-contact p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1470px) {
  .footer-contact p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-contact p {
    font-size: 14px;
  }
}
.footer-copyright {
  text-align: center;
  padding: 10px 0;
}
.footer-copyright p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1470px) {
  .footer-copyright p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-copyright p {
    font-size: 14px;
  }
}

.banner {
  position: relative;
}
.banner-icon {
  position: absolute;
  bottom: 30px;
  width: 92px;
  left: calc(50% - 46px);
  text-align: center;
  z-index: 9;
  animation: bb 2s linear 0s infinite;
}
.banner-swiper {
  position: relative;
  overflow: hidden;
}
.banner-swiper .swiper-slide a {
  display: block;
  padding-bottom: 0;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.banner-swiper .swiper-slide a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.banner-swiper .swiper-slide a img {
  display: block;
  transition: all 10s ease;
  transform: scale(1.1);
}
.banner-swiper .swiper-slide-active a img {
  transform: scale(1);
}
.banner-swiper .swiper-pagination {
  bottom: 90px;
  padding-right: 12.5%;
  text-align: right;
}
.banner-swiper .swiper-pagination-bullet {
  opacity: 1;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  background: #fff;
  margin: 0 0 0 30px !important;
}
.banner-swiper .swiper-pagination-bullet-active {
  background: transparent;
}
@media (max-width: 1470px) {
  .banner-swiper .swiper-pagination {
    bottom: 10px;
  }
  .banner-swiper .swiper-pagination-bullet {
    opacity: 1;
    width: 15px;
    height: 15px;
    margin: 0 0 0 10px !important;
  }
}
@media (max-width: 1024px) {
  .banner-swiper .swiper-pagination {
    padding-right: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .banner-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
  }
  .banner-swiper .swiper-slide a {
    padding-bottom: 51%;
    position: relative;
  }
  .banner-swiper .swiper-slide a > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
  }
}

.layout_one {
  padding-top: 200px;
  padding-bottom: 50px;
  background: url(../images/bg1.png) center no-repeat;

  background-size: cover;
}
@media (max-width: 1470px) {
  .layout_one {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_one {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_one-box {
  justify-content: space-between;
  margin-bottom: 2.0833333333vw;
}
.layout_one-left {
  width: 65.2777777778%;
}
.layout_one-right {
  width: 35.7142857143%;
  position: relative;
  z-index: 999;
}


.layout_two {
  padding: 4.1666666667vw 0;
  background: url(../images/bg2.jpg) center no-repeat;
  background-size: cover;
}
.layout_two .layout_title-text span {
  color: #fff;
}
.layout_two-list {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.layout_two-list-item {
  position: relative;
  width: calc(33.33% - 30px);
  margin: 0 15px 2.6041666667vw 15px;
}
.layout_two-list-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  transition: all 0.3s ease;
  background: linear-gradient(180deg, #ffc400 0, #ffc400 4px, #fff 4.01px, #fff 100%);
}
.layout_two-list-item:hover:after {
  height: 100%;
}
.layout_two-list-item:hover .layout_two-list-item-time {
  background: #e8f2ff;
}
.layout_two-list-item:hover .layout_two-list-item-time .p1,
.layout_two-list-item:hover .layout_two-list-item-time .p2 {
  color: #333;
}
.layout_two-list-item:hover .layout_two-list-item-text .p1 {
  color: #226bc5;
}
.layout_two-list-item a {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  padding: 1.5104166667vw 0.625vw 1.5104166667vw 1.25vw;
  background-color: rgba(255, 255, 255, 0.18);
}
.layout_two-list-item-time {
  font-weight: bold;
  color: #fff;
  padding: 6px 8px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.15);
  margin-right: 10px;
}
.layout_two-list-item-time .p1 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1;
}
@media (max-width: 1470px) {
  .layout_two-list-item-time .p1 {
    font-size: 22px;
  }
}
@media (max-width: 990px) {
  .layout_two-list-item-time .p1 {
    font-size: 18px;
  }
}
.layout_two-list-item-time .p2 {
  font-size: 14px;
}
.layout_two-list-item-text {
  flex: 1;
  min-width: 1px;
  font-weight: bold;
}
.layout_two-list-item-text .p1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.6;
  height: 3.2em;
}
@media (max-width: 1470px) {
  .layout_two-list-item-text .p1 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .layout_two-list-item-text .p1 {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .layout_two-list {
    margin:0;
  }
  .layout_two-list-item {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .layout_two-list-item a {
    padding: 8px;
  }
}

.layout_three {
  padding-top: 90px;
background: #26549B;
  padding-bottom: 45px;
}
@media (max-width: 1470px) {
  .layout_three {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_three {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.layout_four {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(../images/bg3.png) center no-repeat;
  background-size: cover;
}
@media (max-width: 1470px) {
  .layout_four {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_four {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.list_one {
  display: flex;
  flex-wrap: wrap;
  margin: -16px -8px 2.8645833333vw -8px;
}
.list_one-item {
  width: calc(25% - 16px);
  margin: 16px 8px 0 8px;
}
.list_one-item a {
  display: block;
}
.list_one-item-time {
  display: flex;
  align-items: center;
}
.list_one-item-time:after, .list_one-item-time:before {
  content: "";
  height: 1px;
  background: #fff;
}
.list_one-item-time:after {
  flex: 1;
}
.list_one-item-time:before {
  width: 40px;
}
.list_one-item-time-inner {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
.list_one-item-time-inner .p1 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
  margin-right: 5px;
}
@media (max-width: 1470px) {
  .list_one-item-time-inner .p1 {
    font-size: 24px;
  }
}
@media (max-width: 990px) {
  .list_one-item-time-inner .p1 {
    font-size: 20px;
  }
}
.list_one-item-time-inner .p2 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1470px) {
  .list_one-item-time-inner .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item-time-inner .p2 {
    font-size: 14px;
  }
}
.list_one-item-text {
  border: 1px solid #fff;
  border-top: none;
  padding: 3.125vw 2.0833333333vw;
  margin-top: -26px;
}
.list_one-item-text .p1 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
  height: 3em;
  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: 1470px) {
  .list_one-item-text .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list_one-item-text .p1 {
    font-size: 16px;
  }
}

.list_two {
  margin-bottom: 2.0833333333vw;
  display: flex;
  flex-wrap: wrap;
  margin-top: -22px;
  margin-left: -17px;
  margin-right: -17px;
}
.list_two-item {
  width: calc(50% - 34px);
  margin: 22px 17px 0 17px;
}
.list_two-item a {
  display: flex;
  align-items: center;
  background: #fff;
}
.list_two-item a:hover {
  background: #264F8E;
}
.list_two-item a:hover .list_two-item-time {
  background: #CC9C59;
}
.list_two-item a:hover .list_two-item-text .p1  {
  color: #fff;
}
.list_two-item a:hover  .list_two-item-time:after {
 border-color: transparent transparent transparent #CC9C59;
}
.list_two-item-time {
  background: #8BB6E6;
  text-align: center;
  padding: 1.5625vw;
  position: relative;
}
.list_two-item-time:after {
  position: absolute;
  content: '';
  right: -20px;
  top: calc(50% - 10px);
  border-width: 10px;
 border-style: solid;
border-color: transparent transparent transparent #8BB6E6;
}
.list_two-item-time .p1 {
  font-size: 38px;
  color: #fff;
  margin-bottom: 5px;
  line-height: 1;
}
@media (max-width: 1470px) {
  .list_two-item-time .p1 {
    font-size: 30px;
  }
}
@media (max-width: 990px) {
  .list_two-item-time .p1 {
    font-size: 20px;
  }
}
.list_two-item-time .p2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1470px) {
  .list_two-item-time .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item-time .p2 {
    font-size: 14px;
  }
}
.list_two-item-text {
  padding: 10px 2.0833333333vw;
}
.list_two-item-text .p1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.9;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.8em;
}
@media (max-width: 1470px) {
  .list_two-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item-text .p1 {
    font-size: 14px;
  }
}

.list_four {
  display: flex;
  margin: -10px -5px 1.8229166667vw -5px;
  flex-wrap: wrap;
}
.list_four-item {
  width: calc(25% - 10px);
  margin: 10px 5px 0 5px;
  border-radius: 15px;
}
.list_four-item.c1 {
  background: #3949ab;
}
.list_four-item.c2 {
  background: #1aaa6f;
}
.list_four-item.c3 {
  background: #dda912;
}
.list_four-item.c4 {
  background: #3077ff;
}
.list_four-item:hover {
  opacity: 0.9;
}
.list_four-item a {
  display: flex;
  align-items: center;
  height: 11.3020833333vw;
  justify-content: center;
}
.list_four-item a span {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0 0.8em;
  padding-bottom: 0.6em;
  border-bottom: 1px dashed #fff;
}
@media (max-width: 1470px) {
  .list_four-item a span {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list_four-item a span {
    font-size: 16px;
  }
}

.tuwen_one {
  position: relative;
}
.tuwen_one-item {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease;
  visibility: hidden;
}
.tuwen_one-item.on {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  position: relative;
}
.tuwen_one-item a {
  display: block;
  position: relative;
}
.tuwen_one-item-img .inner-bg {
  padding-bottom: 65%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_one-item-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.1458333333vw 1.8229166667vw;
}
.tuwen_one-item-text .p1 {
  display: flex;
  align-items: center;
}
.tuwen_one-item-text .p1 .s1 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1470px) {
  .tuwen_one-item-text .p1 .s1 {
    font-size: 17px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p1 .s1 {
    font-size: 15px;
  }
}
.tuwen_one-item-text .p1 .s2 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1470px) {
  .tuwen_one-item-text .p1 .s2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p1 .s2 {
    font-size: 14px;
  }
}

.tuwen_two-item {
  position: relative;
}
.tuwen_two-item.on .tuwen_two-item-text {
  padding-left: 0;
}
.tuwen_two-item.on .tuwen_two-item-text .p1,
.tuwen_two-item.on .tuwen_two-item-text .p2 {
  color: #fff;
  font-weight: bold;
}
.tuwen_two-item.on .tuwen_two-item-text:after {
  background: #1a237e;
  left: -1.3020833333vw;
}
.tuwen_two-item:last-child .tuwen_two-item-text {
  border-bottom: 0;
}
.tuwen_two-item a {
  display: flex;
  align-items: stretch;
  background: #fff;
}
.tuwen_two-item-img {
  order: 2;
  width: 46.3%;
}
.tuwen_two-item-img .inner-bg {
  padding-bottom: 64.2857142857%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_two-item-text {
  border-bottom: 1px solid #dfdfdf;
  padding: 0 1.3020833333vw;
  position: relative;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tuwen_two-item-text:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  background: transparent;
  transition: all 0.5s ease;
}
.tuwen_two-item-text .p1,
.tuwen_two-item-text .p2 {
  position: relative;
  z-index: 2;
}
.tuwen_two-item-text .p1 {
  font-size: 18px;
  color: #999;
  margin-bottom: 0.9895833333vw;
  line-height: 1.5;
}
@media (max-width: 1470px) {
  .tuwen_two-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_two-item-text .p1 {
    font-size: 14px;
  }
}
.tuwen_two-item-text .p2 {
  font-size: 18px;
  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: 1470px) {
  .tuwen_two-item-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_two-item-text .p2 {
    font-size: 14px;
  }
}

.page_banner {
  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;
}
.page_banner .page-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
}
.page_banner .page-title h3 {
  background: linear-gradient(90deg, #0060a7 7%, #00a9be 107%);
  background-size: cover;
  line-height: 5.208vw;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  margin: 0;
  width: 250px;
  text-align: center;
  box-sizing: border-box;
}
.page_banner .page-title-menu {
  display: none;
}
.page_banner .page-title-menu i {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 990px) {
  .page_banner {
    padding-bottom: 40%;
  }
  .page_banner .page-title .wrap {
    background: #1a237e;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page_banner .page-title h3 {
    background: transparent;
    line-height: 40px;
    font-size: 20px;
    width: auto;
    padding-left: 0;
  }
  .page_banner .page-title-menu {
    display: block;
  }
}

.page-wrap {
  padding-bottom: 40px;
}
.page-wrap .wrap {
  display: flex;
  justify-content: space-between;
}
.page-wrap_left {
  width: 250px;
  position: relative;
  z-index: 9;
  margin-right: 70px;
}
.page-menu {
  background: url(../images/img1-3.png) right bottom no-repeat #fff;
  background-size: 100%;
  box-shadow: 0 0 0.52vw rgba(0, 0, 0, 0.2);
  padding-bottom: 6.77vw;
}
.page-menu.on {
  display: block;
}
.page-menu_item {
  border-bottom: 1px dashed #d8d8d8;
}
.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;
  font-size: 18px;
  line-height: 66px;
  color: #333;
  transition: all 0.3s;
  position: relative;
  padding-left: 1.822vw;
}
.page-menu_item:hover .page-menu_item-inner > a,
.page-menu_item:hover .page-menu_item-inner > i {
  color: #1a237e;
}
.page-menu_item.on .page-menu_item-inner {
  background: #e9f0f3;
}
.page-menu_item.on .page-menu_item-inner > a {
  color: #1a237e;
  font-weight: bold;
}

.page-submenu {
  padding: 1.041vw 0;
  display: none;
}
.page-submenu_item {
  margin-bottom: 0.364vw;
}
.page-submenu_item a {
  display: block;
  padding: 0 1.562vw 0 2.604vw;
  font-size: 14px;
  position: relative;
  color: #8d8d8d;
}
.page-submenu_item a:after {
  position: absolute;
  content: "";
  left: 1.822vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0.208vw;
  height: 0.208vw;
  border-radius: 50%;
  background: linear-gradient(180deg, #0060a7 0, #00a3bc 100%);
}
.page-submenu_item a:hover {
  color: #1a237e;
}

.page-wrap_right {
  flex: 1;
  min-width: 1px;
  padding-top: 1.666vw;
}
.page-wrap_right-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.572vw;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 1.041vw;
}
.page-wrap_right-title {
  display: flex;
  align-items: center;
}
.page-wrap_right-title i {
  font-size: 20px;
  color: #1a237e;
}
.page-wrap_right-title span {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  padding-left: 1.145vw;
  line-height: 2;
  position: relative;
}
.page-wrap_right-title span::before {
  content: "";
  display: block;
  width: 5px;
  height: 30px;
  background: linear-gradient(0deg, #0060a7 0, #00a3bc 100%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-wrap_right .crumbs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 20px;
  font-size: 16px;
  color: #626262;
}
.page-wrap_right .crumbs i {
  color: #1a237e;
  margin-right: 5px;
}
.page-wrap_right .crumbs a:hover {
  color: #1a237e;
}
@media (max-width: 1025px) {
  .page-wrap .wrap {
    flex-direction: column;
    padding: 0;
  }
  .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 {
    padding-left: 30px;
  }
  .page-wrap_left .page-submenu_item a::after {
    left: 20px;
    width: 3px;
    height: 3px;
  }
  .page-wrap_right {
    width: 100%;
    padding: 15px;
  }
  .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;
    padding-left: 10px;
  }
  .page-wrap_right-title span:before {
    height: 25px;
    width: 3px;
  }
  .page-wrap_right .crumbs {
    font-size: 14px;
  }
}

.page_content {
  font-size: 16px;
  line-height: 2;
}
.page_content img {
  max-width: 100% !important;
  max-height: auto !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: #333;
}
.paging_item:hover,
.paging span:hover {
  background: #1a237e;
  border-color: #1a237e;
  color: #fff;
}
.paging span {
  border: none;
}

.page-title h1 {
  font-size: 20px;
  margin: 0 0 15px 0;
  text-align: center;
}

.page-info {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}
.page-info span {
  color: #666;
  margin: 0 10px;
}

.page-next-prev {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.page-next-prev > div {
  width: 48%;
  border: 1px solid #efefef;
  padding: 10px;
}
.page-next-prev a {
  font-size: 14px;
  color: #333;
}
.page-next-prev a:hover {
  color: #1a237e;
}

@media (max-width: 1470px) {
  .wrap {
    max-width: 1100px;
  }
  .layout_one {
    padding-top: 200px;
  }
  .banner-icon {
    width: 50px;
  }
}
@media (max-width: 1024px) {
  .wrap {
    max-width: 1054px;
  }
  .header2 {
    display: none;
  }
  .layout_one {
    padding-top: 20px;
  }
  .banner-swiper .swiper-slide a {
    height: auto;
    padding-bottom: 56.25%;
  }
  .banner-icon {
    display: none;
  }
}
@media (max-width: 990px) {
  .list_one {
    margin: 0;
  }
  .list_one-item {
    width: 100%;
    margin: 6px 0;
  }
  .list_one-item-text {
    border: 1px solid #fff;
    border-top: none;
    padding: 25px 10px 10px 10px;
    margin-top: -21px;
  }
  .list_two {
    margin: 0;
  }
  .list_two-item {
    width: 100%;
    margin: 6px 0;
  }
  .list_two-item-time:after {
    transform: scale(0.4);
    transform-origin: left center;
  }
  .list_two-item-time {
    padding: 15px 10px;
  }
  .list_four-item {
    border-radius: 4px;
  }
  .list_four-item a {
    height: 40px;
  }
  .list_four-item a span {
    font-size: 14px;
    padding: 0 5px 5px;
  }
  .footer-box {
    padding: 10px 0;
  }
  .footer-logo {
    margin-bottom: 10px;
  }
}


.page-list_item {
  margin-bottom: 1.302vw;
  border: 1px solid #f2f2f2;
  background-color: #fff;
  display: flex;
}
.page-list_item .date {
  width: 135px;
  margin-right: 35px;
  padding-left: 40px;
  box-sizing: border-box;
  font-size: 26px;
  height: 10.41vw;
  padding-top: 2.604vw;
  position: relative;
  transition: 0.5s;
  border-right: 1px solid #f2f2f2;
}
.page-list_item .date:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s;
  background: url(../images/img1-5.png) no-repeat;
  background-size: 100% 100%;
}
.page-list_item .date .day {
  z-index: 9;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 0.52vw;
  margin-bottom: 0.781vw;
  position: relative;
  color: #1c5e9b;
}
.page-list_item .date .day:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 1.3em;
  border-bottom: solid #aaa;
  position: absolute;
}
.page-list_item .date .year {
  position: relative;
  color: #a4a4a4;
  z-index: 9;
  font-size: 16px;
}
.page-list_item .txt {
  padding-right: 2.343vw;
  flex: 1;
  min-width: 1px;
}
.page-list_item .txt .tit {
  font-size: 18px;
  margin-bottom: 13px;
  color: #333;
}
.page-list_item .txt .desc {
  font-size: 14px;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #8d8b8b;
}
.page-list_item .txts {
  flex: 1;
  min-width: 1px;
  align-items: center;
  display: flex;
}
.page-list_item .pic {
  width: 16.25vw;
  height: 10.41vw;
  overflow: hidden;
}
.page-list_item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 4px 5px 10px rgba(60, 60, 60, 0.8);
  display: block;
  transition: all 0.5s;
}
.page-list_item:hover {
  box-shadow: 0.52vw 0.26vw 0.781vw 0 rgba(37, 92, 121, 0.3);
}
.page-list_item:hover .pic img {
  transform: scale(1.1);
}
.page-list_item:hover .tit {
  font-weight: 700;
  color: #1c5e9b;
}
.page-list_item:hover .date:after {
  opacity: 1;
}
.page-list_item:hover .day,
.page-list_item:hover .year {
  color: #fff;
}
.page-list_item:hover .day:after {
  border-color: #fff;
}

@media (max-width: 990px) {
  .page-list_item {
    margin-bottom: 15px;
    flex-direction: column;
  }
  .page-list_item .date {
    display: flex;
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    font-size: 14px;
    height: auto;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .page-list_item .date:after {
    display: none;
  }
  .page-list_item .date .day {
    order: 2;
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #a4a4a4;
    font-weight: normal;
  }
  .page-list_item .date .day:after {
    display: none;
  }
  .page-list_item .date .year {
    font-size: 14px;
  }
  .page-list_item .date .year:after {
    content: ".";
  }
  .page-list_item .txt {
    padding-right: 0;
    width: 100%;
    flex: none;
  }
  .page-list_item .txt .tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .page-list_item .txt .desc {
    line-height: 1.5;
  }
  .page-list_item .txts {
    padding: 10px;
    order: 2;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-list_item .pic {
    width: 100%;
    height: auto;
  }
}