#newslist{
}
#newslist .list{
	overflow:hidden;
	margin-bottom: 30px;
}
#newslist .list .photo{
	float:left;
	width: 30%;
    margin-right: 3%;
}
#newslist .list .photo a{
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	border:1px solid #4e5e91;
	background-size: contain;
}

#newslist .list .info{
	float:left;
    width: 60%;
    position: relative;
    padding-left: 5%;
}
#newslist .list .info:before{
	position:absolute;
	left:0;
	top:0;
	width:2px;
	height:45%;
	background:#94040F;
	content:'';
	display:block;
}
#newslist .list .info p{
	color:#535353;
	font-size:14px;
}
#newslist .list .info h3{
	margin:10px 0 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#newslist .list .info h3 a{
	color:#75070d;
	font-size:20px;
}

#newslist .list .info article{
	color:#6c6c6c;
	font-size:16px;
    height: 46px;
    overflow: hidden;
}
@media screen and (max-width: 480px) {
	#newslist .list .info article{
		font-size:14px;
	}
	#newslist .list .info h3{
		margin: 5px 0 10px;	
	}
	#newslist .list .photo{
		width: 100%;
		margin-right: 0;
		margin-bottom:10px;
	}
	#newslist .list .info{
		width: 100%;
	}
}