.commonInfoList{
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
}
.commonInfoItem{
    margin-bottom: 12px;
    line-height: 20px;
}
.commonInfoItem label:first-child{
    color: #999999;
    font-size: 14px;
    white-space: nowrap;
    float: left;
    line-height: 20px;
}
.commonInfoItem label:last-child{
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}
.otherInfoList{
    padding-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    width: 862px;
}
.otherInfoItem{
    margin-bottom: 12px;
    display: flex;
    float: left;
    margin-right: 70px;
    line-height: 20px;
}
.otherInfoItem label:first-child{
    color: #999999;
    font-size: 14px;
    white-space: nowrap;
}
.otherInfoItem label:last-child{
    color: #666666;
    font-size: 14px;
    white-space: nowrap;
}
.vedio{
    width: 640px;
    height: 360px;
    background: #FFFFFF;
    position: relative;
    cursor: pointer;
    margin: 0 auto 30px;
}
.vedio_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vedio_cover{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bofang_Bg{
    width: 50px;
    height: 51px;
    object-fit: contain;
    display: block;
}
.vedio_content{
    width: 100%;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    padding-bottom: 37px;
}
.beiList{
    padding-bottom: 37px;
}
.beiList div{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 15px;
}
.beiList div:last-child{
    margin-bottom: 0;
}



