.v-part {
    box-sizing: border-box;
    padding: 20px 5px 30px 24px;
}
.v-part-main {
    display: flex;
}
.v-part-main-left {
    width: 70%;
}
.v-part-main-left-bottom {
    height: 80px;
    background: #fafafa;
    border-radius: 4px;
    margin-top: 8px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
}

.v-part-main-left-bottom-title {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-bottom: 16px;
    margin-top: 10px;
}
.v-part-main-left-bottom-time {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}
.v-part-main-left-bottom-r {
    display: flex;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    justify-content: center;
    align-items: center;
    position: relative;
}
.v-part-main-left-bottom-r:hover .v-part-main-left-bottom-r-imgs{
    /* cursor: pointer; */
    display: block;
}
.v-part-main-left-bottom-r-imgs{
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: 100;
    top: -146px;
    left: -40px;
    box-shadow: 0 0 5px #b1b1b1;
    display: none;
    border-radius: 10%;
}

.v-part-main-left-bottom-r-middle {
    margin: 0 10px;
}
.v-part-main-left-bottom-r-img {
    width: 36px;
    height: 36px;
}
.v-part-main-left-bottom-r-round {
    width: 60px;
    height: 60px;
    background: #d8d8d8;
    border-radius: 50%;
}
.v-part-main-right {
    flex: 1;
    margin-left: 20px;
    background: #fafafa;
    border-radius: 4px;
    padding: 18px 8px;
    user-select: none;
    position: relative;
}
.v-part-main-right-top {
    display: flex;
    justify-content: space-between;
}
.v-part-main-right-top-l {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    position: relative;
}

.v-part-main-right-top-l::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 18px;
    background: #ff6e00;
    left: -10px;
    top: 2px;
}

.v-part-main-right-top-r {
    color: #999;
    font-size: 14px;
}
.v-part-main-right-v-list {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    min-height: 320px;
}
.v-part-main-right-v-list-item {
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    padding-left: 5px;
    width: 208px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v-part-main-right-v-list-item-active {
    background: #ff6e00;
    border-radius: 4px;
    color: #fff;
}

.v-part-main-right-top-f {
    display: flex;
}
.v-part-main-right-top-f-s {
    width: 52px;
    margin-left: -12px;
    color: #333;
}

#video {
    margin-bottom: 20px;
}
.pagination {
    margin-top: 20px;
}
.pa-part {
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: 35px;
}
.M-box{
    position: absolute;
    bottom: 30px !important;
}

.M-box > a {
    display: inline-block;
    border-radius: 5px !important;
    border: 1px solid #dddddd !important;
    font-size: 14px !important;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999 !important;
    text-align: center;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    margin-left: 3px;
}
.active-P {
    display: inline-block;
    border-radius: 5px !important;
    border: 1px solid #ff6e00;
    font-size: 14px !important;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ff6e00;
    text-align: center;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    margin-left: 3px;
}

.v-part-main-left-video{
    position: relative;
}
.v-part-main-left-video-mask{
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 400;
}



