.top {
    padding: 12px 12px 12px;
    text-align: center;
    color: #fff;
    background-color: #c82c26;
}

.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;
}
.js_box{
    background-color: #f6f6f6;
    padding: 0 4%;
    box-sizing: border-box;
    padding-bottom: 5%;
}
.js_box ul{
    display: flex;
    flex-wrap: wrap;
}
.js_box ul li{
    width: 49%;
    margin-right: 2%;
    border-radius: 5px;
    box-shadow: 3px 6px 8px rgba(101,101,101,0.23),-3px 0px 8px rgba(101,101,101,0.23);
    padding: 3% 2% 4%;
    box-sizing: border-box;
    margin-top: 4%;
}
.js_box ul li img{
	border-radius: 5px;
}
.js_box ul li:nth-of-type(2n){
    margin-right: 0;
}
.js_message_head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2%;
}
.js_message_head p{
    font-size: 14px;
    color: #333333;
}
.js_message_head img{
    width: 15px;
}
.js_message_head .js_message_head_r{
    display: flex;
    align-items: center;
}
.js_message_head .js_message_head_r p{
    font-size: 12px;
    color: #bc312d;
}
.js_label{
    display: flex;
    flex-wrap: wrap;
}
.js_label p{
    padding: 0 5%;
    font-size: 12px;
    line-height: 24px;
    background-color: #bc312c;
    color: white;
    border-radius: 12px;
    margin-top: 3%;
    overflow: hidden;
text-overflow: ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical; 
-webkit-line-clamp:1;
}
.jj_box{
    margin-top: 5%;
}
.jj_box p{
    font-size: 12px;
    overflow: hidden;
text-overflow: ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical; 
-webkit-line-clamp:3;
}