@charset "utf-8";
body{
	font-family:"Microsoft Yahei","SimSun";
	font-size:14px;
	color:#000;
}

a{
	color:#000;
	/*transition:all 0.2s;*/
}

a:hover{
	color:#c41a1a !important;
}

.fw{
	color:#fff;
}

.fw a{
	color:#fff;
}

.fw a:hover{
	color:#dfdfdf !important;
}

img{
	display:block;
	max-width: 100%;
	max-height: 100%;
}

.wrapper{
	width:100%;
	min-width:1200px;
	max-width:1920px;
	margin:0px auto;
	overflow:hidden;
}

.box{
	width:1200px;
	margin:0px auto;
}

h1,h2,h3,h4,h5{
	font-family:"Microsoft Yahei","SimHei";
	overflow:hidden;
}

p,li{
	overflow:hidden;
}








#header{
	background:url(images/header.jpg) no-repeat center top;
}
#header .box{
	height:886px;
}







#daoyu img{ margin:0px 0px 72px 24px;}








#content .title{ margin-left:188px;}
#content ul{
	margin:0px 0px 98px -30px;
	zoom:1;
}
#content li{
	width:323px;
	height:357px;
	border:1px solid #e1e0e0;
	float:left;
	display:inline;
	border-radius:18px;
	padding:26px 26px 0px 22px;
	margin:55px 0px 6px 35px;
}
#content li h5{
	font-size:24px;
	line-height:36px;
	height:72px;
}
#content li p{
	font-size:16px;
	line-height:30px;
	text-indent:2em;
	height:180px;
	margin:15px 0px 28px 0px;
}
#content li p a{ color:#ea4c49;}
#content .vote{
    width:142px;
    height:34px;
	background:#ea4c49;
	border:none;
	color:#fff;
	font-size:20px;
	text-align:center;
	line-height:34px;
	border-radius:20px;
	margin-left:91px;
}







#footer{
	color:#fff;
	line-height:26px;
	padding:58px 0px;
	border-top:none;
	text-align:center;
	background:#ea4c49;
}


