.banner {
	width: 100%;
	height: 150px;
	background-size: 250% 100%;
	background-position: right center;
	background-repeat: no-repeat;
}

.content .title {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

.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;
}

.content .typelist {
    width: 100%;
    background: url(../images/default/beij_21.jpg) repeat-x left center;
    height: 7px;
    margin-top: 10px;
    margin-bottom: 40px;
    position: relative;
}

.content .typelist ul {
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
}

.content .typelist ul li {
	background-color: #FFFFFF;
}

.content .typelist ul li a {
	display: block;
	font-size: 14px;
	color: #666666;
	margin: 0 3px;
}

.content .typelist ul li a.active {
	color: #D40000;
	border-bottom: 2px solid #D40000;
}

.content .typelist ul li.active a {
	color: #D40000;
	border-bottom: 2px solid #D40000;
}

#newslist li {
	margin-bottom: 30px;
}

#newslist li a:after {
	display: table;
	content: "";
	clear: both;
}

#newslist li a p.title {
	float: left;
	font-size: 12px;
	color: #333333;
	margin: 0px;
}

#newslist li a span.addtime {
	float: right;
	font-size: 12px;
	color: #666666;
	padding-right: 7px;
}

#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;
}
