body{
	background: #fbfbfb;
}
.details-cont{
	margin-top: 40px;
	width: calc(70% - 60px);
	background: #fff;
	padding: 20px 10px;
	min-height: 1450px;
}
.details-title>h1{
	 display: block;
    /* text-align: center; */
    font-size: 25px;
    color: #6b6b6b;
    font-weight: 400;
}
.details-time{
	padding-top: 10px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #ddd;
	text-align: right;
	font-size: 12px;
}
.details-time span{
	display: inline-block;
	padding-left: 30px;
}
.details-time .time{
	background: url(../images/information/naozhong.png) no-repeat center left;	
	background-position: 5px;
	background-size: 20px;
}
.details-time .browse{
	background: url(../images/information/browse.png) no-repeat center left;	
	background-position: 5px;
	background-size: 20px;
}
.details-time .comment{
	background: url(../images/information/comment.png) no-repeat center left;	
	background-position: 5px;
	background-size: 20px;
}

.details-abstract{
	margin: 10px 0;
	background: #ebf5f4;
	padding: 20px;
	font-size: 13px;
	line-height: 1.5em;
	text-indent: 2em;
	color: #666;
}
.details-text img{
	width: 100%;
}
.details-text p{
	font-size: 16px;
	color: #666;
	text-indent: 2em;
	padding: 10px 0;
	line-height: 1.5em;
}
.details-statement{
	margin: 20px 0;
	padding: 20px;
	background:#f5f5f5 ;
	font-size: 14px;
	color: #666;
}
.details-statement b{
	font-weight: normal;
}
.details-statement span{
	color: #333;
}
.col{
	clear: both;
}
.details-tag span{
	display: inline-block;
	margin-left: 10px;
	color: #4297ff;
}
.details-function .share{
	line-height: 27px;
}
.details-function .share a{
	display: inline-block;
	margin-left: 10px;
	float: right;
}
.container .consult{
	margin-top: 10px;
	height: 36px;
	line-height: 36px;
}
.container .consult img{
	float: right;
}
.qrcode,.phone{
	padding-top: 30px;
}
.qrcode img{
	display: block;
}
.qrcode span{
	padding-top: 20px;
	display: block;
}
.paging{
	padding-top: 80px;
	width: 100%;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #ddd;
}
.paging a{
	color: #666;
	display: inline-block;
	padding:0 30px;
}
/*==========*/
.comment-box{
	margin-top: 50px;
}
.comment-title{
	height: 56px;	
	line-height: 56px;
	width: 100%;
	border-bottom: 1px solid #ddd;
	font-size: 24px;
	position: relative;
}
.comment-title span{
	
	height:calc(100% - 3px);
	border-bottom: 3px solid #b91b2b;
	/*background: #b91b2b;*/
	display: inline-block;
}
.comment-list{
	padding-top: 10px;
}
.comment-list li{
	border-bottom: 1px solid #ddd;
	padding: 25px 0;
	font-size: 14px;
}
.comment-top{
	height: 36px;
	line-height: 36px;
}
.comment-text{
	padding: 10px 0;
	color: #666;
}
.comment-input{
	margin-top: 70px;
}
.name{
	line-height: 36px;
	height: 36px;
	margin-bottom: 15px;
}
.name input{
	height: 33px;
	margin-left: 10px;
	padding: 0 10px;
}
.text{
	width: 100%;
	position: relative;
}
.text textarea{
	min-width: calc(100% - 120px);
	min-height: 60px;
	max-width: calc(100% - 120px);
	max-height: 60px;
	resize: none;
	padding: 10px;
	padding-right: 110px;
	line-height: 1.6em;
}
.comment-btn{
	width: 102px;
	height: 82px;
	position: absolute;
	top: 0;
	right: -1px;
	text-align: center;
	line-height: 82px;
	color: #fff;
	background: #e23c41;
}
.comment-tips{
	margin-top: 5px;
	font-size: 14px;
	color: #999;
	text-align: right;
}
