body {
  font-family: "Î¢ÈíÑÅºÚ", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #FFFFFF;
}
@font-face {
  font-family: "ËÎÌå";
  src: url("/css/song.ttf");
}
:root {
  --heart-width: 82.2917vw;
}
@media screen and (max-width: 960px) {
  :root {
    --heart-width: 94vw;
  }
}
a {
  color: #3b352e;
  font-size: 16px;
  text-decoration: none;
}
a:hover {
  color: #0a0908;
  text-decoration: none;
}
img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.heart-box {
  width: var(--heart-width);
  max-width: 1580px;
  margin: 0 auto;
}
#vsb_content img {
  max-width: 100% !important;
  width: auto;
  height: auto;    margin: 0 auto;
    display: block;
}
#vsb_content table {
  max-width: 100% !important;
}
#vsb_content p {
  background: transparent !important;
  line-height: 2;
}
#vsb_content .vsbcontent_img {
  text-align: center;
}
#vsb_content a {
  color: #055ab5;
}
#vsb_content a:hover {
  text-decoration: underline;
  color: #2F7BCC;
}
.indent #vsb_content p {
 
}

.banner .carousel-indicators__item {
  width: 40px;
  height: 8px;
  opacity: 1;
  border: none;
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .banner .carousel-indicators__item {
    width: 30px;
    height: 6px;
  }
}
.banner .carousel-indicators__item.active {
  background-color: #154A84;
}

.home-box {
  background-image: url("/images/home-bg.jpg");
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}
.column-1 {
  margin-top: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .column-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.column-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -134px;
}
@media screen and (max-width: 960px) {
  .column-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}
.column-title--en {
  font-size: 32px;
  color: #e5e5e5;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .column-title--en {
    font-size: 20px;
  }
}
.column-title-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.column-title--text {
  font-size: 26px;
  font-weight: bold;
  color: #094986;
}
@media screen and (max-width: 960px) {
  .column-title--text {
    font-size: 20px;
  }
}
.column-title--line {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: black;
  margin: 0 10px;
  -webkit-transform: translateY(-17px);
     -moz-transform: translateY(-17px);
      -ms-transform: translateY(-17px);
          transform: translateY(-17px);
}
.column-title--more {
  display: block;
  width: 100px;
  height: 40px;
  border: 1px solid #154A84;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  -webkit-transform: translateY(-17px);
     -moz-transform: translateY(-17px);
      -ms-transform: translateY(-17px);
          transform: translateY(-17px);
}
@media screen and (max-width: 960px) {
  .column-title--more {
    width: 60px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }
}
.column-title--more:hover {
  text-decoration: none;
  color: white;
  background-color: #154A84;
}

.footer {
  width: 100%;
  padding: 80px 0;
  background-color: #154A84;
}
.footer-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-left {
  color: white;
  font-size: 18px;
}
.footer-left--item + .footer-left--item {
  margin-top: 40px;
}
.footer-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 960px) {
  .footer-center {
    margin-top: 20px;
  }
}
.footer-center__box {
  width: 470px;
  height: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 46px;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .footer-center__box {
    width: 100%;
  }
}
.footer-center__count {
  width: 60%;
  background-color: white;
  color: #333;
}
.footer-center__link {
  width: 40%;
  background-color: #3287E0;
  color: white;
}
.footer-center__link::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url("/images/htrk.png");
  background-size: 100% 100%;
  vertical-align: middle;
  margin-left: 10px;
}
.footer-center__link:hover {
  color: white;
  text-decoration: none;
}
.footer-logo {
  width: 35.9375vw;
  max-width: 690px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .footer-logo {
    width: 100%;
  }
}
.footer-right {
  padding-right: 5.2083vw;
}
@media screen and (min-width: 1920px) {
  .footer-right {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1600px) {
  .footer-right {
    padding-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .footer-right {
    margin-top: 20px;
  }
}
.footer-right .qrcode-box {
  width: 160px;
  height: 160px;
  padding: 10px;
  background-color: white;
}
.footer-right .qrcode-text {
  font-size: 14px;
  color: white;
  text-align: center;
  margin-top: 6px;
}

.header {
  width: 100%;
  height: 12.5vw;
  max-height: 240px;
  background-image: url(/images/header-bg.png);
  background-size: 100% 100%;
  background-position: cover;
}
.header-content {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header-top-r {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo {
  height: 4.4271vw;
  max-height: 85px;
}
.header-logo img {
  height: 100%;
  width: auto;
}
.header-link {
  display: block;
  margin-right: 40px;
  text-align: center;
}
.header-link:hover {
  text-decoration: none;
}
.header-link:hover span {
  color: #1F6AC7;
}
.header-link .icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.header-link span {
  color: white;
  font-size: 16px;
}
.header-xnmh > .icon {
  background-image: url("/images/header-xlmh.png");
}
.header-xl > .icon {
  background-image: url("/images/header-xl.png");
}
.header-search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 18.75vw;
  max-width: 360px;
  min-width: 150px;
  height: 2.6042vw;
  max-height: 50px;
  min-height: 40px;
  outline: none;
  border-radius: 10px;
  border: none;
  background-color: white;
}
.header-search__input {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  border: none;
  background-color: transparent;
  outline: none;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 16px;
}
.header-search__submit {
  width: 50px;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  background-image: url("/images/header-search-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}
.header .nav-wrapper {
  width: 100%;
  height: 60px;
  border-top: 1px solid #5681A9;
}
.header .nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.header .nav-item {
  position: relative;
  height: 100%;
  line-height: 59px;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.header .nav-item--link {
  display: block;
  width: 100%;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.header .nav-item.is-children .nav-item--link::after {

}
.header .nav-item:hover {
  background-color: #1F6AC7;
}
.header .nav-item:hover .nav-children {
  display: block;
}
.header .nav-children {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 1;
  padding: 10px 0;
  display: none;
  z-index: 999;
}
.header .nav-children-item {
  padding: 14px 0;
  border-bottom: 1px solid #999;
}
.header .nav-children-item--link {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  color: #666;
 
  position: relative;
  text-align: center;
  padding: 0 10px;
}
@media screen and (max-width: 1600px) {
  .header .nav-children-item--link {
    padding-left: 10%;
  }
}
.header .nav-children-item--link::after {
  
}
.header .nav-children-item--link:hover {
  color: #1F6AC7;
  text-decoration: none;
}
.m-header {
  height: 60px;
  background-color: #1F6AC7;
}
.m-header-wrapper {
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-header-title {
  height: 30px;
  line-height: 30px;
  color: white;
  font-size: 18px;
  font-family: "ËÎÌå";
  font-weight: bold;
}
.m-header-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70%;
}
.m-header-logo img {
  height: 100%;
  width: auto;
}
.m-header-r {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.m-header-link {
  display: block;
  margin-right: 20px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-header-link .icon {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-filter: brightness(100);
          filter: brightness(100);
  background-size: 100% 100%;
}
.m-header-link span {
  color: white;
  font-size: 12px;
}
.m-header-xnmh > .icon {
  background-image: url("/images/header-xlmh.png");
}
.m-header-xl > .icon {
  background-image: url("/images/header-xl.png");
}
.m-header-button {
  background-color: transparent;
  border: none;
  width: 30px;
  display: block;
  padding: 0;
}
.m-header-button--line {
  width: 100%;
  height: 3px;
  background-color: white;
  margin-bottom: 4px;
}
.m-header-button:active {
  background-color: transparent;
  border-color: transparent;
  color: transparent;
}
.m-header-button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.mobile-nav-content {
  width: 100%;
  background-color: #154A84;
  padding: 6px 12px;
}
.mobile-nav-content .nav-content__item--link {
  color: white;
  display: block;
  padding: 3px 0;
  text-decoration: none;
}

.link {
  width: 420px;
  background-color: blue;
  margin-top: 156px;
  height: 540px;
  background-color: #F3F6F9;
  padding: 30px 20px 0 20px;
}
@media screen and (max-width: 960px) {
  .link {
    margin-top: 30px;
    width: 100%;
    height: 400px;
  }
}
.link--title {
  font-size: 26px;
  color: #094986;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .link--title {
    font-size: 20px;
  }
}
.link--title-en {
  font-size: 32px;
  color: #e5e5e5;
}
@media screen and (max-width: 960px) {
  .link--title-en {
    font-size: 26px;
  }
}
.link .dropdown {
  width: 100%;
}
.link .dropdown + .dropdown {
  margin-top: 30px;
}
.link .dropdown .btn {
  width: 100%;
  background-color: white;
  border: none;
  border-radius: 0;
  height: 50px;
  color: #333;
  line-height: 50px;
  padding: 0 20px 0 20px;
  text-align: left;
  position: relative;
}
.link .dropdown .btn::after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.link .dropdown .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.link .dropdown .btn:active {
  background-color: white;
}
.link .dropdown .btn:active {
  color: #333;
  border: none;
}
.link .dropdown-menu {
  width: 100%;
  border: none;
  padding: 0;
  max-height: 400px;
  overflow-y: auto;
}
.link .dropdown-item {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
.link .dropdown-item:hover {
  background-color: #F7FAFF;
  color: #094986;
}

.news {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}
@media screen and (max-width: 960px) {
  .news {
    margin-right: 0;
width:100%
  }
}
.news-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .news-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
.news-banner {
  height: 400px;
  width: 540px;
}
@media screen and (max-width: 1600px) and (min-width: 960px) {
  .news-banner {
    width: 400px;
  }
}
@media screen and (max-width: 960px) {
  .news-banner {
    width: 100%;
    height: 300px;
  }
}
.news-banner-item {
  position: relative;
}
.news-banner--image {
  width: 540px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1600px) and (min-width: 960px) {
  .news-banner--image {
    width: 400px;
  }
}
@media screen and (max-width: 960px) {
  .news-banner--image {
    width: 100%;
    height: 300px;
  }
}
.news-banner--title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding-right: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 80px;
  line-height: 80px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
}
.news-banner--title:hover {
  text-decoration: none;
  color: #3287E0;
}
.news-banner .carousel-indicators {
  margin: 0;
  height: 80px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20px;
  left: auto;
}
.news-banner .carousel-indicators__item {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-right: 6px;
  margin-left: 6px;
}
.news-list {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}
@media screen and (max-width: 960px) {
  .news-list {
    padding-left: 0;
    margin-top: 30px;
  }
}
.news-list__item {
  border-bottom: 1px solid #E5E5E5;
  padding: 14px 0;
}
.news-list__item--abs {
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #666;
  margin-top: 18px;
}
.news-list__item:first-child {
  padding-top: 0;
  padding-bottom: 22px;
}
.news-list__item:first-child .news-list__title--text {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .news-list__item:first-child .news-list__title--text {
    font-size: 16px;
  }
}
.news-list__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-list__title--text {
  display: block;
  font-size: 18px;
  color: #333;
  margin-right: 20px;
  white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
  width: 0;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 960px) {
  .news-list__title--text {
    font-size: 16px;
  }
}
.news-list__title--text:hover {
  text-decoration: none;
  color: #3287E0;
}
.news-list__title--date {
  font-size: 16px;
  color: #999;
  white-space: nowrap;
}
.news-list__title::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 8px;
  background-image: url("/images/news-arrow-right.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 13px;
}

.notice {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}
@media screen and (max-width: 960px) {
  .notice {
    margin-right: 0;
    width: 100%;
  }
}
.notice-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.notice__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 20px 22px 0;
  border-bottom: 1px dashed #e5e5e5;
}
@media screen and (max-width: 960px) {
  .notice__wrapper {
    padding-right: 0;
  }
}
.notice__item {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .notice__item {
    width: 100%;
  }
}
.notice__item--date {
  width: 100px;
  text-align: center;
  color: white;
}
@media screen and (max-width: 960px) {
  .notice__item--date {
    width: 70px;
  }
}
.notice__item--d {
  background-color: #154A84;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .notice__item--d {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
}
.notice__item--y {
  height: 40px;
  line-height: 40px;
  background-color: #F5F5F5;
  font-size: 18px;
  color: #666;
}
@media screen and (max-width: 960px) {
  .notice__item--y {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
}
.notice__item--content {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding-left: 20px;
  padding-right: 10px;
}
@media screen and (max-width: 960px) {
  .notice__item--content {
    padding-right: 0;
  }
}
.notice__item--title {
  font-size: 20px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 960px) {
  .notice__item--title {
    font-size: 16px;
  }
}
.notice__item--title:hover {
  text-decoration: none;
  color: #2171CD;
}
.notice__item--abs {
  font-size: 18px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.notice__item:nth-child(even) {
  padding-left: 10px;
}
@media screen and (max-width: 960px) {
  .notice__item:nth-child(even) {
    padding-left: 0;
  }
}
.notice__item:nth-child(odd) {
  padding-right: 10px;
}
@media screen and (max-width: 960px) {
  .notice__item:nth-child(odd) {
    padding-right: 0;
  }
}

.sys {
  width: 420px;
}
@media screen and (max-width: 960px) {
  .sys {
    width: 100%;
    margin-top: 20px;
  }
}
.sys-list {
  display: grid;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sys-list__item {
  height: 160px;
  width: 31%;
  margin-bottom: 15px;
  font-weight: bold;
  background-color: #ECF6FF;
  border-radius: 20px;
  text-align: center;
  padding-top: 20px;
  border: 1px solid #ECF6FF;
}
.sys-list__item--title {
  font-size: 14px;
  height: 52px;
}
.sys-list__item--img {
  width: 52px;
  height: 52px;
}
.sys-list__item:hover {
  background-color: white;
  border-color: #A3D1FD;
  text-decoration: none;
}
.sys-more {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #ECF6FF;
  font-size: 16px;
  color: #222;
  border-radius: 14px;
}
.sys-more:hover {
  text-decoration: none;
  color: #2675CF;
}
.sys-query {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sys-query__item {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.sys-query__item:nth-child(1) {
  background-image: url("/images/djkszscx.png");
  margin-right: 10px;
}
.sys-query__item:nth-child(2) {
  background-image: url("/images/fxzyzscx.png");
  margin-left: 10px;
}
.sys-query__item:hover {
  text-decoration: none;
  color: #2675CF;
}

.inside-body .article-content-footer {
  border-top: 1px solid #555;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 34px;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inside-body .article-content-footer-left {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.inside-body .article-content-footer-left-item {
  font-size: 14px;
  color: #333;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inside-body .article-content-footer-left-item a {
  font-size: 14px;
  color: #333;
}
.inside-body .article-content-footer-left-item a:hover {
  text-decoration: none;
  color: #2A7ACF;
}
.inside-body .article-content-footer-black {
  width: 150px;
  height: 40px;
  border: 1px solid #74ACE1;
  text-align: center;
  line-height: 38px;
  border-radius: 4px;
  font-size: 14px;
  color: #1a78d2;
  margin-left: 10px;
}
@media screen and (max-width: 960px) {
  .inside-body .article-content-footer-black {
    width: 100px;
  }
}
.inside-body .article-content-footer-black:hover {
  text-decoration: none;
  color: white;
  background-color: #74ACE1;
}

.inside-body .article-imgs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inside-body .article-imgs-item {
  display: block;
  width: 25%;
  padding-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .inside-body .article-imgs-item {
    width: 50%;
  }
}
.inside-body .article-imgs-item img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.inside-body .article-imgs-item .title {
  width: 100%;
  background-color: #EFEFEF;
  padding: 20px;
  font-size: 14px;
  color: #333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inside-body .article-imgs-item .title span {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inside-body .article-imgs-item .title::after {
  content: "";
  display: block;
  width: 18px;
  height: 5px;
  background-image: url("/images/inside-imgs-arrow.png");
  background-size: 100% 100%;
  margin-left: 20px;
}
.inside-body .article-imgs-item:hover {
  text-decoration: none;
}
.inside-body .article-imgs-item:hover .title {
  color: #2A7ACF;
}

.inside-body .article-list {
  width: 100%;
  overflow: hidden;
}
.inside-body .article-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px 30px 24px 20px;
  background-color: #F9F9F9;
  border-bottom: 1px dashed #E5E5E5;
}
@media screen and (max-width: 960px) {
  .inside-body .article-list-item {
    padding: 24px 10px 24px 10px;
  }
}
.inside-body .article-list-item:nth-child(even) {
  background-color: white;
}
.inside-body .article-list-title {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 10%;
  font-size: 16px;
}
.inside-body .article-list-title::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 8px;
  background-image: url(/images/news-arrow-right.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 13px;
  vertical-align: middle;
}
.inside-body .article-list-title:hover {
  text-decoration: none;
  color: #2A7ACF;
}
.inside-body .article-list-date {
  font-size: 16px;
  color: #999;
}

.top-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.inside {
  width: 100%;
  min-height: 800px;
  background-image: url("/images/f-1.png"), url("/images/f-2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: right 100px, left 0 bottom 70px;
}
.inside-heart {
  width: 73.9583vw;
  max-width: 1420px;
  margin: 0 auto;
  background-image: url("/images/inside-content-bg.jpg");
  background-size: 100% 80%;
  background-repeat: no-repeat;
  background-position: top;
  padding: 40px 40px 100px 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .inside-heart {
    width: 94vw;
    padding: 20px 0;
    background-image: none;
  }
}
.inside-content {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  width: 0;
  background-color: white;
  min-height: 600px;
  padding: 0 20px;
}
@media screen and (max-width: 960px) {
  .inside-content {
    padding: 0;
  }
}
.inside-content-location {
  height: 36px;
  border-bottom: 2px solid #2A7ACF;
  font-size: 16px;
  color: #6a6a6a;
}
.inside-content-location a {
  font-size: 16px;
  color: #6a6a6a;
}
.inside-content-location a:hover {
  color: #2A7ACF;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .inside-content-location {
    font-size: 14px;
  }
  .inside-content-location a {
    font-size: 14px;
  }
}
.inside-content .column-name {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #2A7ACF;
  margin-top: 34px;
}
.inside-body {
  margin-top: 34px;
  width: 100%;
}
.inside .menu {
  width: 265px;
  background-color: white;
  padding-right: 30px;
}
.inside .menu-name {
  width: 100%;
  height: 131px;
  background-image: url("/images/inside-menu-bg.png");
  font-size: 28px;
  color: white;
  position: relative;
}
.inside .menu-name--text {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.inside .menu-list {
  width: 100%;
  min-height: 300px;
  background-color: #F3F3F3;
  padding-top: 10px;
  padding-bottom: 30px;
}
.inside .menu-list-item {
  display: block;
  width: 100%;
  height: 65px;
  line-height: 65px;
  border-top: 1px solid #e1e1e1;
  padding: 0 30px;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inside .menu-list-item:last-child {
  border-bottom: 1px solid #e1e1e1;
}
.inside .menu-list-item.active {
  background-color: #2A7ACF;
  color: white;
}
.inside .menu-list-item:hover {
  text-decoration: none;
  background-color: #2A7ACF;
  color: white;
}
.inside .menu-children {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  background-color: white;
}
.inside .menu-children-item {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inside .menu-children-item.active {
  background-color: #E8F1F9;
  color: #2A7ACF;
}
.inside .menu-children-item:last-child {
  border-bottom: none;
}
.inside .menu-children-item::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inside .menu-children-item:hover {
  text-decoration: none;
  background-color: #E8F1F9;
  color: #2A7ACF;
}