.sec_content{
	width: 1510px;
	padding: 50px 0;
	min-height: 543px;
}
.section_bg{
	width: 100%;
	height: 216px;
	background: url(../images/news_notice/section_bg.jpg) no-repeat center;
}
.notice_list{
	width: 1000px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.notice_list li{
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
}
.notice_list li a{
	display: block;
	color: #434343;
	background: url(../images/common/list_bg.png) repeat-x;
	background-position: left center;
}
.notice_list li a:hover{
	color: #b2b2b2;
}
.notice_list li h4{
	display: inline-block;
	background-color: #fff;
}
.notice_list li i{
	float: right;
	background-color: #fff;
}

/*notice-001*/
.text_contain{
	width: 900px;
	margin: 0px auto 50px;
	font-size: 14px;
	font-weight: bold;
	color: #434343;
}
.text_contain h3{
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
.text_contain i{
	display: block;
	text-align: center;
	font-weight: normal;
	margin-bottom: 40px;
}
.text_contain h4{
	font-size: 15px;
	margin-bottom: 20px;
}
.text_contain p{
	text-indent: 2em;
	margin-bottom: 20px;
}

.table_area{
	width: 800px;
	margin: 0 auto;
}
.table_area p{
	text-indent: 0;
	margin-top: 10px;
}
.text_table{
	width: 100%;
	border-collapse: collapse;
}
.text_table tr th,.text_table tr td{
	border: 1px solid #434343;
	padding: 6px 0;
}
.text_table tr td{
	font-weight: normal;
	text-align: center;
}

@media only screen and (max-width: 1600px){

.sec_content{
	width: 1180px;
	padding: 40px 0;
	min-height: 543px;
}

}