.person {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
}
.person img {
    width: 110px;
    height: auto;
    float: left;
    margin-right: 10px;
}
.person .text1 {
    font-weight: bold;
    color:#333;
    line-height: 2em;
    margin-top: 10px;
}
.person .text2 {
    color:#666;
    font-weight: bold;
    margin-top: 10px;
}
.person .text3 {
    color:#666;
    font-weight: bold;
    line-height: 2em;
    margin-top: 10px;
}
.person .text-info {
    font-weight: bold;
    color:#333;
    line-height: 2em;
    clear: both;
}
@media screen and (max-width:1200px) {
    .person {

        margin: 20px 10px;
    }   
}