@charset "utf-8";
/* CSS Document */
.content_right {
	float:left;
	margin-left:10px;
	width:701px;
	border:1px solid #DADADA;
}
a {color:#333; text-decoration:none}
a:hover {color:#C00;}

.news_title{
	background:url("../images/linebg7.gif") repeat-x;
	font-size:14px;
	height:31px;
	padding-top:15px;
}
.news_content_title{
	width:645px;
	margin:0 auto;
	padding:20px 0 10px 0;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px dashed #dadada;
	}
.new_time{
	color:#999;
	text-align:right;
	font-size:10px;
	font-weight:lighter;
	}
.news_content {
	width:645px;
	margin:0 auto;
	padding:8px 0 10px 0;
	line-height:22px;
}

.textbox{border:1px solid #c2c2c2; height:18px; width:120px}
