.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, .page-list_item .txt .tit, .tuwen_one-item-text .p1, .list_two-item-text .p1, .list_one-item-text .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .tuwen_two-item-img img, .two-swiper-item-img img, .footer-logo img, .header-logo img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .layout_three-box, .layout_one-box, .footer-box {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .layout_three-box, .layout_one-box, .footer-box {
    flex-direction: column;
  }
  .dflex > div, .layout_three-box > div, .layout_one-box > div, .footer-box > div {
    width: 100%;
  }
  .dflex > div + div, .layout_three-box > div + div, .layout_one-box > div + div, .footer-box > div + div {
    margin-top: 20px;
  }
}

.flex1, .tuwen_one-item-text, .list_two-item-text, .list_one-item-text, .header_menu, .top-search_input {
  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: 1630px;
  padding: 0 15px;
  margin: 0 auto;
}

#menu {display: none;}
#menu.mm-menu {
display:block;
}

.top {
  background: #25549a;
}
.top-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  height: 40px;
}
.top-box a {
  font-size: 14px;
}
.top-box a:hover {
  color: #fff;
}
.top-box .a2 {
  padding: 0 10px;
}
.top-box span {
  margin: 0 10px;
}
.top-search {
  margin-left: 10px;
  width: 36px;
  height: 36px;
  position: relative;
}
.top-search-mob {
  display: none;
}
.top-search_form {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  background: transparent;
  height: 36px;
  transition: all 0.5s ease;
  border-radius: 18px;
  width: 36px;
}
.top-search_form.on {
  background: #fff;
  width: 200px;
}
.top-search_form.on .top-search_input {
  width: auto;
  padding: 0 10px 0 20px;
}
.top-search_form.on .top-search_btn i {
  color: #333;
}
.top-search_input {
  border: none;
  height: 100%;
  background: transparent;
  font-size: 14px;
  color: #333;
  width: 0;
  padding: 0;
  transition: all 0.5s ease;
}
.top-search_input:focus {
  outline: none;
}
.top-search_input::-moz-placeholder {
  color: #999;
}
.top-search_input::placeholder {
  color: #999;
}
.top-search_btn {
  width: 36px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.top-search_btn:focus {
  outline: none;
}
.top-search_btn i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.header {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
  background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0));
  transition: all 0.5s;
}
.header.fixed {
  position: fixed;
  top: 0;
  background: #25549a;
}
.header.on {
  background: #1d4176;
}
.header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  width: 31.25%;
  margin-right: 2%;
  display: flex;
}
.header_menu-btn {
  display: none;
  padding: 5px;
  cursor: pointer;
}
.header_menu-btn i {
  font-size: 26px;
  color: #fff;
}

.footer {
  background: #25549a;
  padding: 30px 0;
}
.footer-box {
  align-items: center;
  justify-content: space-between;
}
.footer-contact {
  padding-left: 20px;
}
.footer-contact p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  line-height: 2;
}
.footer-copyright {
font-size: 16px;
color: #fff;
  line-height: 2;
}
@media (max-width: 1230px) {
  .footer-contact p {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .footer-contact p {
    font-size: 14px;
  }
}
.footer-contact p + p {
  margin-top: 10px;
}

@media (min-width: 990px) {
  .header_menu-box {
    display: flex;
    justify-content: space-between;
  }
  .header_menu-item > a {
    padding: 40px 0;
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
  }
  .header_submenu {
    position: absolute;
    left: 0;
    width: 100vw;
    z-index: 99;
    background: #25549a;
    top: 100px;
    padding: 20px 0;
    display: none;
  }
  .header_submenu-title {
    width: 34.375%;
    text-align: right;
    padding-right: 5%;
    color: #fff;
    font-size: 23px;
  }
  .header_submenu .wrap {
    display: flex;
    align-items: center;
  }
  .header_submenu-box {
    flex: 1;
    min-width: 1px;
    display: flex;
  }
  .header_submenu-item {
    width: 16.6%;
    position: relative;
    padding-left: 10px;
  }
  .header_submenu-item:after {
    position: absolute;
    content: "";
    top: 20px;
    bottom: 0;
    left: 0;
    width: 1px;
    border-left: 1px dashed rgba(255, 255, 255, 0.5);
  }
  .header_submenu-item:before {
    content: "";
    z-index: 9;
    position: absolute;
    width: 5px;
    height: 20px;
    background: rgba(255, 255, 255, 0.5);
    left: -2px;
    top: 0;
  }
  .header_submenu-item a {
    font-size: 16px;
    padding: 6px 10px 8px 10px;
    color: rgba(255, 255, 255, 0.8);
  }
  .header_submenu-item a:hover {
    color: #fff;
  }
  .header_thridmenu {
    margin-top: 10px;
  }
  .header_thridmenu-item > a {
    font-size: 14px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.8);
  }
  .header_thridmenu-item > a:hover {
    color: #fff;
  }
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 41.6666666667%;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  transition: all 10s ease;
  transform: scale(1.1);
}
.banner .swiper-slide-active a > img {
  transform: scale(1);
}
@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;
}
.one-swiper-item-img .inner-bg {
  padding-bottom: 63.9240506329%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.two-swiper {
  position: relative;
  overflow: hidden;
  margin: 0 2%;
  --swiper-navigation-size: 30px;
}
.two-swiper-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.two-swiper-item:hover .two-swiper-item-img img {
  transform: scale(1.1);
}
.two-swiper-item-img {
  width: 119px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
}
.two-swiper-item-img img {
  display: block;
  transition: all 1s;
}
.two-swiper-item-text .p1 {
  font-size: 16px;
  color: #111111;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1230px) {
  .two-swiper-item-text .p1 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .two-swiper-item-text .p1 {
    font-size: 12px;
  }
}

.layout_one {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f2f7ff;
}
@media (max-width: 1230px) {
  .layout_one {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_one {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_one-title {
  display: flex;
  position: relative;
  justify-content: center;
  margin-bottom: 30px;
}
.layout_one-title-text .p1 {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #d9dbda;
  display: flex;
  align-items: center;
}
.layout_one-title-text .p1:after {
  height: 1px;
  width: 70px;
  content: "";
  margin-left: 5px;
  background: -webkit-linear-gradient(0deg, #d9dbda, transparent);
}
.layout_one-title-text .p2 {
  position: relative;
}
.layout_one-title-text .p2 span {
  font-size: 27px;
  color: #25549a;
  margin-bottom: 0;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 1230px) {
  .layout_one-title-text .p2 span {
    font-size: 30px;
  }
}
@media (max-width: 990px) {
  .layout_one-title-text .p2 span {
    font-size: 20px;
  }
}
.layout_one-title-text .p2 img {
  position: absolute;
}
.layout_one-title-text .p2 .img1 {
  bottom: 0;
  left: -20px;
}
.layout_one-title-text .p2 .img2 {
  top: -10px;
}
.layout_one-title-more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #25549a;
  display: flex;
  align-items: center;
}
.layout_one-title-more:hover {
  color: #777;
}
.layout_one-title-more:before {
  content: "";
  height: 10px;
  padding: 4px;
  margin-right: 10px;
  width: 200px;
  background: url(../images/mouse-right.png) no-repeat center right;
  background-size: cover;
}
.layout_one-box {
  justify-content: space-between;
}
.layout_one-left {
  width: 49.375%;
}
.layout_one-right {
  width: 49.0625%;
}

.layout_two {
  background: url(../images/bg1.png) top center no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1230px) {
  .layout_two {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_two {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_two .wrap {
  padding: 30px 0 65px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 30px;
}
.layout_two-title {
  text-align: center;
  margin-bottom: 50px;
}
.layout_two-title .p1 {
  background: url(../images/post10_tt.png) top center no-repeat;
  background-size: contain;
  font-size: 32px;
  color: #25549a;
  margin-bottom: 0;
  line-height: 1.5;
  padding-top: 20px;
font-weight: bold;
}
@media (max-width: 1230px) {
  .layout_two-title .p1 {
    font-size: 22px;
  }
}
@media (max-width: 990px) {
  .layout_two-title .p1 {
    font-size: 19px;
  }
}

.layout_three {
  padding-top: 40px;
  padding-bottom: 40px;
background: #fff;
}
@media (max-width: 1230px) {
  .layout_three {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_three {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_three-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  margin-bottom: 25px;
}
.layout_three-title p {
  font-size: 27px;
  color: #25549a;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0.5em 0.8em;
  font-weight: bold;
  
  margin-bottom: -1px;
}
@media (max-width: 1230px) {
  .layout_three-title p {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .layout_three-title p {
    font-size: 16px;
  }
}
.layout_three-title a {
  font-size: 15px;
  color: #25549a;
}
.layout_three-title a:hover {
  color: #777;
}
.layout_three-box {
  margin-bottom: 40px;
  justify-content: space-between;
}
.layout_three-left {
  width: 48.75%;
}
.layout_three-right {
  width: 48.75%;
}

.list_one {
  position: relative;
  overflow: hidden;
  height: 510px;
}
.list_one .swiper-slide {
  height: auto;
}
.list_one .swiper-slide:hover .list_one-item, .list_one .swiper-slide-thumb-active .list_one-item {
  background: #25549a;
}
.list_one .swiper-slide:hover .list_one-item .list_one-item-time .p1,
.list_one .swiper-slide:hover .list_one-item .list_one-item-time .p2, .list_one .swiper-slide-thumb-active .list_one-item .list_one-item-time .p1,
.list_one .swiper-slide-thumb-active .list_one-item .list_one-item-time .p2 {
  color: #fff;
}
.list_one .swiper-slide:hover .list_one-item .list_one-item-text, .list_one .swiper-slide-thumb-active .list_one-item .list_one-item-text {
  border-left-color: #fff;
}
.list_one .swiper-slide:hover .list_one-item .list_one-item-text .p1, .list_one .swiper-slide-thumb-active .list_one-item .list_one-item-text .p1 {
  color: #fff;
}
.list_one .swiper-slide:hover .list_one-item .list_one-item-text .p2, .list_one .swiper-slide-thumb-active .list_one-item .list_one-item-text .p2 {
  color: rgba(255, 255, 255, 0.6);
}
.list_one-item {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #b4c5e1;
}
.list_one-item-time {
  text-align: center;
}
.list_one-item-time .p1 {
  font-size: 26px;
  color: #25549a;
  margin-bottom: 0;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media (max-width: 1230px) {
  .list_one-item-time .p1 {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .list_one-item-time .p1 {
    font-size: 18px;
  }
}
.list_one-item-time .p2 {
  font-size: 14px;
  color: #25549a;
}
.list_one-item-text {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(38, 84, 155, 0.3);
  padding-top: 7px;
}
.list_one-item-text .p1 {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 1230px) {
  .list_one-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item-text .p1 {
    font-size: 14px;
  }
}
.list_one-item-text .p2 {
  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;
    line-height: 1.5;
  font-size: 14px;
  color: #999;
}

.list_two-item {
  margin-bottom: 9px;
}
.list_two-item:last-child {
  margin-bottom: 0;
}
.list_two-item a {
  display: flex;
  align-items: center;
  background: #f3f3f1;
  padding: 20px 70px 10px 30px;
  border-radius: 6px;
}
.list_two-item a:hover {
  background: #25549a;
}
.list_two-item a:hover .list_two-item-text .p1,
.list_two-item a:hover .list_two-item-text .p2 {
  color: #fff;
}
.list_two-item a:hover .list_two-item-time {
  background: #498ef5;
}
.list_two-item a:hover .list_two-item-time .p1,
.list_two-item a:hover .list_two-item-time .p2 {
  color: #ffffff;
}
.list_two-item-time {
  text-align: right;
  background: #25549a;
  border-radius: 5px;
  padding: 8px 10px;
  margin-right: 10px;
}
.list_two-item-time .p1 {
  font-size: 17px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1230px) {
  .list_two-item-time .p1 {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .list_two-item-time .p1 {
    font-size: 13px;
  }
}
.list_two-item-time .p2 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1230px) {
  .list_two-item-time .p2 {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .list_two-item-time .p2 {
    font-size: 12px;
  }
}
.list_two-item-text .p1 {
  font-size: 17px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 1230px) {
  .list_two-item-text .p1 {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .list_two-item-text .p1 {
    font-size: 13px;
  }
}
.list_two-item-text .p2 {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
  line-height: 1.7;
  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.4em;
  text-indent: 2em;
}
@media (max-width: 1230px) {
  .list_two-item-text .p2 {
    font-size: 12px;
  }
}
@media (max-width: 990px) {
  .list_two-item-text .p2 {
    font-size: 12px;
  }
}

.tuwen_one-item {
  margin-bottom: 10px;
}
.tuwen_one-item:last-child {
  margin-bottom: 0;
}
.tuwen_one-item a {
  display: flex;
  align-items: center;
}
.tuwen_one-item a:hover .tuwen_one-item-img .inner-bg {
  transform: scale(1.1);
}
.tuwen_one-item-img {
  width: 25.641025641%;
  margin-right: 20px;
  border-radius: 5px;
  overflow: hidden;
}
.tuwen_one-item-img .inner-bg {
  padding-bottom: 73%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_one-item-img .inner-bg {
  transition: all 0.5s;
}
.tuwen_one-item-text .p1 {
  font-size: 18px;
  color: #25549a;
  margin-bottom: 0;
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: bold;
}
@media (max-width: 1230px) {
  .tuwen_one-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p1 {
    font-size: 14px;
  }
}
.tuwen_one-item-text .p2 {
  text-indent: 2em;
  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: 15px;
  color: #666;
  margin-bottom: 0;
  line-height: 2;
  height: 4em;
  margin-bottom: 5px;
}
@media (max-width: 1230px) {
  .tuwen_one-item-text .p2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p2 {
    font-size: 12px;
  }
}
.tuwen_one-item-text .p3 {
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1230px) {
  .tuwen_one-item-text .p3 {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p3 {
    font-size: 12px;
  }
}

.tuwen_two {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -10px 0 -10px;
}
.tuwen_two-item {
  width: calc(14.2857142857% - 20px);
  margin: 15px 10px 0 10px;
}
.tuwen_two-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tuwen_two-item a:hover .tuwen_two-item-text .p1 {
  color: #25549a;
}
.tuwen_two-item-text {
  margin-top: 10px;
}
.tuwen_two-item-text .p1 {
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1230px) {
  .tuwen_two-item-text .p1 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .tuwen_two-item-text .p1 {
    font-size: 12px;
  }
}

.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: #25549a;
    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;
  background: #ffffff;
}
.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: #25549a;
}
.page-menu_item.on .page-menu_item-inner {
  background: #e9f0f3;
}
.page-menu_item.on .page-menu_item-inner > a {
  color: #25549a;
  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: #25549a;
}

.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: #25549a;
}
.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: #25549a;
  margin-right: 5px;
}
.page-wrap_right .crumbs a:hover {
  color: #25549a;
}
@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: #25549a;
  border-color: #25549a;
  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: #25549a;
}

.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: #25549a;
}
.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: #25549a;
}
.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;
  }
}
@media (max-width: 1630px) {
  .wrap {
    max-width: 1230px;
  }
  .list_one {
    height: 408px;
  }
  .one-swiper-item-img .inner-bg {
    padding-bottom: 68.8%;
  }
  .tuwen_one-item-img {
    width: 34.2%;
  }
}
@media (max-width: 1230px) {
  .wrap {
    max-width: 1054px;
  }
  .list_one {
    height: 306px;
  }
  .one-swiper-item-img .inner-bg {
    padding-bottom: 60%;
  }
  .layout_one-title {
    justify-content: flex-start;
    padding-left: 20px;
  }
  .two-swiper {
    margin: 0;
  }
  .list_two-item a {
    padding: 12px 15px;
  }
  .header_menu-item > a {
    font-size: 16px;
    padding: 30px 0;
  }
  .header_submenu {
    top: 78px;
  }
}
@media (max-width: 990px) {
  .header_menu {
    display: none;
  }
  .header-logo {
    width: 75%;
  }
  .header_menu-btn {
    display: block;
  }
  .header {
    padding: 10px 0;
    position: static;
    background: #25549a;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .banner {
    --swiper-navigation-size: 20px;
  }
  .layout_one-title-more:before {
    width: 100px;
  }
  .list_one {
    height: 480px;
  }
  .list_one .swiper-slide {
    height: auto !important;
  }
  .layout_two-title {
    margin-bottom: 20px;
  }
  .tuwen_two {
    margin-left: -5px;
    margin-right: -5px;
  }
  .tuwen_two-item {
    margin-left: 5px;
    margin-right: 5px;
    width: calc(33.33% - 10px);
  }
  .footer {
    padding: 15px 0;
  }
  .footer-contact {
    border-top: 1px solid #4176a1;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    padding-top: 15px;
    margin-top: 15px;
  }
  .footer-contact p + p {
    margin-top: 5px;
  }
  .two-swiper-item-img {
    width: 90%;
  }
  .top-box {
    height: 30px;
    font-size: 12px;
  }
  .top-box a {
    font-size: 12px;
  }
  .top-box span {
    margin: 0 4px;
  }
  .top-box .a2 {
    padding: 0 4px;
  }
  .top-search {
    width: 30px;
    height: 30px;
  }
  .top-search-mob {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .top-search_form {
    display: none;
  }
  .top-search_form.on {
    display: flex;
    position: absolute;
    z-index: 9;
    width: 200px;
    height: 30px;
    right: 0;
    top: 5px;
  }
  .top-search_form.on .top-search_input {
    width: auto;
    padding: 0 20px;
  }
  .layout_one-title,
  .layout_three-title {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=main.css.map */