.img-head {
	width: 100%;
	height: 440px;
	margin-bottom: 60px;
}

.img-head img {
	width: 100%;
	height: 100%;
}

.list {
	width: 930px;
	margin: auto;
}

.list>ul li {
	margin-bottom: 20px;
	border: 1px solid #9999993b;
	color: #999999;
	width: 100%;
	padding: 30px;
	cursor: pointer;
}


.list>ul li:hover {
	border: 1px solid #2aae67;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.list>ul li .list-p-span1 {
	display: inline-block;
	font-size: 20px;
	color: #333333;
	margin-bottom: 30px;
}
.list>ul li .list-p-span1 b{
	color: red;
	margin-left: 5px;
	font-weight: 100;
}
.list>ul li .list-p-span2 {
	float: right;
	font-size: 14px;
	display: inline-block;
}

.red{
	color: red;
}
.list>ul li .list-span {
	font-size: 14px;
	margin-right: 20px;
}

.list>ul li .list-time {
	background-image: url(../../image/zpsj.png);
	background-repeat: no-repeat;
	background-position-x: 2px;
	background-position-y: 4px;
	padding-left: 20px;
}

.list>ul li .list-location {
	background-image: url(../../image/zpdw.png);
	background-repeat: no-repeat;
	background-position-x: 5px;
	background-position-y: 2px;
	padding-left: 20px;
}

.list>ul li .list-button {
	border: 1px solid #2aae67;
	color: #2aae67;
	background: #FFFFFF;
	float: right;
	width: 100px;
	height: 33px;
	line-height: 33px;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
}

.list>ul li .list-button:hover {
	background: #2aae67;
	color: #FFFFFF;
}

.page {
	text-align: center;
}