
.dsfc_list{

}


/* 导师风采 */
.dsfc_content{
    margin-top: 10px;
    width: 100%;
    height: inherit;
}

.dsfc_item{
    float: left;
    border-radius: 4px;
    width: 250px;
    height: 352px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
    color: #333;
    margin: 10px;
    cursor: pointer;
}

.dsfc_item_img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    position: relative;
}

.dsfc_item_info{
    margin-top: -40px;
    position: relative;
    z-index: 10;
    background-color: rgba(255, 255, 255, .80);
    padding-left: 10px;
}

.dsfc_item_info_name{
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    background: url('2025_yjs_jxgl_dsfc_right.png') right no-repeat;
    background-size: 42px 40px;
}

.dsfc_item_info_desc{
    border-top: 1px solid rgba(215, 0, 15, .2);
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    color: #3D3D3D;
}
