.top {
    padding: 12px 12px 12px;
    text-align: center;
    color: #fff;
    background-color: #59B0E5;
}

.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_type{
    padding: 2% 12px 3%;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 16px rgba(0,0,0,0.07);
    overflow-x: auto;
    white-space: nowrap;
}
.new_type_li{
    display: inline-block;
    font-size: 12px;
    color: #808080;
    margin-right: 5%;
}
.new_type_li:last-of-type{
    margin-right: 0;
}
.new_type_li .cirle{
    width: 24px;
    height: 1px;
    margin: 2px auto 0;
}
.new_type .bs p{
    color: #59B0E5 !important;
}
.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: 5%;
    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: 3%;
    font-size: 12px;
    line-height: 24px;
    color: #808080;
    letter-spacing: 1px;
}
.new_time{
    margin-top: 3%;
    text-align: right;
    font-size: 14px;
    color: #808080;
}