.SoluteMain{
	padding: 30px;
}

.SoluteMain h2 {
    font-size: 24px;
    line-height: 30px;
    color: #eb2e2f;
    padding-left: 25px;
    background: url(../images/line3.png) no-repeat left center;
}

.NewsList ul {
    padding: 3% 0;
   /* border-bottom: 1px dashed #dadada;*/
    }
    
    .NewsList li {
    padding-left: 16px;
    background: url(../images/arr12.png) no-repeat left center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
}
.NewsList li a{
	display: flex;
	justify-content: space-between;
}

.NewsList li a span{
	 font-size: 14px;
	 color: #494848;
}
.NewsList li a .date{
	color: #999;
}
