@charset "utf-8";
.content_banner{
	//height: 160px;
	width: 1000px;
	background-image: url(../img/banner_bg.jpg);
	}
.content_left {
	width:230px;
	float:left;
}
.content_right {
	width:770px;
	float:left;
}
.content_box{
	width: 760px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: white;
}
.content_list{
	background-color: white;
	width: 758px;
	border-left: solid 1px #D8D8D8;
	border-right: solid 1px #CCC;
	padding-top:10px;
	padding-bottom:50px;
}
.content_list ul{
	margin:0px;
	padding:0px;
}
.content_list ul li{
	margin:0px auto;
	background-color: white;
	width: 700px;
	border-bottom: solid 1px #CCC;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content_list ul li a{
	text-decoration: none;
	color: #343434;
}
.content_list ul li a:hover {
	text-decoration: underline;
	color: red;
}
.content_title{
	width:700px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	text-decoration: none;
	color: red;
	white-space: nowrap;
	line-height: 50px;
	text-align: center;
	font-size:16px;
	font-weight: bold;
	border-bottom: dashed 1px #CCC;
}
.content_info{
	width:700px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	text-decoration: none;
	color: #828282;
	white-space: nowrap;
	line-height: 25px;
	text-align: center;
	font-size:12px;
	}
.content{
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:50px;
	}