/*-----------------------------------------------------*/

.sidebar{
	width: 1000px;
	margin: 10px auto;
	line-height: 30px;
}
.sidebar strong{
	font-size: 14px;
	color: #383838;
	font-weight: normal;
}
.sidebar a{
	margin: 0 10px;
	color: #383838;
	font-size: 14px;
}
.sidebar span{
	margin: 0 10px;
	color: #383838;
	font-size: 14px;
}

/*---------------------------------------------------*/
.list{
	width: 1000px;
	margin: 30px auto;
	overflow: hidden;
}
.list_left{
	margin-right: 30px;
	width: 270px;
}
.list_left ul li{
	width: 270px;
	height: 40px;
	margin-bottom: 1px;
	text-align: center;
	line-height: 40px;
	background: #d7d7d7;
}
.list_left ul li a{
	color: #32190b;
	font-size: 14px;
}
.list_right{
	width: 700px;
	/*padding:0 10px;*/
	overflow: hidden;
}
.list_right ul li{
	width:200px;
	float: left;
	margin: 0 30px 15px 0;
	text-align: center;
}
.list_right ul li a{
	display: block;
}
.list_right img{
	width: 200px;
	height: 160px;
}
.list_right ul li p{
	font-size: 12px;
	color: #666;
	line-height: 30px;
}
