#newslist{
}
#newslist .list{
	overflow:hidden;
	margin-bottom: 1px;
}
#newslist .list a{
	display:block;
	position:relative;
	overflow:hidden;
}
#newslist .list .photo{
	float:left;
	width: 250px;
}
#newslist .list .photo div{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
#newslist .list .photo img{
	width:100%;
}
#newslist .list .centerTxt{
    color: #434343;
    float: left;
    width: calc(100% - 430px);
    margin: 0 50px;
}
#newslist .list .centerTxt h3{
	margin-top: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#newslist .list .centerTxt p{
	margin: 10px 0 0;
    line-height: 200%;
    height: 56px;
    overflow: hidden;
}
#newslist .list .date{
	color:#fff;
	float:right;
	background:#29abe2;
	width: 80px;
	height: 136px;
	transition: all cubic-bezier(0.42, 0, 0, 1.01) 0.3s;
}
#newslist .list .date p{
	text-align:center;
	margin: 10px 0;
	font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}
#newslist .list .date p.biggest{
	font-size: 24px;
}
#newslist .list a:before{
    content: '';
    width: calc(100% - 80px);
    height: 100%;
    background: linear-gradient(to bottom, #7bcaea 0%,#b1cbbf 52%,#fbcd85 100%);
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
	transition:all linear 0.3s;
}
#newslist .list a:hover:before{
    opacity: 0.5;
}
#newslist .list a:hover .date{
	background:#fbb03b;
}
@media screen and (max-width: 980px) {
	#newslist .list .centerTxt{
	    width: calc(100% - 390px);
		margin: 0 30px;	
	}
}
@media screen and (max-width: 768px) {
	#newslist .list .photo{
		width: 200px;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	#newslist .list .centerTxt{
		width: calc(100% - 260px);
		margin: 0;
		margin-left: 20px;
		margin-bottom: 20px;
		margin-right: 20px;
	}
	#newslist .list .date{
		width: 100%;
		height: auto;
		margin-left: 0;		
	}
	#newslist .list .centerTxt h3{
		margin: 0;
	}
	#newslist .list .date p{
		display:inline-block;
	}
	#newslist .list a:before{
		display:none;
	}
	#newslist .list .centerTxt p{
	    height: 64px;
		margin: 10px 0;	
		line-height: 150%;
	}
	#newslist .list .date p,
	#newslist .list .date p.biggest{
		font-size:12px;
		margin: 2px 5px;
	}
	#newslist .list{
		margin-bottom: 20px;
		background-color: rgba(241, 241, 241, 0.41);
		padding: 15px 0 0;
	}
	#newslist .list .date{
		text-align:center;
	}
}
@media screen and (max-width: 480px) {
	#newslist .list .photo{
		width: calc(100% - 40px);
		margin-bottom: 0;
	}
	#newslist .list .centerTxt{
		width: calc(100% - 30px);
		margin: 0;
		padding: 15px;
	}
	#newslist .list .centerTxt p{
		height: auto;
		max-height: 64px;
	}
}