.redetail_address {
	margin: 0 72px;
}

.redetail_address p {
	font-size: 15px;
	color: #A4A4A5;
}
.redetail_content{
	width:1116px;
	padding:25px 40px;
	min-height:1300px;
	border:2px solid #E5E5E5;
	background-color:#FFF;
	margin:20px auto;
}
.redetail_content_title{
	height:30px;
}
.redetail_content_title p{
	font-size:24px;
	height:30px;
	line-height:30px;
	padding-left:40px;
	background:url("../images/resource_detail/title_logo.png") no-repeat 2px center;
}
.redetail_content_data{
	margin:20px 0;
}
.content_hover:hover{
	color:#fff;
}
.redetail_content_data span{
	display:inline-block;
	font-size:15px;
	padding-left:40px;
	color:#69533D;
	height:25px;
	margin:0 28px;
}
.redetail_content_video{
	height:600px;
	width:900px;
}
.redetail_content_function{
	margin:20px auto;
	height:48px;
	text-align:center;
}
.redetail_content_function .content_hover{
	display:inline-block;
	height:48px;
	width:185px;
	background-color:#ECC041;
	margin-left:10px;
	text-align:center;
	font-size:16px;
	line-height:48px;
	text-decoration: none;
	border-radius:2px;
}
.content_discuss_title{
	height:24px;
	background:url("../images/resource_detail/discuss_logo.png") no-repeat 40px center;
}
.content_discuss_title p{
	padding-left:90px;
	height:24px;
	line-height:24px;
	font-size:15px;
}
.content_discuss_list{
	min-height:300px;
	margin:30px 90px;
}
.content_discuss_list li{
	width:909px;
	min-height:70px;
	border-bottom:2px solid #EEE;
	line-height:70px;
}
.content_discuss_list .user_image{
	float:left;
	width:52px;
	margin: 0 35px 0 10px;
}
.content_discuss_list .hoveruser_image{
	float:left;
	margin: 35px 35px 35px 10px;
}
.content_discuss_list .user_image img,.content_discuss_list .hoveruser_image img{
	height:52px;
	width:52px;
	border-radius: 50%;
}
.content_discuss_list .user_discuss{
	max-width:821px;	
}
.content_discuss_list .user_discuss p{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:15px;
    color:#404040;
}
.content_discuss_list .hoveruser_discuss{
	float:right;
	margin:30px 0;
}
.content_discuss_list .hoveruser_discuss textarea{
	height:84px;
	width:768px;
	border:1px solid #ECC041;
	padding:15px 20px;
	resize: none;
	font-size:15px;
    color:#404040;
}
.content_discuss_list .hoveruser_submit{
	text-align: right;
}
.content_discuss_list .hoveruser_submit input{
	height:43px;
	width:127px;
	background-color: #ECC041;
	border:none;
	border-radius:2px;
	cursor:pointer;
	font-size:15px;
}

.article_likes {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 22px;
    margin-top: 15px;
    padding-left: 20px;
    background: url(../images/article_likes.png) 14px 1px no-repeat;
}
.article_unlikes {
	pointer-events: none;
	display: block;
	width: 40px;
	height: 22px;
	margin-top: 15px;
	padding-left: 20px;
	background: url(../images/article_unlikes.png) 14px 1px no-repeat;
}
.article_view_like_count {
    display: inline-block;
    margin: 0;
    line-height: 22px;
    width: 35px;
}

/*5个数据小logo*/
.content_data_watch{
	background:url("../images/resource_detail/watchdata_logo.png") no-repeat 0 center;
}
.content_data_save{
	background:url("../images/resource_detail/savedata_logo.png") no-repeat 7px center;
}
.content_data_download{
	background:url("../images/resource_detail/downloaddata_logo.png") no-repeat 5px center;
}
.content_data_share{
	background:url("../images/resource_detail/sharedata_logo.png") no-repeat 5px center;
}
.content_data_discuss{
	background:url("../images/resource_detail/discuss_logo.png") no-repeat 1px center;
}
/*3个功能小logo*/
.content_function_save{
	background:url("../images/resource_detail/save_none.png") no-repeat 20px center;
}
.content_function_download{
	background:url("../images/resource_detail/download_none.png") no-repeat 20px center;
}
.content_function_share{
	background:url("../images/resource_detail/share_none.png") no-repeat 20px center;
}