

/*---------tab切换---------*/
 

.left_tab{ 
	width 1110px;	width: 1110px;  height: 400px; background: #fff; border: 1px solid #ebebeb; box-shadow: 1px 1px 1px #ebebeb; margin-bottom: 0px; overflow: hidden; position: relative;
}

.left_tab .hd{ 
	height: 60px; line-height: 60px; border-bottom: solid 1px #ddd; padding: 0 20px;
}


.left_tab .hd ul li{ 
	float: left; padding: 0 10px; margin-right: 10px; cursor: pointer;
}
.left_tab .hd ul li.on{ 
	height: 60px; border-bottom: solid 2px #FFD100;
}
.left_tab .bd .box{
	margin: 0 -8px; position: relative; overflow: visible;
}
.left_tab .bd .box .more{
	position: absolute; top: -40px; right: -218px; font-size: 13px; color: #818181;
}
.left_tab .bd ul{ 
	zoom:1; overflow: hidden; width: 100%;
}
.left_tab .bd ul li{ 
	width: 1100px; height: 16px; padding: 13px; float: left; background: #fff;
}

.left_tab .bd li h4{
	color: #656565; font-size: 14px;
}
.left_tab .bd li .date{ 
	color: #949494; font-size: 13px;
}






.right_box{
	float: right; width: 270px;
}
/*---------news滚动---------*/
.notice{
	width 270px; height: 400px; background: #fff; border: 1px solid #ebebeb; box-shadow: 1px 1px 2px #ebebeb; margin-bottom: 20px; overflow: hidden; position: relative;
}
.notice .n_title{
	height: 60px; line-height: 60px; border-bottom: solid 1px #ddd; padding: 0 20px;
}
.notice .n_title b{
	float: left; font-weight: normal; font-size: 16px;
}
.notice .n_title a{
	float: right; font-size: 13px; color: #818181; line-height: 66px;
}
.notice .bd{ 
	padding: 5px 12px;
}
.notice .infoList li{ 
	height: 88px; border-bottom: dashed 1px #c8c7c7; margin-top: 10px;
}
.notice .infoList li a{
	font-size: 14px; color: #656565;
}
.notice .infoList li .date{ 
	color: #949494; display: block; font-size: 13px;
}
.code{
	width 270px; height: 256px; padding: 12px; background: #fff; border: 1px solid #ebebeb; box-shadow: 1px 1px 2px #ebebeb;
}
.code img{
	width: 270px; height: 257px; margin: 0 auto;
}
