body {
	margin:0px;
}
.p1 {font-size:12px; font-family:宋体; }
.p2 {font-size:14.8px;font-family:宋体;}
.p3 {font-size:18.8px;font-family:宋体;}
.p4 {font-size:16pt;font-family:宋体;}
.p5 {font-family: "宋体"; font-size: 18pt; font-weight: bold}
.p6 {font-family: "宋体"; font-size: 22pt; font-weight: bold}
body,table,td,input,select {font-size:12px; font-family:宋体;}
A.home:link     {color: blue; text-decoration: none; cursor: hand; font-family: "宋体";}
A.home:visited  {color: blue; text-decoration: none; font-family: "宋体";}
A.home:active   {color: #00A695; text-decoration: underline; font-family: "宋体";}
A.home:hover    {color: #FB7D00; text-decoration: underline; font-family: "宋体";}
A.homelink1:link     {color: #A00000; text-decoration: underline; cursor: hand; font-family: "宋体";}
A.homelink1:visited  {color: #A00000; text-decoration: underline; font-family: "宋体";}
A.homelink1:active   {color: #00A695; text-decoration: underline; font-family: "宋体";}
A.homelink1:hover    {color: #FB7D00; text-decoration: none; font-family: "宋体";}
A.inner:link   {color:#ce6100;font-size:9pt;font-family: "宋体";}
A.inner:visited{color:#ce6100;font-size:9pt;font-family: "宋体";}
A.inner:active {color:#ce6100;font-size:9pt;font-family: "宋体";}
A.inner:hover  {color:#ce6100;font-size:9pt;font-family: "宋体";}
#newsWnd	{position:absolute; font-size:9pt;width:600; left:0; clip: rect(0 600 20 0);z-index:10}




/*adsense使用 CSS 隐藏广告空缺的广告单元*/

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

/*解决移动设备－内容宽度超过了屏幕显示范围*/

@media screen and (max-width:640px) {
#divMain {
width:100%;
}
#divSidebar {
display:none;
}
}

/* 解决移动设备－可点击元素之间的距离太近*/

@media screen and (max-width:640px) {
p {
line-height:150%;
}
}