@charset "utf-8";
/* CSS Document */

/*layout*/
body {background:#224b7d url(../images/bg.gif) left top repeat-x;}
div.body { text-align:center;}
#layout { width:998px; margin:0 auto; text-align:center; border-left:#fff solid 2px; border-right:#fff solid 2px; background-color:#fff; overflow:hidden;}

/*顶部top*/
.top { background:url(../images/topbg.gif) left top repeat-x; height:25px; line-height:25px; border-bottom:#fff solid 1px;}
.top ul { margin:0px 10px 0px 20px; padding:0px;}
.top ul li { margin:0px; float:left; color:#fff;}
.top ul li a:link { color: #fff; text-decoration: none;}
.top ul li a:visited { color: #fff; text-decoration: none;}
.top ul li a:hover { color: #fff; text-decoration: underline;}
.top .topicom1 { background:url(../images/topicom1.gif) left top no-repeat; padding-left:25px; padding-right:20px;}
.top .topicom2 { background:url(../images/topicom2.gif) left top no-repeat; padding-left:25px; padding-right:20px;}
.top .topicom3 { background:url(../images/topicom3.gif) left top no-repeat; padding-left:25px; padding-right:20px;}
.top .topicom4 { float:right; width:220px; padding-top:5px;}

/*header*/
.header { background:url(../images/bg_header.jpg) left top no-repeat; height:170px; border-bottom:#fff solid 1px;}

/*导航菜单*/
.menu { background:url(../images/menubg1.gif) left top repeat-x; height:30px; border-bottom:#fff solid 1px;}
.menu li { float:left;}
.menu .date { background:url(../images/menubg2.gif) left top no-repeat; width:312px; height:30px; line-height:30px; text-align:left; font-size:14px; font-weight:bold; letter-spacing:0.1em; color:#fff; text-indent:25px;}
.menu .nav { color:#fff; font-size:14px; font-weight:bold; letter-spacing:0.1em; padding-left:25px; line-height:30px;}
.menu .nav a:link { color: #fff; text-decoration: none;}
.menu .nav a:visited { color: #fff; text-decoration: none;}
.menu .nav a:hover { color: #fff; text-decoration: underline;}

/*版权信息*/
.footer { background:url(../images/footbg.gif) left top repeat-x; text-align:center; padding:25px 0px 20px 0px; line-height:180%; color:#333; position:relative;}
.police { position:absolute; left:200px; top:5px;}
.police img { width:90px; height:90px;}