.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: 14px;
    margin-right: 4%;
}
.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;
}
.new_type .bs .cirle{
	background-color:#59B0E5 !important;
}
.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: 5px;
}
.new_right{
    width: 61%;
}
.new_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new_name{
    font-size: 14px;
    color: #333333;
    overflow: hidden;
text-overflow: ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical; 
-webkit-line-clamp:1;
}
.new_title span{
    font-size: 12px;
    color: #808080;
}
.new_message{
    margin-top: 2%;
    font-size: 12px;
    line-height: 18px;
    color: #808080;
    overflow: hidden;
text-overflow: ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical; 
-webkit-line-clamp:2;
}
.new_bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
}
.new_bottom p{
    font-size: 12px;
    color: #808080;
}
.new_bottom span{
    font-size: 10px;
    color: #59B0E5;
}
.new_list a{
    display: block;
}
.new_list a:nth-of-type(n+2){
    margin-top: 3%;
}