.article-details{
	flex: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 30px;
	margin-bottom: 80px;
	box-sizing: border-box
}
.article-details .left{
	width: 61.86%
}
.article-details .left .article{
	width: 100%
}
.article-details .left .article .title{
	text-align: center;
	font-size: 24px;
	font-weight: 700
}
.article-details .left .article .time{
	font-size: 14px;
	color: #3d3d3d;
	text-align: center;
	margin: 20px 0
}
.article-details .left .article .img{
	width: 100%
}
.article-details .left .article .img img{
	width: 100%
}
.article-details .left .article .content{
	margin-top: 10px
}
.article-details .left .article p{
	margin-top: 24px;
	font-size: 14px;
	line-height: 21px
}
.article-details .left .article p:first-child{
	margin-top: 0
}
.article-details .left .plate{
	margin-top: 60px
}
.article-details .left .plate .title{
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	margin-bottom: 20px
}
.article-details .left .plate .title:after{
	content: "";
	position: absolute;
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	width: 94px;
	height: 35px;
	background: url(../images/index/line.png) no-repeat center/cover;
	z-index: -1
}
.article-details .left .plate .more{
	margin: 40px auto 0;
	padding: 0 20px;
	width: 150px;
	height: 36px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 16px;
	background: #1f1f1f;
	color: #fff;
	font-size: 12px;
	cursor: pointer
}
.article-details .right{
	width: 36.5%
}
.article-details .right .tr{
	padding: 20px;
	border: 1px solid #efeeee;
	border-radius: 16px;
	font-size: 14px
}
.article-details .right .tr .title{
	font-weight: 700
}
.article-details .right .tr .list{
	margin-top: 10px
}
.article-details .right .tr .list .list-item{
	margin-top: 10px;
	display: flex;
	align-items: center;
	cursor: pointer
}
.article-details .right .tr .list .list-item .img{
	width: 70px;
	height: 70px;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 10px
}
.article-details .right .tr .list .list-item .img .tag{
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #fff;
	background: url(../images/article-details/tag.png) no-repeat center/cover
}
.article-details .right .tr .list .list-item .img .tag img{
	width: 100%;
	height: 100%
}
.article-details .right .rs{
	margin-top: 28px
}
.article-details .right .rs .list{
	width: 100%;
	display: flex;
	flex-wrap: wrap
}
.article-details .right .rs .list .title{
	font-size: 15px
}
.article-details .right .rs .list .rs-item{
	border-radius: 6px;
	background: #f8f8f8;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px 10px;
	margin-top: 16px;
	margin-right: 10px;
	font-size: 12px;
	color: #828282;
	cursor: pointer
}
.article-details .right .rs .list .rs-item:hover{
	color: #1f1f1f
}
.details-header{
	background: #eff5f9
}
.article-details .left .plate .list .item{width: 33.3333%;}
@media screen and (max-width: 1120px){
	.article-details{flex-direction: column;}	
	.article-details .left{width: 100%;}
	.article-details .right{width: 100%; margin-top: 35px;}
	.article-details .left .plate .list .item{width: 25%;}	
}
@media screen and (max-width: 920px){
	.article-details .left .plate .list .item{width: 33.3333%;}	
}
@media screen and (max-width: 620px){
	.article-details .left .plate .list .item{width: 50%;}		
}