body{
	font:1em Verdana,Arial,Tahoma;margin:0px auto;width:98%;line-height:180%;
}

h2 {
	font-size: 1.5em;
	line-height: 30px;
	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;
}
a:link {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	color: #00A6A2;
	text-decoration: underline;
}
a.Channel:link{
	color:#000000;
}
a.Channel:visited{
	color:#000000;
}
hr {
	color:#0000ff;
	height:1px;
}
td{
	font-size: 1em;
	text-align: left;
}

#top_menu {
	width: 98%;
	margin: auto;
	padding-top: 8px;
	color: #003E37
}
.dropshadow {
	width: 98%;
	color: #ff4500;
	font-size: 1em;
	background-color: #f5f5f5;
	font-weight: normal;
	filter: DropShadow(Color=#f4f4f4, OffX=1, OffY=1, Positive=1);
}
.dropshadow a:link {
	color: #ff0000;
	text-decoration: none;
}
.dropshadow a:visited {
	color: #333;
	text-decoration: none;
}
.dropshadow a:hover {
	color: #ff00ff;
	text-decoration: underline;
}
#top_logo {
	width: 98%;
	height: 0px;
		margin: auto
}

.banner_left {
	float: left;
	width: 98%;
}
.banner_right {
	float: right;
	width:98%;
	height:auto !important;
	}
#banner_1 {
	height: 51px;
	}
#path{
	padding-top: 11px;
	padding-left: 30px;
	text-align: left;
}
#ann{
	padding-left: 30px;
	text-align: left;
}

#banner_2 {
	height: 226px;
	}
#member_1 {
	height: 0px;
	}
#member_2 {
	height: 0px;
	}
#member_3 {
	height: 0px;
	}
#banner_content {
		height: 6px
}
#member_right {
		height: 6px
}
.banner_content_left {
	float: left;
	width: 340px;
	padding-left: 10px;
}
.banner_content_right {
	float: right;
	width: 160px;
	padding-right: 10px;
}
.content {
	width: 98%;
	height: auto !important;
	padding: 10px 18px 10px 8px;
	margin-bottom: 15px;
}
.content_left {
	float: left;
	width: 50%;
}
.content_right_1 {
	float: left;
	width: 50%;
	
}
.content_right_2 {
	float: left;
	width: 50%;
}
.tittle {
	padding-top: 12px;
	padding-left: 20px;
	font-weight: bold;
	text-align: left
}
.tittle_right{
	float:right;
	padding-right: 15px;
	text-align:right;
}
.content_in {
	text-align: left;
        font-size: 1em;
	padding: 8px;
}
.list_left {
	text-align: left;
	padding: 1px;
        overflow:hidden;
}
.list_right {
	float:right;
	text-align:right;
}
.content_tittle {
	margin: 0px;
	padding-top: 5px;
	color: #666666;
        text-align:center;
	font-weight: bold;
}
.right_tittle {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	background-color: #f4f4f4;
	border: 1px dashed #CCCCCC;
	color: #666666;
	font-weight: bold;
}
.right_content {
	border: 1px  #CCCCCC dashed;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 15px;
	text-align: left;
}
.next {
		height: 42px;
	margin-top: 10px;
	margin-bottom: 10px
}
.content_link {
	float:left;
		height: 56px;
	width: 98%
}
#content_link2 {
		height: 56px;
	width: 98%;
	margin: auto
}
#right_link {
		height: 0px
}
#right_link2 {
	height: 0px
}
#bottom {
	float:left;
	width: 98%;
	height: 100%;
	padding-left: 15px;
	text-align:center
}
#bottom_back {
	float:left;
	width: 100%;
	height: 0px;
	margin: auto;
}
#bottom_grass {
	width: 98%;
	height: 0px;
	margin: auto;
	}
#bottom_link {
	float:left;
	width: 98%;
	height: 56px;
		margin: auto
}
#bottom_link2 {
	width: 98%;
	height: 56px;
	margin: auto
}
#friendsite{
	float:left;
}
.sec_menu  { 
	border-left:1px solid white; 
	border-right:1px solid white; 
	border-bottom:1px solid white; 
	overflow:hidden; 
	background:#D1EDFE; 
}


#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;
}
}