﻿
/* 肩标 */
#title_j
{
	font-size:11pt; 
	text-align:center;
}

/* 主标题 */
#title_z
{
	color: #0033cc;
    font-size: 13.5pt;
    font-weight:bold;
    text-align:center;
}

/* 副标题 */
#title_f
{
   font-size: 11pt;
   text-align:center;
}

#date
{
	line-height:40px;
	font-size: 10.5pt;
	
}

.content
{
	/*text-indent: 2em;*/
	line-height:20px;
	font-size: 10.5pt;
	text-align: left;
}

#content p
{
	text-indent: 2em;
}

#content div
{
	font-size: 10.5pt;
}

#content img
{
	border:0;
}

.largesize
{
	text-indent: 2em;
	line-height:20px;
	font-size: 20px;
}

.middlesize
{
	text-indent: 2em;
	line-height:20px;
	font-size: 16px;
}

.smallsize
{
	text-indent: 2em;
	line-height:20px;
	font-size: 12px;
}

/* 图片描述 */
.picDes
{
	font-family:宋体;
	font-size:13px;
	color:green;
}

/* 附件链接样式 */
.link_a {
	margin: 0px;
	padding:0px;
	border: 0px; 
}
.link_a:link{
    font-size:   14px;        
    text-decoration: none; 
    color:#158144;
}
.link_a:visited{
    font-size:   14px;     
    text-decoration:   none;   
  color:#158144;
}	   
.link_a:hover{
  font-size:   14px;      
  text-decoration:   underline;
  color: Red;
}
.link_a:active {
  font-size:   14px;       
  text-decoration:   none;   
}




