html,body{
    background-color: #f1f1f1;
}
.video-item{
    width: 100%;
    /*height: 250px;*/
    background-color: #fff;
    margin-bottom: 15px;
}
.video-box{
    width: 100%;
    /*height: 220px;height: 220px;*/
    height: 194px;
    position: relative;
}
.kc-name{
    width: 100%;
    height: 48px;
    font-size: 16px;
    text-indent: 10px;
    color: #676767;
    line-height: 48px;
}
.jp-tit-box{
    width: 100%;
    height: 60px;
    margin-top:10px;
    margin-bottom:10px;
    position: relative;
}
.fgx-tit{
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #EEEEEE;
    z-index: 111;
}
.tit{
    width: 160px;
    text-align: center;
    height: 60px;
    line-height:60px;
    padding: 0 10px;
    color: #333;
    font-weight: bold;
    font-size: 19px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #FBFBFB;
    z-index: 222;
}
.kc-name-box{
     width: 100%;
     height: 48px;
     font-size: 16px;
     text-indent: 10px;
     color: #676767;
     line-height: 30px;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }
.kc-name-box span{
    padding: 0 10px;
    color:#F7A25F;
    line-height: 30px;
}
.img-box{
    width: 100%;
    height: 100%;
    position: relative;
}
.img-b{
    width: 100%;
    height: 100%;
}
.model-z{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 11;
    background-color: rgba(0,0,0,0.5);
}
.model-z-s{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 11;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.more{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.more-text{
    line-height: 50px;
    width: fit-content;
    font-size: 15px;
    color: #333;
}
.free-bg{
   background-color:  #FBFBFB;
}