.content{
    width: 7.1rem;
    padding-bottom: 1rem;
    margin: 0 auto;
}
.video{
    position: relative;
    width: 7.1rem;
    height: 4.1rem;
    background: #000;
}
.video .backg{
    width: 7.1rem;
    height: 4.1rem;
}
.video .play{
    position: absolute;
    width: 1.16rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.videos video{
    width: 7.1rem;
    height: 4.1rem;
}
.content h3{
    width: 6.7rem;
    height: 0.88rem;
    line-height: 0.88rem;
    padding-left: 0.4rem;
    background: #c5c5c4;
    font-weight: bold;
    font-size: 0.32rem;
}
.num{
    font-size: 0.2rem;
    color: #686868;
    text-align: right;
    margin-right: 0.2rem;
    margin-top: 0.09rem;
    margin-bottom: 0.5rem;
}
.num span{
    color: #d40000;
    font-weight: bold;
    
}
.cont {
    margin-bottom: 0.78rem;
}
.cont h6{
    padding-bottom: 0.24rem;
    border-bottom: 1px solid #999999;
    font-size: 0.3rem;
    font-weight: bold;
}
.cont p{
    padding-left: 0.32rem;
    margin-top: 0.1rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
    text-align: justify;
}