

/*---------tab切换---------*/
 

.left_tab2{ 
	width 1025px;	width: 1025px;  height: 166px; background: #fff; border: 1px solid #ebebeb; box-shadow: 1px 1px 1px #ebebeb; margin-bottom: 0px; overflow: hidden; position: relative;
}






.right_box{
	float: right; width: 282px;
}
/*---------news滚动---------*/
.notice{
	width 280px; height: 450px; 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;
}

