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

a{
	color:#000;
}

a:hover{
	color: #c00;
	
}

img{
	display:block;
}

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

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

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

p,li{
	overflow:hidden;
}

#header{
	background: url(imagesheader.png) no-repeat center top;
	height: 462px;
}

.blank150{
	height: 150px;
}

.box{
	margin-top: 20px;
	background: #fff;
	padding: 25px 0px 30px 0px;
}

.box .title{
	padding: 0px 30px;
}

.box .hot{
	border-bottom: 1px solid #9fa0a0;
	margin: 20px 55px 0px 55px;
	padding-bottom: 20px;
}

.box .hot h2{
	text-align: center;
	font-size: 40px;
	height: 50px;
	line-height: 50px;
}

.box .hot h2 a{
	color: #c62a2a;
}

.box .hot h2 a:hover{
	text-decoration: none;
	color: #c00;
}

.box .hot p{
	line-height: 32px;
	max-height: 64px;
	font-size: 18px;
	margin-top: 30px;
}

.box .hot p a{
	color: #0c5bd1;
}

.box .more{
	text-align: right;
	padding: 0px 65px;
	font-size: 18px;
	line-height: 22px;
	margin-top: 20px;
}

.box .more a{
	color: #4c4948;
}

.box .list{
	margin-top: 25px;
}

.box .list li{
	float: left;
	width: 500px;
	line-height: 30px;
	height: 60px;
	font-size: 20px;
	margin: 15px 42px 0px 42px;
	background: url(imagestype.jpg) no-repeat left 12px;
	padding-left: 15px;
}
/*
.box .list li a{
	color: #595757;
}*/
.box .list li a{
	color: #000;
}
.box .list li a:hover{
	 color:#c00;
 text-decoration:none;
outline-style:none;
}