.banner {
	width: 100%;
	height: 150px;
	background-size: 250% 100%;
	background-position: right center;
	background-repeat: no-repeat;
}

.content {
	background-color: #f3f3f3;
}

.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;
}

.content .typelist ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.content .typelist ul li {
	width: calc(50% - 5px);
	height: 38px;
	border: 1px solid #bfbfbf;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.content .typelist ul li a {
	display: block;
	font-size: 10px;
	color: #5f5f5f;
	width: 100%;
	line-height: 38px;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: inherit;
}

.content .typelist ul li.active {
	border: 1px solid #d40000;
	background-color: #D40000;
}

.content .typelist ul li.active a {
	color: #FFFFFF;
}

#articlelist {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#articlelist li {
	width: calc(50% - 10px);
	margin-top: 25px;
}

#articlelist li img {
	width: 100%;
	height: 100px;
	display: block;
	border: 1px solid #929292;
	border-bottom: 0px;
}

#articlelist li .txt {
	background-color: #FFFFFF;
	border: 1px solid #929292;
	border-top: 0px;
	padding: 0 3px;
}

#articlelist li .txt:after {
	display: table;
	content: "";
	clear: both;
}

#articlelist li .txt span {
	display: block;
	float: left;
	font-size: 12px;
	color: #333333;
	line-height: 33px;
	width: calc(100% - 60px);
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

#articlelist li .txt a.details {
	display: block;
	float: right;
	width: 50px;
	height: 20px;
	font-size: 12px;
	color: #D40000;
	text-align: center;
	line-height: 18px;
	border: 1px solid #D40000;
	border-radius: 5px;
	margin-top: 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;
}
