.top {
    padding: 12px 12px 12px;
    text-align: center;
    color: #fff;
        background-image: linear-gradient(#094217,#1B642D);
}

.top p {
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.top span{
    color: white;
}
.top span:nth-child(3) {
    font-size: 20px;
    color: #fff;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
}
.new_list{
    background-color: #f6f6f6;
    padding: 5% 2%;
    box-sizing: border-box;
}
.new_li{
    padding: 2%;
    box-sizing: border-box;
    background-color: white;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}
.new_left{
    width: 36%;
}
.new_left img{
    border-radius: 10px;
}
.new_right{
    width: 61%;
}
.new_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new_name{
    font-size: 14px;
    color: #333333;
}
.new_title span{
    font-size: 12px;
    color: #808080;
}
.new_message{
  height: 42px;
    margin-top: 2%;
    font-size: 0.5rem;
    line-height: 20px;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
-webkit-line-clamp:2;
}
.look_more{
    text-align: right;
}
.look_more span{
    font-size: 12px;
    color: #094217;
}
.new_list a{
    display: block;
}
.new_list a:nth-of-type(n+2){
    margin-top: 3%;
}