#newslist .list{
	overflow:hidden;
	border-bottom:1px solid #c9c9c9;
	padding:20px 0;
}
#newslist .date{
	float:left;
	padding: 0 2%;
	width: 6%;
}
#newslist .date p{
    font-size: 24px;
    font-style: italic;
    text-align: center;
    color: #656565;
    line-height: 110%;
}
#newslist .date p b{
    font-style: normal;
    font-size: 30px;	
}
#newslist .newsinfo{
	float: left;
    width: 85%;
	border-left:1px dashed #2fadac;
    padding-left: 2%;
}
#newslist .newsinfo article{
    height: 40px;
    overflow: hidden;
	line-height: 140%;		
}
#newslist .newsinfo h4 a{
	color:#2fadac;
	font-size:16px;
}
#newslist .newsinfo article a{
	color:#494949;
	font-size:13px;
}
.article-info p{
	color: #c1c1c1;
    font-size: 12px;
	text-align: right;
}
#sharway{
	margin-top:50px;
}
#sharway li{
	float: left;
    line-height: 0;
}

@media screen and (max-width: 640px) {
	#newslist .date p{
		font-size: 20px;
	}
	#newslist .date p b{
		font-size: 24px;	
	}
	#newslist .newsinfo{
		width: calc(100% - 106px);
	}
}
