/*basic*/
*{
	margin:0;
	padding:0;
}
body{
	font-size:12px;
	font-family:"宋体",Arial;
	color:#333;
}
a {
	text-decoration:none;
}
img {
	border:0;
}
.center {
	text-align:center;
}
.clear{
	overflow:hidden;
	clear:both;
	width:0px;height:0px;
}
.right{
	float:right;
}
.left{
	float:left;
}
h1 {
	font-size:14px;
}
h2 {
	font-size:13px;
}
table{
	border:0;
	border-collapse:collapse;
}
ul{
	list-style-type:none;
}
/**layout**/
#webbody{
	width:961px;
	margin:0px auto;
}
/*头部*/
#top{
	width:959px;
	border:1px solid #B0C0E1;
	overflow:hidden;
}
#menu{
	width:961px;
	font-weight:bold;
	margin-top:10px;
}
#menu ul li{
	float:left;
}
#menu_down{
	height:109px;
	width:959px;
	background:url(menu_back1.png) repeat-x;
}
#menu_down .menu_down_left{
	float:left;
	padding-top:28px;
	padding-left:13px;
	width:204px;
}
#menu_down .menu_down_right{
	width:742px;
	float:left;
	line-height:19px;
	font-size:12px;
	color:#2B2B2B;
}
#menu_down .menu_down_right a{
	color:#2B2B2B;	
}
#menu_down .menu_down_right a:hover{
	text-decoration:underline;
}
#menu_down .menu_down_right1{
	background:url(menu_down_img1.gif) no-repeat;
	height:19px;
	padding-left:48px;
	margin-top:9px;
}
#menu_down .menu_down_right1 a{
	padding:0px 2px 0px 1px;
}
#menu_down .menu_down_right2{
	background:url(menu_down_img2.gif) no-repeat;
	height:19px;
	padding-left:48px;
	margin-top:6px;
}
#menu_down .menu_down_right2 a{
	padding:0px 7px 0px 1px;
}
#menu_down .menu_down_right3{
	background:url(menu_down_img3.gif) no-repeat;
	height:19px;
	padding-left:48px;
	margin-top:6px;
}
#menu_down .menu_down_right3 a{
	padding:0px 15px 0px 1px;
}
#menu_down .menu_down_right4{
	background:url(menu_down_img4.gif) no-repeat;
	height:19px;
	padding-left:48px;
	margin-top:6px;
}
#menu_down .menu_down_right4 a{
	padding:0px 11px 0px 1px;
}
/*footer start*/
#footer{
	margin-top:3px;
	height:123px;
	background-color:#EBF4FB;
	color:#0455a6;
	line-height:21px;
	text-align:center;
}
#footer a{
	color:#0455a6;
}
#footer span{
	font-family:"Arial";
}
#footer.clear{
	clear:both;
}
/*footer end*/



/**********************************************/
#focus{
	margin-top:7px;
}
#nav{
	margin-top:7px;
	background-color:#3c90f2;
	color:#fff;
	font-weight:bold;
	border-top:1px #3c90f2 solid;
}
#nav a{
	color:#fff;
	
}
#nav li{
	float:left;
	margin-left:8px;
	display:inline;
	background:url(line.jpg) no-repeat right;
	padding-right:7px;
	margin-top:8px;
	margin-bottom:7px;

}
#nav .no-bg{
	background:none;
}
#main{
	margin-top:5px;
}
#main a:hover{
	text-decoration:underline;
}
#main .news_ul{
	margin-bottom:10px;
	padding-top:5px;
}
#main .news-li{
	background:url(gray1.jpg) no-repeat left center;
	font-size:14px;
	color:#282828;
	padding-left:13px;
	margin-left:9px;
	margin-top:7px;
}
#main .news-li-red{
	background:url(red.jpg) no-repeat left center;
}
#main .news-li-12{
	font-size:12px;
}

#main .news-li a{
	color:#282828;
}

#main #calendar{
	background:url(calendar_bg.jpg) no-repeat;
	width:961px;
	height:139px;
}
#main #calendar h2{
	margin:0px 0 0 30px;
	color:#c92f2d;
	font-size:12px;
	padding-top:19px;
}
#main #calendar ul{
	margin-top:15px;
}
#main #calendar li{
	float:left;
	width:67px;
	height:37px;
	background:url(calendar_0.jpg) no-repeat;
	text-align:center;
	color:#e90111;
	font-size:32px;
	font-weight:bold;
	padding-top:34px;
	margin-left:12px;
	display:inline;
	position:relative;
	cursor:pointer;
	z-index:50;
}
#main #calendar .active{
	
	background:url(calendar_1.jpg) no-repeat;
	z-index:60;
}
#main #calendar li ul{
	margin:0;
	position: absolute;
	width:120px;
	z-index:300;
	left:-20px;
	top:-15px;
	background-color:#e9fef9;
}
#main #calendar li ul li{
	padding:0;
	margin:0;
	width:120px;
	height:20px;
	line-height:20px;
	background:none;
	color:#262626;
	font-size:12px;
	font-weight:normal;
}
#main #calendar li ul li a{
	color:#262626;
}
#main .active_premonition{
	float:left;
	width:379px;
	height:208px;
	background:url(active_bg1.jpg) no-repeat;
	margin:7px 7px 0 0;
}
#main .active_premonition h2{
	height:22px;
	position:relative;
	line-height:22px;
}
#main .more_h2{
	position:absolute;
	right:10px;
	top:0;
	font-size:12px;
	font-weight:normal;
}
#main .more_h2 a{
	color:#2B2B2B;
}
#main .news_activeBox{
	border:1px #83ddff solid;
	margin-top:27px;
	float:left;
	position:relative;
	width:570px;
}
#main .news_activeBox h2{
	position:absolute;
	top:-22px;
	left:-1px;
	width:570px;
}
#main .news_activeBox p {
	margin:7px 0 2px 2px;
}
#main .news_activeBox p img{
	border:1px #b7b8b3 solid;
	padding:2px;
}
.borderBox-blue{
	border:1px #bad9dc solid;
	margin-top:10px;
	background-color:#f1f9fc;
}
#main .bigTitle{
	height:25px;
	line-height:25px;
	background:url(bg_1.jpg) repeat-x;
	position:relative;
	border-bottom:1px #bad9dc solid;
}
#main .bigTitle h2{
	background:url(175_bg.jpg) no-repeat;
	width:175px;
	height:29px;
	line-height:29px;
	position:absolute;
	top:-3px;
	left:-1px;
	color:#fff;
	font-size:14px;
	text-align:center;

}
#main .bigTitle span{
	position:absolute;
	top:0px;
	right:5px;
	font-size:12px;
}
#main .bigTitle span a{
	color:#262626;
}
#main .left_r{
	float:left;
	width:176px;
	margin:13px 11px 0 26px;
	border:1px #b6dcf1 solid;
	display:inline;
	padding-bottom:7px;
}
#main .right_r{
	float:left;
	width:743px;
}
#main .left_r p{
	width:155px;
	margin:0 auto;
	margin-top:7px;

}
#main .right_r .year li{
	float:left;
	width:70px;
	height:22px;
	text-align:Center;
	line-height:22px;
	background:url(70_bg.jpg) no-repeat;
	margin:7px 26px 0 9px;
	display:inline;
	font-size:14px;
	color:#b40500;
}
#main .right_r .year .margin-right-5{
	margin-right:0px;
	margin-left:5px;
}
#main .right_r .year li a{
	color:#b40500;
}
#main .newsBox{
	width:734px;
	height:131px;
	background:url(734_bg.jpg) no-repeat;
	margin:7px 0 5px 0;
}
#main .newsBox_r{
	background:url(734_r.jpg) no-repeat;
}
#main .newsBox_xd{
	background:url(733_2.jpg) no-repeat;
}
#main .newsBox_content{
	float:left;
	width:363px;
	margin:21px 30px 0 17px;
	display:inline;
}
#main .news_bigTitle{
	background:none;
	border-bottom:1px #d2d2d2 solid;
	height:21px;
	line-height:21px;
}
#main .news_bigTitle h2{
	width:88px;
	height:21px;
	line-height:21px;
	background:url(red_bg.jpg) no-repeat;
	color:#ae0605;
	top:1px;
}
#main .newsBox_content_even{
	margin-right:0;
	width:285px;
}
#main .newsBox_content_476{
	width:474px;
}
#main .newsBox_content_162{
	width:162px;
	margin-left:25px;
	margin-top:10px;
}
#main .newsBox_content_438{
	width:438px;
}
#main .newsBox_content_200{
	width:200px;
	margin-left:25px;
	margin-top:5px;
}
#main .left_r_498{
	width:498px;
	margin:7px 2px 0 2px;
	border:0;
}
#main .right_r_453{
	width:453px;
}
#main .newsBox_job{
	width:444px;
	border:1px #a5c9e3 solid;
	background-color:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	position:relative;
	z-index:2;
	behavior: url(css/ie-css3.htc);
	margin-top:5px;
}
#main .newsBox_content_job{
	width:395px;
	margin:0 auto;
	margin-top:20px;
}