/*- 最新消息 共用  --*/
.News-row{
	padding: 4% 0;
}
.News-date{
	color: #7c634f;
	font-weight: bold;
}
.News-text{
	color: #000;
	font-weight: bold;
}
.news-left{
	background-image: url(../image/news-left.png);
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.news-right{
	background-image: url(../image/news-right.png);
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/*- 最新消息 共用  --*/