﻿@charset "utf-8";
/* CSS Document */
html,body{margin:0; padding:0;}
body{font:10pt/1.25em "宋体"; background:#FFFFFF; color:#000000; text-align:center;

}
a:link {}

/*初始化*/
img{border-style:none;}
h1,h2,h3,h4,h5,h6{font-size:12px; margin:0; padding:0;}
ul,ol,li,dl,dt,dd,p{margin:0; padding:0;}
.clear{font:0px/0px Arial, Helvetica, sans-serif; clear:both;}

/*整站框架*/
#container{text-align:left; width:1000px; margin:0 auto;}
/*头部*/
#header{height:170px; margin-bottom:10px;}
/*内容框架*/
#content-body{margin:10px auto;}
/*左侧空位*/
#content-body #left{width:134px; height:1304px; margin-right:10px; float:left;}
/*左侧框架*/
#content-body #main{width:596px; margin-right:10px; float:left; border:1px solid #E4E4E4;}
/*右侧框架*/
#content-body #sidebar{width:246px; float:left; clear:right; border:1px solid #E4E4E4;}
/*底部*/
#bottom{text-align:center; clear:both;}

/*--------------子页面开始-----------*/
/*栏目广告*/
#content-body #lm-ad{margin-bottom:10px; clear:both;}
/*当前位置*/
#content-body #main #guide{height:25px; line-height:25px; font-size:12pt; font-weight:bold; margin-bottom:10px; background:url(dh-1.gif) repeat-x; padding-left:10px;}
#content-body #main #guide a{text-decoration:none; color:#000066;}
/*标题部分*/
#content-body #main #list{}
#content-body #main #list table tr td.title{line-height:25px; font-size:11pt;}
#content-body #main #list table tr td.title a{color:#333333;}
#content-body #main #list table tr td.title a:hover{color:#FF0000;}
#content-body #main #list table tr td.date{line-height:25px; font-size:9pt; color:#666666;}
