.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: 30px;
}

.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 .box .pic,
.content .box .txt {
	width: 100%;
	box-sizing: border-box;
}

.content .box .pic img {
	width: 100%;
	display: block;
}

.content .box .txt {
	/*padding-left: 15px;*/
}

.content .box .txt h4 {
	font-size: 14px;
	color: #d40000;
	font-weight: bold;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding-top: 15px;
	padding-bottom: 15px;
}

.content .box .txt p {
	font-size: 12px;
	color: #666666;
	line-height: 1.4;
	margin-bottom: 10px;
}

.content .details_title {
	width: 100%;
    background: #FFFFFF;
    padding: 5px 0 5px 18px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.content .details_title h4 {
	display: inline-block;
    border-left: 3px solid #b90008;
    padding-left: 7px;
    font-size: 14px;
    line-height: 15px;
    color: #333;
}

.content .details_article {
	padding-left: 15px;
    line-height: 1.4;
    font-size: 14px;
    color: #333;
}

.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;
}
