.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, .list_five-item a, .list_four-item-text, .list_three-item a, .list_two-item-text .p1, .list_one-item a, .one-swiper-item-text .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .footer-logo img, .top-logo img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .layout_hf-box, .layout_four-box, .layout_two-box, .layout_one-box {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .layout_hf-box, .layout_four-box, .layout_two-box, .layout_one-box {
    flex-direction: column;
  }
  .dflex > div, .layout_hf-box > div, .layout_four-box > div, .layout_two-box > div, .layout_one-box > div {
    width: 100%;
  }
}

.flex1, .tuwen_one-item-text, .list_two-item-text, .list_one-item a, .footer_links-list {
  flex: 1;
  min-width: 1px;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.bgImgHoverScale, .tuwen_one-item-img, .two-swiper-item-img, .one-swiper-item-img {
  overflow: hidden;
}
.bgImgHoverScale .inner-bg, .tuwen_one-item-img .inner-bg, .two-swiper-item-img .inner-bg, .one-swiper-item-img .inner-bg {
  transition: all 0.5s ease;
}
.bgImgHoverScale:hover .inner-bg, .tuwen_one-item-img:hover .inner-bg, .two-swiper-item-img:hover .inner-bg, .one-swiper-item-img:hover .inner-bg {
  transform: scale(1.1);
}

.wrap {
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}

.top {
  padding: 20px;
  background: #163b8b;
}
.top .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-logo {
  display: flex;
}
.top-search_form {
  width: 225px;
  height: 42px;
  display: flex;
  padding: 2px;
  border-radius: 20px;
  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: 52px;
  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: 9;
    top: 100%;
    padding: 10px;
    background: #163b8b;
    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: #034894;
}
.nav-box {
  display: flex;
  
}
.nav-box_item {
  position: relative;
     flex: 1;
}
.nav-box_item > a {
  display: block;
  padding: 15px 25px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  border-bottom: 2px solid transparent;
}
@media (max-width: 1440px) {
  .nav-box_item > a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .nav-box_item > a {
    font-size: 14px;
  }
}
@media (min-width: 990px) {
  .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: #163b8b;
    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: #163b8b;
  }
  .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;
  }
}

.layout_title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cacaca;
  position: relative;
  justify-content: space-between;
  margin-bottom: 35px;
}
.layout_title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 13px;
  height: 13px;
  background: #163b8b;
}
.layout_title-text {
  font-size: 26px;
  color: #163b8b;
  margin-bottom: 0;
  line-height: 2;
  padding-left: 40px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .layout_title-text {
    font-size: 22px;
  }
}
@media (max-width: 990px) {
  .layout_title-text {
    font-size: 20px;
  }
}
.layout_title-more {
  display: flex;
  align-items: center;
}
.layout_title-more .img2 {
  display: none;
}
.layout_title-more span {
  font-size: 24px;
  color: #9e9e9e;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .layout_title-more span {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .layout_title-more span {
    font-size: 16px;
  }
}
.layout_title-more:hover span {
  color: #163b8b;
}
.layout_title-more:hover .img1 {
  display: none;
}
.layout_title-more:hover .img2 {
  display: block;
}

.footer_links {
  background: #eef0f4;
  padding: 20px 0;
}
.footer_links-wrap {
  display: flex;
}
.footer_links-title {
  display: flex;
  align-items: center;
  margin-right: 3%;
  white-space: nowrap;
}
.footer_links-title img {
  margin-right: 13px;
}
.footer_links-title span {
  font-size: 40px;
  color: #0a66bb;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .footer_links-title span {
    font-size: 30px;
  }
}
@media (max-width: 990px) {
  .footer_links-title span {
    font-size: 20px;
  }
}
.footer_links-list {
  display: flex;
  padding-top: 5px;
  flex-wrap: wrap;
}
.footer_links-list a {
  font-size: 22px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  margin-right: 15px;
}
@media (max-width: 1440px) {
  .footer_links-list a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer_links-list a {
    font-size: 14px;
  }
}
.footer-logo {
  display: flex;
}
.footer-contact p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.7;
}
@media (max-width: 1440px) {
  .footer-contact p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-contact p {
    font-size: 14px;
  }
}
.footer-contact p + p {
  margin-top: 10px;
}

.copyright {
  background: #023975;
  text-align: center;
  padding: 8px 0;
}
.copyright p {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  margin: 0 30px;
}
@media (max-width: 1440px) {
  .copyright p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .copyright p {
    font-size: 14px;
  }
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 30.73%;
  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;
}
.banner .swiper-slide a img {
  transition: all 10s ease-in-out;
  transform: scale(1.2);
}
.banner .swiper-slide-active a img {
  transform: scale(1);
}
.banner .swiper-pagination {
  bottom: 60px;
  padding-right: 17.1875%;
  text-align: right;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 26px;
  height: 26px;
  background: #fff;
  border: 1px solid transparent;
  background-clip: content-box;
  padding: 5px;
  margin: 0 0 0 13px !important;
  border-radius: 0;
}
.banner .swiper-pagination-bullet-active {
  border-color: #fff;
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 10px;
  }
  .banner .swiper-pagination-bullet {
    opacity: 1;
    width: 20px;
    height: 20px;
    padding: 3px;
    margin: 0 0 0 10px !important;
  }
}
@media (max-width: 768px) {
  .banner .swiper-pagination {
    padding-right: 0;
    text-align: center;
  }
  .banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    padding: 2px;
    margin: 0 5px !important;
  }
  .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 {
  position: relative;
  display: block;
}
.one-swiper-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 75%;
  z-index: 2;
  background-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(3, 3, 3, 0) 100%);
}
.one-swiper-item-img .inner-bg {
  padding-bottom: 74.297752809%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.one-swiper-item-text {
  position: absolute;
  left: 20px;
  right: 30%;
  bottom: 15px;
  z-index: 99;
}
.one-swiper-item-text .p1 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .one-swiper-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p1 {
    font-size: 14px;
  }
}
.one-swiper .swiper-pagination {
  z-index: 99;
  bottom: 20px;
  width: 30%;
  right: 0;
  left: auto;
}
.one-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 10px;
  background: #fff;
  margin: 0 5px;
}
.one-swiper .swiper-pagination-bullet-active {
  width: 43px;
  background: #163b8b;
}

.two-swiper {
  position: relative;
  overflow: hidden;
}
.two-swiper-arrow {
  width: 36px;
  height: 65px;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(121, 121, 121, 0.42);
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -33px;
}
.two-swiper-arrow:hover {
  background: rgba(121, 121, 121, 0.5);
}
.two-swiper-arrow i {
  font-size: 20px;
  color: #fff;
}
.two-swiper-arrow-left {
  left: 9px;
}
.two-swiper-arrow-right {
  right: 9px;
}
.two-swiper-item {
  display: block;
}
.two-swiper-item-img .inner-bg {
  padding-bottom: 67.5438596491%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.layout_one {
  padding-top: 45px;
  padding-bottom: 50px;
}
@media (max-width: 1440px) {
  .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;
}
.layout_one-left {
  width: 50.8571428571%;
}
.layout_one-right {
  width: 47.5%;
}

.layout_two {
  padding-top: 0;
  padding-bottom: 40px;
}
@media (max-width: 1440px) {
  .layout_two {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_two {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_two .layout-title {
  margin-bottom: 30px;
}
.layout_two-box {
  justify-content: space-between;
}
.layout_two-left {
  width: 50%;
}
.layout_two-right {
  width: 48.9285714286%;
}

.layout_four {
  padding-top: 55px;
  padding-bottom: 85px;
  background: #f2f3f7;
}
@media (max-width: 1440px) {
  .layout_four {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_four {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_four-box {
  justify-content: space-between;
}
.layout_four-left {
  width: 49.2857142857%;
}
.layout_four-right {
  width: 49.2857142857%;
}

.layout_hf {
  padding: 25px 0 15px 0;
  background: #163b8b;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (max-width: 1440px) {
  .layout_hf {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_hf {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_hf-box {
  align-items: center;
  justify-content: space-between;
}
.layout_hf-left {
  padding-right: 10px;
}
.layout_hf-right {
  padding-right: 5%;
}

.list_one-item {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.list_one-item:last-child {
  margin-bottom: 0;
}
.list_one-item a {
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .list_one-item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item a {
    font-size: 14px;
  }
}
.list_one-item a:hover {
  color: #163b8b;
}
.list_one-item span {
  font-size: 16px;
  color: #777777;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 10px;
}
@media (max-width: 1440px) {
  .list_one-item span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item span {
    font-size: 14px;
  }
}

.list_two-item a {
  display: flex;
  align-items: center;
}
.list_two-item a:hover .list_two-item-text .p1 {
  color: #163b8b;
}
.list_two-item-time {
  width: 20.7142857143%;
  text-align: center;
}
.list_two-item-time .p1 {
  font-size: 24px;
  color: #a60b0c;
  margin-bottom: 5px;
  line-height: 1;
}
@media (max-width: 1440px) {
  .list_two-item-time .p1 {
    font-size: 22px;
  }
}
@media (max-width: 990px) {
  .list_two-item-time .p1 {
    font-size: 18px;
  }
}
.list_two-item-time .p2 {
  font-size: 14px;
  color: #a60b0c;
  line-height: 1;
}
.list_two-item-text {
  padding: 23px 0;
  border-bottom: 1px solid #e7e7e7;
}
.list_two-item-text .p1 {
  font-size: 22px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .list_two-item-text .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list_two-item-text .p1 {
    font-size: 16px;
  }
}

.list_three {
  background: #f3f5f9 url(../images/bg1.png) right 8px bottom no-repeat;
  padding: 38px 30px 38px 30px;
}
.list_three-item {
  margin-bottom: 40px;
}
.list_three-item:last-child {
  margin-bottom: 0;
}
.list_three-item a {
  display: block;
  font-size: 20px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
  border-bottom: 1px solid transparent;
}
@media (max-width: 1440px) {
  .list_three-item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_three-item a {
    font-size: 14px;
  }
}
.list_three-item a:hover {
  color: #163b8b;
  border-bottom-color: #163b8b;
}

.list_four-item {
  background: #fff;
  margin-bottom: 13px;
  padding: 22px;
}
.list_four-item:last-child {
  margin-bottom: 0;
}
.list_four-item a {
  display: flex;
  align-items: center;
}
.list_four-item a:hover .list_four-item-text {
  color: #163b8b;
}
.list_four-item-time {
  padding: 0 35px 0 13px;
  font-size: 22px;
  color: #898989;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .list_four-item-time {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_four-item-time {
    font-size: 14px;
  }
}
.list_four-item-text {
  font-size: 22px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  padding-left: 30px;
  border-left: 1px solid #9f9f9f;
}
@media (max-width: 1440px) {
  .list_four-item-text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_four-item-text {
    font-size: 14px;
  }
}

.list_five {
  background: #fff;
  padding: 17px;
}
.list_five-item {
  margin-bottom: 29px;
}
.list_five-item:last-child {
  margin-bottom: 0;
}
.list_five-item a {
  display: block;
  font-size: 22px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .list_five-item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_five-item a {
    font-size: 14px;
  }
}
.list_five-item a:hover {
  color: #163b8b;
}

.tuwen_one {
  display: flex;
  flex-wrap: wrap;
  margin: -43px -6px 0 -6px;
}
.tuwen_one-item {
  width: calc(50% - 12px);
  margin: 43px 6px 0 6px;
}
.tuwen_one-item a {
  display: flex;
  align-items: center;
  background: #edf5ff;
}
.tuwen_one-item a:hover .tuwen_one-item-text .p1,
.tuwen_one-item a:hover .tuwen_one-item-text .p2 {
  color: #163b8b;
}
.tuwen_one-item-img {
  width: 49.928057554%;
}
.tuwen_one-item-img .inner-bg {
  padding-bottom: 67.1469740634%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_one-item-text {
  padding: 10px 23px;
}
.tuwen_one-item-text .p1 {
  font-weight: bold;
  font-size: 22px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .tuwen_one-item-text .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p1 {
    font-size: 16px;
  }
}
.tuwen_one-item-text .p2 {
  font-size: 20px;
  color: #1b2d3e;
  margin-bottom: 0;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 90px;
}
@media (max-width: 1440px) {
  .tuwen_one-item-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-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: #163b8b;
    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: #163b8b;
}
.page-menu_item.on .page-menu_item-inner {
  background: #e9f0f3;
}
.page-menu_item.on .page-menu_item-inner > a {
  color: #163b8b;
  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: #163b8b;
}

.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: #163b8b;
}
.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: #163b8b;
  margin-right: 5px;
}
.page-wrap_right .crumbs a:hover {
  color: #163b8b;
}
@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: #163b8b;
  border-color: #163b8b;
  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: #163b8b;
}

@media (min-width: 990px) {
  .page-list .list_two-item-time {
    width: 144px;
  }
}
@media (max-width: 1440px) {
  .wrap {
    max-width: 1054px;
  }
  .top {
    padding-top: 15px;
  }
  .list_one-item {
    margin-bottom: 16px;
  }
  .list_four-item {
    margin-bottom: 9px;
  }
}
@media (max-width: 990px) {
  .top {
    padding-top: 0;
  }
  .layout_title {
    margin-bottom: 20px;
  }
  .layout_title-text {
    padding-left: 20px;
  }
  .layout_title:after {
    width: 9px;
    height: 9px;
  }
  .layout_title-more img {
    height: 12px;
  }
  .layout_one-right,
  .layout_two-right,
  .layout_four-right,
  .layout_hf-right {
    margin-top: 15px;
  }
  .list_one-item {
    margin-bottom: 10px;
  }
  .list_two-item-text {
    padding: 18px 0;
  }
  .list_three {
    padding: 10px;
  }
  .list_three-item {
    margin-bottom: 20px;
  }
  .layout_two {
    padding-top: 0;
  }
  .list_four-item {
    padding: 12px;
  }
  .list_four-item-time {
    padding-right: 13px;
  }
  .list_four-item-text {
    padding-left: 13px;
  }
  .list_five {
    padding: 15px;
  }
  .list_five-item {
    margin-bottom: 10px;
  }
  .footer-contact p + p {
    margin-top: 0;
  }
}
/*# sourceMappingURL=main.css.map */