.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;
  overflow-y: visible;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow, .page-list_item-text .p1, .two-mid_list-item a p, .one-list_item a p, .one-swiper_text p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .two-right_list-item-icon img, .top-logo img {
  display: inline-block;
  max-width: 100%;
}

.flex, .two-box, .one-box {
  display: flex;
}
@media (max-width: 990px) {
  .flex, .two-box, .one-box {
    flex-direction: column;
  }
  .flex > div, .two-box > div, .one-box > div {
    width: 100%;
  }
  .flex > div + div, .two-box > div + div, .one-box > div + div {
    margin-top: 15px;
  }
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.wrap {
  max-width: 1630px;
  padding: 0 15px;
  margin: 0 auto;
}

.top {
  background: #2068e8;
}
.top .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-logo {
  display: flex;
  padding: 15px 0;
}
.top-search form {
  width: 251px;
  height: 47px;
  display: flex;
  background: #fff;
  border-radius: 40px;
}
.top-search input {
  border: none;
  background: transparent;
  flex: 1;
  min-width: 1px;
  padding: 0 0 0 20px;
  font-size: 14px;
  color: #333;
}
.top-search input::-moz-placeholder {
  color: #666;
}
.top-search input::placeholder {
  color: #666;
}
.top-search input:focus {
  outline: none;
}
.top-search button {
  background: url(../images/search.png) center no-repeat;
  width: 60px;
  cursor: pointer;
  border: none;
}
.top-search_btn {
  justify-content: center;
  align-items: center;
  display: none;
}
.top-search_btn i {
  color: #fff;
  font-size: 20px;
}
.top_menu-btn {
  display: none;
}
.top_menu-btn i {
  color: #fff;
  font-size: 25px;
}
.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;
  }
  .top-logo img {
    width: 100%;
  }
  .top-search {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 100%;
    padding: 10px;
    background: rgba(32, 104, 232, 0.9);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .top-search form {
    width: 100%;
  }
  .top-search.on {
    display: flex;
    justify-content: flex-end;
  }
  .top-search input {
    color: #333;
  }
  .top-search button {
    background-size: 20px;
  }
  .top-search_btn {
    display: flex;
    margin-left: auto;
  }
  .top_menu-btn {
    display: flex;
    margin-left: 10px;
  }
}

.nav {
  background: #005bac;
}
.nav-box {
  display: flex;
}
.nav-box_item {
  position: relative;
  flex: 1;
}
.nav-box_item > a {
  text-align: center;
  display: block;
  padding: 10px 0;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
}
.nav-box_item.on > a, .nav-box_item:hover > a {
  background: rgba(0, 0, 0, 0.1);
}
.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: #005bac;
    min-width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
}
.sub-box_item > a {
  display: block;
  padding: 13px 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  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: #2068e8;
  }
  .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;
    text-align: left;
  }
}

.home-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.home-title_text {
  display: flex;
  align-items: center;
}
.home-title_text p {
  font-size: 34px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 18px;
}
.home-title_more {
  display: flex;
  align-items: center;
}
.home-title_more span {
  font-size: 22px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
  margin-right: 10px;
  text-transform: uppercase;
}
.home-title_more:hover span {
  color: #2068e8;
}

.friend-links {
  background: url(../images/f_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 50px 0 90px 0;
}
.friend-links_title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 35px;
  line-height: 1.5;
}
.friend-links_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
  padding-right: 30%;
}
.friend-links_list a {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  margin-top: 20px;
}
.friend-links_list a:after {
  content: "/";
  margin: 0 25px 0 40px;
}
.friend-links_list a:last-child:after {
  content: "";
}
.friend-links_list a:hover {
  opacity: 0.9;
  text-decoration: underline;
}

.copyrighy {
  background: #044a7f;
  padding: 10px 0;
  text-align: center;
}
.copyrighy p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  position: relative;
  display: block;
}
.banner-img {
  padding-bottom: 43.8020833333%;
  position: relative;
}
.banner-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.banner-text {
  top: 86.920332937%;
  position: absolute;
  z-index: 9;
  left: 8.3333333333%;
  right: 8.3333333333%;
  z-index: 99;
  text-align: center;
  font-size: 26px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
.banner .swiper-pagination {
  top: 80.6183115339%;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 24px;
  height: 24px;
  background: #fff;
  margin: 0 8px !important;
}
.banner .swiper-pagination-bullet-active {
  background: #4b4b4b;
}

.section-one {
  background: #f4f7fc;
  padding-top: 160px;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .section-one {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
@media (max-width: 990px) {
  .section-one {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section-two {
  background: #f4f7fc;
  padding-top: 80px;
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  .section-two {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media (max-width: 990px) {
  .section-two {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.one-box {
  justify-content: space-between;
}
.one-left {
  width: 47%;
}
.one-right {
  width: 51%;
}
.one-right .home-title {
  margin-left: -60px;
  position: relative;
  z-index: 99;
}
.one-swiper {
  position: relative;
  overflow: hidden;
}
.one-swiper:after {
  content: "";
  position: absolute;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #f4f7fc;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -56px;
  top: -56px;
  z-index: 9;
}
.one-swiper a {
  display: block;
  padding-bottom: 60px;
  position: relative;
}
.one-swiper_img {
  padding-bottom: 62.2425629291%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.one-swiper_text {
  position: absolute;
  left: 8.1967213115%;
  right: 8.1967213115%;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 30px;
  box-shadow: 0px 3px 17.29px rgba(0, 0, 0, 0.13);
  bottom: 30px;
  z-index: 99;
}
.one-swiper_text p {
  flex: 1;
  min-width: 1px;
  margin-right: 60px;
  font-size: 22px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
.one-swiper .swiper-pagination {
  bottom: 25%;
  text-align: right;
  padding-right: 8.1967213115%;
}
.one-swiper .swiper-pagination-bullet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  width: 22px;
  height: 22px;
  border-radius: 0;
  background: #fff;
  color: #333;
  font-size: 14px;
  margin: 0 0 0 8px !important;
}
.one-swiper .swiper-pagination-bullet-active {
  background: #2068e8;
  color: #fff;
}
.one-list {
  background: #fff;
  padding: 10px 30px 20px 30px;
}
.one-list_item {
  border-bottom: 1px solid #d5d5d5;
}
.one-list_item:last-child {
  border-bottom: none;
}
.one-list_item-time {
  font-size: 14px;
  color: #a61215;
  text-align: center;
  padding: 0 5px;
}
.one-list_item-time span {
  font-size: 22px;
  display: block;
  margin-bottom: 5px;
}
.one-list_item a {
  display: flex;
  align-items: center;
  padding: 22px 0;
}
.one-list_item a p {
  font-size: 22px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 40px;
  min-width: 1px;
  flex: 1;
}
.one-list_item a:hover p {
  color: #2068e8;
}

.two-box {
  justify-content: space-between;
}
.two-left {
  width: 46.5625%;
}
.two-left_list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -1px 0 -1px;
}
.two-left_list-item {
  width: calc(25% - 2px);
  margin: 20px 1px 0 1px;
}
.two-left_list-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 128px;
  padding: 10px;
  transition: all 0.5s ease;
  border-radius: 8px;
}
.two-left_list-item a:hover {
  opacity: 0.9;
}
.two-left_list-item-icon {
  margin-bottom: 15px;
  height: 35px;
  display: flex;
  align-items: center;
}
.two-left_list-item-text {
  text-align: center;
  font-size: 18px;
  color: white;
  margin-bottom: 0;
  line-height: 1.5;
}
.two-mid {
  width: 32.5%;
}
.two-mid_list-item {
  margin-bottom: 25px;
}
.two-mid_list-item:last-child {
  margin-bottom: 0;
}
.two-mid_list-item a {
  display: flex;
  align-items: center;
  height: 35px;
}
.two-mid_list-item a span {
  font-size: 20px;
  margin-right: 15px;
  color: #999999;
}
.two-mid_list-item a p {
  font-size: 20px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
  flex: 1px;
  min-width: 1px;
}
.two-right {
  width: 17.5%;
}
.two-right_list-item {
  display: flex;
  margin-bottom: 8px;
  border: 1px solid #2068e8;
  border-radius: 8px;
  padding: 12px 20px;
  align-items: center;
}
.two-right_list-item-icon {
  width: 61px;
  text-align: center;
  margin-right: 10px;
}
.two-right_list-item-text {
  font-size: 18px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
  flex: 1;
  min-width: 1px;
  word-break: break-all;
}

.two-left_list-item:nth-of-type(1) a {
  background: #24cc9b;
}

.two-left_list-item:nth-of-type(2) a {
  background: #edbc75;
}

.two-left_list-item:nth-of-type(3) a {
  background: #647deb;
}

.two-left_list-item:nth-of-type(4) a {
  background: #ff926e;
}

.two-left_list-item:nth-of-type(5) a {
  background: #d4a34c;
}

.two-left_list-item:nth-of-type(6) a {
  background: #2068e8;
}

.two-left_list-item:nth-of-type(7) a {
  background: #34c3c1;
}

.two-left_list-item:nth-of-type(8) a {
  background: #5ed252;
}

.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-wrap {
  padding: 50px 0;
}
.page-wrap .wrap {
  display: flex;
  justify-content: space-between;
}
.page-wrap_left {
  width: 320px;
  margin-right: 50px;
  position: relative;
  z-index: 9;
}
.page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #2068e8;
  height: 57px;
  padding: 0 15px;
}
.page-title h3 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  margin: 0;
  font-weight: normal;
}
.page-title i {
  display: none;
  font-size: 20px;
  color: #fff;
}

.page-menu_item:hover .page-menu_item-inner a,
.page-menu_item:hover .page-menu_item-inner i {
  color: #2068e8;
}
.page-menu_item.on .page-menu_item-inner a {
  font-weight: bold;
  color: #2068e8;
}
.page-menu_item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 25px;
  border-bottom: 1px solid #ececec;
}
.page-menu_item-inner a {
  display: block;
  flex: 1;
  min-width: 1px;
  font-size: 15px;
  color: #808080;
  margin-bottom: 0;
  line-height: 55px;
}
.page-menu_item-inner i {
  transition: all 0.5s;
  display: block;
  padding: 0 10px;
  cursor: pointer;
}
.page-menu_item-inner.on i {
  transform: rotate(90deg);
}

.page-submenu {
  display: none;
}
.page-submenu_item {
  border-bottom: 1px solid #ececec;
}
.page-submenu_item a {
  display: block;
  padding: 0 10px 0 40px;
  font-size: 14px;
  color: #808080;
  margin-bottom: 0;
  line-height: 40px;
}
.page-submenu_item a:hover {
  color: #2068e8;
}

.page-wrap_right {
  flex: 1;
  padding: 20px 0 40px 0;
}
.page-wrap_right-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.page-wrap_right-title {
  display: flex;
  align-items: center;
}
.page-wrap_right-title i {
  font-size: 20px;
  color: #2068e8;
}
.page-wrap_right-title span {
  font-size: 20px;
  font-weight: bold;
  color: #2068e8;
  margin-left: 5px;
}
.page-wrap_right .crumbs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 20px;
}
.page-wrap_right .crumbs i {
  color: #2068e8;
  font-size: 18px;
}
.page-wrap_right .crumbs a:hover {
  color: #2068e8;
}
@media (max-width: 1025px) {
  .page-wrap {
    padding: 15px 0;
  }
  .page-wrap .wrap {
    flex-direction: column;
  }
  .page-wrap_left {
    width: 100%;
    margin-right: 0;
    position: relative;
    z-index: 999;
  }
  .page-title {
    height: 40px;
  }
  .page-title h3 {
    font-size: 18px;
  }
  .page-title i {
    font-size: 18px;
    display: block;
  }
  .page-menu {
    display: none;
  }
  .page-menu_item-inner {
    padding-left: 15px;
  }
  .page-menu_item-inner a {
    line-height: 40px;
  }
  .page-submenu_item a {
    padding: 0 10px 0 25px;
    line-height: 35px;
  }
  .page-wrap_right {
    margin-top: 15px;
    width: 100%;
    padding: 0px;
  }
  .page-wrap_right .crumbs {
    font-size: 14px;
  }
  .page-wrap_right-top {
    margin-bottom: 15px;
    padding: 10px 0;
  }
  .page-wrap_right-title {
    display: none;
  }
  .page-wrap_right-title span {
    font-size: 18px;
  }
}

.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: #2068e8;
  border-color: #2068e8;
  color: #fff;
}
.paging span {
  border: none;
}

.page-detail_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: #2068e8;
}

.page-list_item {
  border-bottom: 1px dashed #ddd;
  padding: 16px 0;
}
.page-list_item a {
  display: flex;
  align-items: center;
}
.page-list_item-img {
  width: 18%;
  padding-bottom: 12.5%;
  position: relative;
  margin-right: 15px;
}
.page-list_item-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.page-list_item-text {
  flex: 1;
  min-width: 1px;
}
.page-list_item-text .p1 {
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.4;
}
.page-list_item-text .p2 {
  font-size: 13px;
  color: #999;
  margin-bottom: 0;
  line-height: 1.5;
  margin: 10px 0;
}
.page-list_item-text .p3 {
  font-size: 14px;
  color: #999;
  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: 42px;
}
.page-list_item:hover .p1 {
  color: #2068e8;
}

@media (max-width: 1630px) {
  .wrap {
    max-width: 1430px;
  }
  .one-list_item a {
    padding: 18px 0;
  }
  .friend-links_list {
    padding-right: 14%;
  }
  .two-left_list-item-text {
    font-size: 17px;
  }
  .two-right_list-item-text {
    font-size: 17px;
  }
  .two-right_list-item {
    padding: 12px;
  }
}
@media (max-width: 1430px) {
  .page-list_item-img {
    width: 25%;
  }
  .wrap {
    max-width: 1054px;
  }
  .friend-links_list {
    padding-right: 0;
  }
  .friend-links {
    padding: 30px 0;
  }
  .friend-links_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .friend-links_list a {
    font-size: 16px;
    margin-top: 7px;
  }
  .friend-links_list a:after {
    margin: 0 20px;
  }
  .copyrighy p {
    font-size: 16px;
  }
  .one-swiper_text {
    padding: 15px;
  }
  .one-swiper_text p {
    font-size: 18px;
  }
  .one-swiper_text img {
    height: 20px;
  }
  .home-title_icon img {
    width: 30px;
  }
  .home-title_text p {
    margin-left: 10px;
    font-size: 20px;
  }
  .home-title_more span {
    font-size: 16px;
  }
  .home-title_more img {
    width: 15px;
  }
  .one-swiper:after {
    width: 80px;
    height: 80px;
    right: -40px;
    top: -40px;
  }
  .one-right .home-title {
    margin-left: -40px;
  }
  .home-title {
    margin-bottom: 20px;
  }
  .one-list {
    padding: 10px;
  }
  .one-list_item-time span {
    font-size: 18px;
  }
  .one-list_item a {
    padding: 10px 0;
  }
  .one-list_item a p {
    margin-left: 10px;
    font-size: 16px;
  }
  .two-left_list {
    margin-top: -10px;
  }
  .two-left_list-item {
    margin-top: 10px;
  }
  .two-left_list-item a {
    height: 100px;
    padding: 5px;
  }
  .two-left_list-item-icon {
    margin-bottom: 10px;
    height: 25px;
  }
  .two-left_list-item-icon img {
    height: 20px;
  }
  .two-left_list-item-text {
    font-size: 14px;
  }
  .two-mid_list-item {
    margin-bottom: 20px;
  }
  .two-mid_list-item a {
    height: 25px;
  }
  .two-mid_list-item a span {
    font-size: 16px;
    margin-right: 10px;
  }
  .two-mid_list-item a p {
    font-size: 16px;
  }
  .two-right_list-item {
    padding: 10px;
  }
  .two-right_list-item-icon {
    width: 50px;
  }
  .two-right_list-item-text {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .copyrighy p {
    font-size: 14px;
  }
  .friend-links {
    padding: 10px 0;
  }
  .friend-links_list a {
    font-size: 14px;
    margin-top: 4px;
  }
  .friend-links_list a:after {
    margin: 0 10px;
  }
  .two-left_list {
    margin-top: -10px;
  }
  .two-left_list-item {
    width: calc(50% - 10px);
    margin: 10px 5px 0 5px;
  }
  .two-left_list-item a {
    height: 80px;
  }
  .one-swiper_text {
    padding: 10px;
  }
  .one-swiper_text p {
    font-size: 14px;
  }
  .one-swiper_text img {
    height: 15px;
  }
  .one-swiper a {
    padding-bottom: 40px;
  }
  .one-swiper_text {
    bottom: 20px;
  }
  .banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px !important;
  }
  .banner .swiper-pagination {
    top: 70%;
  }
  .banner-text {
    top: 83%;
    left: 2%;
    right: 2%;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .top-search form {
    height: 35px;
  }
  .top-search button {
    width: 40px;
  }
  .one-right .home-title {
    margin-left: 0;
  }
  .one-swiper:after {
    display: none;
  }
  .page-list_item-img {
    display: none;
  }
  .page-detail_title h1 {
    font-size: 18px;
  }
  .page-info {
    flex-wrap: wrap;
  }
  .page-info span {
    font-size: 14px;
    margin: 5px 10px;
  }
  .page-next-prev {
    flex-direction: column;
  }
  .page-next-prev > div {
    font-size: 14px;
    width: 100%;
    margin: 5px 0;
  }
  #vsb_content_4 P img {
   max-width: 100% !important;
   height: auto  !important;
  }
}
/*# sourceMappingURL=main.css.map */