@charset "utf-8";

*{
	padding: 0;
	margin: 0;
}

#main{
	width: 1180px;
	height:1190px;
	margin: 0 auto;
}

/*listnav开始*/
.list_nav{
	width: 1280px;
	margin: 20px auto 0 auto;
	background: url(../img/icon_position.jpg) 35px 0 no-repeat;
	padding: 0 0 20px 30px;
	line-height: 26px;
	color: #666;
	font-size: 14px;
}
.list_nav a{
	line-height: 26px;
	color: #666;
	font-size: 14px;
	margin-left:35px;
}
.list_category{
	width: 1280px;
	margin: 0 auto 0px auto;
}
.list_category h2{
	background: #ececec;
	height: 38px;
	width: 100%;
	color: #a60505;
	font-size: 28px;
	font-weight: bold;
	line-height: 38px;
	margin-bottom: 0px;
	letter-spacing: 0.3em;
}
.red_icon{
	background: #a60505;
	width: 11px;
	height: 38px;
	float: left;
	margin-right: 20px;
}
.clearfloat{
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/*listnav结束*/
.left{
	width: 760px;
	height:955px;
	float: left;
}
.nav{
	width: 750px;
	height:27px;
	overflow: hidden;
}
.box{
	width: 370px;
	height: 210px;
	float: left;
	margin: 5px 10px 20px 0;
}
.box_t{
	width: 370px;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
}
.box_b{
	width: 370px;
	height: 180px;
	box-sizing: border-box;
	border:  2px solid #02418E;
	border-top: none;
	border-bottom: 5px solid #02418E;
}
.box_b ul{
	list-style-type: none;
}
.box_b ul li{
	display: block;
	width: 300px;
	height: 40px;
	background: url(../img/libg.gif) no-repeat left 18px;
	padding: 0 30px 0 10px;
	margin-left: 20px;
	line-height: 40px;
	overflow: hidden;
	
}
.box_b ul li a{
	text-decoration:none;
	color:#666;
	font-family: "微软雅黑";
}
.box_b ul li a:hover{
	color:#1A5388;
}
.right{
	width: 384px;
	height:940px;
	float: right;
	border-top: 3px solid #E7E7E7;
	border-bottom: 3px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-top: 31px;
}
.right div{
	margin: 5px 0 20px 22px;
	
}
#footer{
	width: 1180px;
	height:200px;
	background:url(../img/footer.png);
	margin: 10px auto 10px auto;
}
