@charset "UTF-8";
::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 5px;
}

/** 字体 */
/** 通用样式 */
* {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-sizing: border-box;
}
*::after, *::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-sizing: border-box;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  line-height: 16px;
  background-color: #fff;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

.hidden {
  display: none !important;
}

.swiper-pagination-bullets {
  line-height: 0;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 100%;
}

video {
  max-width: 100%;
  height: auto;
}

body {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tab .tab-title {
  display: flex;
}
.tab .tab-cont {
  display: none;
}
.tab .tab-cont.active {
  display: block;
}

.title1 {
  padding-top: 0.625rem;
  position: relative;
  display: flex;
  padding-bottom: 0.4375rem;
  cursor: pointer;
}
.title1 .title-icon {
  position: relative;
  margin-left: 0.25rem;
  margin-right: 0.3125rem;
  margin-top: 0.5rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #1c5ab8;
}
.title1 .title-icon::before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  right: 100%;
  bottom: 100%;
  background-color: #f8b62c;
}
.title1 .title-text {
  position: relative;
  font-weight: 700;
}
.title1 .title-text .main-title {
  color: #1a5cad;
  font-size: 1.375rem;
  line-height: normal;
}
.title1 .title-text .sub-title {
  position: absolute;
  top: -0.875rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(30, 92, 185, 0.1) 0%, rgba(30, 92, 185, 0) 82.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  user-select: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.title1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  bottom: 0;
  background: #1a5cad;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.title1 + .title1 {
  margin-left: 1.5625rem;
}
.title1.tab-tit:not(.active) .title-text .main-title {
  color: #999;
}
.title1.tab-tit:not(.active) .title-text .sub-title {
  opacity: 0;
}
.title1.tab-tit:not(.active)::before {
  opacity: 0;
}

.title2 {
  position: relative;
  display: flex;
  cursor: pointer;
}
.title2 .title-text {
  position: relative;
  font-weight: 700;
}
.title2 .title-text .main-title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.375rem;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.title2 .title-text .sub-title {
  position: absolute;
  top: -0.875rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  user-select: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.title2.active .title-text .main-title {
  color: #fff;
}
.title2.active .title-text .sub-title {
  opacity: 1;
}
.title2 + .title2 {
  margin-left: 0.9375rem;
}

.more1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.3125rem;
  padding: 0.4375rem 0.8125rem;
  border: 0.0625rem solid #1c5ab8;
  position: relative;
  z-index: 0;
  color: #1a5cad;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.more1 span {
  font-size: 0.75rem;
  line-height: normal;
}
.more1 .more-icon {
  margin-left: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M10.8223 4.44751L15.3748 9.00001L10.8223 13.5525' stroke='%231A5CAD' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.625 9H15.2475' stroke='%231A5CAD' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.more1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  background-color: #1c5ab8;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.more1:hover {
  color: #fff;
}
.more1:hover .more-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M10.8223 4.44751L15.3748 9.00001L10.8223 13.5525' stroke='%23fff' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.625 9H15.2475' stroke='%23fff' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.more1:hover::before {
  transform: scaleX(1);
}

.more2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 0;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.more2 span {
  font-size: 0.75rem;
  line-height: normal;
}
.more2 .more-icon {
  margin-left: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M10.8223 4.44751L15.3748 9.00001L10.8223 13.5525' stroke='%23fff' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.625 9H15.2475' stroke='%23fff' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.more2:hover {
  color: #fff;
}
.more2:hover .more-icon {
  transform: translateX(0.3125rem);
}

.list1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list1 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-bottom: 0.0625rem solid #eee;
  padding: 1.25rem 0;
}
.list1 li .date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  color: #1a5cad;
}
.list1 li .date h3 {
  font-family: Arial;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: normal;
}
.list1 li .date h4 {
  font-family: Arial;
  font-size: 0.625rem;
  line-height: normal;
}
.list1 li .date + .title {
  margin-left: 0.9375rem;
}
.list1 li .title {
  flex-grow: 1;
  color: #333;
  font-size: 1rem;
  line-height: 1.375rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.list1 li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  background-color: #1c5ab8;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.list1 li:hover .title {
  color: #1c5ab8;
}
.list1 li:hover::before {
  transform: scaleX(1);
}

.list2 ul {
  display: flex;
  flex-direction: column;
}
.list2 li {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0.9375rem;
  min-height: 5.5625rem;
  border-left: 0.0625rem solid #eee;
}
.list2 li .date {
  color: #1a5cad;
  font-size: 0.75rem;
  line-height: normal;
}
.list2 li .title {
  margin-top: 0.625rem;
  color: #333;
  font-size: 1rem;
  line-height: 1.375rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list2 li:not(:last-of-type) {
  border-bottom: 0.0625rem solid #eee;
}
.list2 li::before {
  content: "";
  position: absolute;
  width: 0.125rem;
  height: 2.5rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ccc;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.list2 li:hover .title {
  color: #1c5ab8;
}
.list2 li:hover::before {
  height: 100%;
  background-color: #1c5ab8;
}

.list3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list3 li {
  position: relative;
  margin-top: 0.9375rem;
  padding: 0.9375rem;
  background-color: #fff;
}
.list3 li .list-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.9375rem;
  border-bottom: 0.0625rem solid #efefef;
}
.list3 li .list-bottom {
  padding-top: 0.625rem;
}
.list3 li .date {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 3.75rem;
  height: 3.75rem;
  color: #1a5cad;
  border: 0.0625rem dashed #889ebc;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.list3 li .date h3 {
  font-family: Arial;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: normal;
}
.list3 li .date h4 {
  font-family: Arial;
  font-size: 0.625rem;
  line-height: normal;
}
.list3 li .date + .title {
  margin-left: 0.9375rem;
}
.list3 li .title {
  flex-grow: 1;
  color: #333;
  font-size: 1rem;
  line-height: 1.375rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.list3 li .brief {
  color: #666;
  font-size: 0.75rem;
  line-height: 150%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list3 li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  background-color: #1c5ab8;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.list3 li:hover .date {
  background-color: #1a5cad;
  color: #fff;
}
.list3 li:hover .title {
  color: #1c5ab8;
}
.list3 li:hover::before {
  transform: scaleX(1);
}

.list4 ul {
  display: flex;
  flex-direction: column;
}
.list4 li {
  display: flex;
  flex-direction: column;
  padding: 0.9375rem 0;
}
.list4 li .date {
  color: #1a5cad;
  font-size: 0.75rem;
  line-height: normal;
}
.list4 li .title {
  margin-top: 0.625rem;
  color: #333;
  font-size: 1rem;
  line-height: 1.375rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.list4 li:hover .title {
  color: #1c5ab8;
}

.wrapper {
  width: 21.5625rem;
  margin: 0 auto;
}

.wap-header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 4.125rem;
  background-color: #1c5ab8;
}
.wap-header .wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wap-header .logo a {
  display: flex;
  align-items: center;
}
.wap-header .logo img {
  height: 2rem;
  width: auto;
}
.wap-header .logo .devider {
  background-color: rgba(255, 255, 255, 0.6);
  width: 0.0625rem;
  height: 1rem;
  margin: 0 0.625rem;
}
.wap-header .logo span {
  color: #fff;
  font-size: 1rem;
  line-height: normal;
}
.wap-header .logo span:nth-of-type(2) {
  display: none;
}
.wap-header .menu-btn {
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M4.80005 16H22.4001' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M4.80005 8H27.2' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M4.80005 24H27.2' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.wap-header .menu-btn.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' viewBox='0 0 33 32' fill='none'%3E%3Cpath d='M25.5 7L7.5 25' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M7.5 7L25.5 25' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.menu {
  position: fixed;
  top: 4.125rem;
  width: 100%;
  height: calc(100vh - 4.125rem);
  padding: 1.25rem;
  z-index: 80;
  background-color: #fff;
  overflow-y: auto;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.menu::-webkit-scrollbar {
  display: none;
}
.menu .search + .wap-nav {
  margin-top: 1.5rem;
}
.menu.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  visibility: visible;
}

.search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.75rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid #eaeff7;
  padding: 0 0.9375rem;
  background-color: #fff;
}
.search .search-form {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search .search-form input[type=text] {
  width: 16.875rem;
  height: 1.5rem;
  font-size: 0.875rem;
  color: #333;
}
.search .search-form input[type=text]::-webkit-input-placeholder {
  color: #aaa;
}
.search .search-form input[type=submit] {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1902 4.94081C10.9122 2.66275 7.2187 2.66275 4.94064 4.94081C2.66258 7.21887 2.66258 10.9123 4.94064 13.1904C7.2187 15.4684 10.9122 15.4684 13.1902 13.1904C15.4683 10.9123 15.4683 7.21887 13.1902 4.94081ZM3.76213 3.7623C6.69106 0.833364 11.4398 0.833364 14.3687 3.7623C17.0985 6.49205 17.2841 10.8025 14.9256 13.7473L17.9043 16.7259L16.7257 17.9044L13.7471 14.9258C10.8024 17.2843 6.49189 17.0987 3.76213 14.3689C0.833197 11.44 0.833197 6.69123 3.76213 3.7623Z' fill='%231c5ab8'/%3E%3C/svg%3E");
  cursor: pointer;
}
.search .search-form input:-webkit-autofill {
  -webkit-text-fill-color: #1c5ab8;
  transition: background-color 5000s ease-in-out 0s;
}

.wap-nav .wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.wap-nav .nav-item {
  position: relative;
}
.wap-nav .nav-item .nav-tit {
  position: relative;
}
.wap-nav .nav-item .nav-tit a {
  display: flex;
  align-items: center;
  height: 1.5rem;
  color: #1c5ab8;
  line-height: 160%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.wap-nav .nav-item .nav-tit a h2 {
  font-size: 0.9375rem;
  opacity: 0.92;
}
.wap-nav .nav-item .nav-tit a h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.5rem;
  font-family: Arial;
  font-size: 0.8125rem;
  text-transform: capitalize;
  opacity: 0.7;
}
.wap-nav .nav-item .nav-cont {
  display: none;
}
.wap-nav .nav-item .nav-cont ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wap-nav .nav-item .nav-cont li {
  width: 10rem;
  margin-top: 0.625rem;
}
.wap-nav .nav-item .nav-cont li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.1875rem;
  color: #1c5ab8;
  font-size: 0.8125rem;
  line-height: 160%;
  border-radius: 0.25rem;
  border: 1px solid rgba(28, 90, 184, 0.2);
}
.wap-nav .nav-item .nav-cont li:last-of-type:nth-of-type(2n + 1) {
  width: 100%;
}
.wap-nav .nav-item.has-sub .nav-tit a {
  width: fit-content;
  max-width: 80%;
}
.wap-nav .nav-item.has-sub .nav-tit::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg opacity='0.6'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.33366 7.33341V1.66675H8.66699V7.33341H14.3337V8.66675H8.66699V14.3334H7.33366V8.66675H1.66699V7.33341H7.33366Z' fill='%231C5AB8'/%3E%3C/g%3E%3C/svg%3E");
}
.wap-nav .nav-item.has-sub .nav-tit.active::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg opacity='0.6'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3337 8.66659H1.66699V7.33325H14.3337V8.66659Z' fill='%231C5AB8'/%3E%3C/g%3E%3C/svg%3E");
}
.wap-nav .nav-item + .nav-item {
  margin-top: 1.375rem;
}

.siblings-column-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 0.9375rem;
  border-bottom: 0.125rem solid #faf4ed;
}
.siblings-column-nav .nav-wrapper {
  display: flex;
  align-items: center;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.siblings-column-nav .nav-wrapper::-webkit-scrollbar {
  display: none;
}
.siblings-column-nav a {
  white-space: nowrap;
  color: #999;
  font-size: 1.125rem;
  line-height: normal;
}
.siblings-column-nav a.active {
  color: #1a5cad;
}
.siblings-column-nav .devider {
  flex-shrink: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  margin: 0 0.8125rem;
  background-color: rgba(26, 92, 173, 0.3);
  border-radius: 50%;
}
.siblings-column-nav .devider:last-of-type {
  display: none;
}

.footer {
  min-height: 19.625rem;
  padding: 1.875rem 0;
  background-image: url(../img/bgfooter.jpg);
}
.footer .wrapper {
  height: 100%;
}
.footer .footer-left {
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  line-height: normal;
}
.footer .footer-left p {
  margin-top: 0.625rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.footer .footer-left p:hover {
  color: white;
}
.footer .footer-left p + p {
  margin-left: 1.25rem;
}
.footer .footer-right {
  margin-top: 1.25rem;
}
.footer .welcome {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  line-height: normal;
}
.footer .contact-us {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .copyright {
  display: flex;
  flex-wrap: wrap;
}
.footer .QRcode {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .QRcode .pic {
  width: 8.125rem;
  height: 8.125rem;
}
.footer .QRcode .pic img {
  width: 100%;
}
.footer .QRcode .txt {
  display: none;
  margin-top: 0.3125rem;
}
.footer .QRcode .txt p {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
}

.banner {
  margin-top: 4.125rem;
  height: 12.5rem;
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.banner .swiper-pagination {
  position: absolute;
  bottom: 0.9375rem;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.375rem;
  margin: 0 0.375rem;
  background-color: rgba(255, 255, 255, 0.6);
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  background-color: rgb(255, 255, 255);
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.36);
  border-radius: 50%;
}
.banner .swiper-button {
  display: none;
  position: absolute;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.0625rem solid #fff;
  opacity: 0.36;
}
.banner .swiper-button::after {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
}
.banner .swiper-button.swiper-button-prev {
  left: 0.625rem;
}
.banner .swiper-button.swiper-button-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10.0002 13.28L5.65355 8.9333C5.14022 8.41997 5.14022 7.57997 5.65355 7.06664L10.0002 2.71997' stroke='white' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.banner .swiper-button.swiper-button-next {
  right: 0.625rem;
}
.banner .swiper-button.swiper-button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M5.93994 13.28L10.2866 8.9333C10.7999 8.41997 10.7999 7.57997 10.2866 7.06664L5.93994 2.71997' stroke='white' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.inner-banner {
  margin-top: 4.125rem;
}
.inner-banner img {
  width: 100%;
  height: 6.25rem;
  object-fit: cover;
  object-position: bottom;
}

.home-section1 {
  padding: 1.25rem 0 1.875rem;
}
.home-section1 .news .news-title {
  margin-bottom: 0.9375rem;
}
.home-section1 .news .news-content .list1 {
  min-height: 21.25rem;
}
.home-section1 .news-swiper .swiper-container {
  height: 23.625rem;
}
.home-section1 .news-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
}
.home-section1 .news-swiper .swiper-slide .pic {
  height: 13.5rem;
}
.home-section1 .news-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-section1 .news-swiper .swiper-slide .txt {
  height: 10.125rem;
  display: flex;
  flex-direction: column;
  padding: 0.9375rem;
  background: #f6f7fb;
}
.home-section1 .news-swiper .swiper-slide .txt span {
  position: relative;
  color: #1a5cad;
  font-family: Arial;
  font-size: 0.75rem;
  line-height: normal;
  margin-bottom: 0.625rem;
  padding-left: 0.4375rem;
}
.home-section1 .news-swiper .swiper-slide .txt span::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  height: 0.75rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #1a5cad;
}
.home-section1 .news-swiper .swiper-slide .txt h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.625rem;
}
.home-section1 .news-swiper .swiper-slide .txt p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #666;
  font-size: 0.75rem;
  line-height: 150%;
}
.home-section1 .news-swiper .swiper-buttons {
  position: absolute;
  left: 0.9375rem;
  bottom: 0.9375rem;
  display: flex;
  align-items: center;
}
.home-section1 .news-swiper .swiper-button {
  position: static;
  margin-top: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: 0.0625rem solid #1a5cad;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.home-section1 .news-swiper .swiper-button:hover {
  background-color: #1a5cad;
}
.home-section1 .news-swiper .swiper-button::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.home-section1 .news-swiper .swiper-button.swiper-button-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10.0002 13.28L5.65355 8.9333C5.14022 8.41997 5.14022 7.57997 5.65355 7.06664L10.0002 2.71997' stroke='%231c5ab8' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.home-section1 .news-swiper .swiper-button.swiper-button-prev:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10.0002 13.28L5.65355 8.9333C5.14022 8.41997 5.14022 7.57997 5.65355 7.06664L10.0002 2.71997' stroke='white' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.home-section1 .news-swiper .swiper-button.swiper-button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M5.94043 13.28L10.2871 8.9333C10.8004 8.41997 10.8004 7.57997 10.2871 7.06664L5.94043 2.71997' stroke='%231c5ab8' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.home-section1 .news-swiper .swiper-button.swiper-button-next:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M5.93994 13.28L10.2866 8.9333C10.7999 8.41997 10.7999 7.57997 10.2866 7.06664L5.93994 2.71997' stroke='white' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.home-section1 .news-swiper .swiper-pagination {
  position: relative;
  margin: 0 0.5rem;
}
.home-section1 .news-swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.25rem;
  background-color: transparent;
}
.home-section1 .news-swiper .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #1a5cad;
}
.home-section1 .news-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 0.125rem solid #1a5cad;
}
.home-section1 .news-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  display: none;
}
.home-section1 .notice {
  margin-top: 1.875rem;
  min-height: 31.25rem;
  display: flex;
  flex-direction: column;
}
.home-section1 .notice .notice-title {
  flex-shrink: 0;
  height: 4.25rem;
  padding: 1.25rem 0.9375rem 0.625rem;
  background: #1c5ab8;
}
.home-section1 .notice .notice-content {
  flex-grow: 1;
  position: relative;
  padding: 0.9375rem;
  background: #fff;
  box-shadow: 0rem 0rem 1.25rem 0rem rgba(0, 0, 0, 0.05);
}

.home-section2 {
  padding: 1.5625rem 0 1.875rem;
  background-image: url(../img/bghome2.png);
  background-color: #f6f7fb;
}
.home-section2 .teaching {
  min-height: 23.875rem;
}
.home-section2 .teaching .teaching-content .list3 li:nth-of-type(n + 3) {
  display: none;
}
.home-section2 .media {
  margin-top: 1.25rem;
  min-height: 27rem;
  display: flex;
  flex-direction: column;
}
.home-section2 .media .media-title {
  flex-shrink: 0;
}
.home-section2 .media .media-content {
  flex-grow: 1;
  margin-top: 0.875rem;
  background: #fff;
}
.home-section2 .media .media-content .poster {
  width: 100%;
  height: 10.75rem;
}
.home-section2 .media .media-content .poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-section2 .media .media-content .list4 {
  padding: 0 0.9375rem;
}

.container {
  min-height: 37.5rem;
  padding: 1.25rem 0 1.5rem;
}
.container .wrapper {
  display: flex;
  flex-direction: column;
}

.main-container .main-container-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
  border-bottom: 0.0625rem solid #f2ebe3;
  display: none !important;
}
.main-container .main-container-title .column-name {
  position: relative;
}
.main-container .main-container-title .column-name h2 {
  color: #333;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: normal;
}
.main-container .main-container-title .column-name::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1875rem;
  bottom: -1.375rem;
  left: 0;
  background-color: #1a5cad;
}
.main-container .main-container-title .location {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 0.875rem;
  line-height: normal;
}
.main-container .main-container-title .location .next-icon {
  margin: 0 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M4.6665 11.6667L9.33317 7.00002L4.6665 2.33335' stroke='%23999999' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.main-container .main-container-title .location a:hover, .main-container .main-container-title .location a:last-of-type {
  color: #1a5cad;
}
.main-container .main-container-content {
  padding-top: 1rem;
}

.common-list {
  position: relative;
}
.common-list ul {
  min-height: 31.25rem;
  display: flex;
  flex-direction: column;
}
.common-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 3.375rem;
  padding-left: 0.875rem;
  padding-right: 0.75rem;
  background: #f7f7f7;
}
.common-list li a {
  flex-grow: 1;
  color: #333;
  font-size: 1rem;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.common-list li a:hover {
  color: #1a5cad;
}
.common-list li span {
  flex-shrink: 0;
  margin-left: 0.9375rem;
  position: relative;
  color: #1a5cad;
  font-size: 0.75rem;
  line-height: 1rem;
}
.common-list li + li {
  margin-top: 1.25rem;
}
.common-list li::before {
  content: "";
  position: absolute;
  width: 0.125rem;
  height: 1.5rem;
  background-color: #1a5cad;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.image-list {
  position: relative;
  padding-top: 0.3125rem;
}
.image-list ul {
  min-height: 31.25rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.9375rem;
}
.image-list li {
  width: calc((100% - 1rem) / 2);
  margin-bottom: 0.9375rem;
}
.image-list li:not(:nth-child(2n+2)) {
  margin-right: 0.9375rem;
}
.image-list li .pic {
  height: 13.4375rem;
  overflow: hidden;
}
.image-list li .pic img {
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
}
.image-list li .pic img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.image-list li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.image-list li .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.9375rem;
  height: 3.1875rem;
  border-bottom: 0.0625rem solid #f2eae3;
}
.image-list li .txt p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-size: 1rem;
  line-height: normal;
  text-transform: capitalize;
}
.image-list li:hover .txt p {
  color: #1a5cad;
}

.leader .leader-item {
  border: 0.0625rem solid #e2e8ee;
  background: #f7f9fd;
  padding: 0.9375rem;
}
.leader .leader-item + .leader-item {
  margin-top: 1.25rem;
}
.leader .leader-title {
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.75rem;
}
.leader .leader-content {
  border-top: 0.0625rem solid #e3e7f2;
  padding-top: 0.75rem;
}
.leader .leader-name {
  color: #333;
  font-size: 1.375rem;
  line-height: 1.625rem;
}
.leader .leader-position {
  margin-left: 0.9375rem;
  color: #1c5ab8;
  font-size: 1rem;
  line-height: normal;
}
.leader .leader-brief {
  color: #333;
  text-align: justify;
  font-size: 1rem;
  line-height: 1.75rem;
}

.article .article-title {
  padding: 0.625rem 0 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 0.0625rem solid #f2ebe3;
}
.article .article-title h2 {
  color: #333;
  text-align: center;
  font-size: 1.25rem;
  line-height: normal;
}
.article .article-title h2 + p {
  margin-top: 1rem;
}
.article .article-title p {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #999;
  font-size: 0.875rem;
  line-height: normal;
}
.article .article-title + .article-content {
  padding: 1.25rem 0;
}
.article .article-content {
  border-bottom: 0.0625rem solid #f2ebe3;
  color: #333;
  font-size: 1rem;
  line-height: 160%;
}
.article .article-content p + p {
  margin-top: 0.5em;
}
.article .article-content img {
  max-width: 100%;
  height: auto !important;
}
.article .article-content table {
  width: 100%;
  max-width: 100%;
}
.article .adjacent-articles {
  display: none !important;
  padding: 1rem 0;
  color: #666;
  text-align: justify;
  font-size: 1rem;
  line-height: 160%;
}
.article .adjacent-articles p {
  display: flex;
}
.article .adjacent-articles p span {
  flex-shrink: 0;
  color: #1a5cad;
}
.article .adjacent-articles p + p {
  margin-top: 0.75rem;
}
.article .adjacent-articles p a {
  flex-grow: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.article .adjacent-articles p a:hover {
  color: #1a5cad;
}

/* 分页居中 */
[id$=Page] {
  text-align: center;
}