/* CSS Document */
#tab { width:100%;top:5px; height:430px; bottom:0px; position:relative;margin:0px auto 0 auto; }
/*设置容器高宽等*/
html > body #tab { width:100%;}
/*兼容IE6:IE6下宽度不够*/
#tab div { position:absolute; top:35px;left:0; width:99.9%; height:90%;border-top:1px solid #ccc;padding-top: 12px;}
/*设置容器高宽等*/
#tab div { display:none;}
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
#tab .block { display:block;}
/*选中的容器*/
#tab h3 { float:left; width:105px; height:35px; line-height:35px; margin:0 6px 0 0; font-size:18px; cursor:pointer;  text-align:center; color:#000000; font-family:Microsoft YaHei;font-weight:normal;}
/*默认标题样式*/
#tab .up { background:#e01f24;color:#fff;}
/*选中的标题样式*/
/*修饰列表内容*/
#tab ul { list-style:none; padding:0; height:186px; margin-top:0px;}
#tab li { margin-left:0px; margin-right:10px; border-bottom:1px dotted #c6c6c6; height:40px; line-height:40px;overflow:hidden;}
#tab li a { display:inline; text-decoration:none; text-indent:10px; margin-right:10px;}
#tab li span{ display:block; float:right; margin-right:5px; color: #5a5a5a;}
a.tab_title:link { color: #000000; text-decoration:none;}
a.tab_title:visited { color:#000000; text-decoration:none;}
a.tab_title:hover { color:#ff0000; text-decoration:none;}
a.tab_title:active { color:#ff0000; text-decoration:none;}
a.tab_menu:link { color:#000000; text-decoration:none;}
a.tab_menu:hover { color:#ff0000; text-decoration:underline;}

.bjcs {
	
	height: auto;
	margin: 40px auto 10px;
	overflow: hidden;

}

.bjcs_title {
	margin: 30px;
	text-align: center
}


.main_bjcs {
	margin: 0px auto;
	width: 1100px;
	overflow: hidden;

}



.main_bg{

	
	height: auto;
	margin-top: -30px;
	overflow: hidden;

}













@charset "UTF-8";
body {
	overflow-x: hidden;
	overflow-y: auto;
}
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}

.w1200 {
	width: 1100px;
	margin: 0 auto;
}




.inews {
	padding-bottom: 40px;
}
.inews .title {
	width: 100%;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
}
.inews .title h3 {
	font-size: 22px;
	font-weight: bold;
	color: #000;
}


.inews .title h3 a {
	font-size: 22px;
	font-weight: bold;
	color: #000;
}



.inews .title h3 a:hover {
	font-size: 22px;
	font-weight: bold;
	color: #ff0000;
}






.inews .title a {
	color: #ff0000;
	font-size: 14px;
}


.inews a.more:hover {
	color: #028bff;
}





.inews .newslist {
	width: 100%;
}
.inews .newslist li {
	width: 100%;
	height: 39px;
	line-height: 39px;
	border-bottom: 1px dashed #e1e1e1;
	overflow: hidden;
}
.inews .newslist li a {
	width: 100%;
	display: block;
	color: #000;
}
.inews .newslist li a:hover {
	color: #ff0000;
}
.inews .newslist li .time {
	color: #000;
	float: left;
	font-weight: normal;
}
.inews1 {
	width: 345px;
	float: left;
	margin-left: 30px;
}

