.banner {
	box-sizing: border-box;
	border: 4px solid white;
	box-shadow: #00000033 2px 2px 4px;
	width: 1000px;
}
.banner img {
	width: 992px;
	height: auto;
}
.cardbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.cardbox a {
	display: block;
	width: 300px;
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	color: #1077b2;
	background: #f0f8fc;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 20px;
}
.cardbox a > img {
	margin-right: 16px;
}
.cardbox a:hover {
	opacity: .8;
}
.newsbox {
	background: url(../../img/index/title_bg.png) no-repeat right top;
	width: 1000px;
	height: 190px;
	border: 1px solid #dcdcdc;
    border-top: 2px solid #50a6e2;
	margin-top: 40px;
}
.newsbox .boxtitle {
	margin: 0 14px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #dcdcdc;
}
.newsbox .boxtitle h6 {
	float: left;
    color: #50a6e2;
    padding-left: 5px;
}
.newsbox .boxtitle span {
	float: right;
    color: #999;
}
.newsbox .boxtitle span a {
	color: #999;
    padding: 0 3px;
}
.newslist {
	padding-left: 20px;
	padding-top: 10px;
}
.newslist a {
	color: #333;
	font-size: 16px;
	line-height: 30px;
}
.newslist a:hover {
	color: #777;
}