body { margin: 0; text-align: center; background: url(body.jpg);  background-repeat:repeat-x; } /*全局*/
body, td, div, form { color: #000; font-family: "宋体", Arial, Tahoma, Verdana, Helvetica, sans-serif; font-size: 12px; } /*字体*/
img { border: 0; } /*图像无边框*/
form { margin: 0; display: inline } /*提交无边框*/
a:link, a:visited { color: #750; text-decoration: none; } /*超链接颜色，无下划线*/
a:hover { color: #f00; text-decoration: underline; } /*鼠标超链接颜色，有下划线*/
.td { border-bottom: 1px dotted #999; } /*表格线*/
.th { background-color: #ddd; border-left:1px solid #fff; border-top:1px solid #fff; border-right:1px solid #666; border-bottom:1px solid #666;font-weight:bold; text-align:center; font-size: 14px; } /*表头线*/
.input { font-family: verdana; background-color: #ddd; border-left:1px solid #666; border-top:1px solid #666; border-right:1px solid #fff; border-bottom:1px solid #fff; } /*鼠标未选择时输入框*/
.space { height: 10px; } /*空行*/
.clear { margin: 0; padding: 0; clear: both; } /*清空*/
.title1 { line-height: 30px; color: #831; font-size: 14px; text-align: center; } /*红色的字体*/
.right { float: right; text-align: right; color: #888; } /*right距右，灰色*/

.allwidth { width: 1004px; margin: 0 auto; line-height: 26px; background: #fff; } /*全屏幕显示*/
#toplogo { background: url(logo.jpg); height: 150px; } /*顶部LOGO*/
#menu { background: url(menu.gif); height: 30px; line-height: 30px; overflow: hidden; } /*顶部菜单*/
#menu li { list-style: none; float: left; font-size: 14px; font-weight: bold; } /*一级菜单*/
#menu li a { display: block; margin: 0 1px 0 0; padding: 0px 10px; width: 62px; color: #842; text-align: center; text-decoration: none; }
#menu li a:hover { background: #eda }
#menu div { position: absolute; visibility: hidden; padding: 0; background: #eda; border: 1px solid #842; font-size: 14px; font-weight: normal; } /*二级菜单*/
#menu div a { position: relative; display: block; width: auto; white-space: nowrap; text-align: left; text-decoration: none; background: #eda; color: #842; }
#menu div a:hover { background: #eda; color: #842; font-weight: bold; }
#place { background: #ddd; line-height: 26px; height: 26px; padding: 2px; overflow: hidden; text-align: left; } /*当前位置*/

#left { float: left; width: 300px; background: #ec8; overflow: hidden; } /*左边*/
#left .title { background: url(lefttitle.gif); line-height: 30px; height: 30px; font-size: 16px; font-weight: bold; color: #842; text-align: center; } /*标题*/
#left .card { height: 250px; padding: 10px; border: 1px solid #842; } /*公告*/
#left .main { padding: 10px; border: 1px solid #842; text-align:left; } /*常用链接*/
#news { width: 704px; overflow: hidden; background:#fff; } /*报道*/
#news .title { background: url(news.gif); height: 30px; font-size: 16px; text-align: left; font-weight: bold; overflow: hidden; padding: 0px 10px; } /*报道标题*/
#news .main { text-align: left; border-bottom: #999 1px dashed; height: 30px; line-height: 30px; padding: 0px 10px; overflow: hidden; } /*报道内容*/
#right { float: right; width: 300px; background: #ec8; overflow: hidden; } /*左边*/
#right .title { background: url(lefttitle.gif); line-height: 30px; height: 30px; font-size: 16px; font-weight: bold; color: #842; text-align: center; } /*标题*/
#right .card { height: 250px; padding: 10px; border: 1px solid #842; } /*公告*/
#right .main { padding: 10px; border: 1px solid #842; text-align:left; } /*常用链接*/

.toptitle { background: url(bottom.gif); line-height: 30px; height: 30px; overflow: hidden; font-size: 14px; font-weight: bold; } /*标题*/
