/******** common_content - default ********/

.comment-content-container img {
    max-width: 100%;
    height: auto !important;
}

.previous-staff-mamber {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ECECEC;
}

.previous-staff-mamber:before, .previous-staff-mamber:after {
    content: " ";
    display: table;
}

.previous-staff-mamber:after {
    clear: both;
}

.previous-staff-mamber:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
}

.previous-staff-mamber .image {
    float: left;
    width: 21.277%;
    margin-right: 2.128%;
}

.previous-staff-mamber .image img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

.previous-staff-mamber .info {
    float: left;
    width: 76.596%;
}

.previous-staff-mamber .info h3,
.previous-staff-mamber .info h4 {
    margin-top: 0;
    margin-bottom: 0;
}

.previous-staff-mamber .info p {
    margin: 15px 0 0;
}

@media (max-width: 37.49em) {
    .previous-staff-mamber .image {
        margin-right: 20px;
        width: 80px;
    }

    .previous-staff-mamber .info {
        width: calc(100% - 100px);
    }

    .previous-staff-mamber .info p {
        margin-top: 10px;
    }
}


table {
    width: 100%;
}

.common-content-video {
    width: 100% !important;
    height: auto !important;
}

/*影视艺术学院导师介绍样式*/
.sub-content-txt{
    width:100%;
    float: left;
}

.sub-content-txt img{
    float: left;
}



/******** pdf_card_module - default ********/

.card.pdf-card .card-body .btns{
    flex-wrap: wrap;
}


