html{
	background:#FFF;
}
body{
	font:1.125em Verdana,Arial,Tahoma;margin:0px auto;width:98%;line-height:180%;
}

h-1{
	font-size:1.5em; font-weight: bold;
}


div#mainNewsTitles {margin:0;text-align:center;}
div#mainNewsTitles h1 {margin:0 80px 0 30px;font-size:1.5em;height:34px;line-height:32px;font-weight:bold;color:#0075b5;background:#eaf6ff repeat-x;border-bottom:#c9e8fa 1px solid;}

div#listheadline {clear:both;float:left;margin:auto;width:98%;font-weight:bold;color:#0098c5;height:32px;line-height:32px;background:#eaf6ff repeat-x;}

#mainlistUL {margin-top:3px;display:block;background:#FBFDFF;}
.mainlist_li {clear:left;display:block;float:left;font:1.125em "宋体";margin-bottom:3px;width:98%;background:#fbfdff repeat-x bottom;list-style-type:none;list-style-image:none;overflow:hidden;}






/*去掉链接下划线*/

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;
         margin-left:18px;
}





/*防止图片被撑破代码*/

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;
}

/*大屏设备缩小显示比例*/

@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:180%;
}
}

/* 解决移动设备－文字太小*/

@media screen and (max-width:640px) {
body {
        font-size: 1.2em;
}
}