#newslist{
	width: 80%;
    margin: 20px auto;
}
#newslist .list{
    overflow: hidden;
}
#newslist .list .newsTxt .wrap .photo,
#newslist .newstitle{
    max-height: 600px;
    overflow: hidden;	
}
#newslist .list .newsTxt .wrap .photo a{
    display:block;
	width:100%;
	height:100%;	
}
#newslist .list .newsTxt .wrap .photo a img,
#newslist .newstitle img{
	width:100%;
}
#newslist .list .newsDate{
	margin: 30px 0;	
}
#newslist .list .newsDate a,
#newslist .list .newsDate p,
#newslist .list .newsDate h3{
	text-align: center;
	color: #313131;
}
#newslist .list .newsDate h3{
	font-size:18px;
}
#newslist .list .newsDate p.more a{
	border-top: 1px solid #868686;
    padding: 5px 15px;
}
@media screen and (max-width: 500px) {
	#newslist{
	   width: 90%;
	}
}
