/*ÎÄÕÂÒ³*/
#article {
	height: auto;
        min-height:600px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
        font-family: PingFangSC-Regular,Microsoft Yahei,Hiragino Sans GB,sans-serif!important;
}
#article #articleTitle {
	height: 60px;
	width: 100%;
	font-size: 22px;
    color: #3055ae;
    font-weight: bold;	
	font-family: "ºÚÌå";
	line-height: 60px;
	text-align: center;
}

#article #articlePosition {
        width:100%;
	height: 57px;
        text-align:left;
	line-height: 57px;
        font-family: "Î¢ÈíÑÅºÚ";
        color: #3055ae;
	margin-bottom: 20px;
	box-shadow: 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff, 0px 3px 2px #e7e7e7;
}
#article #articlePosition a{
color: #333;
color: #3055ae;
font-family: "Î¢ÈíÑÅºÚ";
}
#article #articleSource {
	font-family: "ËÎÌå";
	font-size: 14px;
	line-height: 30px;
	color: #333;
	text-align: center;
	height: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border-bottom:solid 1px #B8B8B8
}
#article #articleContents {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	height: auto;
	width: 100%;
	text-align:left;	
}
#article #articleContents p{
	line-height:30px;
	text-indent: 2em;
	color: #333;
}
 #article h3{
 font-family: "Î¢ÈíÑÅºÚ";
 font-weight: normal;
 font-size: 23px;
 line-height: 60px;
 color: #000;
 height: 60px;
 text-align: center;
 
} 
#article .article-content a{  
 color: #003399;
 }
#article .article-content a:hover{
 color: #FF3A6D
 }
#article img{
display:block;
	margin-right: auto;
	margin-left: auto;
 text-align: center;
 }
 


#article table{
        border:1px solid #ccc;
	cellpadding:0;
	dellspacing:0;
border-collapse:collapse;
rules:box;
margin-left:auto;
margin-right:auto;
}

#article table tr td{
       display: table-cell;
       vertical-align: inherit;
        align:center;
	border:1px solid #ccc;padding:0cm;}

#article table tr td a{  
 color: #003399;
 }
#article table tr td a:hover{
 color: #FF3A6D
 }