@charset "UTF-8";
.pagination a {
  cursor: pointer;
}
.subpage-box .no-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  width: 100%;
}
.subpage-box .no-data img {
  width: 20rem;
  height: auto;
}
.header-subpage .el-tabs__item {
  font-size: 1rem;
}
.header-subpage .el-tabs {
  padding-top: 0.7rem;
}
.header-subpage .el-tabs__active-bar {
  height: 3px;
}
.header-subpage .crumb-box .crumb {
  position: relative;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.header-subpage .crumb-box .crumb .el-breadcrumb {
  z-index: 10;
  width: 300px;
  flex-shrink: 0;
}
.header-subpage .top-search {
  position: relative;
  background-color: #E9ECF3;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-subpage .top-search .search-box {
  width: 50%;
}
.header-subpage .top-search .search-box .el-input-group__append {
  background: #2653A4;
  border-color: #2653A4;
  cursor: pointer;
  font-size: 1.2rem;
  color: #fff;
}
.header-subpage .top-search .search-box .search-input .el-input__inner {
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
}
.header-subpage .top-search .search-box .search-input .el-input__inner:focus {
  border-color: #2653A4;
}
.header-subpage .top-search .search-box .search-input .el-input__prefix .el-input__icon {
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
}
.main-box .level2-nav {
  display: none;
}
.content-wrap {
  display: flex;
  align-items: flex-start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.content-wrap .detail-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 2rem 3rem;
  width: 100%;
}
.content-wrap .detail-content .title {
  color: #2C3E5C;
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
  line-height: 2.5rem;
  width: 70%;
  margin-bottom: 2rem;
}
.content-wrap .detail-content p {
  line-height: 2rem;
}
.content-wrap .detail-content .con {
  width: 100%;
}
.content-wrap .detail-content .con .download {
  display: inline-block;
  background: url(../images/download.png) 0.5rem 0.5rem no-repeat #ebfcfc;
  background-size: 3rem 3rem;
  padding: 0.3rem 1rem 0.3rem 4rem;
  line-height: 3.6rem;
  height: 3.6rem;
  box-sizing: content-box;
}
.content-wrap .detail-content .con .no-data {
  text-align: center;
}
.content-wrap .detail-content .video-box {
  text-align: center;
}
.content-wrap .detail-content .video-box video {
  width: 100%;
  height: auto;
}
.content-wrap .content-left {
  width: 12rem;
  background: #fff;
  padding: 0.8rem 0;
  margin-right: 2.5rem;
  border-radius: 0.2rem;
}
.content-wrap .content-left .content-title {
  color: #2653A4;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  margin-top: 0.2rem;
}
.content-wrap .content-left .content-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
}
.content-wrap .content-left .content-con .item {
  font-size: 0.875rem;
  font-weight: 600;
  color: #333;
  height: 2.2rem;
  line-height: 2.2rem;
  width: 100%;
  text-align: center;
  margin: 0.3rem 0;
  cursor: pointer;
  transition: all 0.3s;
}
.content-wrap .content-left .content-con .item a {
  display: inline-block;
  width: 100%;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.5rem;
}
.content-wrap .content-left .content-con .item:hover {
  color: #074ECC;
}
.content-wrap .content-left .content-con .item .active {
  color: #fff;
  background: linear-gradient(to right, #074ECC 10%, #ffffff 98%);
}
.content-wrap .content-left.member-left {
  width: 20rem;
}
.content-wrap .content-right {
  flex: 1;
}
.content-wrap .content-right .search-item {
  padding: 1.25rem 2rem;
  border: 2px solid #ffffff;
  background: linear-gradient(180deg, #eaedf3 0%, #ffffff 100%);
  box-shadow: 2px 4px 4px 0 #0000000d;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 1.5rem;
}
.content-wrap .content-right .search-item .search-img {
  width: 20rem;
  height: 12rem;
  aspect-ratio: 3/2;
  background-color: #f5f5f5;
}
.content-wrap .content-right .search-item .search-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content-wrap .content-right .search-item .search-date {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 0.5rem;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content-wrap .content-right .search-item .search-date .day {
  font-size: 1.5rem;
  font-weight: 600;
}
.content-wrap .content-right .search-item .search-date .year {
  color: #666;
}
.content-wrap .content-right .search-item .search-con {
  flex: 1;
  padding-left: 2rem;
}
.content-wrap .content-right .search-item .search-con .search-title {
  font-size: 1.125rem;
  font-weight: bolder;
  color: #333333;
  height: 3.2rem;
  line-height: 1.6rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0.6rem;
}
.content-wrap .content-right .search-item .search-con .search-brief {
  line-height: 1.5rem;
  font-size: 0.9rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  margin: 0.2rem 0 0.5rem;
  min-height: 3rem;
}
.content-wrap .content-right .search-item .search-con .search-more {
  text-align: right;
}
.content-wrap .content-right .search-item .search-con .search-more a {
  color: #C31900;
}
.content-wrap .content-right .search-item:first-child {
  margin-top: 0;
}
.content-wrap .member-box {
  background-color: #fff;
  padding: 1.5rem;
}
.content-wrap .member-box .search-box {
  width: 40%;
}
.content-wrap .member-box .search-box .el-input-group__append {
  background: #074ECC;
  cursor: pointer;
  font-size: 1rem;
  color: #fff;
  padding: 0;
  border: 0;
}
.content-wrap .member-box .search-box .el-input-group__append .search-button {
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.content-wrap .member-box .search-box .search-input .el-input__inner {
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 0.875rem;
}
.content-wrap .member-box .search-box .search-input .el-input__inner:focus {
  border-color: #074ECC;
}
.content-wrap .member-box .search-box .search-input .el-input__prefix .el-input__icon {
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
}
.content-wrap .member-box .member-wrap {
  background: linear-gradient(to bottom, #eaedf4, #ffffff);
  padding: 1rem;
  margin-top: 1.5rem;
  border-radius: 0.2rem;
  box-shadow: 2px 4px 4px 1px #eaedf0ab;
}
.content-wrap .member-box .member-wrap .member-item {
  padding: 0.75rem 0;
  line-height: 1.25rem;
  border-bottom: #ddd 1px dotted;
  display: flex;
}
.content-wrap .member-box .member-wrap .member-item a {
  color: #333;
  font-size: 1rem;
  display: block;
  transition: all 0.3s;
  cursor: pointer;
}
.content-wrap .member-box .member-wrap .member-item a:hover {
  color: #074ECC;
}
.content-wrap .member-box .member-wrap .member-item .icon {
  font-size: 1rem;
  color: #074ECC;
  margin-right: 0.5rem;
}
.content-wrap .member-box .member-wrap .member-item.active {
  background: linear-gradient(to right, #074ECC 10%, #ffffff 98%);
}
.content-wrap .member-box .member-wrap .member-item.active a {
  color: #fff;
}
.content-wrap .member-box .member-wrap .member-item.active .icon {
  color: #fff;
}
.content-wrap .magazine-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.content-wrap .magazine-box .magazine-item {
  width: 31%;
  margin-right: 3%;
  margin-bottom: 2rem;
  background: #ffffff;
  box-shadow: 4px 6px 6px 1px #eaedf0ab;
  padding: 2rem;
  cursor: pointer;
}
.content-wrap .magazine-box .magazine-item .magazine-title {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: #2653A4;
  margin-bottom: 1rem;
}
.content-wrap .magazine-box .magazine-item .magazine-date {
  font-size: 1.1rem;
  color: #2669FF;
  margin-top: 1.5rem;
  font-weight: 600;
}
.content-wrap .magazine-box .magazine-item .magazine-img {
  width: 100%;
  aspect-ratio: 3/4;
  background-color: #f5f5f5;
}
.content-wrap .magazine-box .magazine-item .magazine-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content-wrap .magazine-box .magazine-item .study-img {
  width: 100%;
  aspect-ratio: 5/3;
  background-color: #f5f5f5;
}
.content-wrap .magazine-box .magazine-item .study-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content-wrap .magazine-box .magazine-item:nth-child(3n) {
  margin-right: 0;
}
.content-wrap .news-box {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.content-wrap .news-box .news-item {
  padding: 1.25rem 2rem;
  border: 1px solid #ffffff;
  background: linear-gradient(180deg, #ebf1fe 0%, #ffffff 100%);
  box-shadow: 2px 4px 4px 0 #0000000d;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.content-wrap .news-box .news-item .news-img {
  width: 20rem;
  height: 12rem;
  aspect-ratio: 3/2;
  background-color: #f5f5f5;
  cursor: pointer;
}
.content-wrap .news-box .news-item .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content-wrap .news-box .news-item .news-text {
  flex: 1;
  padding-left: 2.5rem;
  display: flex;
}
.content-wrap .news-box .news-item .news-text .news-date {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 0.5rem;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content-wrap .news-box .news-item .news-text .news-date .day {
  font-size: 1.5rem;
  font-weight: 600;
}
.content-wrap .news-box .news-item .news-text .news-date .year {
  color: #666;
}
.content-wrap .news-box .news-item .news-text .news-con {
  flex: 1;
  padding-left: 2rem;
}
.content-wrap .news-box .news-item .news-text .news-con .news-title {
  font-size: 1.125rem;
  font-weight: bolder;
  color: #333333;
  height: 3.2rem;
  line-height: 1.6rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0.6rem;
  cursor: pointer;
}
.content-wrap .news-box .news-item .news-text .news-con .news-brief {
  line-height: 1.5rem;
  font-size: 0.9rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  word-break: break-all;
  margin: 0.2rem 0 0.5rem;
  min-height: 6rem;
}
.content-wrap .news-box .news-item .news-text .news-con .news-more {
  text-align: right;
}
.content-wrap .news-box .news-item .news-text .news-con .news-more a {
  color: #C31900;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .crumb {
    display: flex;
  }
  .crumb-tabs-box .crumb .el-breadcrumb {
    justify-content: flex-start;
    align-items: center;
  }
  .header-sub .el-tabs {
    padding-top: 0 !important;
  }
  .main-box .content-left {
    display: none;
  }
  .main-box .news-box .news-item {
    flex-direction: column;
    align-items: center;
    padding: 1rem !important;
  }
  .main-box .news-box .news-item .news-date {
    display: none !important;
  }
  .main-box .news-box .news-item .news-text {
    padding-left: 0 !important;
  }
  .main-box .news-box .news-item .news-text .news-title {
    margin: 0.5rem 0;
    font-size: 1.125rem !important;
  }
  .main-box .news-box .news-item .news-con {
    padding-left: 0 !important;
  }
  .main-box .magazine-box .magazine-item {
    padding: 1rem !important;
    cursor: pointer;
  }
  .main-box .magazine-box .magazine-item .magazine-title {
    font-size: 1rem !important;
    line-height: 1.5rem;
  }
  .main-box .magazine-box .magazine-item .magazine-date {
    font-size: 0.875rem !important;
    margin-top: 1rem !important;
  }
  .main-box .level2-nav {
    width: 100%;
    margin: 1.2rem 0 0.2rem 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex: 1;
    height: 3rem;
  }
  .main-box .level2-nav a {
    line-height: 2rem;
  }
  .main-box .level2-nav .swiper {
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .main-box .level2-nav .swiper-slide {
    text-align: center;
    font-size: 18px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-box .level2-nav .swiper-button-next:after,
  .main-box .level2-nav .swiper-button-prev:after {
    font-size: 10px;
  }
  .main-box .level2-nav .header-sub .crumb-box .crumb {
    display: flex;
  }
  .main-box .level2-nav .swiper-button-next,
  .main-box .level2-nav .swiper-button-prev {
    background-color: #fff;
  }
  .main-box .level2-nav .swiper-button-prev,
  .main-box .level2-nav .swiper-rtl .swiper-button-next {
    left: 0;
  }
  .main-box .level2-nav .swiper-button-next,
  .main-box .level2-nav .swiper-rtl .swiper-button-prev {
    right: 0;
  }
  .main-box .level2-nav .swiper-button-next,
  .main-box .level2-nav .swiper-button-prev {
    color: #999;
  }
  .main-box .level2-nav a {
    margin: 0 20px;
  }
  .main-box .level2-nav a.active {
    color: #2653a4;
  }
  .main-box .swiper-slide {
    white-space: nowrap;
  }
  .main-box .level2-nav a {
    margin: 0 1rem;
    padding: 0.2rem;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.7rem;
    display: inline-block;
    list-style: none;
    font-size: 1rem;
    font-weight: 500;
    color: #303133;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main-box .level2-nav a:hover {
    text-decoration: none;
  }
  .main-box .level2-nav .active {
    color: #2653a4;
    border-bottom: #2653a4 3px solid;
  }
  .main-box .magazine-box .magazine-item {
    width: 48% !important;
    margin-right: 2% !important;
    cursor: pointer;
  }
  .main-box .member-box .search-box {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .header-sub .crumb-tabs-box .crumb .level2-nav {
    justify-content: center !important;
  }
  .header-sub .crumb-tabs-box .crumb .level2-nav a {
    margin: 0 10px !important;
  }
  .top-search .search-box {
    width: 80% !important;
  }
}
