.grey {
	background: #eee;
}
@media (max-width: 768px) {
	.grey {
		background: #fff;
	}
}
.article-content {
	display: block;
	height:  auto;
	padding:  1.4286rem 3.5714rem 2.1429rem;
	background: #fff;
}
@media (max-width: 768px) {
	.article-content {
		padding: 12px 0 20px;
		background: #fff;
	}
}
.article-content .top-banner {
	height:  auto;
	padding-top:  calc(576 / 1024 * 100%);
	position: relative;
}
@media (max-width: 768px) {
	.article-content .top-banner {
		padding-top: calc(9 / 16 * 100%);
	}
}
.article-content .top-banner img {
	display: block;
	position: absolute;
	top:  0;
	left:  0;
	width:  100%;
	height:  100%;
	object-fit: cover;
	object-position: center;
}
.article-content .top-banner .info {
	position: absolute;
	left:  0;
	bottom:  0;
	height:  auto;
	padding:  0.7143rem 1.4286rem 1.4286rem;
	background-color: rgba(0, 0, 0, 0.5);
	display: block;
}
@media (max-width: 768px) {
	.article-content .top-banner .info {
		padding: 8px 12px;
	}
}
.article-content .top-banner .info .top {
	height:  auto;
	color: #fff;
	border-bottom:  0.0714rem dashed rgba(255, 255, 255, 0.5);
	padding-bottom:  0.7143rem;
}
.article-content .top-banner .info .top span,
.article-content .top-banner .info .top a {
	font-size:  1rem;
	color: #fff;
}
.article-content .top-banner .info .top .space {
	margin:  0 0.7143rem;
}
@media (max-width: 768px) {
	.article-content .top-banner .info .top {
		border-bottom-color: #fff;
	}
	.article-content .top-banner .info .top span,
	.article-content .top-banner .info .top a {
		font-size:  0.8571rem;
	}
}
.article-content .top-banner .info .p {
	font-size:  1.8571rem;
	line-height:  2.5714rem;
	color: #fff;
	margin-top:  1.4286rem;
	display: -webkit-box;
	height:  5.1429rem;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
@media (max-width: 768px) {
	.article-content .top-banner .info .p {
		margin-top: 8px;
		font-size: 16px;
		line-height: 20px;
		height: 20px;
		-webkit-line-clamp: 1;
	}
}
.article-content .article-info {
	margin-top:  1.4286rem;
	display: block;
}
.article-content .article-info .intro {
	margin-bottom:  1.4286rem;
	padding:  1.0714rem;
	background-color: #f2f3f4;
	border-radius: 5px;
	font-size:  1rem;
	line-height:  2.1429rem;
	color: #333;
	display: inline-block;
}
@media (max-width: 768px) {
	.article-content .article-info .intro {
		line-height: 20px;
	}
}
.article-content .article-info .intro span {
	font-size:  1.4286rem;
	line-height:  2.1429rem;
}
@media (max-width: 768px) {
	.article-content .article-info .intro span {
		font-size: 16px;
		line-height: 20px;
	}
}
.article-content .article-info .btm {
	justify-content: space-between;
}
.article-content .article-info .btm .author {
	align-items: center;
}
.article-content .article-info .btm .author img {
	display: block;
	width:  2.8571rem;
	height:  2.8571rem;
	border-radius: 50%;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}
.article-content .article-info .btm .author span {
	font-size:  1rem;
	color: #333;
	margin-left:  0.7143rem;
}
.article-content .content {
	margin-top:  2.1429rem;
	margin-bottom:  2.1429rem;
	display: block;
	height:  auto;
	color: #404040 !important;
	font-size:  1.1429rem !important;
	font-weight: 400 !important;
	margin-bottom:  1.4286rem !important;
	line-height:  1.8 !important;
}
.article-content .content p,
.article-content .content a,
.article-content .content span {
	color: #404040 !important;
	font-size:  1.1429rem !important;
	font-weight: 400 !important;
	margin-bottom:  1.4286rem !important;
	line-height:  1.8 !important;
}
.article-content .content img,
.article-content .content video {
	max-width:  100%;
	width:  100%;
	height:  auto !important;
}
@media (max-width: 768px) {
	.article-content .content {
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 15px;
		margin-bottom: 15px;
	}
	.article-content .content p,
	.article-content .content a,
	.article-content .content span {
		font-size:  1.0714rem !important;
		margin-bottom:  0.7143rem !important;
	}
}
.article-content .tags .tag {
	display: block;
	width:  auto;
	height:  auto;
	padding:  0.3571rem 1.0714rem;
	background-color: #f6f8f9;
	line-height:  1;
}
.article-content .tags .tag:not(:last-child) {
	margin-right:  0.7143rem;
}
.article-content .tags .tag a {
	color: #888a8b;
	font-size:  1.1429rem;
}
@media (max-width: 768px) {
	.article-content .tags .tag a {
		font-size: 14px;
	}
}
.article-content .line {
	border-bottom:  0.2857rem dashed #f2f2f2;
	margin:  2.1429rem 0;
}
@media (max-width: 768px) {
	.article-content .line {
		border-bottom-width: 1px;
		margin: 20px 0;
	}
}
.article-content .pagin {
	display: flex;
	justify-content: space-between;
}
.article-content .pagin .item {
	flex: 0 0 50%;
	width:  50%;
	box-sizing: border-box;
	padding:  0 0.7143rem;
}
.article-content .pagin .item a {
	font-size:  1rem;
	color: #1a82ff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.rec-articles {
	margin-top:  1.4286rem;
	display: block;
	height:  auto;
	padding-bottom:  2.1429rem;
}
.rec-articles .title {
	font-size:  1.2857rem;
	line-height:  1;
	padding-left:  0.7143rem;
	border-left:  #1a82ff 0.3571rem solid;
	margin-bottom:  1.4286rem;
}
.rec-articles .list {
	background-color: #fff;
	padding:  2.1429rem 3.5714rem;
	height:  auto;
}
.rec-articles .list .item-wrap {
	box-sizing: border-box;
	display: block;
	flex: 0 0 33.3%;
	width:  33.3%;
	padding:  0.3571rem;
}
.rec-articles .list .item-wrap .item {
	box-sizing: border-box;
	display: block;
	width:  calc(100% - 2.1429rem);
	margin:  0 1.0714rem;
	box-shadow: 1px 1px 10px rgba(153, 153, 153, 0.35);
	overflow: hidden;
	transition: all 0.3s ease;
}
.rec-articles .list .item-wrap .item .img-box {
	display: block;
	width:  100%;
	height:  auto;
	padding-top:  calc(9 / 16 * 100%);
	position: relative;
}
.rec-articles .list .item-wrap .item .img-box img {
	display: block;
	position: absolute;
	left:  0;
	top:  0;
	width:  100%;
	height:  100%;
	object-fit: cover;
	object-position: center;
}
.rec-articles .list .item-wrap .item .info {
	display: block;
	height:  auto;
	padding:  1.0714rem 0.8571rem 2.1429rem;
}
.rec-articles .list .item-wrap .item .info .tit {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #999;
	font-size:  1.0714rem;
	line-height:  1.5;
	height:  3.4286rem;
	transition: all 0.3s ease;
}
@media (min-width: 768px) {
	.rec-articles .list .item-wrap .item:hover {
		transform: translateY(-2px);
	}
	.rec-articles .list .item-wrap .item:hover .info .tit {
		color: #1a82ff;
	}
}
@media (max-width: 768px) {
	.rec-articles .list {
		padding: 0;
		background: transparent;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
	}
	.rec-articles .list .item-wrap {
		flex: 0 0 100%;
		width:  100%;
		padding:  0;
		margin-bottom:  1.0714rem;
	}
	.rec-articles .list .item-wrap .item {
		width:  calc(100% - 1.1429rem);
		margin:  0 0.5714rem;
		display: flex;
	}
	.rec-articles .list .item-wrap .item .img-box,
	.rec-articles .list .item-wrap .item .info {
		width:  50%;
	}
	.rec-articles .list .item-wrap .item .img-box {
		padding-top:  calc(9 / 16 * 50%);
	}
	.rec-articles .list .item-wrap .item .info .tit {
		font-size:  1.0714rem;
		-webkit-line-clamp: 3;
		height:  4.8214rem;
	}
}
