@charset "UTF-8";
:root {
  overflow-x: hidden;
}

/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* 动画 */
@-webkit-keyframes pagination-bullet-progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes pagination-bullet-progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* 颜色 */
.grey-1 {
  background-color: rgb(241, 242, 247);
}

.background-fff {
  background-color: #ffffff;
}

/* 图片 */
.eng-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 按钮 */
.a-bnt {
  width: calc(610 / 750 * 100vw);
  height: calc(75 / 750 * 100vw);
  display: inline-block;
  font-family: "DM Sans-Bold";
  line-height: calc(75 / 750 * 100vw);
  color: #fff;
  background: url(../assets/images/article_view_detail/down.png) center no-repeat;
  background-size: cover;
  padding: 0;
  margin: calc(50 / 750 * 100vw)  0 calc(35 / 750 * 100vw);
}
.a-bnt:hover {
  opacity: 0.9;
  color: #fff;
}

/* 常用字号 */

.e-tiitle {
  font-family: "DM Sans-Bold";
  font-size: 32px;
  letter-spacing: -0.32px;
  line-height: 46px;
  color: #20242B;
}

.e-tiitle-grey {
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 22px;
  color: #666;
}

.e-tiitle-color {
  font-family: "DM Sans-Bold";
  font-size: calc(50 / 750 * 100vw);
  letter-spacing: -0.24px;
  line-height: calc(40 / 750 * 100vw);
  color: #005096;
}

.e-tiitle-color-two {
  font-family: "DM Sans-Bold";
  font-size: 26px;
  letter-spacing: -0.26px;
  line-height: 38px;
  color: #005096;
}

/*主体内容及边距*/
.eng-all-max {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}

.eng-content-max {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.e-content-padding {
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 50px;
}

.e-margin-top {
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .padding-1 {
    padding-right: 2.26vw !important;
    padding-left: 2.26vw !important;
  }
}

/* 锚点定位 */
.anchor-location {
  border-bottom: #D9D9D9 solid 1px;
  background-color: #fff;
}
.anchor-location.flexOn {
  width: 100%;
  position: fixed;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  top: 0;
  z-index: 99;
}
.anchor-location ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.anchor-location ul a,
.anchor-location ul li {
  line-height: 21px;
  color: #333333;
  padding-top: 19px;
  padding-bottom: 18px;
  cursor: pointer;
}
.anchor-location ul a:not(:last-child),
.anchor-location ul li:not(:last-child) {
  margin-right: 92px;
}
.anchor-location ul li.on {
  border-bottom: #005096 2px solid;
  color: #005096;
}
.anchor-location ul li.on a {
  color: #005096;
}

/*轮播图 */
.e-banner {
  position: relative;
  height: 100%;
}
.e-banner .txt {
  font-family: "DM Sans-Bold";
  font-size: 42px;
  letter-spacing: -0.42px;
  line-height: 50px;
  color: #ffffff;
  background-color: rgba(1, 78, 158, 0.8);
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 54px;
  padding-left: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.e-banner2 {
  position: relative;
  height: 100%;
  /* background: #F1F2F7; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 0 calc(40 / 750 * 100vw);
}
.e-banner2 .txt {
  font-family: "DM Sans-Bold";
  color: #005096;
  margin: calc(30 / 750 * 100vw) 0;
  font-size: calc(60 / 750 * 100vw);
  letter-spacing: -0.42px;
  line-height: calc(70 / 750 * 100vw);
}
.e-banner2 .e-banner-sub, .e-banner2 .e-banner-time {
  font-size: calc(28 / 750 * 100vw);
  letter-spacing: -0.14px;
  line-height: calc(70 / 750 * 100vw);
  color: #20242B;
  font-weight: 400;
  font-family: "DM Sans-Regular";
}

.e-banner2 .e-banner-sub {
  margin-top: 30px;
}
.e-banner2 > div:last-child.txt, .e-banner2 > div:nth-child(2).txt {
  margin-top: auto;
}

.baner-1 {
  background-size: cover;
  height: calc(300 / 750 * 100vw);
}

/* Insights */
.e-insights .insights-box {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.e-insights .insights-box li {
  width: 33.333%;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}
.e-insights .insights-box li .txt-box {
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #DADADA;
  border-top: none;
  height: 363px;
}
.e-insights .insights-box li .insights-img {
  height: 202px;
}
.e-insights .insights-box li .insights-data {
  font-size: 14px;
  letter-spacing: -0.14px;
  color: #20242B;
  line-height: 16px;
  padding-top: 25px;
}
.e-insights .insights-box li .insights-data span {
  position: relative;
  padding-right: 8px;
  margin-right: 6px;
}
.e-insights .insights-box li .insights-data span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #20242B;
}
.e-insights .insights-box li .insights-title {
  margin-top: 25px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.e-insights .insights-box li .insights-txt {
  margin-top: 25px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.e-insights .a-bnt {
  margin-top: 30px;
}

/* overview */
.e-overview {
  min-height: 328px;
  height: 100%;
  display: table;
}
.e-overview > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.e-overview .logo-img {
  width: 48.5%;
  height: 100%;
}
.e-overview .text-box .e-tiitle {
  line-height: 42px;
  margin-bottom: 20px;
}

@media print {
  header, footer, .article_correlation {
    display: none;
  }
  .e-banner2 .txt {
    padding-right: 0;
  }
}
a:hover, a {
  text-decoration: none !important;
}
a:hover div, a div {
  color: #005096 !important;
  line-height: 0;
}

.e-banner2 .txt {
  /*padding-right: 378px;*/
}

.content-2 {
}
.content-2 .article_body {
  margin-bottom: calc(50 / 750 * 100vw);
}
.content-2 .article_body p,.content-2 .article_body span{
  font-family: 'DM Sans-Regular';
  line-height: calc(42 / 750 * 100vw);
}
.content-2 .article_body {
  width: 100%;
}
.content-2 .article_correlation {
  width: 100%;
}
.content-2 .article_correlation .article_tool > a > img {
  width: 40px;
  height: 40px;
  margin-right: 40px;
  margin-bottom: 20px;
}
.content-2 .article_correlation .author, .content-2 .article_correlation .articles {
  border-top: calc(4 / 750 * 100vw) solid #005096;
  padding: calc(35 / 750 * 100vw);
  border-top-width: 4px;
}
.content-2 .article_correlation .author .e-tiitle-color, .content-2 .article_correlation .articles .e-tiitle-color {
  color: #20242b;
}
.content-2 .article_correlation .author {
  margin-bottom: 20px;
}
.content-2 .article_correlation .author .author-item {
  margin-top: 20px;
}
.content-2 .article_correlation .author .author-item .author-title {
  line-height: 26px;font-style: italic;
  font-weight: bold;
}
.content-2 .article_correlation .author .author-item .author-body {
  font-size: 14px;
  line-height: 22px;
  color: #20242b;
}
.content-2 .article_correlation .articles .e-tiitle-color {
  margin-bottom: calc(40 / 750 * 100vw);
}
.content-2 .article_correlation .articles .articles-item:not(:last-child) {
  margin-bottom: calc(40/ 750 * 100vw);
}
.content-2 .article_correlation .articles .articles-item .articles-img {
  height: calc(422 / 750 * 100vw);
  width: 100%;
  overflow: hidden;
}
.content-2 .article_correlation .articles .articles-item .articles-img img {
  height: 100%;
}
.content-2 .article_correlation .articles .articles-item .articles-body {
  border: 1px solid #dadada;
  padding: calc(35 / 750 * 100vw);
  border-width: 1px;
  border-top-width: 0px;
}
.content-2 .article_correlation .articles .articles-item .articles-body .articles-time {
  color: #20242B !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 15px;
}
.content-2 .article_correlation .articles .articles-item .articles-body .articles-title {
  color: #005096;
  font-weight: bold;
  font-size: calc(36/ 750 * 100vw);
  line-height: 26px;
}
.article-summy{
  border-top: 1px solid #DADADA;
  padding-top: calc(30 / 750 * 100vw);
  margin-bottom: calc(40 / 750 * 100vw);
}
.article-hot{
  border-top:1px solid #DADADA;
  padding-top: calc(50 / 750 * 100vw);
  margin-top: calc(50 / 750 * 100vw);
}
.article-hot p{
  font-size: calc(36 / 750 * 100vw);
  font-weight: bold;
  color: #005096;
  line-height: calc(54 / 750 * 100vw) !important;
  margin-bottom: calc(40 / 750 * 100vw);
}
.article-hot ul li{
  border:1px solid #DADADA;
  font-size: 18px;
  color: #20242B;
  line-height: 44px;
  margin-right: 10px;
  padding: 0 calc(30 / 750 * 100vw);
  text-align: center;
  display: inline-block;
}
.article-hot ul li:hover{
  border-color: #005096;
  color: #005096;
}
.article-important{
  font-size: calc(28 / 750 * 100vw);
  margin-top: calc(40 / 750 * 100vw);
}
.article-important p.article-important-title{
  font-size: calc(28 / 750 * 100vw);
  color: #20242B;
  font-weight: bold;
}
.article_tool img{
  width: calc(50 / 750 * 100vw);
  margin-right: calc(30 / 750 * 100vw);
  margin-bottom: calc(30 / 750 * 100vw);
}
main .txt-box *{
  font-family: "DM Sans-Regular" !important;
  width: 100% !important;
  font-size: calc(28 / 750 * 100vw) !important;line-height: calc(42 / 750 * 100vw);
}
