.news{
	padding-top: .92rem;
	padding-bottom: 1.2rem;
}

.news .first{
	display: block;
	width: 10.4rem;
	height: calc(8rem - 1px);
	float: left;
	position: relative;
}

.first img{
	width: 100%;
	vertical-align: top;
}

.news .first .o-hide{
	width: 5.2rem;
	height: 6rem;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 3;
	overflow: hidden;
}

.first .text-box{
	
	width: 100%;
	height: 100%;
	padding-top: .72rem;
	padding-left: .59rem ;
	padding-right: .77rem;
	background: rgba(255,255,255,.8);
	-webkit-transform: translateY(101%);
	transform: translateY(101%);
	transition: all .4s linear;
}
.first:hover .text-box{
	-webkit-transform: translateY(0);
	transform: translateY(0);
}


.first .text-box .title{
	font-size: .24rem;
	font-weight: bold;
	line-height: 1;
	color: #1DD2AF;
}
.first .text-box .title .date{
	float: right;
	font-weight: normal;
	color: #7E7E7E;
	font-family: 'Helvetica Neue',Helvetica,Arial,'苹方-简','微软雅黑',sans-serif;
}
.first .text-box .name{
	font-size: .36rem;
	font-weight: bold;
	line-height: .4rem;
	color: #605F5F;
	min-height: 1.28rem;
	max-height: 1.28rem;
	padding-top: .18rem;
	 
	
}
.first .text-box .summary{
	font-size: .24rem;
	line-height: .36rem;
	color: #666666;
	padding-top: 0;


}



.news .next:nth-of-type(even){
	background-color:#FFFFFF;
}
.news .next:nth-of-type(odd){
	background-color:#F2F2F2;
}

.news .next{
	float: left; 
	width: 5.2rem;
	height: 4rem;
	display: block;
	padding-top: .72rem;
	padding-left: .59rem ;
	padding-right: .77rem;
}
.news .next .title{
	font-size: .24rem;
	font-weight: bold;
	line-height: 1;
	color: #1DD2AF;
}
.news .next .title .date{
	font-family: 'Helvetica Neue',Helvetica,Arial,'苹方-简','微软雅黑',sans-serif;
	font-weight: normal;
	float: right;
	color: #7E7E7E;
}
.news .next .name{
	font-size: .36rem;
	font-weight: bold;
	line-height: .4rem;
	color: #605F5F;
	min-height: 1.28rem;
	max-height: 1.28rem;
	padding-top: .18rem;

}
.news .next .summary{
	font-size: .24rem;
	line-height: .36rem;
	color: #666666;
	
	overflow: hidden;
}



@media only screen and (max-width: 832px) {
	.news .next:nth-of-type(odd){
		background-color:#FFFFFF;
	}
	.news .next:nth-of-type(even){
		background-color:#F2F2F2;
	}

	.news{
		padding-top: 0;
	}

	.news .first{
		width: 100%;
		height: auto;
	}
	.news .first .o-hide{
		width: auto;
		margin: 0;
		position: static;
		z-index: 2;
		height: auto;
	}
	.first .text-box{
		width: auto;
		height: auto;
		padding: 15px;
		padding-left: .59rem;
    	padding-right: .77rem;
		background: rgba(255,255,255,1);
		position: static;
		-webkit-transform: none;
		transform: none;
	}

	.first .text-box .summary{
		padding-top: 0;

	}
	
	.news .next{
		width: 33.333333%;
	}
	.news .next .name{
		
	}
}

@media only screen and (max-width: 832px) {
	.news .next{
		width: 100%;
		height: auto;
		padding: 15px;
		padding-left: .59rem;
    	padding-right: .77rem;
	}
	
}
@media only screen and (max-width: 480px) {
	.news .first .text-box{
		height: 100%;
	}
}

.newBanner{
	display: block;
	position: relative;
}
.newBanner > img{
	width: 100%;
}
.newBanner .wrap{
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	z-index: 3;
}
.newBanner .wrap .text-box{
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	width: 5.2rem;
	height: 4.6rem;
	display: block;
	padding-top: .72rem;
	padding-left: .59rem ;
	padding-right: .77rem;
	background: rgba(255,255,255,.6);
}
.newBanner .text-box .title{
	font-size: .24rem;
	font-weight: bold;
	line-height: 1;
	color: #1DD2AF;
}
.newBanner .text-box .title .date{
	float: right;
	font-weight: normal;
	color: #7E7E7E;
	font-family: 'Helvetica Neue',Helvetica,Arial,'苹方-简','微软雅黑',sans-serif;
}
.newBanner .text-box .name{
	font-size: .36rem;
	font-weight: bold;
	line-height: .4rem;
	color: #605F5F;
	min-height: 1.28rem;
	max-height: 1.28rem;
	padding-top: .18rem;
	 
	 
}
.newBanner .text-box .summary{
	font-size: .24rem;
	line-height: .36rem;
	color: #666666;
	
}
@media only screen and (max-width: 832px) {
	.newBanner .wrap {
		width: 100%;
		position: static;
	}
	.newBanner .wrap .text-box{
		position: static;
		padding: 15px;
    	padding-left: .59rem;
    	padding-right: .77rem;
		width: auto;
		height: auto;
	}
	.newBanner .text-box .summary{
		padding-top: 0;
	}
}


.news .next .name{
 font-size: .36rem;
 font-weight: bold;
 line-height: .4rem;
 color: #605F5F;
 min-height: 1.28rem;
 max-height: 1.28rem;
 padding-top: .18rem;

}

