@charset "utf-8"
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  border-top: 4px solid #2B76F5;
}
body::after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 4px;
  background-color: #2B76F5;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
p,
div,
header,
nav,
section,
footer {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
a {
  color: inherit;
}
a:hover {
  color: #5E90FA;
  text-decoration: none;
}
a:focus {
  color: #5E90FA;
  text-decoration: none;
  outline: none;
}
img {
  max-width: 100%;
}
.pc-header-wp {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  color: #fff;
  padding: 30px 0 0;
}
.pc-header-wp a {
  color: #fff;
}
.pc-header-wp .pc-header-tools {
  display: flex;
  justify-content: flex-end;
  opacity: 0.6;
  height: 18px;
  align-items: flex-start;
}
.pc-header-wp .pc-header-tools li {
  padding: 0 12px;
  border-right: 1px solid #fff;
  cursor: pointer;
}
.pc-header-wp .pc-header-tools li:nth-last-child(1) {
  padding-right: 0;
  border-right: none;
}
.pc-header-wp.active {
  background-color: #fff;
  color: #333;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.18);
}
.pc-header-wp.active a {
  color: #333;
}
.pc-header-wp.active .pc-header-tools li {
  border-right-color: #ccc;
}
.pc-header-nav {
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  align-items: start;
}
.pc-header-nav > li {
  position: relative;
  flex: auto;
  height: 66px;
  white-space: nowrap;
  cursor: pointer;
  text-align: right;
  padding-top: 16px;
}
.pc-header-nav > li.active .pc-nav-title {
  font-weight: bold;
}
.pc-header-nav > li.active .active-line {
  opacity: 1;
}
.pc-header-nav > li.active .pc-header-mask {
  transition: max-height 0.4s;
  max-height: 284px;
}
.pc-header-nav > li .active-line {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: inline-block;
  width: 65px;
  height: 2px;
  background: linear-gradient(137deg, #1824EC 0%, #981111 100%);
}
.pc-header-mask {
  position: fixed;
  left: 0;
  top: 114px;
  width: 100vw;
  background-color: #fff;
  color: #333;
  max-height: 0px;
  overflow: hidden;
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.1);
}
.pc-header-mask .shadow {
  height: 1px;
  box-shadow: 4px 0px 6px 0px rgba(0, 0, 0, 0.4);
}
.pc-header-mask:hover {
  max-height: 240px;
}
.pc-header-mask a {
  color: #333;
}
.pc-header-mask a:hover {
  color: #5E90FA;
}
.pc-header-mask .icon {
  width: 20px;
}
.pc-header-mask .en {
  font-size: 16px;
  font-family: TimesNewRomanPS-ItalicMT, TimesNewRomanPS;
  margin-left: 16px;
}
.pc-header-mask .pc-l2-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}
.pc-header-mask .pc-l2-box > li {
  width: 33.333%;
  padding: 16px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D6D6D6;
}
.pc-header-mask .pc-l2-box > li .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
  background: url('../images/icon-right.png') no-repeat center / cover;
}
.pc-search-panel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  height: 114px;
  width: 100%;
  background-color: #fff;
}
.pc-search-panel .ipt-box {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-search-panel .ipt-box img {
  flex: none;
}
.pc-search-panel .ipt-box img.icon-search {
  width: 30px;
  height: 30px;
}
.pc-search-panel .ipt-box img.icon-close {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.pc-search-panel .ipt-box input {
  flex: auto;
  margin: 0 20px;
  border: none;
  outline: none;
  font-size: 20px;
}

.istop::before {
  content: '置顶';
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: 20px;
  background: #4259C4;
  border-radius: 2px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  vertical-align: text-top;
}
.phone-header-wp {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  color: #333;
  padding: 20px 0;
}
.phone-header-wp.active {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.18);
}
.phone-header-tools {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.phone-header-tools .phone-header-i18n {
  margin-right: 16px;
  cursor: pointer;
}
.phone-header-tools .phone-header-i18n img {
  height: 14px;
}
.phone-header-tools .phone-header-btn {
  width: 24px;
  height: 18px;
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.phone-header-tools .phone-header-btn > i {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #52749d;
  border-radius: 2px;
  transition: all 0.4s;
}
.phone-header-tools .phone-header-btn > i:nth-child(1) {
  transform-origin: top left;
}
.phone-header-tools .phone-header-btn > i:nth-child(3) {
  transform-origin: bottom left;
}
.phone-header-tools .phone-header-btn.active i:nth-child(1) {
  transform: rotate(45deg);
}
.phone-header-tools .phone-header-btn.active i:nth-child(2) {
  opacity: 0;
}
.phone-header-tools .phone-header-btn.active i:nth-child(3) {
  transform: rotate(-45deg);
}
.phone-header-mask {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  padding-top: 85px;
  overflow-y: auto;
}
.phone-header-mask.active {
  display: block;
}
.phone-search-box {
  height: 50px;
  background-color: #F8F8F8;
  border-radius: 26px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.phone-search-box .search-icon {
  height: 24px;
}
.phone-search-box .search-input {
  flex: auto;
  border: none;
  outline: none;
  background-color: transparent;
}
.phone-header-nav {
  margin-top: 10px;
}
.phone-header-nav > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.phone-header-nav > li.active .title-h1-arrow {
  transform: rotate(180deg);
}
.phone-header-nav > li.active .phone-title-panel {
  max-height: 200px;
}
.phone-header-nav .phone-title-h1 {
  flex: none;
  width: 100%;
  display: flex;
  border-bottom: 1px solid #DFDFDF;
  padding: 18px 0;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
.phone-header-nav .phone-title-h1 .title-h1-arrow {
  width: 22px;
  height: 22px;
  display: inline-block;
  content: "";
  background: url('../imagesges/icon-down.png') no-repeat center / cover;
  transition: all 0.4s;
}
.phone-header-nav .phone-title-panel {
  flex: none;
  max-height: 0px;
  width: 100vw;
  background: #F8F8F8;
  transition: max-height 0.4s;
  overflow: hidden;
}
.phone-header-nav .phone-title-panel ul {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.phone-header-nav .phone-title-panel ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: none;
  width: 50%;
  padding: 16px 40px 16px 0;
}
.phone-header-nav .phone-title-panel ul li .icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  content: "";
  background: url('../images/icon-right.png') no-repeat center / cover;
}

.profile-box h3{
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  position: relative;
}

.profile-box h3::after{
    display: block;
    content: '';
    width: 80px;
    height: 3px;
    background: linear-gradient(137deg, #1824EC 0%, #981111 100%);
    position: absolute;
    top: -2px;
}

  .crumb li:nth-child(1),.crumb li:nth-child(2){
    display: none;
  }
.phone-header-other {
  padding: 30px 0;
  display: flex;
  font-size: 16px;
}
.phone-header-other > li {
  position: relative;
  flex: auto;
  text-align: center;
}
.phone-header-other > li + li::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  width: 1px;
  height: 16px;
  background-color: #dfdfdf;
  top: 50%;
  margin-top: -8px;
}
.dropdown {
  position: relative;
}
.dropdown .phone-header-btn > i {
  background-color: #5c5c5c;
}
.dropdown .el-popper {
  display: none;
}
.dropdown .el-dropdown-menu {
  position: absolute;
  width: 100px;
  top: 18px;
  left: -80px;
}
.dropdown .el-dropdown-menu__item {
  font-weight: 400;
  color: #333;
  padding: 0;
}
.dropdown .el-dropdown-menu__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  #header {
    height: 60px;
  }
}
.lift {
  position: sticky;
  top: 140px;
  background-color: #fff;
}
.lift .header {
  height: 120px;
  background: linear-gradient(137deg, #1824EC 0%, #981111 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lift .header .title-lg {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
}
.lift .header .en {
  font-size: 18px;
  font-family: TimesNewRomanPS-ItalicMT, TimesNewRomanPS;
  color: #FFFFFF;
  margin-top: 2px;
}
.lift > ul {
  margin-top: 20px;
}
.lift > ul > li {
  background-color: #fff;
  padding-left: 32px;
  padding-right: 16px;
  transition: all 0.4s;
}
.lift > ul > li .item {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E1E1E1;
  cursor: pointer;
}
.lift > ul > li .item h3 {
  font-size: 18px;
}
.lift > ul > li .item .icon {
  opacity: 0;
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  background: url('../images/icon-right-blue.svg') no-repeat center / cover;
}
.lift > ul > li:hover,
.lift > ul > li.active {
  background-color: #E8F3FE;
  color: #5E90FA;
}
.lift > ul > li:hover .icon,
.lift > ul > li.active .icon {
  opacity: 1;
}
.lift > ul > li:nth-last-child(1) .item {
  border-bottom-color: transparent;
}
#footer {
  background: #353484 url('../images/footer-bg.jpg') no-repeat center / cover;
  color: #E0E0E0;
}
#footer .container {
  padding-left: 36px;
  padding-right: 36px;
}
#footer .footer-tp {
  padding: 50px 0 30px;
}
#footer .footer-tp img {
  max-width: 410px;
}
@media screen and (max-width: 768px) {
  #footer .footer-tp img {
    max-width: 100%;
  }
  #footer {
    background-image: url('../images/footer-phone-bg.jpg');
  }
}
#footer .footer-divide {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #979797;
}
#footer .footer-bt {
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #footer .footer-intro {
    margin-top: 25px;
  }
}
.pub-banner {
  height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .pub-banner {
    height: 95px;
  }
}
.pub-banner .container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}
.pub-banner .crumb {
  display: flex;
  color: #fff;
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .pub-banner .crumb {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.pub-banner .crumb .divide {
  margin: 0 5px;
}
.pub-banner .crumb li:nth-last-child(1) .divide {
  display: none;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.items-center {
  align-items: center;
}
.flex-none {
  flex: none;
}
.flex-auto {
  flex: auto;
}
.mr-10 {
  margin-right: 10px;
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mb-40 {
  margin-bottom: 40px;
}
.text-center {
  text-align: center;
}
.mb-16 {
  margin-bottom: 16px;
}
.dropdown-toggle {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  outline: none!important;
}
.dropdown-menu {
  width: 100%;
}
.dropdown-menu > li > a {
  padding-top: 6px;
  padding-bottom: 6px;
}
.pub-title {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  padding-left: 20px;
}
.pub-title::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  display: inline-block;
  width: 3px;
  height: 36px;
  background: linear-gradient(137deg, #1824ec 0%, #981111 100%);
  transform: translateY(-50%);
}
.pub-title.white-line::after {
  background: #fff;
}
.pub-title.black-text {
  color: #333;
}
@media screen and (max-width: 768px) {
  .pub-title {
    color: #333;
    font-size: 24px;
  }
  .pub-title::after {
    height: 24px;
    width: 4px;
  }
}
.pub-more {
  display: flex;
  align-items: center;
}
.pub-more .text {
  color: #5e90fa;
  margin-right: 16px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .pub-more .text {
    font-size: 16px;
  }
}
.pub-more .icon {
  width: 24px;
  height: 24px;
  background: #4259c4;
}
.pub-more:hover .text {
  color: #1B459E;
}
.date-i {
  font-size: 16px;
  font-family: TimesNewRomanPS-ItalicMT, TimesNewRomanPS;
}
.hover-color {
  cursor: pointer;
  transition: all 0.4s;
}
.hover-color:hover {
  color: #5e90fa;
}
.hover-img-scale {
  cursor: pointer;
}
.hover-img-scale .pic {
  overflow: hidden;
}
.hover-img-scale .pic-img {
  transition: all 0.4s;
  height: 180px;
  overflow: hidden;
}

.hover-img-scale .pic-img img{
  height:100%;
  object-fit: cover;
}

.hover-img-scale:hover {
  color: #5e90fa;
}
.hover-img-scale:hover .pic-img {
  transform: scale(1.05);
}
@media screen and (min-width: 992px) {
  .col-md-2_5 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.main-cont {
  display: flex;
  justify-content: space-between;
}
.main-cont .main-left {
  margin-top: -100px;
  width: 280px;
  flex: none;
  margin-right: 30px;
}
.main-cont .main-right {
  flex: auto;
  padding: 60px 0;
  font-size: 16px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main-cont .main-right {
    padding: 30px 0;
  }
}
.main-cont .main-right > .page-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.main-cont .main-right .section, .main-cont .main-right>p, .zhici-box p, .history-box p, .pub-article-box .details-lf .article-body, .sub-page p, .profile-box p,.main-body p{
  margin-bottom: 30px;
  line-height: 32px;
}


.row.list-paddingleft-2 li{
   float: left;
   width: 33.33333333%;
   padding-right: 15px;
   padding-left: 15px;
}

.row.list-paddingleft-2 li p{
   height: 272px;
}

.row.list-paddingleft-2 li p img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.article-body h3{
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  position: relative;
}

.article-body h3::after{
    display: block;
    content: '';
    width: 80px;
    height: 3px;
    background: linear-gradient(137deg, #1824EC 0%, #981111 100%);
    position: absolute;
    top: 0;
}
.divide-color {
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(137deg, #1824ec, #981111);
  margin: 10px 0;
}
.pagination > li {
  margin: 0 10px;
}
.el-pagination {
  white-space: normal;
  text-align: center;
}
.pub-article-list li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.pub-article-list li .item .title {
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .pub-article-list li .item .title {
    font-size: 16px;
  }
}
.pub-article-list li .item .desc {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 10px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pub-article-list li .item .date-box {
  width: 70px;
  height: 70px;
  float: right;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f7fafd;
  color: #333;
}
.pub-article-list li .item .date-box .day {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 0;
}
.pub-article-list li .item .date-box .other {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
}
.pub-article-box {
  display: flex;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .pub-article-box {
    padding: 30px 0;
  }
}
.pub-article-box .details-lf {
  flex: auto;
}
.pub-article-box .details-lf .title-box {
  margin-bottom: 40px;
}
.pub-article-box .details-lf .title-box h1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .pub-article-box .details-lf .title-box h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.pub-article-box .details-lf .article-body {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 50px 0 26px 0;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .pub-article-box .details-lf .article-body {
    padding-top: 30px;
  }
}
.pub-article-box .details-lf .article-body p {
  margin-bottom: 24px;
  line-height: 30px;
  font-size: 16px;
}
.pub-article-box .details-lf .article-body img {
  display: block;
  margin: 24px auto;
  width: 80%;
  margin: auto;
  height: 100%;
}
.pub-article-box .details-lf .tools {
  margin-top: 36px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.pub-article-box .details-lf .tools li {
  flex: none;
}
.pub-article-box .details-lf .tools a {
  display: flex;
}

.pub-article-box .details-lf .tools .name {
  max-width: 340px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pub-article-box .details-lf .tools .prev {
  margin-right: 12px;
  color: #999;
}
.pub-article-box .details-lf .tools .next {
  margin-left: 12px;
  color: #999;
}

@media screen and (max-width: 1200px) {
  .pub-article-box .details-lf .tools .name {
    max-width: 240px;
  }
}
@media screen and (max-width: 992px) {
  .pub-article-box .details-lf .tools .name {
    max-width: 140px;
  }
}

@media screen and (max-width: 768px) {
  .pub-article-box .details-lf .tools .name {
    display: none;
  }
  .pub-article-box .details-lf .tools .prev,
  .pub-article-box .details-lf .tools .next {
    margin: 0;
  }
}
.pub-article-box .details-rt {
  flex: none;
  width: 280px;
  margin-left: 32px;
}
.pub-article-box .details-rt .newest {
  padding: 30px 20px;
  background-color: #f7fafd;
}
.pub-article-box .details-rt .newest .card-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 18px;
}
.pub-article-box .details-rt .newest .item {
  border-top: 1px solid #ccc;
  padding-top: 24px;
  margin-top: 24px;
}
.pub-article-box .details-rt .newest .item-title {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.pub-article-box .details-rt .newest .date-i {
  color: #333;
}
.pub-article-box .details-rt .share-box {
  margin-top: 40px;
  text-align: center;
}
.pub-article-box .details-rt .share-box .desc {
  color: #999999;
  line-height: 22px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .pub-article-box {
    flex-direction: column;
    padding: 40px 0;
  }
  .pub-article-box .details-lf {
    width: 100%;
    flex: none;
  }
  .pub-article-box .details-rt {
    width: 100%;
    flex: none;
    margin-left: 0;
    margin-top: 40px;
  }
}
.expand-divide {
  position: relative;
}
.expand-divide::after {
  position: absolute;
  display: block;
  content: '';
  width: 0%;
  height: 2px;
  background: linear-gradient(137deg, #1824ec 0%, #981111 100%);
  left: 0;
  bottom: 0;
  transition: all 0.4s;
}
.expand-divide:hover::after {
  width: 100%;
}
.skew-title {
  position: relative;
  display: inline-block;
  padding: 0 24px;
  height: 56px;
  line-height: 56px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-left: 10px;
}
.skew-title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(137deg, #1824ec 0%, #981111 100%);
  transform: skew(-20deg);
}
.divide-joint {
  display: block;
  width: 100%;
  height: 3px;
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}
.divide-joint::after {
  display: block;
  content: '';
  width: 80px;
  height: 3px;
  background: linear-gradient(137deg, #1824EC 0%, #981111 100%);
}
@media screen and (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    height: 18px;
  }
}
