.banner {
	width: 100%;
	height: 150px;
	background-size: 250% 100%;
	background-position: right center;
	background-repeat: no-repeat;
}

.content {
	background-color: #FFFFFF;
	height: 100%;
}

.content .title {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;
}

.content .title h4 {
	display: inline-block;
    padding: 0 28px;
    background: url(../images/default/tit1_03.jpg) no-repeat right top;
    line-height: 36px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.content .title p {
	display: inline-block;
    line-height: 26px;
    background: url(../images/default/tit_03.jpg) no-repeat center top;
    font-size: 14px;
    color: #999;
}

#articlelist {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	position: relative;
}

#articlelist li {
	width: 50%;
	padding: 0 5px;
	margin-top: 25px;
	position: absolute;
}

#articlelist li img {
	width: 100%;
	display: block;
	border: 1px solid #929292;
}

#pagination {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin-top: 60px;
	padding-bottom: 55px;
}

#pagination .btn-group span,
#pagination .btn-group a {
	display: inline-block;
	font-size: 12px;
	color: #000000;
	padding: 4px 7px;
	border: 1px solid #b7b7b7;
	margin: 0 5px;
}
