body{
	font:1em Verdana,Arial,Tahoma;margin:0px auto;width:98%;
}


/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
top a:link,top a:visited { margin-left:2px; border:1px solid #A0522D; border-top:2px solid #A0522D;height:26px;
width:120px; padding:1px 3px 2px 4px; background-color:#000000; color:#00007F; text-decoration:none; }
top a:hover { margin-left:2px; border:1px solid #DEBF63; border-top:2px solid #DEBF63; padding:3px 3px 2px 4px; background-color:#4F4F4F; color:#993300; text-decoration:none; }
td
{
font-family:宋体;font-size: 1em;line-height: 150%; 
}
br
{
font-family:宋体;font-size: 1em;line-height: 150%; 
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
input
{
background-color: #ffffff; 
border-bottom: #666666 1px solid;
border-left: #666666 1px solid;
border-right: #666666 1px solid;
border-top: #666666 1px solid;
color: #666666;
height: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 1em
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 1em;height: 20px;
}

#divHead{
	width:auto;
        overflow:hidden;
}
#divBottom{
	width:auto;
        overflow:hidden;
}


#divMain{width:100%;

} 


/*防止表格被表内DIV等撑开（如左栏广告影响文章内容不换行）*/

#table1 {
table-layout: fixed;
word-break: break-all;
}




/*adsense使用 CSS 隐藏广告空缺的广告单元*/

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

/*大屏设备缩小显示比例*/

@media screen and (min-width:1200px) {
body {width:80%;}
}

/*解决移动设备－内容宽度超过了屏幕显示范围*/

@media screen and (max-width:640px) {
#divMain {width:100%;}
#divHead {width:100%;float:left;}
#divBottom {width:100%;float:left;}
#di-vBottom {display:none;}
}

/* 解决移动设备－可点击元素之间的距离太近*/

@media screen and (max-width:640px) {
body {
line-height:150%;
}
}

/* 解决移动设备－文字太小*/

@media screen and (max-width:640px) {
body {
        font-size: 1.2em;
}
}