.doc-info {
	background: #fff;
	padding:.17rem .2rem;
	overflow: hidden;
}
.doc-info .img{
	float: left;
	width: .56rem;
	height: .56rem;
	border-radius: 50%;
	overflow: hidden;
}
.doc-info .img img{
	width: .56rem;
}
.doc-info .text{
	margin-left: .7rem;
}
.doc-info .text h2{
	margin-bottom: .1rem;
	font-size: .2rem;
	line-height: 1em;
}
.doc-info .text p{
	font-size: .14rem;
	line-height: 1.5em;
	word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #999;
}

.artical{
	background: #fff;
	padding:.2rem;
}
.artical .artical-tit{
	margin-bottom: 1em;
	line-height: 1em;
	font-size: .24rem;
	text-align: center;
	color: #333;
}
.artical .artical-cont p{
	margin-bottom: 1em;
	font-size: .14rem;
	line-height: 1.5em;
}
.doc-item .doc-item-cont .doc-name span{
	margin-left:0.1rem;
	font-size: 14px;
}
