.top {
    padding: 12px 12px 12px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(#094217, #1B642D);
}
.jslb ul {
    display: flex;
    padding: 3% 5%;
    box-sizing: border-box;
    justify-content: space-between;
}

.jslb ul li a {
    font-size: 12.5px;
    font-weight: normal;
}

.jslb ul .bs a {
    position: relative;
    color: #094217;
}

.jslb ul .bs a::after {
    content: '';
    left: -5%;
    bottom: -40%;
    position: absolute;
    width: 110%;
    height: 3px;
    background-color: #094217;
}
.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:nth-of-type(2n){
    margin-right: 0;
}
.js_message_head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4%;
}
.js_message_head p{
font-size: 14px;
    color: #000;
}
.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{
    margin-left: 5px;
    font-size: 12px;
	color: #88950c;
}
.js_label{
    display: flex;
    flex-wrap: wrap;
}
.js_label p{
    padding: 0 5%;
    font-size: 12px;
    line-height: 24px;
    background-color: #88950c;
    color: white;
    border-radius: 12px;
    margin-top: 3%;
overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 1;
}
.js_img{
    width: 100%;
    height: 42vw;
}
.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;
line-height: 18px;
    color: #504e4e;
}