@charset "utf-8";
.article-details .content{
	width: 1040px;
}
.article-details-box{
	padding: 50px 40px 0;
    box-shadow: 0px 1px 14px 5px rgb(232, 232, 232);
}
.article-details h4{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
    text-align: center;
    padding-bottom: 10px;
}
.article-other{
	border-bottom: 1px dashed #dedede;	
	text-align: right;
	font-size: 13px;
    margin-bottom: 30px;
    color: #999;
}
.article-details{
	word-break: break-all;
    word-wrap: break-word;
    line-height: 170%;
    text-align: justify;
    color: #666;
    font-family:Microsoft YaHei, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
	letter-spacing: 1px;
}
.article-details img{
	max-width: 100% !important;
	width: auto;
	display: block;
	margin: 0 auto;
	padding:20px;
	box-sizing: border-box;
}
.article-details p{
	margin-bottom:10px;
}
.article-info{
	min-height: 300px;
}