@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2016-02-17 11:22:50
 * @version $Id$
 */

.detail_left{
	float: left;
	background: #fff;
	width: 570px;
	padding: 30px 40px;
	margin-left: 90px;
}


.detail_title{
	border-bottom:1px solid #000;
	margin-bottom: 20px;
}
.detail_title h3{
	font-size: 22px;
	color: #090909;
	line-height: 40px;
	text-align: center;
}

.second_title{
	font-size: 14px;
	color: #090909;
	line-height: 24px;
	text-align: center;
	margin-bottom: 10px;
}
.second_title span{
	margin: 0 10px;
}

.news_content{
	font-size: 14px;
	color: #090909;
}
.news_content p{
	line-height: 22px;
	text-indent: 2em;
	margin-bottom: 3px;
}
.news_content img{
	display: block;
	margin: 10px 0;
}

.detil_comment{
	margin-top: 40px;
	clear: both;
}
.detil_comment h3{
	height: 49px;
	padding-left: 40px;
	background: url('../styImg/news/detail_comment.jpg') no-repeat;
	font-size: 14px;
	color: #000;
	line-height: 49px;
	margin-bottom: 10px;
}
.detil_comment textarea{
	border:1px solid #469ed8;
	padding: 10px;
	font-size: 14px;
	color: #999;
	line-height: 22px;
	resize:none;
	outline: none;
	width: 96%;
	height: 100px;
}

.detil_comment_opt{
	height: 24px;
	margin-top: 5px;
}
.detil_comment_opt label{
	float: left;
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #999;
}
.detil_comment_opt label input{
	float: left;
	margin: 6px 3px 0 0;
}
.detil_comment_btn{
	display: block;
	width: 50px;
	height: 24px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	float: right;
	outline: none;
	border:0;
	background: #469ed8;
	line-height: 24px;
}
.detail_new_comment{
	margin-top: 20px;
}
.detail_new_comment h3{
	border-bottom: 2px solid #88abc3;
	line-height: 30px;
	font-size: 14px;
	color: #000;
}
.detail_new_comment ul li{
	border-bottom: 1px dashed #999;
	padding: 20px 0;
	overflow: hidden;
}
.detail_new_comment ul li img{
	display: block;
	float: left;
	width: 42px;
	height: 42px;
	margin-right: 20px;
}
.detail_new_comment ul li h3{
	font-size: 14px;
	line-height: 24px;
	color: #44708e;
	font-weight: normal;
	border-bottom: 0;
}
.detail_new_comment ul li h3 span{
	color: #999;
	float: right;
}
.detail_new_comment ul li p{
	font-size: 12px;
	color: #333;
	line-height: 24px;
}

.detail_right{
	float: right;
	width: 240px;
	margin-right: 10px;
}

.news_right{
	background: #fff;
	margin-bottom: 10px;
}
.news_right_title{
	padding: 0 5px;
	height: 40px;
}
.news_right_title span{
	float: left;
	height: 24px;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin-top: 8px;
	background: url('../styImg/news/top_100.jpg') no-repeat;
	padding-left: 45px;
}
.news_right_title span.n_t{
	background: url('../styImg/news/news.jpg') no-repeat;
}
.news_right_title a{
	color: #469ed8;
	float: right;
	font-size: 12px;
	margin-top: 13px;
}

.news_right ul{
	padding: 5px 15px;
}
.news_right ul li{
	padding: 5px 0;
	height: 20px;
	text-overflow:ellipsis;
	overflow:hidden; 
	white-space:nowrap; 
	width: 190px;
	line-height: 20px;
}
.news_right ul li a{
	font-size: 12px;
	color: #999;
}
.news_right ul li span{
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: #73c5ec;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	margin-right: 8px;
}