#wrapper {
	height: auto;
	width: 100%;
	background: url(../img/list_page_bg.jpg) fixed top center;
	background-repeat: no-repeat;
	background-size: 100%;
}

#list {
	position: relative;
	width: 1080px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.box {
	position: relative;
	padding: 0px;
	width: 300px;
	height: auto;
	cursor: pointer;
	background: #FFF;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #ccc;
	padding-bottom: 30px;
}

.box:hover {
	opacity: 0.85;
}

.listPic {
	width: 100%;
	height: auto;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.h3 {
	font-size: 15px;
	width: 92%;
	text-align: left;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 22px;
	padding-bottom: 15px;
	color: #333333;
	font-family: "微软雅黑";
}

.listP {
	font-size: 13px;
	width: 92%;
	text-align: left;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 0;
	padding-bottom: 15px;
	color: #777777;
}

.time {
	position: absolute;
	bottom: 15px;
	right: 20px;
	font-size: 12px;
	color: #222;
}

.zhuanti {
	display: block;
	background: #F39800;
	position: absolute;
	bottom: 124px;
	left: 0;
	width: 75px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 3px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

@media only screen and (max-width: 640px) {
	#wrapper {
		height: auto;
		width: 100%;
		background:none;
	}
	#list {
		position: relative;
		width: 88%;
		height: auto;
		margin: 0 auto;
		padding: 0 0 20px 0;
	}
	.box {
		width: 100%;
		padding-bottom: 2.0rem;
		margin: 3.0rem 0;
	}
	.zhuanti {
		bottom: 10.5rem;
	}
}