@import url(global.css);
@import url(window.css);
@import url(black.css);
@import url(alone.css);
@import url(pages.css);
.list {
	height: auto;
	width: 100%;
	margin-top: 20px;
}
.list .vbox {
	width: 100%;
	height: 178px;
	overflow: hidden;
	margin-bottom: 30px;
}
.list .vbox .pics {
	float: left;
	height: 168px;
	width: 298px;
	border: 1px solid #DDD;
	padding: 5px;
}
.list .vbox .pics img {
	max-width: 100%;
}
.list .vbox .text {
	float: right;
	height: 178px;
	width: 870px;
	overflow: hidden;
}
.list .vbox .text a {
	font-size: 16px;
	line-height: 28px;
	height: 28px;
	width: 860px;
	color: #ab742c;
	text-decoration: none;
	background-image: url(../image/icon_news.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: inline-block;
	overflow: hidden;
}
.list .vbox .text p {
	line-height: 30px;
	height: 90px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	font-size: 18px;
	color: #888;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
}
.center .title {
	font-size: 36px;
	line-height: 50px;
	text-align: center;
	height: 50px;
	width: 100%;
	margin-bottom: 30px;
}
.center .share {
	text-align: center;
	height: auto;
	width: 200px;
	margin-right: 500px;
	margin-left: 500px;
}
.center .body {
	height: auto;
	width: 100%;
}
.center .body img {
	max-width: 100%;
}