@charset "utf-8";
html {
	background: url('../images/common/bg1.png') repeat-x;
}

#mainimage {
	width: 1100px;
	height: 294px;
	margin: 0 auto 10px;
}

section ul {
	list-style: none;
}

#news1 {
	padding: 0 0 50px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
}

#news1 h2 {
	float: left;
	width: 180px;
	height: 50px;
}

#news_nav {
	float: right;
	width: 560px;
	height: 50px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#news_nav li {
	float: left;
	width: 140px;
	height: 50px;
}

#news_inner {
	height: 800px;
	overflow: auto;
	padding: 0px 20px 0;
	border-top: 1px solid #1ce0f7;
}

#news_inner dl {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}

#news_inner dt {
	width: 100px;
	float: left;
	color: #1ce0f7;
}

.cat {
	width: 100%;
	text-align: center;
	padding: 5px 0;
	color: #fff !important;
	border-radius: 4px;
}

.cat2 .cat {
	background: #1ce0f7;
	font-weight: bold;
	text-shadow: 1px 1px 0 #0E6687, -1px 1px 0 #0E6687, 1px -1px 0 #0E6687, -1px -1px 0 #0E6687;
	/* border: 2px solid #1990A2; */
	/* box-sizing: border-box; */
}

.cat3 .cat {
	background: #0293a4;
}

.cat4 .cat {
	background: #f39a00;
}

.cat5 .cat {
	background: #f8c823;
}

#news_inner dd {
	width: 570px;
	float: right;
}

#news2{
	margin: 10px 0 60px 0;
}

#news2 h2 {
	text-align: center;
	margin: 0 0 20px 0;
}

#news_inner2 {
	padding: 20px 20px 30px;
	border-top: 1px solid #1ce0f7;
	border-bottom: 1px solid #ccc;
}

.bx-wrapper img {
	margin: 0 auto;
}

@media screen and (max-width: 1199px) {
	#mainimage {
		width: 960px !important;
		height: 235px !important;
	}
}
