
.publicity-list{
	width: 1200px;
	background: #fff;
	margin:0 auto;
}
.publicity-list ul{
	padding-top: 40px;
}
.publicity-list ul li{
	background: #fff;
	margin-top: 40px;
	overflow: hidden;
}
.publicity-list ul li .n1lt {
    width: 150px;
    float: left;
    text-align: center;
    background: #2dc888;
    padding: 20px 0;
}
.publicity-list ul li .n1lt .day{
	font-size: 60px;
	line-height: 60px;
	padding-bottom: 15px;
	background: url(/Static/img/w3.png) no-repeat center bottom;
	color: #fff;
}
.publicity-list ul li .n1lt .year{
	font-size: 20px;
	line-height: 20px;
	padding-top: 15px;
	color: #fff;
}
.publicity-list ul li .n1rt {
    float: left;
    position: relative;
}
.publicity-list ul li .n1rt .n1rt1{
	width: 780px;
	float: left;
	padding:20px 84px 20px 35px;
	box-sizing: content-box;
}
.publicity-list ul li .n1rt .n1rt1 .ntt{
	font-size: 18px;
	color: #404040;
	line-height: 30px;
}
.publicity-list ul li .n1rt .n1rt1 .nday{
	font-size: 14px;
	color: #888;
	line-height:30px;
	margin-top: 40px;
}
.publicity-list ul li .n1rt .n1rt2{
	float: left;
}
.publicity-list ul li .n1rt .n1rt2 a{
	box-sizing:content-box;
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 150px;
	padding-left: 65px;
	width: 85px;
	background: url(/Static/img/w4.png) no-repeat 35px center;	
}
.publicity-list ul li .n1rt .n1rt2 a:hover{
	color: #2dc888;
}
.list-more{
	width: 178px;
	height: 58px;
	margin:0 auto;
	line-height: 58px;
	border-radius: 10px;
	background: #2dc888;
	text-align: center;
	margin-top: 80px;
	cursor: pointer;
}
.list-more span{
	color: #fff;
	font-size: 30px;
}


