.mytop {
    margin-top: 50px;
}

.videocontent {
    padding-bottom: 176px;
}


.videoleftone {
    display: flex;
    justify-content: flex-start;
    margin-top: 25px;
    padding-right: 200px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.istype {
    color: #292929 !important;
    font-weight: 600;
    position: relative;
}

.istype::after {
    content: '';
    width: 54px;
    height: 4px;
    background: #09A384;
    position: absolute;
    bottom: -6px;
    left: 0;
}

.typeitem {
    width: 169px;
    font-size: 18px;
    color: #8E8E8E;
    cursor: pointer;
}


.rightlistitem {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.92);
    line-height: 22px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-top: 10px;
    width: 318px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}


.reportcontent {
    margin-top: 20px;
}


.reportitem {
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    padding: 15px 0 10px;
    border-bottom: 1px solid #ccc;
}

.reporttitle {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.92);
    line-height: 22px;
    width: 1000px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.reporttime {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.34);
    line-height: 22px;
    margin-top: 10px;
}

.rightlistitem {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.92);
    line-height: 22px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-top: 10px;
    width: 318px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;

}