/* 通用样式 */
*{ margin:0; padding:0;}
ul,li,dd,dl,dt { list-style: none; margin:0; padding:0;}
img { border:none; vertical-align:middle;}
:focus {outline: 0; }
body {
	font-size: 12px;
	margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	background-image:url(bg.gif);
	background-repeat: repeat-x;
}
form{margin:0}
a {
	color: #015b9a;
	font-size:12px;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
.clear{ font-size:0; line-height:0; height:0; width:0; clear:both; visibility:hidden;}
.right{ float:right; }
/* 链接样式 */
#daohang a{color: #005c99;font-size: 12px;;text-decoration:none; padding-top:3px;}
#daohang a:hover{color: red;font-size: 12px; text-decoration:underline;}
#menu {color: #333333;font-size: 12px;font-weight:bold;padding-left:15px;}
#menu a{color: #333333;font-size: 12px;text-decoration:none;font-weight:bold;}
#menu a:hover{color: #FF0000;font-size: 12px;text-decoration:none;font-weight:bold;}
.link {color: #323232;font-size: 12px;}
.link a{color: #323232;font-size: 12px;text-decoration:none;}
.link a:hover{color: red;font-size: 12px;text-decoration:none;}
.link1 {color: #005c9a;font-size: 12px;text-decoration:underline;}
.link1 a{color: #005c9a;font-size: 12px;text-decoration:underline;}
.link1 a:hover{color: red;font-size: 12px;text-decoration:underline;}
#link2 {color: #fe7d1f;font-size: 12px;font-weight:bold;text-decoration:underline;}
#link2 a{color: #fe7d1f;font-size: 12px;font-weight:bold;text-decoration:underline;}
#link2 a:hover{color:#999;font-size: 12px;font-weight:bold;text-decoration:underline;}
#link3 {color: #005c9a;font-size: 12px;font-weight:bold;text-decoration:underline;}
#link3 a{color: #005c9a;font-size: 12px;font-weight:bold;text-decoration:underline;}
#link3 a:hover{color: red;font-size: 12px;font-weight:bold;text-decoration:underline;}
.link4 {color: #005b99;font-size: 14px; font-weight:bold;}
.link4 a{color: #005b99;font-size: 14px; font-weight:bold;text-decoration:none;}
.link4 a:hover{color: red;font-size: 14px; font-weight:bold;text-decoration:underline;}
.link5 {color: #005b99;font-size: 14px;}
.link5 a{color: #005b99;font-size: 14px;text-decoration:none;}
.link5 a:hover{color: red;font-size: 14px;text-decoration:underline;}
/* 导航样式 */
.nav{ background:url(/image_new/topmenu_bg.gif) repeat-x; height:31px;overflow:hidden;}
.nav span{ float:left;}
.nav li{ float:left; height:31px; line-height:31px; text-align:center; padding-left:15px;}
.nav li a{ display:block; float:left; height:31px; padding-right:15px; color:#fff; font-weight:700; font-size:14px; text-decoration:none}
.nav li a:link,.nav li a:visited{ color:#fff; text-decoration:none;}
.nav li a:hover{ color:#000; text-decoration:none}
.nav li.checked{ height:27px; line-height:27px; background:url(/image_new/topmenu_1.gif) left no-repeat; text-align:center; margin-top:5px; *margin-top:5px; }
.nav li.checked a{ height:27px; background:url(/image_new/topmenu_1.gif) right no-repeat; color:#000;}
.nav li.checked a:visited{ color:#000;}
/* 搜索样式 */
.buttonstyle {
	BORDER-RIGHT: #ffffff 0px solid; BORDER-TOP: #ffffff 0px solid; BACKGROUND-IMAGE: url(/Image_new/input_bgindex.jpg); FONT: 12px 宋体; BORDER-LEFT: #ffffff 0px solid; WIDTH: 140px; CURSOR: hand; COLOR: #333333; BORDER-BOTTOM: #ffffff 0px solid; HEIGHT: 22px; BACKGROUND-COLOR: #e7e7e7
}

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 12px;
}

.pagination li{
padding: 2px 5px;
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 2px 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: lightyellow;
}

.pagination li.currentpage{
font-weight: bold;
padding: 2px 5px;
border: 1px solid navy;
background-color: #2e6ab1;
color: #FFF;
}

.pagination li.disablepage{
margin:0 3px;
padding: 2px 5px;
border: 1px solid #929292;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}
