@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;
}

.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: 12px;
  position: relative;
  display: flex;
  padding-bottom: 15px;
  cursor: pointer;
}
.title1 .title-icon {
  position: relative;
  margin-left: 6px;
  margin-right: 5px;
  margin-top: 11px;
  width: 12px;
  height: 12px;
  background-color: #1c5ab8;
}
.title1 .title-icon::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  right: 100%;
  bottom: 100%;
  background-color: #f8b62c;
}
.title1 .title-text {
  position: relative;
  font-weight: 700;
}
.title1 .title-text .main-title {
  color: #1a5cad;
  font-size: 28px;
  line-height: normal;
}
.title1 .title-text .sub-title {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  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: 3px;
  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: 25px;
}
.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: 28px;
  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: -16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  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: 20px;
}

.more1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 26px;
  border: 1px 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: 16px;
  line-height: normal;
}
.more1 .more-icon {
  margin-left: 6px;
  width: 18px;
  height: 18px;
  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: 16px;
  line-height: normal;
}
.more2 .more-icon {
  margin-left: 4px;
  width: 18px;
  height: 18px;
  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(5px);
}

.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: 1px solid #eee;
  padding: 20px 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: 32px;
  font-weight: 700;
  line-height: normal;
}
.list1 li .date h4 {
  font-family: Arial;
  font-size: 12px;
  line-height: normal;
}
.list1 li .date + .title {
  margin-left: 15px;
}
.list1 li .title {
  flex-grow: 1;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  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: 1px;
  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: 20px;
  min-height: 119px;
  border-left: 1px solid #eee;
}
.list2 li .date {
  color: #1a5cad;
  font-size: 16px;
  line-height: 18px;
}
.list2 li .title {
  margin-top: 12px;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list2 li:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}
.list2 li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  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: 30px;
  padding: 25px;
  background-color: #fff;
}
.list3 li .list-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.list3 li .list-bottom {
  padding-top: 14px;
}
.list3 li .date {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 68px;
  height: 68px;
  color: #1a5cad;
  border: 1px 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: 32px;
  font-weight: 700;
  line-height: normal;
}
.list3 li .date h4 {
  font-family: Arial;
  font-size: 12px;
  line-height: normal;
}
.list3 li .date + .title {
  margin-left: 20px;
}
.list3 li .title {
  flex-grow: 1;
  color: #333;
  font-size: 18px;
  line-height: 26px;
  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: 15px;
  line-height: 150%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.list3 li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  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: 25px;
}
.list4 li .date {
  color: #1a5cad;
  font-size: 16px;
  line-height: 18px;
}
.list4 li .title {
  margin-top: 10px;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  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: 1440px;
  margin: 0 auto;
}

.header {
  height: 128px;
  background-image: url(../img/bgheader.jpg);
}
.header .wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo a {
  display: flex;
  align-items: center;
}
.header .logo img {
  height: 60px;
  width: auto;
}
.header .logo .devider {
  background-color: rgba(255, 255, 255, 0.6);
  width: 1px;
  height: 40px;
  margin: 0 25px;
}
.header .logo span {
  color: #fff;
  font-size: 34px;
  line-height: normal;
}
.header .header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header .header-right .header-right-top {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.13px;
}
.header .header-right .header-right-top .devider {
  width: 1px;
  height: 14px;
  margin: 0 10px;
  background-color: rgba(255, 255, 255, 0.15);
}
.header .header-right .header-right-top a {
  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;
}
.header .header-right .header-right-top a:hover {
  color: #fff;
}
.header .header-right .header-right-top + .search {
  margin-top: 15px;
}

.search {
  width: 240px;
  height: 36px;
  border-radius: 4px;
  padding: 8px 15px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search .search-form {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search .search-form input[type=text] {
  width: 180px;
  height: 20px;
  font-size: 15px;
  color: #333;
}
.search .search-form input[type=text]::-webkit-input-placeholder {
  color: #999;
}
.search .search-form input[type=submit] {
  width: 20px;
  height: 20px;
  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='%23666666'/%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;
  cursor: pointer;
}
.search .search-form input[type=submit]:hover {
  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");
}
.search .search-form input:-webkit-autofill {
  -webkit-text-fill-color: #1c5ab8;
  transition: background-color 5000s ease-in-out 0s;
}

.nav {
  height: 100px;
  background: linear-gradient(90deg, #1b59b8 0%, #225ec7 30%, #225ec7 70%, #154db3 100%);
}
.nav .wrapper {
  display: flex;
}
.nav .nav-item {
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
}
.nav .nav-item .nav-tit {
  position: relative;
}
.nav .nav-item .nav-tit a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 20px 10px;
  height: 100px;
  border-top: 3px solid transparent;
  color: #fff;
  line-height: normal;
  text-align: center;
  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;
}
.nav .nav-item .nav-tit a h2 {
  font-size: 18px;
}
.nav .nav-item .nav-tit a h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  height: 32px;
  font-family: Arial;
  font-size: 14px;
  text-transform: capitalize;
  opacity: 0.7;
}
.nav .nav-item .nav-tit.active a {
  background-color: #fff;
  border-color: #f2a900;
  color: #1c5ab8;
}
.nav .nav-item .nav-cont {
  position: absolute;
  min-width: 100%;
  left: 50%;
  top: 100%;
  z-index: 50;
  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;
  opacity: 0;
  transform: translateX(-50%) translateY(-5px);
}
.nav .nav-item .nav-cont ul {
  padding: 5px;
  background: #fcfdff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav .nav-item .nav-cont li {
  position: relative;
  width: 100%;
}
.nav .nav-item .nav-cont li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0f3f7;
  height: 40px;
  padding: 10px 0;
  color: #3b5975;
  font-size: 15px;
  letter-spacing: 0.15px;
  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;
}
.nav .nav-item .nav-cont li a::before, .nav .nav-item .nav-cont li a::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.nav .nav-item .nav-cont li a::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.46'%3E%3Cpath d='M10.0234 3.95334L5.97677 8.00001L10.0234 12.0467' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  left: 5px;
}
.nav .nav-item .nav-cont li a::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%3Cg opacity='0.46'%3E%3Cpath d='M5.97656 3.95334L10.0232 8.00001L5.97656 12.0467' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  right: 5px;
}
.nav .nav-item .nav-cont li + li {
  margin-top: 4px;
}
.nav .nav-item .nav-cont li:hover a {
  background: #1c5ab8;
  color: #fff;
}
.nav .nav-item:hover .nav-tit a {
  background-color: #fff;
  border-color: #f2a900;
  color: #1c5ab8;
}
.nav .nav-item:hover .nav-cont {
  transform: translateX(-50%);
  visibility: visible;
  opacity: 1;
}

.aside-nav {
  height: fit-content;
  display: flex;
  flex-direction: column;
}
.aside-nav .aside-nav-title {
  display: flex;
  flex-direction: column;
  height: 106px;
  padding: 24px 30px;
  background-color: #f6f7fb;
  background-image: url(../img/bgasidenavtit.jpg);
  background-position: bottom;
  background-size: 100% auto;
}
.aside-nav .aside-nav-title h2 {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}
.aside-nav .aside-nav-title h2::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  top: 100%;
  left: 0;
  margin: 8px 0 8px 2px;
  background: #f8b62c;
}
.aside-nav .aside-nav-content {
  min-height: 440px;
  padding: 20px 0 100px;
  border: 1px solid rgba(192, 141, 110, 0.2);
  background-image: url(../img/bgasidenavcont.jpg);
}
.aside-nav .nav-item {
  position: relative;
  margin-left: 20px;
}
.aside-nav .nav-item .nav-tit {
  position: relative;
  color: #333;
  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;
  border-bottom: 1px solid rgba(153, 153, 153, 0.15);
  padding-right: 40px;
  padding-left: 20px;
}
.aside-nav .nav-item .nav-tit a {
  display: flex;
  padding: 20px 0;
  font-size: 18px;
  line-height: normal;
  transition: padding 0.3s ease-in-out;
  -webkit-transition: padding 0.3s ease-in-out;
  -moz-transition: padding 0.3s ease-in-out;
  -ms-transition: padding 0.3s ease-in-out;
  -o-transition: padding 0.3s ease-in-out;
}
.aside-nav .nav-item .nav-tit::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 13px;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' viewBox='0 0 6 12' fill='none'%3E%3Cpath d='M6 6L-5.30183e-07 11.6292L-3.80654e-08 0.370835L6 6Z' fill='%23CCCCCC'/%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;
}
.aside-nav .nav-item .nav-cont {
  display: none;
}
.aside-nav .nav-item .nav-cont ul {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 40px;
  background: #fff;
}
.aside-nav .nav-item .nav-cont li {
  position: relative;
  color: #333;
  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;
}
.aside-nav .nav-item .nav-cont li a {
  position: relative;
  padding: 20px 0 20px 30px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aside-nav .nav-item .nav-cont li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 13px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' viewBox='0 0 6 12' fill='none'%3E%3Cpath d='M6 6L-5.30183e-07 11.6292L-3.80654e-08 0.370835L6 6Z' fill='%23CCCCCC'/%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;
}
.aside-nav .nav-item .nav-cont li:not(:last-of-type) {
  border-bottom: 1px solid rgba(153, 153, 153, 0.15);
}
.aside-nav .nav-item .nav-cont li:hover, .aside-nav .nav-item .nav-cont li.active {
  color: #1c5ab8;
}
.aside-nav .nav-item .nav-cont li:hover::before, .aside-nav .nav-item .nav-cont li.active::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' viewBox='0 0 6 12' fill='none'%3E%3Cpath d='M6 6L-5.30183e-07 11.6292L-3.80654e-08 0.370835L6 6Z' fill='%231C5AB8'/%3E%3C/svg%3E");
}
.aside-nav .nav-item::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #1c5ab8;
  transform: scaleY(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;
  z-index: 20;
}
.aside-nav .nav-item.active .nav-tit.has-sub::before {
  transform: translateY(-50%) rotate(90deg);
}
.aside-nav .nav-item.active::before {
  transform: scaleY(1);
}
.aside-nav .nav-item.active .nav-tit,
.aside-nav .nav-item .nav-tit:hover {
  background-color: #fff;
  color: #1c5ab8;
  padding: 0;
  border-color: transparent;
}
.aside-nav .nav-item.active .nav-tit a,
.aside-nav .nav-item .nav-tit:hover a {
  padding-right: 40px;
  padding-left: 20px;
}
.aside-nav .nav-item.active .nav-tit::before,
.aside-nav .nav-item .nav-tit:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' viewBox='0 0 6 12' fill='none'%3E%3Cpath d='M6 6L-5.30183e-07 11.6292L-3.80654e-08 0.370835L6 6Z' fill='%231C5AB8'/%3E%3C/svg%3E");
}

.footer {
  min-height: 182px;
  padding: 50px 0;
  background-image: url(../img/bgfooter.jpg);
}
.footer .wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-left {
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: normal;
}
.footer .footer-left > div:not(:first-of-type) {
  margin-top: 10px;
}
.footer .footer-left p {
  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: 20px;
}
.footer .welcome {
  color: #fff;
  font-size: 20px;
  line-height: normal;
}
.footer .contact-us {
  display: flex;
}
.footer .copyright {
  display: flex;
}
.footer .QRcode {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .QRcode .pic {
  width: 90px;
  height: 90px;
}
.footer .QRcode .pic img {
  width: 100%;
}
.footer .QRcode .txt {
  margin-top: 5px;
}
.footer .QRcode .txt p {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}

.banner {
  height: 600px;
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.banner .swiper-pagination {
  position: absolute;
  width: 1440px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0 12px;
  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: 23px;
  height: 23px;
  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 {
  position: absolute;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid #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;
}
.banner .swiper-button:hover {
  background-color: #fff;
  border-color: rgba(28, 90, 184, 0.46);
}
.banner .swiper-button::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  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;
}
.banner .swiper-button.swiper-button-prev {
  left: 50px;
}
.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-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='%231c5ab8' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.banner .swiper-button.swiper-button-next {
  right: 50px;
}
.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");
}
.banner .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.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");
}

.inner-banner img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: bottom;
}

.container {
  min-height: 600px;
  padding: 60px 0;
}
.container .wrapper {
  display: flex;
  justify-content: space-between;
}
.container .aside-nav {
  width: 300px;
}
.container .main-container {
  width: 1100px;
}

.main-container .main-container-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e3e7f2;
}
.main-container .main-container-title .column-name {
  position: relative;
}
.main-container .main-container-title .column-name h2 {
  padding-bottom: 13px;
  color: #333;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
.main-container .main-container-title .column-name::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -1px;
  left: 0;
  background-color: #1c5ab8;
}
.main-container .main-container-title .location {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 14px;
  line-height: normal;
}
.main-container .main-container-title .location .next-icon {
  margin: 0 4px;
  width: 14px;
  height: 14px;
  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: #1c5ab8;
}
.main-container .main-container-content {
  padding-top: 20px;
}

.home-section1 {
  padding: 60px 0;
}
.home-section1 .wrapper {
  min-height: 600px;
  display: flex;
  justify-content: space-between;
}
.home-section1 .news {
  width: 960px;
}
.home-section1 .news .news-title {
  margin-bottom: 30px;
}
.home-section1 .news .news-title .more {
  margin-top: 10px;
}
.home-section1 .news .news-content .list1 {
  margin-top: 12px;
}
.home-section1 .news .news-content .list1 li {
  width: 460px;
}
.home-section1 .news-swiper .swiper-container {
  height: 310px;
}
.home-section1 .news-swiper .swiper-slide {
  display: flex;
}
.home-section1 .news-swiper .swiper-slide .pic {
  width: 50%;
}
.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 {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 30px;
  background: #f6f7fb;
}
.home-section1 .news-swiper .swiper-slide .txt span {
  position: relative;
  color: #1a5cad;
  font-family: Arial;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 13px;
  padding-left: 8px;
}
.home-section1 .news-swiper .swiper-slide .txt span::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #1a5cad;
}
.home-section1 .news-swiper .swiper-slide .txt h2 {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-section1 .news-swiper .swiper-slide .txt p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #666;
  font-size: 15px;
  line-height: 150%;
}
.home-section1 .news-swiper .swiper-buttons {
  position: absolute;
  left: 510px;
  bottom: 26px;
  display: flex;
  align-items: center;
}
.home-section1 .news-swiper .swiper-button {
  position: static;
  margin-top: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px 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: 16px;
  height: 16px;
  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 10px;
}
.home-section1 .news-swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 14px;
  height: 14px;
  margin: 0 6px;
  background-color: transparent;
}
.home-section1 .news-swiper .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  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: 2px solid #1a5cad;
}
.home-section1 .news-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  display: none;
}
.home-section1 .notice {
  width: 440px;
  display: flex;
  flex-direction: column;
}
.home-section1 .notice .notice-title {
  flex-shrink: 0;
  height: 80px;
  padding: 20px;
  background: #1c5ab8;
}
.home-section1 .notice .notice-content {
  flex-grow: 1;
  position: relative;
  padding: 22px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.home-section2 {
  padding: 60px 0;
  background-image: url(../img/bghome2.png);
  background-color: #f6f7fb;
}
.home-section2 .wrapper {
  min-height: 565px;
  display: flex;
  justify-content: space-between;
}
.home-section2 .teaching {
  width: 960px;
}
.home-section2 .teaching .teaching-title {
  border-bottom: 1px solid #e6e6e6;
}
.home-section2 .teaching .teaching-title .more {
  margin-bottom: 10px;
}
.home-section2 .teaching .teaching-content .list3 li {
  width: 465px;
}
.home-section2 .media {
  width: 440px;
  display: flex;
  flex-direction: column;
}
.home-section2 .media .media-title {
  flex-shrink: 0;
}
.home-section2 .media .media-content {
  flex-grow: 1;
  margin-top: 30px;
  background: #fff;
}
.home-section2 .media .media-content .poster {
  width: 100%;
  height: 220px;
}
.home-section2 .media .media-content .poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-section2 .media .media-content .list4 {
  margin-top: 2px;
}

.common-list {
  position: relative;
}
.common-list ul {
  min-height: 500px;
  display: flex;
  flex-direction: column;
}
.common-list li {
  position: relative;
  height: 140px;
  border-bottom: 1px solid #eee;
}
.common-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 10px;
  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 .devider {
  flex-shrink: 0;
  margin: 0 30px;
  width: 1px;
  height: 50px;
  background: rgba(0, 64, 152, 0.5);
  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 .date {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  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;
}
.common-list li .date h3 {
  font-family: Arial;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
}
.common-list li .date h4 {
  margin-top: 2px;
  font-family: Arial;
  font-size: 14px;
  line-height: normal;
}
.common-list li .title-info {
  flex-grow: 1;
  max-width: calc(100% - 115px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.common-list li .title {
  color: #333;
  font-size: 22px;
  line-height: 26px;
  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 .brief {
  margin-top: 8px;
  position: relative;
  color: #666;
  font-size: 14px;
  line-height: 22px;
  opacity: 0.72;
  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::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  right: 0;
  top: 0;
  transform: scaleY(0);
  background-color: #f8b62c;
  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:hover a {
  background-color: #1c5ab8;
  padding: 40px 30px;
}
.common-list li:hover .devider {
  background: rgba(255, 255, 255, 0.5);
}
.common-list li:hover .date {
  color: #fff;
}
.common-list li:hover .title {
  color: #fff;
}
.common-list li:hover .brief {
  color: rgba(255, 255, 255, 0.72);
}
.common-list li:hover::before {
  transform: scaleY(1);
}

.image-list {
  position: relative;
  padding-top: 10px;
}
.image-list ul {
  min-height: 500px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
.image-list li {
  width: calc((100% - 120px) / 4);
  margin-bottom: 30px;
}
.image-list li:not(:nth-child(4n+4)) {
  margin-right: 39px;
}
.image-list li .pic {
  height: 320px;
  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;
  align-items: center;
  height: 58px;
  border-bottom: 1px solid #f2eae3;
}
.image-list li .txt p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-size: 20px;
  line-height: normal;
  text-transform: capitalize;
}
.image-list li:hover .txt p {
  color: #1a5cad;
}

.leader .leader-item {
  border: 1px solid #e2e8ee;
  background: #f7f9fd;
  padding: 30px;
}
.leader .leader-item + .leader-item {
  margin-top: 30px;
}
.leader .leader-title {
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
}
.leader .leader-content {
  border-top: 1px solid #e3e7f2;
  padding-top: 20px;
}
.leader .leader-name {
  color: #333;
  font-size: 22px;
  line-height: 26px;
}
.leader .leader-position {
  margin-left: 15px;
  color: #1c5ab8;
  font-size: 16px;
  line-height: normal;
}
.leader .leader-brief {
  color: #333;
  text-align: justify;
  font-size: 18px;
  line-height: 30px;
}

.article .article-title {
  padding: 20px 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid #ebebeb;
}
.article .article-title h2 {
  color: #222;
  text-align: center;
  font-size: 24px;
  line-height: normal;
}
.article .article-title h2 + p {
  margin-top: 12px;
}
.article .article-title p {
  color: #999;
  font-size: 14px;
  line-height: normal;
}
.article .article-title p span + span {
  margin-left: 20px;
}
.article .article-title + .article-content {
  padding: 30px 0;
}
.article .article-content {
  color: #333;
  font-size: 16px;
  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: 30px 0;
  border-top: 1px solid #ebebeb;
  color: #333;
  text-align: justify;
  font-size: 16px;
  line-height: 160%;
}
.article .adjacent-articles p {
  display: flex;
}
.article .adjacent-articles p span {
  flex-shrink: 0;
}
.article .adjacent-articles p + p {
  margin-top: 12px;
}
.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;
}

@media (max-width: 1520px) {
  body {
    width: 1520px;
  }
}
/* 分页居中 */
[id$=Page] {
  text-align: center;
}