@charset "utf-8";

@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "微软雅黑";
	font-size: 15px;
	line-height: 30px;
	color: #333333;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #bb0000;
	text-decoration: underline;
}



.clearfix {
	clear: both;
}








#block_title {
	height: 50px;
}
#block_top {
	height: 50px;
}
#block_title_l {
	float: left;
	height: 50px;
	background-image: url(block_title_lbg.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
	width: 200px;
}
.titlecn {
	font-size: 20px;
	line-height: 50px;
	color: #154c90;
	float: left;
	padding-right: 12px;
}
.titlecn a {
	color: #154c90;
}



#sub_top {
	position: relative;
	height: 200px;
}
#sub_wrap {
	height: auto;
	width: 100%;
	padding-top: 130px;
}

#sub_inner {
	height: auto;
	width: 1320px;
	margin-left: auto;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-right: auto;
}
#sub_main {
	width: 1200px;
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 40px;
	padding-bottom: 40px;
}


#content_wrap {
}
#sub_right {
	float: right;
	height: auto;
	width: 900px;
}
#sub_right_top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0c246a;
	height: 50px;
}
#sub_right_top_l {
	float: left;
	background-image: url(subimg/sub_right_top_lbg.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 45px;
	font-size: 20px;
	line-height: 50px;
}
#sub_right_top_r {
	float: right;
	font-size: 16px;
	padding-top: 10px;
}
#sub_right_main {
}

#category {
	padding: 10px;
	max-height: 999999px; 
}
#category_list {
	max-height: 999999px; 
}

#category_list li {
	padding-left: 20px;
	list-style-type: none;
	background-image: url(li.jpg);
	background-repeat: no-repeat;
	background-position: 2px center;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	width: 840px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#list {
	padding: 10px;
	max-height: 999999px; 
}

#list li {
	padding-left: 20px;
	list-style-type: none;
	background-image: url(li.jpg);
	background-repeat: no-repeat;
	background-position: 2px center;
	line-height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	width: 860px;
	float: left;
}







#category_block {
	padding-top: 15px;
	padding-bottom: 15px;
}
#category_block_top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4470A6;
	height: 45px;
	margin-bottom: 10px;
}
#category_block_top_l {
	background-color: #0c246a;
	color: #FFFFFF;
	float: left;
	line-height: 45px;
	font-size: 20px;
	padding-right: 20px;
	padding-left: 30px;
}