/*  */
.notice{
 padding: 20vh 0;
}
/* 视频播放块 */
.ivideo-videobox{
    margin-top: 0.10rem;
    margin-bottom: 0.24rem;
}
.ivideo-videobox .videobox-video{
    /* height: 450px; */
    padding-top: 75%;
    background-color: aliceblue;
    position: relative;
    border-radius: 3px;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
}
.ivideo-videobox .videobox-video video,
.ivideo-videobox .videobox-video .video-js{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.ivideo-videobox .videobox-video a{
    content: '';
    display: block;
    position: absolute;
    background: url('./../img/play-white@2x.png') no-repeat center center rgba(0,0,0,0.4);
    border-radius: 3px;
    width: 100%;
    height: 100%;
    background-size: 40px auto;
    cursor: pointer;
}
.ivideo-videobox .videobox-body{
    background: #F4F4F4;
    border-radius: 0px 0px 3px 3px;
    padding: 0.16rem 0.10rem;
}
.ivideo-videobox .videobox-tit{
    font-weight: 600;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.24rem;
    margin-bottom: 0.10rem;
}
.ivideo-videobox .videobox-desc{
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.21rem;
}
/* 列表 1列 */
.ivideo-list{
    margin-top: 0.10rem;
}
.ivideo-list .item{
    display: flex;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.22rem;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.08);
    border-radius: 5px;
    margin-bottom: 0.10rem;
    padding: 0.09rem 0.15rem;
    align-items: center;
    position: relative;
}

.ivideo-list .item.active{
    color: #425FFF;
}

.ivideo-list .item a{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: block;
}

.ivideo-list .dot{
    height: 0.28rem;
    width: 0.28rem;
    background: url('./../img/play@2x.png') no-repeat center center;
    background-size: cover;
}
/* 列表 2列 */
.ivideo-items{
    margin-top: 0.16rem;
    display: flex;
    flex-wrap: wrap;
}
.ivideo-items .item{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
    position: relative;
}
.ivideo-items .item a{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: block;
    z-index: 7;
}

.ivideo-items .item .item-img{
    width: 0.88rem;
    height: 0.88rem;
    /* background-color: aliceblue; */
    margin-right: 0.10rem;
}
.ivideo-items .item .item-img img{
    height: 0.88rem;
    position: absolute;
}
.ivideo-items .item .item-tit{
    font-weight: 600;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.24rem;
    margin-bottom: 0.06rem;
}
.ivideo-items .item .item-desc{
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.21rem;
}

/* 标题 */
.ivideo-title{
    display: flex;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    align-items: center;
}
.ivideo-title .ivideo-title-line{
    background: #333333;
    flex-grow: 1;
    height: 1px;
    margin-left: 1em;

}