@charset "UTF-8";
@font-face {
  font-family: "MiSans";
  src: url("../fonts/MiSansLatin-Normal.ttf") format("truetype");
}

@font-face {
  font-family: "MiSans-Bold";
  src: url("../fonts/MiSansLatin-Bold.ttf") format("truetype");
}

.banner {
  margin-top: 40px;
}

.banner .img {
  display: flex;
  justify-content: center;
}

.banner .img img {
  width: 550px;
  height: 474px;
  position: relative;
  z-index: 9;
}

.banner .banner-content {
  margin-top: -80px;
  display: flex;
  color: #fff;
}

.banner .banner-content .banner-content-semicircle {
  background-color: rgba(1, 101, 194, 0.9);
  backdrop-filter: blur(4px);
  width: 100%;
  height: 350px;
  border-radius: 0 175px 175px 0;
  position: relative;
  z-index: 9;
}

.banner .banner-content .banner-content-text {
  background-color: rgba(0, 175, 186, 0.6);
  backdrop-filter: blur(4px);
  margin-left: -10rem;
  border-radius: 12rem;
  min-width: 1130px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.banner .banner-content .banner-content-text p {
  width: 66%;
  margin: 0 auto;
  font-size: 36px;
  line-height: 36px;
}

.banner .banner-content .banner-content-text .title {
  font-size: 48px;
  font-family: "MiSans-Bold";
  font-weight: bold;
  letter-spacing: 0.25rem;
  margin-bottom: 2rem;
  color: #fff;
}

.banner .banner-content .banner-content-text a {
  margin: 3rem auto;
  display: block;
  width: 12rem;
  line-height: 3rem;
  font-size: 1.2rem;
  border-radius: 9rem;
  background-color: #006acb;
  color: #fff;
  border: 0;
}

.banner .banner-content .banner-content-semicircle2 {
  background-color: #70cc90;
  width: 100%;
  height: 22rem;
  border-radius: 175px 0 0 175px;
  position: relative;
  z-index: -1;
  margin-left: -10rem;
}

.search {
  width: 830px;
  margin: 50px auto;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
}

.search input {
  width: 658px;
  height: 60px;
  border-radius: 175px;
  border: 1px solid #00afba;
  padding-left: 20px;
  box-sizing: border-box;
  outline: none;
  font-size: 20px;
}

.search .search-btn {
  width: 146px;
  height: 60px;
  border-radius: 175px;
  background-color: #00686e;
  color: #fff;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}

.primary-color {
  color: #2b52c9 !important;
}

.primary-bg-color {
  color: #fff !important;
  background-color: #2b52c9 !important;
}

.primary-bg-color:hover {
  color: #fff !important;
  text-decoration: none;
}

/* 两行省略 */
.ellipsis-multiline {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
}

/* 三行省略 */
.ellipsis-three-line {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 75px;
}

.border-bottom {
  border-bottom: 1px dashed #dadce0;
}

.container {
  max-width: 1130px;
  width: 100%;
  margin: 20px auto 0 auto;
}

.container .breadcrumb {
  padding: 10px 20px;
  font-size: 14px;
}

.container p,
.container span,
.container a {
  font-size: 18px;
}

.container h3 a {
  font-size: 24px;
}

.container h1 {
  font-size: 36px;
}

.container h1,
.container h2,
.container h3,
.container h4,
.container p {
  margin: 0;
}

.container h4 {
  position: relative;
  padding-left: 10px;
}

.container h4:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 18px;
  border-left: 6px solid #2b52c9;
}

.container * {
  box-sizing: border-box;
}

.container a {
  text-decoration: none;
}

.content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.content .article_boxs {
  flex: 1;
}

.article_boxs {
  margin: 20px 0;
  width: 100%;
  height: auto;
}

.article_box {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.article-time {
  margin-right: 20px;
  font-size: 14px !important;
}

.article_boxs > p {
  margin-top: 10px;
}

.article_rows {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px !important;
  margin: 20px 0;
}

.article-list {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.article-list img {
  width: 200px;
  height: auto;
  margin-left: 10px;
}

.article-list-detail {
  flex: 1;
}

.article-list-detail h3 {
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.article-list-detail h3 a {
  color: #202935;
}

.article-list-detail span {
  font-size: 18px;
  color: #8d8f96;
}

.description {
  margin: 10px 0;
}

.index-main {
  padding-top: 0;
  padding-bottom: 0;
}

.keywords {
  max-width: 100%;
  margin: 10px auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.keywords .no-bg {
  padding: 0 3px;
  border-radius: 4px;
  color: #5a5a5a;
  margin-right: 10px;
}

.key {
  background-color: #f3f5f7;
  padding: 5px 10px;
  border-radius: 4px;
  color: #5a5a5a;
  margin-right: 10px;
}

.abstract {
  background-color: #f3f5f7;
  padding: 20px;
  color: #6b6970;
  font-size: 14px !important;
}

.article_content {
  width: 100%;
  margin-top: 20px;
}

.article_content p {
  text-indent: 2em;
  margin-bottom: 20px;
}

.article_content img {
  display: block;
  margin: 10px auto;
}

.article_footer {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #6b6970;
  background: #fff;
  margin-top: 20px;
  border-radius: 8px;
}

.article_footer a {
  width: 50%;
  cursor: pointer;
  color: #202935;
  font-weight: bold;
  text-decoration: none;
  height: 50px;
}

.article_footer a:first-child {
  border-right: 1px dashed #eaeaea;
}

.article_footer a:last-child {
  text-align: right;
}

.article_footer a p {
  color: #8d8f96;
  margin-bottom: 10px;
}

.article_footer a p:last-child {
  font-size: 18px;
  color: #000;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}