.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, .list_three-item .p1, .list_two-item a, .one-swiper_item-text .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .five_ewm-item-img img, .top-logo img {
  display: inline-block;
  max-width: 100%;
}

.flex, .layout_three-box, .layout_five-box {
  display: flex;
}
@media (max-width: 990px) {
  .flex, .layout_three-box, .layout_five-box {
    flex-direction: column;
  }
  .flex > div, .layout_three-box > div, .layout_five-box > div {
    width: 100%;
  }
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.bgScale {
  overflow: hidden;
}
.bgScale .inner-bg {
  transition: all 0.5s ease;
}
.bgScale .inner-bg:hover {
  transform: scale(1.1);
}

.wrap {
  max-width: 1765px;
  max-width: 1350px;
  padding: 0 15px;
  margin: 0 auto;
}

.layout_top {
  background: #1c5e9b;
}
.layout_top-left {
  align-self: center;
}
.layout_top-right {
  padding-top: 20px;
}
.layout_top-box {
  display: flex;
  justify-content: space-between;
  height: 200px;
}
.top-logo {
  display: block;
}

.top-links {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
.top-links a {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
.top-links a:hover {
  text-decoration: underline;
}

.layout_nav {
  background: #f2f2f2;
}
.layout_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.layout_nav .nav_list {
  display: flex;
  justify-content: space-between;
}
.layout_nav .nav_item {
  position: relative;
}
.layout_nav .nav_item.on > a {
  color: #1c5e9b;
}
.layout_nav .nav_item > a {
  display: block;
  padding: 20px 0;
  font-size: 20px;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
}
.layout_nav .nav_item > a:hover {
  color: #1c5e9b;
}
.layout_nav .nav_item > i {
  display: none;
}

.subnav {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  min-width: 100%;
  display: none;
  z-index: 99;
}
.subnav_liem > a {
  display: block;
  text-align: center;
  padding: 10px 20px;
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  white-space: nowrap;
}
.subnav_liem > a:hover {
  color: #1c5e9b;
  background: rgba(0, 0, 0, 0.1);
}

.mobile-nav-btn {
  display: none;
}

.layout_five {
  background: #f2f2f2;
  padding-top: 20px;
  padding-bottom: 35px;
}
@media (max-width: 1200px) {
  .layout_five {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_five {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_five-box {
  justify-content: space-between;
}
.layout_five-left {
  width: 65.7060518732%;
}
.layout_five-right {
  width: 28.818443804%;
}

.five_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 20px;
}
.five_title span {
  font-size: 1.77vw;
  color: #1c5e9b;
  margin-bottom: 0;
  line-height: 2;
  border-bottom: 2px solid #ec6941;
}
.five_title a {
  width: 1.56vw;
  height: 1.56vw;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1c5e9b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.five_title a:hover {
  border-color: #ec6941;
}
.five_title a:hover i {
  color: #ec6941;
}
.five_title a i {
  color: #1c5e9b;
  font-size: 1.05vw;
}

.five-links {
  display: flex;
  flex-wrap: wrap;
}
.five-links a {
  font-size: 20px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0 2.3vw;
  margin: 0.5vw 0;
}
.five-links a:hover {
  color: #1c5e9b;
}

.five_ewm {
  display: flex;
}
.five_ewm-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.five_ewm-item-img {
  margin-bottom: 5px;
}
.five_ewm-item p {
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}

.copyright {
  background: #1c5e9b;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .copyright {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .copyright {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.copyright p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
}
.copyright p + p {
  margin-top: 1.8vw;
}

.layout_banner {
  background: #f2f2f2;
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  overflow: hidden;
  padding-bottom: 27.7617119722%;
  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-slide a img {
  transition: all 5s ease-in-out;
  transform: scale(1.2);
}
.banner .swiper-slide-active a img {
  transform: scale(1);
}
.banner .swiper-pagination {
  bottom: 20px;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 15px;
  height: 15px;
  background: #ccc;
  margin: 0 8px !important;
}
.banner .swiper-pagination-bullet-active {
  background: #1c5e9b;
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 10px;
  }
  .banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3px !important;
  }
}

.layout_one {
 /* background: url(../images/bg2.png) repeat;*/
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  .layout_one {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 990px) {
  .layout_one {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.one-swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}
.one-swiper_item {
  display: block;

  border: 1px solid #eae8e6;
  background: #fff;
}
.one-swiper_item-img {
  padding-bottom: 64.3799472296%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.one-swiper_item-text{
padding:10px ;
}
.one-swiper_item-text .p1 {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.5;
}
.one-swiper_item-text .p2 {
  font-size: 16px;
  color: #7b7b7b;
  margin-bottom: 25px;
  line-height: 35px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 105px;
}
.one-swiper_item-text .p3 {
  text-align: right;
  font-size: 18px;
  color: #ceccca;
  margin-bottom: 0;
  line-height: 1.5;
}

.layout_two {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  .layout_two {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 990px) {
  .layout_two {
    padding-top: 20px;
    padding-bottom: 20px;
  }


.layout_two {
        flex-direction: column;
    }
.layout_two > div {
        width: 100%;
    }

}

.list_one {
  display: flex;
  justify-content: space-between;
}
.list_one-item {
  width: calc(25% - 10px);
}
.list_one-item:nth-of-type(1) {
  background: #44b8e9;
}
.list_one-item:nth-of-type(2) {
  background: #f9b52c;
}
.list_one-item:nth-of-type(3) {
  background: #00aea4;
}
.list_one-item:nth-of-type(4) {
  background: #5ea3de;
}
.list_one-item a {
  display: flex;
  padding: 20px;
  align-items: center;
}
.list_one-item-img {
  margin-right: 1.56vw;
}
.list_one-item-img img {
  display: block;
  width: 60px;
}
.list_one-item-text {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}

.layout_three-box {
  justify-content: space-between;
}
.layout_three-left {
  width: 23.6311239193%;
}
.layout_three-mid {
  width: 49.5677233429%;
}
.layout_three-right {
  width: 23.6311239193%;
}

.three-title {
  display: flex;
  align-items: center;
  margin-bottom: 1.56vw;
}
.three-title p {
  font-size: 1.56vw;
  color: #1c5e9b;
  margin-bottom: 0;
  line-height: 1.2;
  padding-left: 15px;
  background: url(../images/t_bg.jpg) left center no-repeat;
}
.three-title .line {
  flex: 1;
  align-self: flex-start;
  border-top: 2px solid #e2e2e2;
  margin: 0 50px 0 15px;
}
.three-title a {
  font-size: 1.56vw;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 10px;
}

.list_two-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.list_two-item:before {

}
.list_two-item:last-child {
  margin-bottom:6px;
}
.list_two-item a {
  flex: 1;
  min-width: 1px;
  font-size: 20px;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
}
.list_two-item a:hover {
  color: #1c5e9b;
}
.list_two-item span {
  margin-left: 10px;
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
}

.list_three-item {
  border-bottom: 1px dotted #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.list_three-item:last-child {
  margin-bottom: 0;
}
.list_three-item:last-child {
  margin-bottom: 0;
}
.list_three-item a {
  display: block;
}
.list_three-item a:hover .p1 {
  color: #1c5e9b;
}
.list_three-item .p1 {
  font-size: 22px;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.5;
}
.list_three-item .p2 {
  font-size: 18px;
  color: #666;
  margin-bottom: 0;
  line-height: 33px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 66px;
  text-indent: 2em;
}

.three_right-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f7f7f7;
  border-top: 5px solid #1c5e9b;
  padding-right: 15px;
  margin-bottom: 22px;
}
.three_right-title span {
  font-size: 1.56vw;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  background: #1c5e9b;
  padding-left: 15px;
  position: relative;
}
.three_right-title span:after {
  content: "";
  position: absolute;
  width: 1.56vw;
  top: 0;
  bottom: 0;
  background: linear-gradient(119deg, #1c5e9b 50%, transparent 50%);
  right: -1.56vw;
}
.three_right-title a {
  font-size: 1.458vw;
  color: #312f31;
  margin-bottom: 0;
  line-height: 1.5;
}

.list_four-item {
  border-bottom: 1px dotted #eeeeee;
  margin-bottom: 10px;
}
.list_four-item:last-child {
  margin-bottom: 0;
}
.list_four-item a {
  display: block;
  padding-bottom: 10px;
}
.list_four-item a:hover .p1 {
  color: #1c5e9b;
}
.list_four-item .p1 {
  font-size: 20px;
  color: #545454;
  margin-bottom: 10px;
  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: 60px;
}
.list_four-item .p2 {
  font-size: 18px;
  color: #a1a1a1;
  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: 54px;
}

.layout_four {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  .layout_four {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_four {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_four-box {
  display: flex;
}
.layout_four-left {
  background: #1c5e9b;
  position: relative;
  padding: 25px;
  width: 13.5446685879%;
}
.layout_four-left:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 45px;
  bottom: 0;
  background: linear-gradient(29deg, #1c5e9b 50%, transparent 50%);
  right: -80px;
}
.layout_four-left .four_title {
  border: 2px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.layout_four-left .four_title span {
  font-size: 2.3vw;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
.layout_four-right {
  flex: 1;
  min-width: 1px;
  background: #5e5e5e;
  padding: 20px 0;
}

.four-swiper {
  position: relative;
  padding: 0 6.711409396%;
}
.four-swiper_arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #939393;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.four-swiper_arrow i {
  font-size: 26px;
  color: #fff;
}
.four-swiper_arrow-left {
  left: 20px;
}
.four-swiper_arrow-right {
  right: 20px;
}
.four-swiper_box {
  position: relative;
  overflow: hidden;
}
.four-swiper_item {
  display: block;
  overflow: hidden;
}
.four-swiper_item:hover .four-swiper_item-img {
  transform: scale(1.1);
}
.four-swiper_item-img {
  padding-bottom: 87.0535714286%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease;
}

.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: #1c5e9b;
    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: #1c5e9b;
}
.page-menu_item.on .page-menu_item-inner {
  background: #e9f0f3;
}
.page-menu_item.on .page-menu_item-inner > a {
  color: #1c5e9b;
  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: #1c5e9b;
}

.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: #1c5e9b;
}
.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: #1c5e9b;
  margin-right: 5px;
}
.page-wrap_right .crumbs a:hover {
  color: #1c5e9b;
}
@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: #1c5e9b;
  border-color: #1c5e9b;
  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: #1c5e9b;
}

.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;
  }
}
@media (max-width: 1110px) {
  .layout_top-box {
    height: 150px;
  }
  .top-logo img {
    height: 80px;
  }
  .top-links {
    font-size: 14px;
  }
  .top-links a {
    font-size: 14px;
  }
  .layout_nav .nav_item > a {
    padding: 13px 0;
    font-size: 16px;
  }
  .one-swiper_item {
    padding: 14px;
  }
  .one-swiper_item-text .p1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .one-swiper_item-text .p2 {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 24px;
    height: 72px;
  }
  .one-swiper_item-text .p3 {
    font-size: 14px;
  }
  .one-swiper {
    padding-bottom: 30px;
  }
  .list_one-item {
    width: calc(25% - 20px);
  }
  .list_one-item a {
    padding: 20px;
  }
  .list_one-item-img img {
    width: 40px;
  }
  .list_one-item-text {
    font-size: 18px;
  }
  .three-title {
    margin-bottom: 15px;
  }
  .three-title p {
    font-size: 20px;
  }
  .three-title .line {
    border-top: 1px solid #e2e2e2;
    margin: 0 20px 0 10px;
  }
  .three-title a {
    font-size: 16px;
  }
  .list_two-item {
    margin-bottom: 10px;
  }
  .list_two-item a {
    font-size: 16px;
  }
  .list_two-item span {
    font-size: 14px;
  }
  .list_three-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .list_three-item .p1 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .list_three-item .p2 {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }
  .three_right-title {
    border-top: 3px solid #1c5e9b;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .three_right-title span {
    font-size: 20px;
  }
  .three_right-title span:after {
    width: 20px;
    right: -20px;
  }
  .three_right-title a {
    font-size: 14px;
  }
  .list_four-item {
    margin-bottom: 5px;
  }
  .list_four-item a {
    padding-bottom: 5px;
  }
  .list_four-item .p1 {
    font-size: 14px;
    margin-bottom: 5px;
    height: 42px;
  }
  .list_four-item .p2 {
    font-size: 12px;
    height: 38px;
  }
  .four-swiper_arrow {
    margin-top: -15px;
    width: 30px;
    height: 30px;
  }
  .four-swiper_arrow i {
    font-size: 20px;
  }
  .four-swiper_arrow-left {
    left: 10px;
  }
  .four-swiper_arrow-right {
    right: 10px;
  }
  .layout_four-left:after {
    width: 60px;
    height: 25px;
    background: linear-gradient(22deg, #1c5e9b 50%, transparent 50%);
    right: -60px;
  }
  .five-links a {
    font-size: 14px;
    padding: 0 10px;
    margin: 10px 0;
  }
  .five_ewm-item-img {
    text-align: center;
  }
  .five_ewm-item-img img {
    max-width: 80%;
  }
  .five_ewm-item p {
    font-size: 14px;
  }
  .copyright p {
    font-size: 14px;
  }
  .copyright p + p {
    margin-top: 10px;
  }
}
@media (max-width: 990px) {
  .layout_top-box {
    height: auto;
    padding: 10px 0;
    align-items: center;
  }
  .layout_top-left {
    width: 80%;
  }
  .layout_top-right {
    padding-top: 0;
  }
  .top-links {
    display: none;
  }
  .top-logo img {
    height: auto;
  }
  .mobile-nav-btn {
    display: block;
  }
  .mobile-nav-btn .icon-system-close {
    display: none;
  }
  .mobile-nav-btn.on .icon-menu {
    display: none;
  }
  .mobile-nav-btn.on .icon-system-close {
    display: block;
  }
  .mobile-nav-btn i {
    font-size: 30px;
    color: #fff;
  }
  .layout_nav {
    background: #1c5e9b;
    display: none;
    position: absolute;
    z-index: 99;
    left: 0;
    width: 100%;
  }
  .layout_nav .nav_item {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    flex-wrap: wrap;
    display: flex;
    align-items: center;
  }
  .layout_nav .nav_item > a {
    flex: 1;
    min-width: 1px;
    padding: 7px 0;
    color: #fff !important;
    font-size: 15px;
  }
  .layout_nav .nav_item > i {
    transition: all 0.5s ease;
    display: block;
    font-size: 20px;
    color: #fff !important;
    padding: 10px;
  }
  .layout_nav .nav_item.act > i {
    transform: rotate(90deg);
  }
  .layout_nav .nav_item.act .subnav {
    display: block;
  }
  .nav_list {
    flex-direction: column;
  }
  .subnav {
    position: static;
    background: rgba(0, 0, 0, 0.1);
    display: none;
    width: 100%;
    transform: translateX(0);
  }
  .subnav_liem {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .subnav_liem a {
    text-align: left;
    padding: 7px 20px;
    font-size: 14px;
    color: #efefef;
  }
  .banner .swiper-slide a {
    padding-bottom: 50%;
  }
  .list_one {
    flex-wrap: wrap;
  }
  .list_one-item {
    width: calc(50% - 6px);
    margin: 6px 0;
  }
  .list_one-item a {
    padding: 20px 10px;
  }
  .list_one-item-img {
    margin-right: 10px;
  }
  .list_one-item-img img {
    width: 30px;
  }
  .list_one-item-text {
    font-size: 15px;
  }
  .layout_three-mid {
    margin: 15px 0;
  }
  .layout_four-left {
    padding: 10px;
    width: 50px;
    text-align: center;
  }
  .layout_four-left .four_title span {
    font-size: 16px;
  }
  .five_title {
    margin-bottom: 10px;
  }
  .five_title span {
    font-size: 18px;
  }
  .five_title a {
    width: 16px;
    height: 16px;
  }
  .five_title a i {
    font-size: 12px;
  }
  .five-links a {
    font-size: 14px;
    margin: 5px 0;
  }
}




.layout_main .layout_two{
display:flex;
}
.layout_two {
  margin-bottom: 0;
  justify-content: space-between;
}
.layout_two-left {
  width: 55%;
}
.layout_two-right {
  width: 44%;
}

.list_two {
  position: relative;
  margin-left: 20px;
  margin-bottom: 15px;
  background: #f0f6f4;
  border-radius: 0 0 0 60px;
  padding: 1.23333vw 1.3020833333vw;
}
.list_two:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fdfdfd url(../images/bg2.png) top center no-repeat;
  border-radius: 0 0 0 60px;
}
.list_two:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: -20px;
  top: 0;
  right: 0;
  background: #1a6ebd;
  border-radius: 0 0 0 60px;
  bottom: -15px;
}
.list_two-item {
  margin-bottom: 14.2px;
  position: relative;
  z-index: 9;
  padding-left: 16px;
}
.list_two-item:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 3px);
  left: 0;
}
.list_two-item:last-child {
  margin-bottom: 6px;
}
.list_two-item a {
  display: block;
  font-size: 18px;
  color: #282828;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .list_two-item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item a {
    font-size: 14px;
  }
}
.list_two-item:hover:after {
  background: #1a6ebd;
}
.list_two-item:hover a {
  color: #1a6ebd;
}

.tuwen_one {
  position: relative;
  margin-right: 20px;
  margin-bottom: 15px;
  padding: 1.0416666667vw 2.7083333333vw 1.5625vw 1.8229166667vw;
}
.tuwen_one:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 2;
 
  background: #fdfdfd url(../images/bg2.png) top center no-repeat;
  border-radius: 0 0 60px 0;
}
.tuwen_one:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -20px;
  top: 0;
  left: 0;
  background: #1a6ebd;
  border-radius: 0 0 60px 0;
  bottom: -15px;
}
.tuwen_one-item {
  position: relative;
  z-index: 3;
  margin-bottom: 10px;
}
.tuwen_one-item a {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 4px;
}
.tuwen_one-item a:hover .tuwen_one-item-img .inner-bg {
  transform: scale(1.1);
}
.tuwen_one-item a:hover .tuwen_one-item-text {
  color: #1a6ebd;
}
.tuwen_one-item-img {
  width: 21.7948717949%;
  border-radius: 4px;
}
.tuwen_one-item-img .inner-bg {
  padding-bottom: 67.0588235294%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_one-item-text {
  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: 18px;
  color: #282828;
  margin-bottom: 0;
  line-height: 1.5;
  height: 3em;
  margin-left: 1.5625vw;
flex:1;
}
@media (max-width: 1440px) {
  .tuwen_one-item-text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text {
    font-size: 14px;
  }
}
.tuwen_one-item-time {
  border-left: 1px solid #ebebeb;
  padding-left: 1.0416666667vw;
  padding-right: 0.78125vw;
  text-align: center;
}
.tuwen_one-item-time .p1 {
  font-size: 20px;
  color: #1a6ebd;
  margin-bottom: 5px;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .tuwen_one-item-time .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-time .p1 {
    font-size: 14px;
  }
}
.tuwen_one-item-time .p2 {
  font-size: 14px;
  color: #1a6ebd;
}

.tuwen_two {
  display: flex;
  margin: -20px -14px 0 -14px;
  flex-wrap: wrap;
}
.tuwen_two-item {
  width: calc(20% - 28px);
  margin: 20px 14px 0 14px;
}
.tuwen_two-item a {
  display: block;
  position: relative;
  padding-bottom: 2.34375vw;
}
.tuwen_two-item a:after {
  content: "";
  top: 2.34375vw;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border-radius: 8px;
  background-image: linear-gradient(90deg, rgb(50, 101, 162) 0%, rgb(43, 25, 150) 100%);
  box-shadow: 0 0 29px 12px rgba(63, 150, 231, 0.29);
}
.tuwen_two-item a > div {
  position: relative;
  z-index: 9;
}
.tuwen_two-item a:hover .tuwen_two-item-img {
  transform: rotateY(360deg);
}
.tuwen_two-item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 1.4583333333vw;
  transition: all 0.5s ease;
}
.tuwen_two-item-img img {
  max-width: 100%;
  max-height: 100%;
}
.tuwen_two-item-text {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1440px) {
  .tuwen_two-item-text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_two-item-text {
    font-size: 14px;
  }
}



.layout_title {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layout_title-text {
  display: flex;
  align-items: center;
}
.layout_title-text img {
  margin-right: 25px;
}
.layout_title-text span {
  font-size: 40px;
  color: #1a6ebd;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .layout_title-text span {
    font-size: 30px;
  }
}
@media (max-width: 990px) {
  .layout_title-text span {
    font-size: 20px;
  }
}
.layout_title-more {
  display: flex;
  align-items: center;
  padding-left: 25px;
  background: url(../images/t_bg.png) left center no-repeat;
  background-size: auto 100%;
}
.layout_title-more span {
  font-size: 18px;
  color: #1a6ebd;
  margin-bottom: 0;
  line-height: 1.89;
  margin-right: 12px;
}
@media (max-width: 1440px) {
  .layout_title-more span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .layout_title-more span {
    font-size: 14px;
  }
}

/*# sourceMappingURL=main.css.map */