.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, .list_one-item a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .footer-logo img, .top-text img, .top-logo img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .layout_hf-box, .layout_one-box {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .layout_hf-box, .layout_one-box {
    flex-direction: column;
  }
  .dflex > div, .layout_hf-box > div, .layout_one-box > div {
    width: 100%;
  }
}

.flex1, .tuwen_one-item-text, .list_two-item-text, .list_one-item a {
  flex: 1;
  min-width: 1px;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.bgImgHoverScale, .tuwen_one-item-img, .one-swiper-item-img {
  overflow: hidden;
}
.bgImgHoverScale .inner-bg, .tuwen_one-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, .one-swiper-item-img:hover .inner-bg {
  transform: scale(1.1);
}

.wrap {
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}

.top {
  padding: 12vw 0 8.9vw 0;
  
}
.top .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-logo {
  display: flex;
}
.top-text {
  display: flex;
}
.top-search_form {
  width: 225px;
  height: 42px;
  display: flex;
  padding: 2px;
  border-radius: 21px;
  border: 1px solid #ffffff;
}
.top-search_input {
  border: none;
  background: transparent;
  flex: 1;
  min-width: 1px;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
}
.top-search_input::-moz-placeholder {
  color: #777;
}
.top-search_input::placeholder {
  color: #777;
}
.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: #0a92d0;
}
.top_menu-btn {
  display: none;
}
.top_menu-btn i {
  color: #0a92d0;
  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: #fff;
    border-top: 1px solid rgba(1, 82, 171, 0.2);
  }
  .top-search_form {
    width: 100%;
  }
  .top-search.on {
    display: flex;
  }
  .top_menu-btn {
    display: flex;
    margin-left: 10px;
  }
}

.nav {
  background: #2aa2d9;
}
.nav-box {
  display: flex;
}
.nav-box_item {
  position: relative;
  flex: 1;
  padding: 4px 0;
}
.nav-box_item > a {
  display: block;
  padding: 12px 0;
  text-align: center;
  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: #0a92d0;
    min-width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
}
.sub-box_item > a {
  display: block;
  padding: 13px 10px;
  font-size: 16px;
  text-align: center;
  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: #0a92d0;
  }
  .nav .wrap {
    padding: 0;
  }
  .nav-box {
    flex-direction: column;
  }
  .nav-box_item {
    position: relative;
    width: 100%;
    padding: 0;
    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;
    text-align: left;
  }
}

.layout_title {
  margin-bottom: 35px;
  position: relative;
  display: flex;
}
.layout_title-more {
  position: absolute;
  right: 0;
  font-size: 20px;
  color: #777777;
  margin-bottom: 0;
  line-height: 1.5;
  top: calc(50% - 0.75em);
}
@media (max-width: 1440px) {
  .layout_title-more {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .layout_title-more {
    font-size: 14px;
  }
}
.layout_title-more:hover {
  color: rgba(1, 82, 171, 0.2);
}
.layout_title-text {
  background: url(../images/t_bg.png) left bottom no-repeat;
  background-size: 100%;
  padding-bottom: 15px;
  padding-right: 40px;
  font-size: 34px;
  color: #0a92d0;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .layout_title-text {
    font-size: 26px;
  }
}
@media (max-width: 990px) {
  .layout_title-text {
    font-size: 20px;
  }
}
.layout_title-center {
  justify-content: center;
}

.layout_more {
  margin-top: 30px;
}
.layout_more a {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  padding: 0.75em 2.25em;
  background: #1a6ebd;
  border-radius: 1.5em;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .layout_more a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .layout_more a {
    font-size: 14px;
  }
}
.layout_more a img {
  margin-left: 1.5em;
}
.layout_more a:hover {
  background: #0a92d0;
}

.footer-logo {
  display: flex;
}
.footer-contact p {
  font-size: 20px;
  color: #0a92d0;
  margin-bottom: 0;
  line-height: 1.5;
}
@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: 15px;
}

.copyright {
  background: #0a92d0;
  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: 31.25%;
  position: relative;
}
.banner .swiper-slide a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.banner .swiper-pagination {
  bottom: 80px;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid transparent;
  margin: 0 0 0 6px !important;
}
.banner .swiper-pagination-bullet-active {
  border-color: #fff;
  background: transparent;
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  .banner .swiper-slide a {
    padding-bottom: 51%;
    position: relative;
  }
  .banner .swiper-slide a > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
  }
}

.one-swiper {
  position: relative;
  overflow: hidden;
}
.one-swiper-item {
  position: relative;
  display: block;
}
.one-swiper-item-img .inner-bg {
  padding-bottom: 64.989059081%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.one-swiper-arrow {
  margin-top: 32px;
  display: flex;
  justify-content: flex-end;
}
.one-swiper-arrow > div {
  width: 51px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0a92d0;
  cursor: pointer;
}
.one-swiper-arrow > div:hover {
  background: #0a92d0;
}
.one-swiper-arrow i {
  font-size: 20px;
  color: #fff;
}
.one-swiper-arrow-left {
  margin-left: 24px;
}

.layout_one {
  padding-top: 60px;
  padding-bottom: 60px;
}
@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: 48.5714285714%;
}
.layout_one-right {
  width: 47.5%;
}

.layout_two {
  padding-top: 60px;
  padding-bottom: 65px;
  background: url(../images/bg1.jpg) center no-repeat;
  background-size: cover;
}
@media (max-width: 1440px) {
  .layout_two {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_two {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.layout_hf {
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}
@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 {
  opacity: 1;
  padding-right: 5%;
}

.list_one-item {
  margin-bottom: 30px;
  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: #0a92d0;
}
.list_one-item span {
  font-size: 20px;
  color: #7c7c7c;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .list_one-item span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item span {
    font-size: 14px;
  }
}

.list_two {
  display: flex;
  flex-wrap: wrap;
  margin: -40px -25px 4.1666666667vw -25px;
}
.list_two-item {
  width: calc(33.33% - 50px);
  margin: 40px 25px 0 25px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 19.8px 2.2px rgba(88, 15, 18, 0.38);
  border-top: 15px solid #d8d8d8;
}
.list_two-item a {
  display: block;
  padding: 40px 22px;
  background: #fff;
  display: flex;
  align-items: center;
}
.list_two-item-time {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  text-align: center;
  width: 88px;
}
.list_two-item-time .p1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.75;
}
@media (max-width: 1440px) {
  .list_two-item-time .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list_two-item-time .p1 {
    font-size: 16px;
  }
}
.list_two-item-time .p2 {
  background: #d8d8d8;
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
  line-height: 2.4;
}
@media (max-width: 1440px) {
  .list_two-item-time .p2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .list_two-item-time .p2 {
    font-size: 12px;
  }
}
.list_two-item-text {
  margin-left: 15px;
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 2;
  height: 80;
  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: 1440px) {
  .list_two-item-text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item-text {
    font-size: 14px;
  }
}
.list_two-item:hover {
  border-top-color: #4f61d2;
}
.list_two-item:hover .list_two-item-time {
  border-color: #4f61d2;
}
.list_two-item:hover .list_two-item-time .p1 {
  color: #4f61d2;
}
.list_two-item:hover .list_two-item-time .p2 {
  background: #4f61d2;
  color: #fff;
}
.list_two-item:hover .list_two-item-text {
  color: #4f61d2;
}

.tuwen_one-item {
  margin-bottom: 27px;
}
.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-text .p1 {
  color:#0a92d0;
}
.tuwen_one-item-img {
  width: 28.5714285714%;
}
.tuwen_one-item-img .inner-bg {
  padding-bottom: 62.6315789474%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_one-item-text {
  margin-left: 30px;
}
.tuwen_one-item-text .p1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  line-height: 2;
  height: 4em;
  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: 1440px) {
  .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 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.tuwen_one-item-text .p2:before {
  content: "";
  width: 80px;
  height: 1px;
  border-top: 1px dashed #7c7c7c;
  margin-right: 10px;
}
.tuwen_one-item-text .p2 span {
  font-size: 20px;
  color: #7c7c7c;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .tuwen_one-item-text .p2 span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p2 span {
    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: #0a92d0;
    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: #0a92d0;
}
.page-menu_item.on .page-menu_item-inner {
  background: #e9f0f3;
}
.page-menu_item.on .page-menu_item-inner > a {
  color: #0a92d0;
  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: #0a92d0;
}

.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:#0a92d0;
}
.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: #0a92d0;
  margin-right: 5px;
}
.page-wrap_right .crumbs a:hover {
  color: #0a92d0;
}
@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: #0a92d0;
  border-color: #0a92d0;
  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: #0a92d0;
}

@media (max-width: 1440px) {
  .wrap {
    max-width: 1054px;
  }
  .list_one-item {
    margin-bottom: 26px;
  }
}
@media (max-width: 990px) {
  .top-text {
    display: none;
  }
  .top {
    padding: 0;
  }
  .layout_title {
    margin-bottom: 15px;
  }
  .list_one-item {
    margin-bottom: 12px;
  }
  .layout_one-right,
  .layout_two-right {
    margin-top: 20px;
  }
  .tuwen_one-item {
    margin-bottom: 15px;
  }
  .tuwen_one-item-text {
    margin-left: 10px;
  }
  .tuwen_one-item-text .p1 {
    line-height: 1.5;
    height: 3em;
  }
  .list_two {
    margin: -20px 0 20px 0;
  }
  .list_two-item {
    width: 100%;
    margin: 20px 0 0 0;
    border-radius: 10px 10px 0 0;
    border-top: 5px solid #d8d8d8;
  }
  .list_two-item a {
    padding: 15px;
  }
  .layout_title-center {
    justify-content: flex-start;
  }
  .one-swiper-arrow {
    margin-top: 10px;
  }
  .one-swiper-arrow > div {
    width: 25px;
    height: 25px;
  }
  .one-swiper-arrow > div i {
    font-size: 14px;
  }
  .one-swiper-arrow-left {
    margin-left: 10px;
  }
  .footer-contact {
    margin-top: 15px;
  }
  .footer-contact p + p {
    margin-top: 0;
  }
}
/*# sourceMappingURL=main.css.map */