
#vote_content{
	width: 960px;
	margin-left: 120px;
	margin-bottom: 65px;
}


/*评选内容头*/
#vote_content .vote_content_header{
	height: 30px;
	width: 920px;
	margin-left: 20px;
	margin-top: 20px;
}

#vote_content .vote_content_header span.line{
	display: inline-block;
	background-color: red;
	width: 4px;
	height: 30px;
}

#vote_content .vote_content_header span.title{
	color: red;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	letter-spacing: 2px;
	position: relative;
	bottom: 6px;
	margin-left: 10px;
}

#vote_content .vote_content_header span.line2{
	display: inline-block;
	background-color: #FFE7E7;
	width: 802px;
	height: 1px;
	position: relative;
	bottom: 10px;
	margin-left: 10px;
}

/*评选内容*/
#vote_content .vote_content_ul{
	list-style: none;
	margin-left: 20px;
}

#vote_content .vote_content_ul li{
	height: 277px;
	height: 348px;
	border: 1px solid #F4F4F4;
	margin-top: 40px;
	display: inline-block;
	margin-right: 24px;
}

#vote_content .vote_content_ul li:nth-child(3n){
	margin-right: 0px;
}

#vote_content .vote_content_ul li > div.first{
	width: 235px;
	height: 197px;
	border: none;
	margin-top: 19px;
	margin-left: 24px;
	display: inline-block;
	overflow: hidden;
}

#vote_content .vote_content_ul li div.first > img{
	width: 100%;
	height: auto;
}

#vote_content .vote_content_ul li a{
	display: block;
	width: 108px;
	height: 40px;
	background-color: red;
	border-radius: 10px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	/*letter-spacing: 5px;*/
	color: white;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 82px;
	text-align: center;
}

#vote_content .vote_content_ul li p{
	font-size: 14px;
	width: 281px;
	height: 20px;
	text-align: center;
	background-color: #FAFAFA;
	line-height: 20px;
}

#vote_content .vote_content_ul li p span.number{
	color: red;
}


/*分页俯视图*/
#custom_pagination{
	width: 960px;
	height: 50px;
	position: relative;
	padding-top: 10px;
	/*background-color: green;*/
}

#custom_pagination .pages {
	width:100%;
	margin: 0px;
	/*margin-left: 200px;*/
	/*background-color: green;*/
	text-align: center;
}

