/* 文章页显示CSS Document */

.article{
 width:96%; 
 height:auto; 
 background-color:#F7FAE2; 
 border:1px solid #A8BC1F; 
 margin:0 auto; 
 overflow:hidden;
 margin-top:10px; /*居中显示*/
 }
 
.article_title{ 
 width:90%;
color:#023365;
line-height:28px;
font-size:13px;
font-weight:bold;
text-align:center;
padding-top:5px;
border-bottom:1px dotted #023365;
margin:0 auto;

}

.article_data{
font-size:13px;
color:#990000;
text-align:center;
padding-top:3px;
padding-bottom:10px;}

.article_data a{ color:#990000; }

.article_data a:hover{ font-weight:bold; text-decoration:underline;}

.article_content{
width:90%;
height:auto;
color:#333333;
font-size:12px;
line-height:19px;
margin:0 auto;

}

.article_content p{
/*text-indent:2em;*/
line-height:16px;
padding-bottom:1px;
}

.article_table{ 
 width:90%;
 height:auto;
 font-size:13px;
 background-color:#ffffff;
 margin:0 auto;
 border-collapse:collapse;
 margin-bottom:2px;
 text-indent:5px;
 border:1px solid #990000;/*细线条颜色*/}

.article_table a{
 color:#000;}
 
.article_table a:hover{
 color:#990000;
 text-decoration:underline;}
 
	
.article_table td{
 border:1px solid #990000;/*细线条颜色*/
 height:26px;
 text-align:center;}
 
