
.p1 {font-size:1em; font-family:宋体; }
.p2 {font-size:1em;font-family:宋体;}
.p3 {font-size:1.125em;font-family:宋体;}
.p4 {font-size:1.25em;font-family:宋体;}
.p5 {font-family: "宋体"; font-size: 1.25em; font-weight: bold}
.p6 {font-family: "宋体"; font-size: 2em; font-weight: bold}
body,table,td,input,select {font-size:em; 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:1em;font-family: "宋体";}
A.inner:visited{color:#ce6100;font-size:1em;font-family: "宋体";}
A.inner:active {color:#ce6100;font-size:1em;font-family: "宋体";}
A.inner:hover  {color:#ce6100;font-size:1em;font-family: "宋体";}
#newsWnd	{position:absolute; font-size:1em;width:auto; left:0; clip: rect(0 600 20 0);z-index:10}


body{
	font:1em Verdana,Arial,Tahoma;margin:0px auto;width:98%;line-height:180%;
}

h1 {
	font-size: 1.5em;
	line-height: 60px;
	color: #0000FF;
	text-align: center;
}

img{
	border:none;
}

/*去掉A链接下划线*/
a{text-decoration:none}

#divHead{
	width:auto;
        overflow:hidden;
}
#divBottom{
	width:980px;
        overflow:hidden;
clear:both;
}




.w960{width:98%;}

.center{
	margin:0px auto;
}


.mt1{
	margin-top:8px;
}


.cle-ar{
	overflow:hidden;
}


#divMain{width:64%;
          float:left;
} 
#divSide{width:34%;
         float:left;
}

/*防止图片被撑破代码*/

img{     
    max-width:660px; 
    width:expression((this.width > 660 && this.width > this.height) ? '660px': this.width+'px');     
    float:middle; 
}

/*adsense使用 CSS 隐藏广告空缺的广告单元*/

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

/*防止表格被表内DIV等撑开（如左栏广告影响文章内容不换行）*/
table {
table-layout: fixed;
word-break: break-all;
}


/*大屏设备缩小显示比例*/

@media screen and (min-width:1200px) {
body {width:80%;}
}

/*解决移动设备－内容宽度超过了屏幕显示范围*/

@media screen and (max-width:640px) {
#divMain {width:100%;}
#divSide {width:96%;}
#divHead {width:100%;}
#divBottom {display:none;}
}

/* 解决移动设备－可点击元素之间的距离太近*/

@media screen and (max-width:640px) {
body {
line-height:150%;
}
}

/* 解决移动设备－文字太小*/

@media screen and (max-width:640px) {
body {
        font-size: 1.2em;
}
}