
/*$main 主体内容开始*/
.main{
	width: 1200px;
	margin: 60px auto 60px;
	height: auto;
}
.title{
	margin: 60px auto 0;
}
.main .title img{
	display: block;
	margin: 0 auto;
}
.date-ul{
	width: 1180px;
	margin: 40px auto 0;
	height: auto;
}
.date-ul li{
	float: left;
	width: 220px;
	margin-right: 20px;
	height: 290px;
	box-sizing:border-box;
	position: relative;
	margin-bottom: 32px;
	background-size: cover;
}
.date-ul li:nth-of-type(5n){
	margin-right: 0px;
}
.date-ul:after{
	display: block;
	content: "";
	clear: both;
}
.date-ul li>a{
	display: block;
	width: 202px;
	height: 208px;
	margin: 0 auto;
}
.date-ul li>a>img{
	display: block;
	width: 100%;
	max-height: 100%;
}
.date-ul .info{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 84px;
	background: url(../img/man_bg.png) no-repeat;
	background-size: 100%;
	box-sizing:border-box;
	padding: 12px 14px 0;
}
.date-ul .info-title{
	color: #5F2907;
	width: 100%;
	line-height: 20px;
}
.date-ul .info-author{
	color: #827066;
	width: 100%;
	line-height: 20px;
	font-size: 16px;
	position: absolute;
	left: 14px;
	bottom: 9px;
}
.join-active a{
	display: inline-block;
	vertical-align: middle;
}
.join-wrap{
	display: inline-block;
	position: relative;
}
.join-active img{
	display: block;
}
.join-active{
	height: 60px;
	line-height: 60px;
	font-size: 0;
	text-align: center;
}
.join-active .active-mes{
	color: #E6BE69;
	text-decoration: underline;
	font-size: 22px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -100px;
	margin: auto;
}