.banner {
	width: 100%;
	height: 150px;
	background-size: 250% 100%;
	background-position: right center;
	background-repeat: no-repeat;
}

.content {
	background-color: #FFFFFF;
}

.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;
	margin-bottom: 20px;
}

.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;
}

.content .details h4 {
	font-size: 14px;
	color: #333333;
	text-align: center;
}

.content .details .addtime {
	font-size: 12px;
	color: #939393;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 20px;
}

.content .details .article {
	font-size: 12px;
	color: #525252;
	text-indent: 2em;
	line-height: 20px;
}

.content .details .article table {
	width: 100% !important;
}

.content .details .article img {
	display: block;
	width: 100% !important;
	height: auto !important;
	margin-bottom: 10px;
}

.content #pageSwitch {
	margin-top: 30px;
	padding-bottom: 30px;
}

.content #pageSwitch>a {
	display: block;
	color: #888;
    font-size: 14px;
    line-height: 22px;
    white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}