.sp-top {
    width: 100%;
    /* padding-bottom: 1rem; */
    -wespit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

.sp-top .sp-top-bg {
    background: #ffffff;
    -wespit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 0.53rem 0.43rem;
}

.sp-top .sp-top-bg .sp-content-title {
    /*font-family: 'siyuan';*/
    font-stretch: normal;
    line-height: 0.82rem;
    letter-spacing: 0rem;
    color: #000000;
    font-size: 0.59rem;
    font-weight: normal;
    margin-bottom: 0.43rem;
}

.sp-top .sp-top-bg .sp-top-msg {
    display: -wespit-box;
    display: -ms-flexbox;
    display: flex;
    -wespit-box-pack: justify;
    -wespit-justify-content: space-between;
    justify-content: space-between;

}

.sp-top .sp-top-bg .sp-top-msg .sp-top-msg-left {
    display: -wespit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -wespit-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    -wespit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 0.4rem;
}

.sp-top .sp-top-bg .sp-top-msg .sp-top-msg-count {
    height: 0.43rem;
    font-size: 0.32rem;
    line-height: 0.45rem;
    color: #999999;
}

.sp-top .sp-top-bg .sp-top-msg .sp-top-msg-time {
    height: 0.45rem;
    font-size: 0.32rem;
    line-height: 0.45rem;
    color: #999999;
    display: -wespit-box;
    display: -ms-flexbox;
    display: flex;
    -wespit-box-pack: justify;
    -wespit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 0.43rem;
}

.sp-top-content-share {
    display: flex;
    align-items: center;
}

.sp-top .sp-top-bg .sp-top-msg .sp-top-msg-img {
    width: 2.56rem;
    height: 1.97rem;
    background: #29A7C9;
    border-radius: 0.21rem;
}

.video_box {
    width: 10rem;
    background: #ffffff;
}

.video_box .video{
    width: 100%;
    height: 5.63rem;
    object-fit: cover;
}

.video_box .video_resume{
    padding: 0.53rem 0.43rem;
}

.video_box .video_resume .video_resume_title{
    height: 0.64rem;
    font-size: 0.48rem;
    font-weight: bold;
    line-height: 0.96rem;
    color: #333333;
    margin-bottom: 0.43rem;
}

.video_box .video_resume .video_resume_content{
    font-size: 0.43rem;
    font-weight: 400;
    line-height: 0.69rem;
    color: #333333;
}


.video_box .sub-nav {
    height: 0.48rem;
    margin: 0.32rem 0;
}

.video_box .sub-nav .swiper-container {
    width: 100%;
    height: 100%;
}

.video_box .sub-nav .swiper-container .swiper-slide {
    width: auto;
    height: 0.48rem;
    background: rgba(235, 247, 244, 1);
    border-radius: 0.27rem;
    padding: 0 0.21rem;
    font-size: 0.29rem;
    line-height: 0.48rem;
    color: #2AAC8B;
}

.video_resume_content img{
    /*filter: blur(30px);*/
}
.sp-top-msg-img img{
    /*filter: blur(30px);*/
}