.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #f7f7f7;
}

.main .r {
	width: calc(100% - 275px);
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 0 40px;
	padding-top: 24px;
	border-radius: 5px;
}

.main .r .top_content {
	border-bottom: 1px solid #e0e0e0;
}

.main .r .top_content h4 {
	font-size: 24px;
	color: #f37020;
	line-height: 44px;
	font-weight: 500;
}

.main .r .bottom_content {
	padding-top: 40px;
	padding-bottom: 120px;
}

.main .r .bottom_content p {
	word-break:break-all;
	font-size: 15px;
	color: #333333;
	line-height: 36px;
}

.main .r .bottom_content .summary p {
	font-size: 15px;
	color: #666666;
	line-height: 30px;
}

.main .r .bottom_content .pic img {
	display: block;
	margin: 0 auto;
}

.main .r .bottom_content ul li p {
	padding-left: 20px;
}

.main .r .bottom_content ul li p:before {
	content: "·";
	color: #f37020;
	font-size: 15px;
	line-height: 36px;
	font-weight: bold;
	padding-right: 15px;
}

.main .r .bottom_content ul li:last-child p:before {
	display: none;
}
