/*--------------------NewsList------------------*/
.news-list-bound{
	width:100%;
	padding:30px 0;
}
.news-list-bound-left{
	width:880px;
	float:left;
}
.news-list-bound-right{
	width:260px;
	float:right;
}
.news-list-items{
	width:746px;
	padding:10px 25px;
	margin-left:92px;
	border:1px solid #ccc;
	margin-bottom:30px;
	position:relative;
	box-shadow: 0 1px 3px #aaa;
	-moz-box-shadow: 0 1px 3px #aaa;
	-webkit-box-shadow: 0 1px 3px #aaa;
}
.news-time{
	width:82px;
	height:92px;
	padding-top:20px;
	padding-left:10px;
	background:url(../images/news-icon.png) 0 -188px no-repeat;
	position:absolute;
	top:10px;
	left:-92px;
	text-align:center;
}
.news-time span{
	display:block;
	font-size:20px;
	color:#fff;
}
.news-time span.day{
	font-size:30px;
	font-weight:bold;
}
.news-time span.month{
	margin-top:5px;
}
.news-tile{
	margin-bottom: 10px;
	color: #ff4401;
	font-size:18px;
	font-weight: bold;
	line-height: 22px;
}
.news-tile a{
	color: #06c;
	font-size: 18px;
	font-weight: bold;
	text-decoration:none;
}
.news-tile a:hover{
	color: #f30;
}
.news-author{color:#999;font-size:11px;}
.news-author a{color:#333;}
.news-brief{
	padding:10px 0;
	overflow:hidden;
	position:relative;
}
.news-brief a.img{
	display:block;
	width:156px;
	height:156px;
	float:left;
	border: 2px solid #e4e4e4;
	margin-right:20px;
}
.news-brief a img{width:156px;height:156px;}
.news-brief p{line-height:22px;margin:0;padding:0;}
.news-brief a.view-more{
	position:absolute;
	right:10px;
	bottom:10px;
}
.news-brief a.view-more,.news-cat a{color: #06c;text-decoration: none;}
.news-brief a.view-more:hover,.news-cat a:hover{color:#ff4401;}
.news-cat{
	padding:10px 0 10px 20px;
	margin:5px 0;
	border-top:1px dotted #ccc;
	color:#999;
	background:url(../images/news-cat.png) 0 center no-repeat;
}

/*--------------------NewsHotLeft------------*/
.news-hotleft-bound{
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
}
.news-hotleft-title{
	background:url(../images/news-icon.png) 0 -52px no-repeat;
	padding-left: 24px;
	padding-bottom: 2px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 6px solid #fff;
}
.news-hotleft-bound ul{
	padding: 10px 0 0;
	border-top: 1px solid #000;
}
.news-hotleft-bound ul li{
	padding: 4px 0;
	padding-left: 20px;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	overflow:hidden;
	border-bottom: 1px dotted #9f9f9f;
	background:url(../images/icon_a.png) 5px 11px no-repeat;
}
.news-hotleft-bound ul li a{
	color: #333;
	font-size: 11.5px;
	font-weight: normal;
}
.news-hotleft-bound ul li a:hover{color:#ff4401;}
/*comment*/
.comment .news-hotleft-title{
	background-position:0 -80px;
}
.news-hotleft-bound.comment ul li{
	background:none !important;
	padding-left:0;
	padding-top:10px;
}
.news-hotleft-bound.comment ul li .user{
	width: 60px;
	height: 85px;
	float:left;
	margin-right: 8px;
	text-align:center;
}
.news-hotleft-bound.comment ul li .user img{
	background-color: #fff;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	padding: 3px;
	box-shadow: 0 1px 3px #aaa;
	-moz-box-shadow: 0 1px 3px #aaa;
	-webkit-box-shadow: 0 1px 3px #aaa;
}
.news-hotleft-bound.comment ul li .user a{
	display:block;
	margin-top:5px;
	width:56px;
	background: #61ba20;
	padding: 2px;
	color: #fff;
	font-size: 10px;
	//font-weight:700;
	overflow: hidden;
	text-decoration:none;
}
.news-hotleft-bound.comment ul li .user a.active{background:#390;}
.news-hotleft-bound.comment ul li .content p{
	padding:0;
	margin:0;
	font-size:11px;
}
.news-hotleft-bound.comment ul li .content p.user-post{color:#666;}
.news-hotleft-bound.comment ul li .content p span a{font-size:11px;color:#666;font-weight:bold;text-decoration:none;}
.news-hotleft-bound.comment ul li .content p.topic a{font-weight:bold;font-size:11px;}
.news-hotleft-bound.comment ul li .content p span a:hover,.news-hotleft-bound.comment ul li .content p.topic a:hover{color:#ff4401;}

/*-------------NewsDetail------------*/
.news-detail{
	width:746px;
	padding:10px 25px;
	margin-left:92px;
	margin-bottom:30px;
	position:relative;
}
.news-detail .news-title h1{
	color:#494949 !important;
	font-size:16px;
}
.news-detail .day{padding-bottom:5px;margin-top:10px;}
.news-detail{text-align:justify;}
.news-detail img{max-width:700px;}
.news-detail .news-author a{color:#646262;}
.news-detail .news-brief,.news-detail .news-desciption,.news-detail p,.news-detail span{line-height:22px;}
.news-title{
	margin-bottom: 10px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}
.comment-listother{width:100%;border:1px solid #ededed;background:#f2f2f2;margin-top:50px;}
.news-comment-bound{width:100%;}
.news-comment-top{padding:15px 14px 44px 14px;}
.news-comment-title{font-size:13px;color:#484646;background:url(../images/news-icon.png) 0 -124px no-repeat;height:27px;line-height:28px;text-indent:160px;}
.news-comment-list{width:100%;position:relative;}
.news-comment-items{border:1px solid #ddd;background:#fff;padding:11px 10px 11px 25px;margin-top:10px;}
.news-comment-items .user-comment{float:right;margin:-5px;}
.news-comment-items .user-comment img{
	border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-webkit-border-radius:50%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}
.news-comment-items .user-comment img:hover{
	border-radius:0%;
	-moz-border-radius:0%;
	-ms-border-radius:0%;
	-o-border-radius:0%;
	-webkit-border-radius:0%;
}
.news-comment-items p{margin:0;padding:0;}
p.comment-items-top{font-size:11px; color:#888;}
p.comment-items-top strong a{color:#333;text-decoration:none;}
.comment-text{line-height:18px !important;color:#444;font-size:11px;}
.news-comment-bottom,.news-listother{border-top:1px solid #dcdcdc;padding:0px 14px 44px 14px;}
.news-comment-bottom p strong,.news-listother strong{
	color: #333;
	font-size: 16px !important;
	font-weight: bold;
	line-height: 32px;
	text-shadow: 0 1px 0 #fff;
}
.form-comment,.news-other-list{
	background-color: #fff;
	margin: 10px 0 0;
	padding: 15px;
	border: 1px solid #ccc;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
#name_cm,#content{
	background: #eee;
	width: 685px;
	height: 70px;
	margin-bottom: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #7c7c7c #c3c3c3 #ddd;
	box-shadow: inset 0 1px 0 #ddd;
	-moz-box-shadow: inset 0 1px 0 #ddd;
	-webkit-box-shadow: inset 0 1px 0 #ddd;
	color: #444 !important;
	font-size: 12px;
	resize:none;
}
#name_cm{height:25px;width:689px;text-indent:3px;}
.comment-button-submit a{
	background: #61ba20;
	padding: 4px 12px;
	text-align:center;
	border: 1px solid #390;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	text-decoration:none;
}
.news-other-list li{line-height:22px;background:url(../images/icon_a.png) 0 9px no-repeat;padding-left:10px;}
.news-other-list a{color:#373636;font-size:13px;}
.news-other-list a:hover{color:#ff4400;}
.sign_in{
	//position:absolute;
	width:100%;
	padding:20px 0;
	background:#f5f5f9;
	margin:1px 1px 0 1px;
	text-align:center;
}
.sign_in>a{
	display:inline-block;
	width:130px;
	height:35px;
	background:#ff4a00;
	text-align:center;
	text-transform:uppercase;
	color:#fff !important;
	text-decoration:none;
	line-height:35px;
}
.sign_in p{padding:10px 0;}
.sign_in .login{
	margin-right:5px;
	background:#ff4a00 url(../images/icon-reg.png) 7px center no-repeat;
}