@import '../css/reset.css?v=20240219';
@import '../css/base.css?v=20240219';
@import '../css/meet.css?v=20240219';

.ImgBgBox {
    width: 100%;
    height: 120px;
    /* background: url('../img/infoBg.png') no-repeat;
    background-size: 100% 100%; */
    background: linear-gradient(180deg, #2CB5EF, #1965D9);
    text-align: center;
    font-size: 30px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    letter-spacing: 10px;
    padding: 15px 0;
}

.meetVideoBox {
    min-height: 600px;
    padding: 0 !important;
    margin-bottom: 50px;
}

.videoList {
    margin-top: 40px;
}

.itemBox {
    width: 552px;
    height: 380px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    margin-right: 56px;
    cursor: pointer;
    margin-bottom: 38px;
}

.itemBox:nth-child(2n) {
    margin-right: 0;
}

.itemBox p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 64px;
    padding: 0 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.videoImg {
    width: 552px;
    height: 311px;
    overflow: hidden;
    position: relative;
    background-color: #f2f2f2;
}

.videoImg img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
