.right-recommendation,
.article-side-card {
	padding: 22px;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: var(--shadow);
}

.right-recommendation + .right-recommendation,
.article-side-card + .article-side-card {
	margin-top: 24px;
}

.right-link-list li + li,
#recomendMath li + li {
	margin-top: 12px;
}

.right-link-list a,
#recomendMath a {
	color: #1a3877;
	line-height: 1.5;
}

.most-read-head {
	margin-bottom: 20px;
}

.rank-yeartab,
.rank-yeartab-desc {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rank-yeartab {
	padding-bottom: 10px;
	border-bottom: 1px solid #d8dde3;
}

.rank-yeartab li,
.rank-yeartab-desc li {
	margin: 0;
}

.rank-yeartab a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 18px;
	border-radius: 999px;
	border: 1px solid #d5dce4;
	background: #ffffff;
	color: #2e3a46;
	font-size: 14px;
	font-weight: 700;
}

.rank-yeartab li.current a,
.rank-yeartab a:hover {
	border-color: var(--brand-blue);
	background: var(--brand-blue);
	color: #ffffff;
	text-decoration: none;
}

.rank-yeartab-desc {
	margin-top: 10px;
	min-height: 22px;
}

.rank-yeartab-desc li {
	display: none;
	color: #d84b00;
	font-size: 14px;
	line-height: 1.5;
}

.rank-yeartab-desc li.current {
	display: block;
}

.most-read-panels {
	margin-top: 22px;
}

.most-read-panel {
	display: none;
}

.most-read-panel.is-active {
	display: block;
}

.most-read-item__row {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.article-list {
	padding: 18px;
	background: #ffffff;
	border: 1px solid #e2e6ea;
	border-radius: 8px;
}

.article-list--row {
	min-height: 100%;
}

.article-list-left {
	float: left;
	width: 34px;
}

.article-list-right {
	overflow: hidden;
}

.allCenter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #eff2f5;
	color: var(--brand-blue);
	font-size: 13px;
	font-weight: 700;
}

.article-thumb {
	width: 132px;
	margin-right: 16px;
	border-radius: 6px;
	overflow: hidden;
	background: #dce6ef;
}

.article-thumb img {
	display: block;
	width: 100%;
	height: 132px;
	object-fit: cover;
}

.article-thumb--rank {
	width: 180px;
	flex: none;
	margin-right: 0;
}

.article-thumb--rank img {
	height: 150px;
}

.article-info-box {
	overflow: hidden;
}

.most-read-item__row .article-info-box {
	flex: 1 1 auto;
	min-width: 0;
}

.article-list-title a {
	color: #222222;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	line-height: 1.4;
}

.article-list-title a:hover {
	color: var(--brand-blue-deep);
}

.article-list-subtitle {
	margin-top: 8px;
	color: #5a6775;
	font-size: 15px;
}

.article-list-author {
	margin-top: 10px;
	color: #333333;
	font-size: 15px;
}

.article-list-meta {
	margin-top: 10px;
	color: #4e5b68;
	font-size: 14px;
	line-height: 1.6;
}

.article-list-meta a {
	color: var(--brand-blue);
	word-break: break-all;
}

.article-list-meta a:hover {
	color: var(--brand-blue-deep);
}

.article-list-time--rank {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
}

.article-list-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	margin-top: 12px;
}

.article-list-action {
	color: var(--brand-blue);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
}

.article-list-action:hover {
	color: var(--brand-blue-deep);
}

.article-list--rank + .article-list--rank {
	margin-top: 18px;
}

.news-content-layout {
	grid-template-columns: minmax(0, 2.1fr) minmax(320px, 0.78fr);
	gap: 26px;
	align-items: start;
}

.news-content-layout.news-list-fullwidth {
	display: block;
	width: min(var(--page-width), calc(100% - 32px));
	max-width: var(--page-width);
	margin-right: auto;
	margin-left: auto;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: var(--shadow);
	grid-template-columns: minmax(0, 1fr);
}

.news-content-layout.news-list-fullwidth .main-left,
.news-content-layout.news-list-fullwidth .list-text,
.news-content-layout.news-list-fullwidth .contentArea-left-bg {
	display: block;
	float: none;
	width: 100%;
	min-width: 0;
	max-width: none;
	margin-right: auto;
	margin-left: auto;
}

.news-content-layout.news-list-fullwidth .contentArea-left-bg {
	background: transparent;
	box-shadow: none;
}

.news-content-layout .list-text {
	min-height: 385px;
	padding: 24px 26px 34px;
}

.news-content-layout .path-breadcrumb {
	margin-bottom: 34px;
}

.news-simple-item {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	padding: 0;
}

.news-simple-item + .news-simple-item {
	margin-top: 30px;
}

.news-simple-item__thumb {
	display: block;
	width: 220px;
	height: 108px;
	background: #edf1f5;
	overflow: hidden;
}

.news-simple-item__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-simple-item__body {
	min-width: 0;
}

.news-simple-item h3 {
	margin: 0;
	font-size: 18px;
	line-height: 1.35;
}

.news-simple-item h3 a {
	color: #111111;
	font-weight: 700;
}

.news-simple-item h3 a:hover {
	color: var(--brand-blue-deep);
	text-decoration: none;
}

.news-simple-item p {
	margin: 0;
	color: #687483;
	font-size: 15px;
	line-height: 1.5;
}

.articles-list-container {
	max-width: 1260px;
}

.allissues-list-body .articles-list-container,
.current-issue-list-body .articles-list-container,
.early-view-list-body .articles-list-container {
	max-width: var(--page-width);
}

.articles-list-card {
	padding: 18px 18px 0;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: var(--shadow);
}

.articles-list-card .path-breadcrumb {
	margin-bottom: 18px;
}

.articles-list-list {
	margin-top: 8px;
}

.articles-list-item {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 24px;
	padding: 0 0 26px;
	border-bottom: 1px dashed #cfd6de;
}

.articles-list-item + .articles-list-item {
	padding-top: 26px;
}

.articles-list-item__media {
	position: relative;
	display: block;
	width: 260px;
	min-height: 176px;
	border: 1px solid #cfd6de;
	background: #edf1f5;
	overflow: hidden;
}

.articles-list-item__media:hover {
	text-decoration: none;
}

.articles-list-item__media img {
	display: block;
	width: 100%;
	height: 176px;
	object-fit: cover;
}

.articles-list-item__badge {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 12px;
	background: var(--brand-orange);
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

.articles-list-item__body {
	min-width: 0;
}

.articles-list-item__body h3 {
	margin: -2px 0 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
}

.articles-list-item__body h3 a {
	color: #111111;
}

.articles-list-item__body h3 a:hover {
	color: var(--brand-blue-deep);
	text-decoration: none;
}

.articles-list-item__authors {
	margin: 0 0 10px;
	color: #111111;
	font-size: 16px;
	line-height: 1.45;
}

.articles-list-item__source {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	align-items: baseline;
	margin: 0 0 10px;
	color: #626f7d;
	font-size: 16px;
	line-height: 1.45;
}

.articles-list-item__source strong {
	color: #0f377a;
	font-style: italic;
	font-weight: 700;
}

.articles-list-item__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0 12px;
	align-items: center;
	color: #6a7480;
	font-size: 16px;
	line-height: 1.5;
}

.articles-list-item__actions a {
	color: #5a6675;
}

.articles-list-item__actions a:hover {
	color: var(--brand-blue-deep);
	text-decoration: none;
}

.articles-list-item__actions span span,
.articles-list-item__actions a span {
	color: var(--brand-orange);
}

.articles-list-item__pdf.is-disabled {
	color: #9aa3ad;
	pointer-events: none;
}

.articles-list-item__content-source {
	display: none;
}

.articles-list-card .pager {
	justify-content: center;
	padding: 26px 0 30px;
}

.news-events-panel {
	min-height: 292px;
	padding: 22px 20px 26px;
	box-shadow: var(--shadow);
}

.news-events-info-card {
	text-align: center;
}

.news-events-info-card__cover {
	display: block;
	width: min(230px, 82%);
	height: auto;
	max-height: 260px;
	margin: 0 auto 22px;
	object-fit: contain;
}

.news-events-info-card__title {
	margin: 0 0 16px;
	color: #111111;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-style: italic;
	line-height: 1.2;
	text-align: center;
}

.news-events-info-card__content {
	text-align: left;
	color: #606060;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	line-height: 1.55;
}

.news-events-info-card__content p {
	margin: 0 0 8px;
	font-size: 13px;
	line-height: 1.55;
}

.news-events-info-card__content strong,
.news-events-info-card__content b {
	font-size: 13px;
	line-height: 1.55;
}

.news-events-info-card__content img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.news-content-layout .pager {
	justify-content: center;
	padding-left: 110px;
}

.news-show-container {
	max-width: var(--page-width);
}

.news-show-card {
	min-height: 430px;
	padding: 26px 28px 50px;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: var(--shadow);
}

.news-show-title {
	margin: 34px 0 42px;
	color: #111111;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.35;
}

.news-show-meta {
	display: flex;
	align-items: center;
	gap: 18px;
	color: #8a96a3;
	font-size: 15px;
	line-height: 1.5;
}

.news-show-meta strong {
	color: #6b7683;
	font-weight: 400;
}

.news-show-divider {
	height: 1px;
	margin: 16px 0 28px;
	border-top: 1px dashed #d8dde3;
}

.news-show-content {
	color: #111111;
	font-size: 15px;
	line-height: 1.8;
}

.news-show-content p {
	margin: 0 0 16px;
}

.events-list-container {
	max-width: var(--page-width);
}

.events-list-card {
	min-height: 490px;
	padding: 26px 18px 70px;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: var(--shadow);
}

.events-list-card .path-breadcrumb {
	margin: 0 0 34px 0;
}

.events-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.events-list__item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 190px 70px;
	align-items: center;
	gap: 18px;
	min-height: 38px;
	border-bottom: 1px dashed #d1d7de;
	color: #111111;
	font-size: 15px;
	line-height: 1.5;
}

.events-list__title {
	position: relative;
	display: block;
	padding-left: 12px;
	color: #111111;
}

.events-list__title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 3px;
	height: 3px;
	background: var(--brand-blue-deep);
	transform: translateY(-50%);
}

.events-list__title:hover {
	color: var(--brand-blue-deep);
	text-decoration: none;
}

.events-list__date {
	color: #111111;
	white-space: nowrap;
}

.events-list__views {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #111111;
	white-space: nowrap;
}

.events-list__views::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 10px;
	border: 1px solid #9aa3ad;
	border-radius: 50%;
}

.events-list__views::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #9aa3ad;
	transform: translateY(-50%);
}

.partners-list-container {
	max-width: var(--page-width);
}

.partners-list-card {
	min-height: 390px;
	padding: 26px 18px 120px;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: var(--shadow);
}

.partners-list-card .path-breadcrumb {
	margin: 0 0 20px;
}

.partners-list-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px 18px;
}

.partners-list-item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 116px;
	padding: 18px 22px;
	border: 1px solid #cfd3d8;
	border-radius: 6px;
	background: #ffffff;
	overflow: hidden;
}

.partners-list-item:hover {
	border-color: #b7c0ca;
	text-decoration: none;
}

.partners-list-item img {
	display: block;
	width: 100%;
	max-width: 240px;
	max-height: 88px;
	object-fit: contain;
}

.most-read-empty {
	padding: 28px 22px;
	border: 1px dashed #d5dce4;
	border-radius: 8px;
	background: #ffffff;
	color: #5d6773;
	font-size: 15px;
	text-align: center;
}

.most-read-side-card__cover {
	margin-bottom: 18px;
	text-align: center;
}

.most-read-side-card__cover a {
	display: inline-block;
}

.most-read-side-card__cover img {
	display: block;
	width: 100%;
	max-width: 220px;
	margin: 0 auto;
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.most-read-side-card__title {
	margin: 0 0 14px;
	color: #222222;
	font-size: 18px;
	line-height: 1.35;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	text-align: center;
}

.most-read-side-card__info {
	color: #333333;
	font-size: 15px;
	line-height: 1.7;
	white-space: pre-line;
}

.most-read-links li + li {
	margin-top: 14px;
}

.single-side-card {
	padding: 28px 24px 24px;
	border-radius: 0;
	background: #ffffff;
	box-shadow: var(--shadow);
}

.single-side-card + .single-side-card {
	margin-top: 24px;
}

.single-side-card__journal {
	margin: 0 0 10px;
	color: #111111;
	font-size: 22px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.single-side-card__cover {
	margin-bottom: 24px;
	text-align: center;
}

.single-side-card__cover a {
	display: inline-block;
}

.single-side-card__cover img {
	display: block;
	width: 100%;
	max-width: 136px;
	margin: 0 auto;
	border-radius: 0;
	box-shadow: none;
}

.single-side-card__title {
	margin: 0 0 24px;
	color: #0f2f66;
	font-size: 20px;
	line-height: 1.3;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	text-align: center;
}

.single-side-card__info {
	color: #111111;
	font-size: 14px;
	line-height: 1.75;
}

.single-side-card__meta-line {
	margin: 0;
	word-break: break-word;
}

.single-side-card__meta-line + .single-side-card__meta-line {
	margin-top: 8px;
}

.single-side-card__meta-line strong {
	font-weight: 700;
}

.single-side-card__meta-line--stacked {
	margin-top: 14px;
}

.single-side-card__meta-line--stacked:first-child {
	margin-top: 0;
}

.single-side-card__meta-line--value {
	margin-top: 4px !important;
}

.single-side-card__meta-line--link strong {
	text-decoration: underline;
}

.single-side-card__module-title {
	margin: 0 0 18px;
	padding-bottom: 14px;
	border-bottom: 2px solid #b3b3b3;
	color: #222222;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
}

.single-side-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-side-links li + li {
	margin-top: 14px;
}

.single-side-links a {
	color: #1a3877;
	line-height: 1.5;
}

.article-list-btn {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.early-view-layout {
	padding: 26px 28px 30px;
}

.early-view-title {
	margin-bottom: 22px;
	text-align: center;
}

.early-view-list {
	border-top: 1px solid #e4e8ed;
}

.early-view-item {
	padding: 24px 0 22px;
	border-bottom: 1px dashed #d9e0e8;
}

.early-view-item__title {
	margin: 0;
}

.early-view-item__title a {
	color: #222222;
	font-size: 18px;
	line-height: 1.45;
	font-weight: 700;
}

.early-view-item__title a:hover {
	color: var(--brand-blue-deep);
}

.early-view-item__authors {
	margin-top: 10px;
	color: #333333;
	font-size: 15px;
	line-height: 1.65;
}

.early-view-item__meta {
	margin-top: 10px;
}

.early-view-item__meta p {
	margin: 6px 0 0;
	color: #5e6874;
	font-size: 15px;
	line-height: 1.6;
}

.early-view-item__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
	margin-top: 14px;
}

.early-view-item__actions a {
	color: #4a5560;
	font-size: 15px;
	line-height: 1.5;
}

.early-view-item__actions a:hover {
	color: var(--brand-blue);
}

.article-list-btn font {
	display: inline-flex;
}

.article-list-btn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	height: 40px;
	padding: 0 16px;
	border-radius: 4px;
	border: 1px solid var(--brand-blue);
	color: var(--brand-blue);
	font-size: 14px;
	font-weight: 700;
}

.article-list-btn .font1 a {
	border-color: #d6dee7;
	color: #333333;
}

.article-list-btn a:hover {
	background: var(--brand-blue);
	color: #ffffff;
	text-decoration: none;
}

.editorial-content-layout {
	grid-template-columns: 1fr;
}

.editorial-page {
	display: grid;
	gap: 22px;
}

.editorial-leads {
	display: grid;
	gap: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #d7dde4;
}

.editorial-lead__role {
	margin: 0;
	color: #1f62b3;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.editorial-lead__name {
	margin-top: 2px;
	color: #111111;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

.editorial-lead + .editorial-lead {
	margin-top: 4px;
}

.editorial-lead__content {
	margin-top: 4px;
	color: #111111;
	font-size: 15px;
	line-height: 1.65;
}

.editorial-lead__content img,
.editorial-lead__content p:first-child,
.editorial-lead__content h1,
.editorial-lead__content h2,
.editorial-lead__content h3,
.editorial-lead__content h4,
.editorial-lead__content h5,
.editorial-lead__content h6 {
	display: none;
}

.editorial-directory {
	padding: 16px 12px 18px;
	border: 1px solid #d9e2ec;
}

.editorial-directory__head {
	margin-bottom: 16px;
	padding: 10px 12px;
	background: #3f80ba;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

.editorial-directory__list {
	margin: 0;
	padding-left: 18px;
	column-count: 3;
	column-gap: 48px;
}

.editorial-directory__list li {
	break-inside: avoid;
	margin-bottom: 10px;
	color: #111111;
}

.editorial-directory__list a {
	color: #1f62b3;
	line-height: 1.5;
}

.editorial-member {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr) auto;
	gap: 24px;
	padding: 16px 0 30px;
	border-bottom: 1px dashed #d3dbe5;
	align-items: start;
}

.editorial-member__media img {
	display: block;
	width: 100%;
	height: auto;
}

.editorial-member__body h3 {
	margin: 0 0 14px;
	color: #111111;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.editorial-member__content {
	color: #111111;
	font-size: 15px;
	line-height: 1.7;
}

.editorial-member__content img {
	display: none;
}

.editorial-member__content p:first-child,
.editorial-member__content p:nth-child(2) {
	display: none;
}

.editorial-member__top {
	align-self: center;
	color: #004fd1;
	font-weight: 700;
	white-space: nowrap;
}

@media (max-width: 1100px) {
	.editorial-directory__list {
		column-count: 2;
	}

	.editorial-member {
		grid-template-columns: 160px minmax(0, 1fr);
	}

	.editorial-member__top {
		grid-column: 2;
		justify-self: end;
	}
}

@media (max-width: 780px) {
	.editorial-directory__list {
		column-count: 1;
	}

	.editorial-member {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.editorial-member__media img {
		max-width: 180px;
	}

	.editorial-member__top {
		grid-column: auto;
		justify-self: start;
	}
}


.morenstyle {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px dashed #d8dde3;
	color: #4e5a66;
	font-size: 15px;
}

.article-meta-bg {
	background: #eff2f5;
	padding-bottom: 28px;
}

.article-nav-breadcrumb-prevnext {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	border-bottom: 1px solid #ccd0d3;
}

.article-nav-breadcrumb {
	padding: 18px 0;
}

.article-nav-breadcrumb span,
.article-nav-breadcrumb a {
	color: #666666;
	font-size: 14px;
	line-height: 20px;
}

.article-nav-breadcrumb span:not(:last-of-type) {
	padding-right: 22px;
	position: relative;
}

.article-nav-breadcrumb span:not(:last-of-type)::after {
	content: ">";
	position: absolute;
	right: 6px;
}

.article-prevnext {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.article-prevnext-btn {
	display: inline-block;
	padding: 18px 0;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
}

.article-prevnext-btn.disabled {
	opacity: 0.5;
}

.article-prev-btn {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #ccd0d3;
}

.article-meta-wrap {
	padding-top: 24px;
}

.article-meta-wrap-clearfix,
.article-tools-wrap-clearfix,
.article-content-bg-container {
	display: flex;
	justify-content: space-between;
	gap: 24px;
}

.article-meta-left,
.article-tools,
.article-main-mid {
	width: calc(100% - 360px);
	min-width: 0;
}

.article-meta-right,
.article-metrics,
.article-main-right {
	width: 336px;
	flex: none;
}

.article-catagory-oa {
	margin-bottom: 12px;
	color: #222222;
	font-size: 14px;
}

.article-catagory-oa span:not(:last-of-type)::after {
	content: "|";
	padding: 0 18px;
}

.article-oa {
	color: #ed7101;
}

.article-title h1 {
	margin: 0 0 12px;
	color: #222222;
	font-size: 34px;
	line-height: 1.22;
	font-family: Georgia, "Times New Roman", serif;
}

.article-title h2 {
	margin: 0 0 14px;
	color: #51606d;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.45;
}

.article-author {
	margin-bottom: 18px;
}

.article-author li {
	display: inline-block;
}

.article-author a {
	color: #222222;
	font-size: 17px;
}

.article-fundPrjs,
.article-history-doi-cstr-wrap {
	color: #4d5966;
	font-size: 15px;
}

.article-history-doi-cstr-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 12px;
}

.article-issue-info {
	display: block;
	text-align: center;
	color: #666666;
	font-size: 14px;
}

.article-issue-info img {
	width: 100%;
	max-width: 220px;
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.article-tools {
	padding: 12px 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.article-tools-pdf,
.article-tools-citation,
.article-tools-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	padding: 0 16px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
}

.article-tools-pdf {
	background: var(--brand-blue);
}

.article-tools-pdf a {
	color: #ffffff;
}

.article-tools-pdf:hover a {
	text-decoration: none;
}

.article-tools-citation {
	border: 2px solid var(--brand-blue);
	background: #ffffff;
}

.article-tools-citation a {
	color: var(--brand-blue);
}

.article-tools-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.article-tools-btn {
	border: 1px solid #d5dde6;
	color: #222222;
}

.article-metrics {
	display: flex;
	justify-content: flex-end;
}

.article-metrics-ul {
	display: flex;
	flex-wrap: wrap;
}

.article-metrics-ul li {
	min-width: 110px;
	padding: 10px 14px;
	background: #ffffff;
	border: 1px solid #d8dde3;
	border-radius: 8px;
	text-align: center;
}

.article-metrics-ul li + li {
	margin-left: 10px;
}

.article-metrics-ul span {
	display: block;
	color: #222222;
	font-size: 13px;
}

.article-metrics-ul .mainColor {
	margin-bottom: 6px;
	color: var(--brand-blue-deep);
	font-size: 24px;
	font-weight: 700;
}

.article-content-bg {
	background: #ffffff;
	padding: 36px 0 46px;
}

.navTitle {
	font-size: 28px;
}

.article-abstract {
	margin-bottom: 50px;
	color: #222222;
	font-size: 18px;
	line-height: 1.7;
}

.article-keyword {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 46px;
}

.article-keyword a {
	display: inline-block;
	padding: 0 16px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	background: #eaeff4;
	color: #222222;
	font-size: 15px;
}

.FullText-all {
	font-size: 17px;
	line-height: 1.8;
}

.article-side-card {
	position: sticky;
	top: 96px;
}

.article-side-card + .article-side-card {
	position: static;
}

.article-toc ul {
	display: grid;
	gap: 10px;
}

.article-toc a {
	color: #1a3877;
	font-size: 15px;
	line-height: 1.5;
}

.search-result-head p {
	margin: -10px 0 18px;
	color: #666666;
}

.search-side-form {
	display: grid;
	gap: 10px;
}

.search-side-form input,
.search-side-form button {
	height: 42px;
	padding: 0 12px;
	border-radius: 4px;
	font-size: 14px;
}

.search-side-form input {
	border: 1px solid #d3dae2;
}

.search-side-form button {
	border: 0;
	background: var(--brand-blue);
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
}

.pager {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.pager li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid #d5dce4;
	border-radius: 999px;
	background: #ffffff;
	color: #4d5966;
	font-size: 13px;
}

.pager a {
	color: var(--brand-blue-deep);
}

@media (max-width: 1100px) {
	.article-meta-wrap-clearfix,
	.article-tools-wrap-clearfix,
	.article-content-bg-container {
		grid-template-columns: 1fr;
		flex-direction: column;
	}

	.article-meta-left,
	.article-tools,
	.article-main-mid,
	.article-meta-right,
	.article-metrics,
	.article-main-right {
		width: 100%;
	}

	.article-main-right {
		order: -1;
	}

	.article-side-card {
		position: static;
	}

	.news-content-layout {
		grid-template-columns: 1fr;
	}

	.news-content-layout .pager {
		padding-left: 0;
	}

	.article-thumb--rank {
		width: 150px;
	}

	.article-thumb--rank img {
		height: 126px;
	}

	.articles-list-item {
		grid-template-columns: 220px minmax(0, 1fr);
	}

	.articles-list-item__media {
		width: 220px;
	}

	.articles-list-item__media img {
		height: 150px;
	}
}

@media (max-width: 780px) {
	.article-title h1 {
		font-size: 28px;
	}

	.news-show-card {
		padding: 22px 18px 34px;
	}

	.news-show-title {
		margin: 26px 0 30px;
		font-size: 20px;
	}

	.events-list__item {
		grid-template-columns: 1fr;
		gap: 4px;
		padding: 10px 0;
	}

	.partners-list-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rank-yeartab {
		gap: 10px;
	}

	.rank-yeartab a {
		min-height: 34px;
		padding: 0 14px;
		font-size: 13px;
	}

	.most-read-item__row {
		gap: 16px;
	}

	.articles-list-item {
		grid-template-columns: 180px minmax(0, 1fr);
		gap: 18px;
	}

	.articles-list-item__media {
		width: 180px;
	}

	.articles-list-item__media img {
		height: 124px;
	}

	.articles-list-item__body h3 {
		font-size: 18px;
	}

	.articles-list-item__authors,
	.articles-list-item__source,
	.articles-list-item__actions {
		font-size: 15px;
	}
}

@media (max-width: 560px) {
	.article-list-left {
		float: none;
		width: auto;
		margin-bottom: 10px;
	}

	.article-thumb {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 14px;
	}

	.article-thumb img {
		height: auto;
		aspect-ratio: 16 / 9;
	}

	.most-read-item__row {
		display: block;
	}

	.article-list-btn,
	.pager {
		flex-direction: column;
	}

	.article-list-btn a,
	.pager li {
		width: 100%;
	}

	.news-simple-item {
		grid-template-columns: 1fr;
	}

	.news-simple-item__thumb {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
	}

	.articles-list-card {
		padding: 18px 14px 0;
	}

	.articles-list-item {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.articles-list-item__media {
		width: 100%;
		min-height: auto;
	}

	.articles-list-item__media img {
		height: auto;
		aspect-ratio: 16 / 9;
	}

	.partners-list-grid {
		grid-template-columns: 1fr;
	}

	.rank-yeartab,
	.rank-yeartab-desc {
		display: block;
	}

	.rank-yeartab li + li {
		margin-top: 8px;
	}

	.rank-yeartab a {
		width: 100%;
		justify-content: flex-start;
	}

	.article-metrics-ul {
		width: 100%;
	}

	.article-metrics-ul li {
		flex: 1 1 100%;
	}
}

.article-list-title a,
.most-read-side-card__title,
.article-title h1 {
	font-family: "Times New Roman", Times, serif;
}

@media (max-width: 1100px) {
	.article-list,
	.news-simple-item,
	.articles-list-item,
	.events-list__item,
	.partners-list-item,
	.most-read-item__row,
	.editorial-member {
		min-width: 0;
	}

	.main-right .single-side-card,
	.most-read-side-card,
	.search-side-form {
		max-width: 520px;
		margin-left: auto;
		margin-right: auto;
	}

	.article-nav-breadcrumb-prevnext,
	.article-prevnext,
	.article-tools,
	.article-tools-btns,
	.article-metrics-ul,
	.articles-list-item__actions {
		flex-wrap: wrap;
	}
}

@media (max-width: 780px) {
	.article-list--row,
	.article-list {
		display: block;
	}

	.article-list-left,
	.article-list-right {
		float: none;
		width: 100%;
	}

	.article-list-right {
		min-width: 0;
	}

	.article-thumb {
		width: min(220px, 100%);
	}

	.article-list-title a {
		font-size: 18px;
		line-height: 1.35;
		overflow-wrap: anywhere;
	}

	.article-list-subtitle,
	.article-list-author,
	.article-list-time,
	.article-list-zy,
	.news-simple-item p,
	.articles-list-item__authors,
	.articles-list-item__source,
	.articles-list-item__actions {
		overflow-wrap: anywhere;
	}

	.article-prevnext {
		justify-content: flex-start;
		gap: 10px;
	}

	.article-tools {
		gap: 10px;
	}

	.article-tools-pdf,
	.article-tools-citation,
	.article-tools-btn {
		min-width: 0;
	}

	.editorial-directory__list {
		column-count: 2;
		column-gap: 24px;
	}

	.editorial-member {
		grid-template-columns: 140px minmax(0, 1fr);
		gap: 18px;
	}

	.editorial-member__media img {
		max-width: 140px;
	}
}

@media (max-width: 560px) {
	.article-meta-bg,
	.article-content-bg {
		padding-left: 0;
		padding-right: 0;
	}

	.article-nav-breadcrumb-prevnext {
		gap: 12px;
	}

	.article-prevnext-btn,
	.article-tools-pdf,
	.article-tools-citation,
	.article-tools-btn {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.article-title h1 {
		font-size: 24px;
		line-height: 1.28;
		overflow-wrap: anywhere;
	}

	.article-author,
	.article-history-doi-cstr-wrap,
	.article-list-actions,
	.articles-list-item__actions {
		display: block;
	}

	.article-list-action,
	.articles-list-item__actions a,
	.articles-list-item__actions span {
		display: inline-block;
		margin-bottom: 6px;
	}

	.events-list-card,
	.partners-list-card {
		padding: 18px 14px;
	}

	.events-list__title,
	.events-list__date,
	.events-list__views {
		overflow-wrap: anywhere;
	}

	.editorial-directory__list {
		column-count: 1;
		padding-left: 16px;
	}

	.editorial-member {
		grid-template-columns: 1fr;
	}

	.editorial-member__media img {
		max-width: 160px;
		margin: 0 auto;
	}
}
