/* 
* @Author: Marte
* @Date:   2016-10-28 09:15:37
* @Last Modified by:   Marte
* @Last Modified time: 2017-02-28 09:48:18
*/
/*founder*/
.founder{
    margin-top: 50px;
}
.founder .caption{
    text-indent: 2em;
    font: 14px/24px '微软雅黑';
    margin-top: 32px;
}
.founder .caption h2{
    text-align: center;
}
/*abstract*/
.abstract h3{
    margin: 50px 0 0;
    font:  24px/24px '微软雅黑';
    color: #333;
}
.abstract p,.abstract ul{
    height: 600px;
    margin-top: 20px;
    margin-bottom: 50px;
    font: 14px/28px '微软雅黑';
    color: #666;
    border: 1px solid #ccc;
    padding: 8px;
    overflow-y: auto;
}
.abstract ul li{
    margin-left: 20px;
    list-style-type: none;
    list-style-image: url(../png/circle.png);
}
.abstract i{
    width: 100px;
    height: 4px;
    display: block;
    border-radius: 8px;
    background: #6f2071;
    margin-top: 10px;
}
/*team*/
.team{
    height: 500px;
    width: 695px;
    background: url(../gif/8.gif) no-repeat center center;
    background-size: cover;
}
/*join*/
.join .job{
    -width: 150px;
    font: 18px/28px '微软雅黑';
    margin-top: 10px;
    color: #fff;
    background: #d71718;
    padding: 10px ;
}
.join p a{
    text-align: none;
    color: #666;
    margin-left: 10px;
}
.join p a:hover{
    text-align: none;
}
.join ul li{
    list-style: none;
    list-style-image: url(../png/circle.png);
    font: 14px/28px '微软雅黑';
}
.join img{
    margin-bottom: 30px;
}
