﻿/*访谈专访样式*/

.interview-div{
    width:480px;   
}
.staff-info {
    background:#f8f8f8;
    padding:10px;

}
.staff-pic {
    width:460px;
    height:700px;

}
.staff-name {
    font-size:28px;
    padding:10px;
    border-bottom:1px solid #000;
}

.staff-intro {
    padding:10px;
    line-height:26px;
    text-indent:2em;

}
