.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;
}

.content .article {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

.content .article img {
	width: 100%;
}

.content .article ul {
	list-style-position: inside;
}

.content .article li {
	list-style-type: disc;
	list-style-position: inside;
}

.content .article li:after {
	display: table;
	content: "";
	clear: both;
}

.content .article li>p {
	display: inline;
}
