.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;
}
.news_message_bigbox{
    padding: 3% 2%;
    box-sizing: border-box;
    background-color: #f6f6f6;
}
.news_message_box{
    padding: 2%;
    box-sizing: border-box;
    background-color: white;
    border-radius: 10px;
    min-height: 600px;
}
.new_title_box{
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new_title_box .new_title{
    font-size: 18px;
    color: #333333;
}
.new_title_box span{
    font-size: 15px;
    color: #808080;
}
.new_message{
    margin-top: 5%;
    font-size: 12px;
    line-height: 24px;
    color: #808080;
    letter-spacing: 1px;
}