/******** 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;
}



/******** card-modules - viewB ********/

.horizontal-card .section-header .btn-flat {
    flex-wrap: wrap;
}

.horizontal-card .section-header .btn-flat a {
    min-width: 30%;
}

.horizontal-card .section-header .btn-flat .btn-primary {
    border: none !important;
}

.horizontal-card .section-header h4 {
    display: block !important;
}

.horizontal-card .text-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 12px;
}

.horizontal-card .text-buttons img {
    transform: translateX(-10000px);
    filter: drop-shadow(10000px 0 var(--xjtlu-secondary));
}

.horizontal-card .text-buttons .btn-secondary {
    font-weight: 600;
    color: var(--xjtlu-secondary);
    padding: 0;
    border: none;
}

.font-strong{
    font-weight: 600;
    margin-top:20px ;
}


