@charset "utf-8";
/* CSS Document */
.notice_list {
	width:980px;
	margin:0 auto;
}
.notice_list .main_head {
	margin-top:9px;
	margin-bottom:30px;
}
.notice_list .notice_content dt {
	line-height:50px;
	width:130px;
	float:left;
}
.notice_list .notice_content dd {
	height:50px;
	line-height:50px;
	border-bottom:1px dashed #ddd;
}
.notice_list .notice_content dd a:hover {
	text-decoration:underline;
}
.notice_list .notice_content {
	border-top:1px dashed #ddd;	
}
.notice_list .notice_tab_wrap {
	text-align:center;
}
.notice_list .notice_tab_wrap .notice_tab {
	width:120px;/*120px*/
	margin:70px auto 0;
}
.notice_list .notice_tab_wrap .notice_tab li {
	background-color:#c8c9ca;
	width:26px;
	height:28px;
	margin-top:10px;
	margin-left:10px;
	text-align:center;
	line-height:28px;
	float:left;
	cursor:pointer;
}
.notice_list .notice_tab_wrap .notice_tab li a {
	width:26px;
	height:28px;
	display:block;
	color:#fff;
}
.notice_list .notice_tab_wrap .notice_tab li.select6 a {
	background-color:#717071;	
}
/* notice html style----------------------------- */
.notice {
	width:980px;
	margin:0 auto;
}
.notice .main_head {
	margin-top:9px;
	margin-bottom:30px;
}
.notice h2 {
	background-color:#fff8f0;
	padding:15px;
	margin-bottom:38px;
}
.notice h2 span.square {
	padding-right:10px;
}
.notice h2 span.time {
	float:right;
	margin-right:10px;
}
.notice .notice_desc_wrap {
	max-height:900px;
	margin-bottom:90px;
}
.notice .notice_desc_wrap p.desc {
	width:590px;
	float:left;
	line-height:1.7;
}
.notice .notice_desc_wrap .notice_photo {
	width:339px;
/*	height:226px; */
	float:right;
	margin-bottom:10px;
}
.notice .notice_desc_wrap .notice_photo img {
	max-width:339px;
	max-height:226px;
	display:block;
	margin:auto;
	*margin:0 auto;/*IE7*/
}
.notice .list_back_button {
	background:url(../notice_list/img/btn_01.png) no-repeat;
	width:138px;
	height:49px;
	margin:0 auto;
}
.notice .list_back_button a {
	display:block;
	text-align:center;
	line-height:49px;
}