td {  font-family: "宋体"; font-size: 12px; line-height: 18px; color: #666666}
a {  color: #666666; text-decoration: none}
a:hover {  color: #FF6600; text-decoration: underline}
.line {  text-decoration: underline}
.border {background-color: #FFFFFF; border: 1 solid #C0C0C0; font-family: "宋体"; font-size: 12px}.bg {  background-repeat: no-repeat; background-position: center top}


/*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%;
}
}