@charset "utf-8";
*{margin:0;padding:0;list-style:none;color:#333;border:0;}
body{font:12px/24px "微软雅黑";text-align:center;}
a{font:12px/24px "微软雅黑";text-decoration:none;}
a:hover{color:#AF0000;}

#header{height:30px;text-align:left;padding:0 20px;border-bottom:solid 1px #ccc;line-height:30px;}
#header ul li{display:inline;margin-right:20px;}
#header ul li a{font:12px "微软雅黑";}

#logo{margin-top:60px;position:relative;left:-25px;}

#search{width:585px;height:100px;margin:20px auto;background:url(../images/search_bg.png) no-repeat;position:relative;}
.search_input{width:389px;height:30px;padding:0 80px 0 10px;background:url(../images/search_bg2.png) no-repeat;position:absolute;left:25px;top:10px;font:bold 16px/30px "微软雅黑";color:#999;}
.search_btn{width:39px;height:30px;background:url(../images/search_btn.png) no-repeat;position:absolute;top:10px;right:25px;cursor:hand;}
#search ul{width:555px;height:32px;position:absolute;left:0;top:45px;text-align:left;padding-left:30px;}
#search ul li{display:inline;margin-right:10px;}
#search ul li a{display:inline-block;height:32px;padding-left:21px;font:12px/30px "微软雅黑";}
#search ul li a span{display:inline-block;height:32px;padding-right:21px;cursor:hand;}
#search ul li a:hover,.check a{background:url(../images/btn_left.png) left top no-repeat;}
#search ul li a:hover span,.check a span{background:url(../images/btn_right.png) right top no-repeat;}

#list{width:565px;margin:0 auto 30px;padding:0 10px;text-align:left;}
#list dl{float:left;width:110px;margin-left:10px;padding-left:20px;}
#list dl dt,#list dl dt a{font:bold 12px/24px "微软雅黑";width:110px;white-space:nowrap;overflow:hidden;}
#list dl dd,#list dl dd a{width:110px;white-space:nowrap;overflow:hidden;color:#666;}
#list dl dd a:hover{color:#AF0000;}
#footer{width:700px;margin:0 auto;border-top:solid 1px #ccc;padding-top:20px;color:#999;clear:both;}
