.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;
}
.ls_box{
    box-sizing: border-box;
    padding: 2% 3%;
    background-color: white;
}
.ls_box .ls_title{
    font-size: 16px;
    color: #333333;
}
.ls_box ul{
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    margin-top: 2%;
}
.ls_box ul li{
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-family: "思源黑体 CN Regular";
}
.ls_box ul li:nth-of-type(n+2){
    margin-left: 28px;
}
.ls_box ul .bs{
    color: #b43430;
    background: url(../images/ls_bgc.png) no-repeat center bottom;
    background-size: contain;
}
.sp_box{
    padding: 0 3%;
    box-sizing: border-box;
    background-color: #f1f1f1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.sp_box li{
    width: 49%;
    margin-right: 2%;
    margin-top: 4%;
    background-color: white;
    border-radius: 5px;
}
.sp_box li:nth-of-type(2n){
    margin-right: 0;
}

.sp_box .tp{
    position: relative;
}
.sp_box .tp .video_img{
    border-radius: 5px 5px 0 0;
}
.sp_box .bf_box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sp_box .bf_box img{
    width: 25%;
}
.sp_box li a .nr {
    padding: 3% 4% 5% 4%;
    box-sizing: border-box;
  }
.sp_box li a .nr h3 {
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333333;
    font-size: 100%;
    font-size: 16px;
    font-weight: normal;
}
.sp_box li a .nr p{
    font-size: 12px;
    color: #7f7f7f;
    margin-top: 2px;
}
.sp_box li a .nr .jia {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
}
.sp_box li a .nr .jia span{
    width: 47%;
    height: 1.42rem;
    line-height: 1.42rem;
    text-align: center;
    display: inline-block;
    border-radius: 0.625rem;
    box-sizing: border-box;
    color: #676767;
    font-size: 0.83rem;
}
.sp_box li a .nr .jia .jd{
    font-size: 12px;
    color: #40bc2c;
    text-align: right;
}
.look_more{
    background-image: linear-gradient(#f6c661,#fa5d31);
    padding: 2% 1%;
    box-sizing: border-box;
}
.look_more_title{
    display: flex;
    align-items: center;
}
.look_more_title img{
    width: 20px;
}
.look_more_title p{
    font-size: 14px;
    color: white;
    margin-left: 5%;
}
.look_more a{
    width: 100%;
    display: block;
    border-radius: 10px;
    background-color: white;
    text-align: center;
    margin-top:4%;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}