/** 宽度 1440 - 56*2*/
/** 期刊导航 */
#v4-header-journal {
  position: relative;
}
/** 标题 */
.v4-journal-title1 {
  position: relative;
}
.v4-journal-title1 p {
  font-size: 24px;
  color: #333333;
  line-height: 20px;
  font-family: 'PlayfairDisplay-Bold';
}
.v4-journal-title1 span {
  display: block;
  width: 50px;
  height: 4px;
  margin-top: 4px;
  background: #3158FA;
}
/** 空置期 */
.unoccupied {
  display: block;
  color: #333;
  font-size: 14px;
  font-family: 'PlayfairDisplay-Regular';
  text-align: center;
  margin: 80px 0 300px;
}
/** 跳转区域 */
.jump-area {
  display: block;
  text-decoration: unset !important;
  cursor: pointer;
}
.jump-area:hover {
  text-decoration: unset !important;
}
.col-fff {
  color: #3c588e !important;
}
.col-fff .col-fff-s {
  background: #3c588e !important;
}
.col-fff a {
  color: #3c588e !important;
}
.col-fff p {
  color: #3c588e !important;
}
/** 更多 */
.v4-viewmore {
  color: #3158FA;
}
.v4-viewmore a {
  font-size: 14px;
  color: #3158FA;
  cursor: pointer;
  font-family: 'PlayfairDisplay-Regular';
}
.v4-viewmore a:hover {
  text-decoration: none;
}
.v4-viewmore a:hover i {
  margin-left: 6px;
}
.v4-viewmore a i {
  font-weight: bold;
  font-size: 12px;
  transition: margin-left 0.2s ease-in-out;
}
/** 一般容器 */
.v4-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 56px;
}
.limit-one {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.limit-two {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.limit-three {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
/** overview */
.v4-home-overview {
  margin: 38px auto 68px;
}
.v4-home-overview .v4-home-overview-d1 {
  margin-top: 30px;
  display: flex;
}
.v4-home-overview .v4-home-overview-d1 .d1-left,
.v4-home-overview .v4-home-overview-d1 .d1-middle,
.v4-home-overview .v4-home-overview-d1 .d1-right {
  display: inline-block;
  vertical-align: top;
}
.v4-home-overview .v4-home-overview-d1 .d1-left {
  min-width: 180px;
  max-width: 180px;
}
.v4-home-overview .v4-home-overview-d1 .d1-left .d1-left-issue {
  font-size: 14px;
  display: block;
  color: #333;
  text-decoration: underline;
  line-height: 20px;
  font-family: 'PlayfairDisplay-Bold';
}
.v4-home-overview .v4-home-overview-d1 .d1-left p {
  margin-top: 22px;
}
.v4-home-overview .v4-home-overview-d1 .d1-left .d1-left-cover {
  width: 143px;
  height: 190px;
  margin-bottom: 10px;
  display: block;
}
.v4-home-overview .v4-home-overview-d1 .d1-left .d1-left-cover img {
  width: 141px;
  height: 188px;
  border: 1px solid #eee;
  object-fit: cover;
  box-sizing: content-box;
}
.v4-home-overview .v4-home-overview-d1 .d1-middle-ml {
  margin-left: 24px;
}
.v4-home-overview .v4-home-overview-d1 .d1-middle {
  width: 100%;
}
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li {
  padding: 14px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li:first-child {
  padding-top: 0;
}
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content {
  font-size: 16px;
  color: #333;
  font-family: 'PlayfairDisplay-Regular';
  word-break: break-word;
  max-height: 48px;
}
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content p,
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content div,
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content a,
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content i,
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content li,
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content span,
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content sub,
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content sup,
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content ul {
  font-size: 16px;
  font-family: 'PlayfairDisplay-Regular';
}
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content ul,
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content p {
  margin-bottom: 0;
}
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content ul {
  padding-left: 20px;
}
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content em {
  font-size: 16px;
  font-family: 'PlayfairDisplay-Italic';
}
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content em span,
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content em div,
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content em p {
  font-family: 'PlayfairDisplay-Italic';
}
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content em strong {
  font-family: 'PlayfairDisplay-Italic';
}
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content em strong span,
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content em strong div,
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content em strong p {
  font-family: 'PlayfairDisplay-Italic';
}
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content strong {
  font-size: 16px;
  font-family: 'PlayfairDisplay-Bold';
}
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content strong span,
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content strong div,
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content strong p {
  font-family: 'PlayfairDisplay-Bold';
}
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content strong em {
  font-family: 'PlayfairDisplay-Italic';
}
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content strong em span,
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content strong em div,
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content strong em p {
  font-family: 'PlayfairDisplay-Italic';
}
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content a {
  color: #333;
  text-decoration: underline;
}
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content a:hover,
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left-content a:focus {
  color: #333;
}
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .v4-viewmore {
  margin-top: 22px;
}
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-left {
  width: 100%;
}
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-right {
  width: 200px;
  flex-shrink: 0;
}
.v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li .d1-middle-right img {
  object-fit: cover;
}
.v4-home-overview .v4-home-overview-d1 .d1-right {
  min-width: 224px;
  max-width: 224px;
  background: #E3F3FF;
  padding: 32px 28px 0;
  margin-left: 62px;
}
.v4-home-overview .v4-home-overview-d1 .d1-right li {
  margin-bottom: 30px;
}
.v4-home-overview .v4-home-overview-d1 .d1-right li .d1-right-p1,
.v4-home-overview .v4-home-overview-d1 .d1-right li .d1-right-p1 span {
  font-weight: 800;
  font-size: 20px;
  color: #192D79;
  line-height: 24px;
  font-family: "Inter-Black";
}
.v4-home-overview .v4-home-overview-d1 .d1-right li .d1-right-p2 {
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
  font-family: 'PlayfairDisplay-Regular';
}
.v4-home-overview .v4-home-overview-d1 .d1-right li .d1-right-p2 img {
  width: 16px;
  margin-left: 4px;
  cursor: pointer;
}
.v4-home-overview .v4-home-overview-d1 .d1-right li .d1-right-p2 .tooltip-inner {
  font-size: 14px;
}
/** call for papers */
.v4-home-cfp {
  background: #e3f3ff;
  padding: 32px 0 16px;
}
.v4-home-cfp .v4-home-cfp-d1 li {
  background: #fff;
  overflow: hidden;
  margin-top: 12px;
  border-radius: 4px;
}
.v4-home-cfp .v4-home-cfp-d1 li .v4-home-cfp-d1-a {
  display: block;
  padding: 12px 16px;
}
.v4-home-cfp .v4-home-cfp-d1 li p {
  color: #666;
}
.v4-home-cfp .v4-home-cfp-d1 li .v4-home-cfp-d1-p1 {
  font-size: 16px;
  color: #3c588e !important;
  font-family: 'PlayfairDisplay-Bold' !important;
}
.v4-home-cfp .v4-home-cfp-d1 li .v4-home-cfp-d1-p1 img {
  display: none !important;
}
.v4-home-cfp .v4-home-cfp-d1 li .v4-home-cfp-d1-p2 {
  font-size: 14px;
  color: #333;
  margin: 10px 0 !important;
  font-family: 'PlayfairDisplay-Regular';
}
.v4-home-cfp .v4-home-cfp-d1 li .v4-home-cfp-d1-p2 img {
  display: none !important;
}
.v4-home-cfp .v4-home-cfp-d1 li .v4-home-cfp-d1-p3 {
  font-size: 14px;
  color: #909399;
  font-family: 'Inter-Light' !important;
}
.v4-home-cfp .v4-home-cfp-more {
  text-align: center;
  margin-top: 10px;
}
/** featured */
.v4-home-featured {
  background: #F5F7FA;
  padding: 30px 0 32px;
}
.v4-home-featured .featured-d2 {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
}
.v4-home-featured .featured-d2 .bg {
  position: absolute;
  width: 15vw;
  height: 544px;
  z-index: 2;
  top: 0;
}
.v4-home-featured .featured-d2 .bg1 {
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #f5f7fa);
}
.v4-home-featured .featured-d2 .bg2 {
  right: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #f5f7fa);
}
.v4-home-featured .featured-d2 .articles-panel {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 56px;
}
.v4-home-featured .featured-d2 .articles-panel .article-item {
  width: 420px;
  height: 100%;
  background-color: #fff;
  border-radius: 16px;
  margin-right: 12px;
  border: 1px solid #E5E5E5;
}
.v4-home-featured .featured-d2 .articles-panel .article-item .article-item-a {
  padding: 16px;
}
.v4-home-featured .featured-d2 .articles-panel .article-item .article-img {
  width: 100%;
  height: 238px;
  text-align: center;
  overflow: hidden;
}
.v4-home-featured .featured-d2 .articles-panel .article-item .article-img img {
  transition: width 0.2s ease-in-out;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: 1px #eee solid;
}
.v4-home-featured .featured-d2 .articles-panel .article-item .article-info {
  text-align: left;
}
.v4-home-featured .featured-d2 .articles-panel .article-item .article-info .info-title {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  margin-top: 8px;
  height: 84px;
  font-family: 'PlayfairDisplay-Bold';
}
.v4-home-featured .featured-d2 .articles-panel .article-item .article-info .info-author {
  font-size: 16px;
  color: #333;
  margin: 12px 0 24px;
  min-height: 24px;
  font-family: 'Inter-Regular';
}
.v4-home-featured .featured-d2 .articles-panel .article-item .article-info .info-desc {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  font-family: 'Inter-Light';
}
.v4-home-featured .featured-d2 .articles-panel .article-item .article-info .info-desc .deliver {
  display: block;
  width: 1px;
  height: 18px;
  background: #666;
  margin: 0 16px;
}
.v4-home-featured .featured-d2 .featured-btn .journal-button-prev,
.v4-home-featured .featured-d2 .featured-btn .journal-button-next {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
  cursor: pointer;
  user-select: none;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(22, 100, 255, 0.35);
}
.v4-home-featured .featured-d2 .featured-btn .journal-button-prev i,
.v4-home-featured .featured-d2 .featured-btn .journal-button-next i {
  font-weight: bold;
}
.v4-home-featured .featured-d2 .featured-btn .journal-button-prev.swiper-button-disabled,
.v4-home-featured .featured-d2 .featured-btn .journal-button-next.swiper-button-disabled {
  display: none;
}
.v4-home-featured .featured-d2 .featured-btn .journal-button-prev.swiper-button-disabled:hover,
.v4-home-featured .featured-d2 .featured-btn .journal-button-next.swiper-button-disabled:hover {
  color: #fff;
  background-color: rgba(22, 100, 255, 0.15);
}
.v4-home-featured .featured-d2 .featured-btn .journal-button-prev:hover,
.v4-home-featured .featured-d2 .featured-btn .journal-button-next:hover {
  background: #1664FF;
}
.v4-home-featured .featured-d2 .featured-btn .journal-button-prev {
  left: -27px;
}
.v4-home-featured .featured-d2 .featured-btn .journal-button-next {
  right: -27px;
}
/** explore content */
.v4-home-ec {
  width: 100%;
  background: #fff;
  padding: 38px 0 28px;
}
.v4-home-ec .v4-home-ec-d1 {
  margin-top: 40px;
}
.v4-home-ec .v4-home-ec-d1 .v4-home-ec-d1-main {
  padding: 0;
  margin: 0;
}
.v4-home-ec .v4-home-ec-d1 .v4-home-ec-d1-main .journal-menu {
  font-weight: normal;
  border-bottom: 1px solid #eee;
}
.v4-home-ec .v4-home-ec-d1 .v4-home-ec-d1-main .journal-menu a {
  font-size: 18px;
  color: #333;
  font-family: 'PlayfairDisplay-Bold';
  border-bottom: 4px solid transparent;
  padding: 0 0 2px 0;
  margin-right: 30px;
}
.v4-home-ec .v4-home-ec-d1 .v4-home-ec-d1-main .journal-menu a:last-child {
  margin-right: 0;
}
.v4-home-ec .v4-home-ec-d1 .v4-home-ec-d1-main .journal-menu a img {
  width: 18px;
}
.v4-home-ec .v4-home-ec-d1 .v4-home-ec-d1-main .journal-menu .select {
  color: #3158FA;
  border-color: #3158FA;
}
.v4-home-ec .v4-home-ec-d1 .v4-home-ec-d1-main .journal-menu .tooltip-inner {
  font-size: 14px;
}
.v4-home-ec .v4-home-ec-d1 .v4-home-ec-d1-p1 {
  margin-top: 30px;
  text-align: center;
}
/** announcements and events */
.v4-home-aae {
  background: #F5F7FA;
  padding: 32px 0 30px;
}
.v4-home-aae .aae-content {
  display: flex;
  justify-content: space-between;
  margin: 16px 0 30px;
}
.v4-home-aae .aae-content .aae-left {
  width: 48%;
  border-radius: 8px;
  height: 368px;
  overflow: hidden;
  background: #fff;
  text-align: center;
}
.v4-home-aae .aae-content .aae-left img {
  width: auto;
  height: 368px;
  object-fit: cover;
}
.v4-home-aae .aae-content .aae-right {
  width: 48%;
}
.v4-home-aae .aae-content .aae-right .aae-right-news {
  border-radius: 8px;
  margin-bottom: 16px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}
.v4-home-aae .aae-content .aae-right .aae-right-news:last-child {
  margin-bottom: 0;
}
.v4-home-aae .aae-content .aae-right .aae-right-news .date {
  color: #666;
  font-size: 16px;
  padding: 12px 16px 0;
  font-family: 'Inter-Light';
}
.v4-home-aae .aae-content .aae-right .aae-right-news .name {
  color: #333;
  font-size: 18px;
  margin: 4px 0 12px;
  padding: 0 16px 0;
  cursor: pointer;
  font-family: 'PlayfairDisplay-Bold';
  text-decoration: unset;
}
.v4-home-aae .aae-content .aae-right .aae-right-news .line {
  display: block;
  height: 4px;
  background: transparent;
}
.v4-home-aae .aae-content .aae-right .news-active .line {
  background: #3158FA;
}
/** video gallery */
.v4-home-vg {
  padding: 32px 0 30px;
  background: #F5F7FA;
}
.v4-home-vg .v4-home-vg-d1 {
  margin: 16px 0 30px;
}
.v4-home-vg .v4-home-vg-d1 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.v4-home-vg .v4-home-vg-d1 .video-item {
  flex: 1;
  width: calc((100% - 78px) / 4);
  min-width: calc((100% - 78px) / 4);
  max-width: calc((100% - 78px) / 4);
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin-right: 26px;
}
.v4-home-vg .v4-home-vg-d1 .video-item:nth-child(4n) {
  margin-right: 0;
}
.v4-home-vg .v4-home-vg-d1 .video-item .rollback {
  background: rgba(0, 0, 0, 0.75);
  padding: 8px 10px;
  border-radius: 8px;
  color: #fff;
  position: absolute;
  right: 16px;
  top: 16px;
  align-items: center;
  font-size: 14px;
  font-family: 'Inter-Light';
  cursor: pointer;
}
.v4-home-vg .v4-home-vg-d1 .video-item .rollback img {
  display: inline-block;
  width: 14px;
  margin-right: 6px;
}
.v4-home-vg .v4-home-vg-d1 .video-item video {
  display: block;
  width: 100%;
  height: 176px;
}
.v4-home-vg .v4-home-vg-d1 .video-item .name {
  height: 128px;
  background: #fff;
  padding: 16px;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
}
.v4-home-vg .v4-home-vg-d1 .video-item .name a {
  font-size: 18px;
  color: #000;
  line-height: 28px;
  font-family: 'PlayfairDisplay-Bold';
  text-decoration: none;
}
/** v4-more */
.v4-home-more {
  padding: 0 0 64px;
  background: #F5F7FA;
}
.v4-home-more .v4-home-more-d2 {
  padding-top: 38px;
}
.v4-home-more .v4-home-more-d2 .v4-home-more-tab {
  margin-bottom: 46px;
  border-bottom: 1px solid #eee;
}
.v4-home-more .v4-home-more-d2 .v4-home-more-tab span {
  font-size: 18px;
  display: inline-block;
  margin-right: 30px;
  padding-bottom: 6px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  font-family: 'PlayfairDisplay-Bold';
}
.v4-home-more .v4-home-more-d2 .v4-home-more-tab span:last-child {
  margin: 0;
}
.v4-home-more .v4-home-more-d2 .v4-home-more-tab .tab-more-active {
  color: #3158FA;
  border-color: #3158FA;
}
.v4-home-more .v4-home-more-d2 .v4-home-more-cover {
  margin: 24px auto 0;
  display: none;
}
.v4-home-more .v4-home-more-d2 .v4-home-more-cover ul {
  display: flex;
  justify-content: center;
}
.v4-home-more .v4-home-more-d2 .v4-home-more-cover ul li {
  display: inline-block;
  height: 240px;
  margin-right: 30px;
  text-align: center;
}
.v4-home-more .v4-home-more-d2 .v4-home-more-cover ul li img {
  width: 180px;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.v4-home-more .v4-home-more-d2 .v4-home-more-cover ul li:last-child {
  margin-right: 0;
}
.v4-home-more .v4-home-more-d2 .v4-home-more-link {
  display: none;
  overflow: hidden;
}
.v4-home-more .v4-home-more-d2 .v4-home-more-link .link-swiper-container,
.v4-home-more .v4-home-more-d2 .v4-home-more-link .link-normal-container {
  width: 100%;
}
.v4-home-more .v4-home-more-d2 .v4-home-more-link .link-swiper-container .link-slide a,
.v4-home-more .v4-home-more-d2 .v4-home-more-link .link-normal-container .link-slide a {
  display: block;
  text-align: center;
}
.v4-home-more .v4-home-more-d2 .v4-home-more-link .link-swiper-container .link-slide img,
.v4-home-more .v4-home-more-d2 .v4-home-more-link .link-normal-container .link-slide img {
  max-width: 172px;
  max-height: 100%;
  display: inline-block;
}
.v4-home-more .v4-home-more-d2 .v4-home-more-link .link-swiper-container {
  overflow: hidden;
  margin: 0 auto;
}
.v4-home-more .v4-home-more-d2 .v4-home-more-link .link-swiper-container .link-slide {
  width: 200px;
  text-align: center;
  border: 0;
}
.v4-home-more .v4-home-more-d2 .v4-home-more-link .link-normal-container {
  display: flex;
  justify-content: start;
}
.v4-home-more .v4-home-more-d2 .v4-home-more-link .link-normal-container .link-slide {
  width: auto;
  text-align: center;
  margin-right: 20px;
}
.v4-home-more .v4-home-more-d2 .v4-home-more-link .link-normal-container .link-slide:last-child {
  margin-right: 0;
}
/**v4.0 UI改版文章列表*/
.v4-al-content {
  width: 100%;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.v4-al-content .v4-al-content-left {
  width: auto;
  float: left;
}
.v4-al-content .v4-al-content-left .v4-al-type {
  display: flex;
  align-items: center;
}
.v4-al-content .v4-al-content-left .v4-al-type .deliver {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #222;
  margin: 0 16px;
}
.v4-al-content .v4-al-content-left .v4-al-type .s1 {
  font-size: 14px;
  color: #222;
  font-family: Inter-Regular;
}
.v4-al-content .v4-al-content-left .v4-al-type .s2 {
  display: flex;
  align-items: center;
}
.v4-al-content .v4-al-content-left .v4-al-type .s2 span {
  color: #5ABF60;
  font-size: 14px;
  font-family: 'Inter-Light';
  margin-left: 6px;
}
.v4-al-content .v4-al-content-left .v4-al-title {
  margin: 12px 0;
}
.v4-al-content .v4-al-content-left .v4-al-title .v4-al-title-a {
  max-height: 90px;
  overflow: hidden;
}
.v4-al-content .v4-al-content-left .v4-al-title a,
.v4-al-content .v4-al-content-left .v4-al-title p,
.v4-al-content .v4-al-content-left .v4-al-title div {
  font-size: 20px;
  color: #525252;
  text-decoration: none;
  line-height: 30px;
  word-break: break-word;
  font-family: 'PlayfairDisplay-Bold';
}
.v4-al-content .v4-al-content-left .v4-al-author {
  color: #333;
  font-size: 14px;
  font-family: 'Inter-Regular';
}
.v4-al-content .v4-al-content-left .v4-al-author .show-auth-more {
  display: none;
}
.v4-al-content .v4-al-content-left .v4-al-author .show-auth-more-btn {
  color: #3158FA;
  cursor: pointer;
  white-space: nowrap;
}
.v4-al-content .v4-al-content-left .v4-al-publish-time {
  margin-top: 4px;
  color: #666;
  font-size: 14px;
  font-family: 'Inter-Regular';
}
.v4-al-content .v4-al-content-left .v4-al-publish-time span:first-child {
  margin-right: 20px;
}
.v4-al-content .v4-al-content-left .v4-al-publish-time span:last-child {
  margin-right: 0;
  display: inline-block;
}
.v4-al-content .v4-al-content-right a {
  width: 204px;
  height: 126px;
  display: block;
}
.v4-al-content .v4-al-content-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 1600px) and (max-width: 1800px) {
  .v4-home-featured .featured-d2 .bg {
    width: 10vw;
  }
}
@media screen and (max-width: 1600px) {
  .v4-home-featured .featured-d2 .bg {
    width: 5vw;
  }
  .v4-home-featured .featured-d2 .featured-btn .journal-button-prev {
    left: 0;
  }
  .v4-home-featured .featured-d2 .featured-btn .journal-button-next {
    right: 0;
  }
  .swiper-slide-active {
    border: 0;
  }
}
@media screen and (max-width: 1480px) {
  .v4-home-featured .featured-d2 .featured-btn .journal-button-prev {
    left: 28px;
  }
  .v4-home-featured .featured-d2 .featured-btn .journal-button-next {
    right: 28px;
  }
}
@media screen and (max-width: 1440px) {
  .v4-home-more .v4-home-more-d2 .link-normal-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .v4-home-more .v4-home-more-d2 .link-normal-container .link-slide {
    width: calc((100% - 80px) / 5);
    min-width: calc((100% - 80px) / 5);
    max-width: calc((100% - 80px) / 5);
    margin-bottom: 20px;
  }
  .v4-home-more .v4-home-more-d2 .link-normal-container .link-slide:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .v4-home-vg .v4-home-vg-d1 .video-item {
    flex: 1;
    width: calc((100% - 26px) / 2);
    min-width: calc((100% - 26px) / 2);
    max-width: calc((100% - 26px) / 2);
    margin-bottom: 20px;
  }
  .v4-home-vg .v4-home-vg-d1 .video-item:nth-child(2n) {
    margin-right: 0;
  }
  .v4-home-more .v4-home-more-d2 .v4-home-more-cover ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .v4-home-more .v4-home-more-d2 .v4-home-more-cover ul li {
    width: calc((100% - 90px) / 4);
    min-width: calc((100% - 90px) / 4);
    max-width: calc((100% - 90px) / 4);
    margin-bottom: 20px;
  }
  .v4-home-more .v4-home-more-d2 .v4-home-more-cover ul li:nth-child(4n) {
    margin-right: 0;
  }
  .v4-home-more .v4-home-more-d2 .link-normal-container .link-slide {
    width: calc((100% - 60px) / 4);
    min-width: calc((100% - 60px) / 4);
    max-width: calc((100% - 60px) / 4);
  }
  .v4-home-more .v4-home-more-d2 .link-normal-container .link-slide:nth-child(5n) {
    margin-right: 20px;
  }
  .v4-home-more .v4-home-more-d2 .link-normal-container .link-slide:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .v4-container {
    padding: 0 16px;
  }
  .v4-home-overview .v4-home-overview-d1 {
    display: block;
  }
  .v4-home-overview .v4-home-overview-d1 .d1-middle {
    margin-left: 0;
    margin-top: 10px;
    border-top: 1px solid #eee;
  }
  .v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li:first-child {
    padding: 14px 0;
  }
  .v4-home-overview .v4-home-overview-d1 .d1-right {
    margin-left: 0;
    max-width: 100%;
    min-width: 100%;
  }
  .v4-home-featured .featured-d2 .articles-panel {
    zoom: 0.8;
    padding: 0 16px;
  }
  .v4-home-ec .v4-home-ec-d1 .article-list-main {
    display: none;
  }
  .v4-home-aae .aae-content {
    display: block;
  }
  .v4-home-aae .aae-content .aae-left {
    width: 100%;
    text-align: center;
  }
  .v4-home-aae .aae-content .aae-left img {
    width: auto;
  }
  .v4-home-aae .aae-content .aae-right {
    width: 100%;
    margin-top: 20px;
  }
  .v4-home-more .v4-home-more-d2 .v4-home-more-cover ul li {
    width: calc((100% - 60px) / 3);
    min-width: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
  }
  .v4-home-more .v4-home-more-d2 .v4-home-more-cover ul li:nth-child(4n) {
    margin-right: 30px;
  }
  .v4-home-more .v4-home-more-d2 .v4-home-more-cover ul li:nth-child(3n) {
    margin-right: 0;
  }
  .v4-home-more .v4-home-more-d2 .link-normal-container .link-slide {
    width: calc((100% - 40px) / 3);
    min-width: calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
  }
  .v4-home-more .v4-home-more-d2 .link-normal-container .link-slide:nth-child(5n),
  .v4-home-more .v4-home-more-d2 .link-normal-container .link-slide:nth-child(4n) {
    margin-right: 20px;
  }
  .v4-home-more .v4-home-more-d2 .link-normal-container .link-slide:nth-child(3n) {
    margin-right: 0;
  }
  .v4-al-content {
    display: block;
  }
  .v4-al-content .v4-al-content-left {
    float: unset;
  }
  .v4-al-content .v4-article-item-left {
    width: 100% !important;
  }
  .v4-al-content .v4-article-item-left .v4-al-title a {
    font-size: 20px;
    line-height: 28px;
  }
  .v4-al-content .v4-article-item-left .v4-al-publish-time {
    font-size: 14px;
  }
  .v4-al-content .v4-al-content-right img {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 790px) {
  .v4-home-featured .featured-d2 .bg,
  .v4-home-featured .featured-d2 .featured-btn {
    display: none;
  }
  .v4-home-featured .featured-d2 .articles-panel .featured-wrapper {
    display: block !important;
  }
  .v4-home-featured .featured-d2 .articles-panel .article-item {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .v4-home-featured .featured-d2 .articles-panel .article-item .article-img {
    height: 200px;
    width: auto;
  }
  .v4-home-vg .v4-home-vg-d1 .video-item {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .v4-home-vg .v4-home-vg-d1 .video-item .name {
    height: auto;
  }
  .v4-home-vg .v4-home-vg-d1 .video-item .name a {
    font-size: 18px;
  }
  .v4-home-vg .v4-home-vg-d1 .video-item:last-child {
    margin-bottom: 0;
  }
  .v4-home-overview .v4-home-overview-d1 .d1-middle .d1-middle-li {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .v4-home-more .v4-home-more-d2 .v4-home-more-cover ul li {
    width: calc((100% - 30px) / 2);
    min-width: calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
  }
  .v4-home-more .v4-home-more-d2 .v4-home-more-cover ul li:nth-child(4n) {
    margin-right: 30px;
  }
  .v4-home-more .v4-home-more-d2 .v4-home-more-cover ul li:nth-child(3n) {
    margin-right: 30px;
  }
  .v4-home-more .v4-home-more-d2 .v4-home-more-cover ul li:nth-child(2n) {
    margin-right: 0;
  }
  .v4-home-more .v4-home-more-d2 .link-normal-container .link-slide {
    width: calc((100% - 20px) / 2);
    min-width: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }
  .v4-home-more .v4-home-more-d2 .link-normal-container .link-slide:nth-child(5n),
  .v4-home-more .v4-home-more-d2 .link-normal-container .link-slide:nth-child(4n),
  .v4-home-more .v4-home-more-d2 .link-normal-container .link-slide:nth-child(3n) {
    margin-right: 20px;
  }
  .v4-home-more .v4-home-more-d2 .link-normal-container .link-slide:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .v4-home-more .v4-home-more-d2 .v4-home-more-cover ul li {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .v4-home-more .v4-home-more-d2 .v4-home-more-cover ul li:nth-child(4n),
  .v4-home-more .v4-home-more-d2 .v4-home-more-cover ul li:nth-child(3n),
  .v4-home-more .v4-home-more-d2 .v4-home-more-cover ul li:nth-child(2n) {
    margin-right: 0;
  }
  .v4-home-more .v4-home-more-d2 .link-normal-container .link-slide {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .v4-home-more .v4-home-more-d2 .link-normal-container .link-slide:nth-child(5n),
  .v4-home-more .v4-home-more-d2 .link-normal-container .link-slide:nth-child(4n),
  .v4-home-more .v4-home-more-d2 .link-normal-container .link-slide:nth-child(3n),
  .v4-home-more .v4-home-more-d2 .link-normal-container .link-slide:nth-child(2n) {
    margin-right: 0;
  }
}
/*# sourceMappingURL=v4-journal.css.map */