
.about_content{
    /* margin-top: 20px; */
}
.about_content li{
    height: 50px;
    line-height: 50px;
    border-bottom: dashed 1px #EAEAEA;
    overflow: hidden;
}
.about_content li a{
    display: block;
    color: #000;
}
.about_content li a:hover{
    color: #019b4b;
}
.about_content li p{
    float: left;
    width: 80%;
    overflow:hidden;
    /*text-overflow:ellipsis;*/
    white-space:nowrap
}
.about_content li span{
    float: right;
    margin-right: 40px;
}
.about_content li div{
    float: right;
    margin-right: 40px;
}

.about_someone{
    overflow: hidden;
}
.about_title{
    width:  100%;
    margin-top: 20px;
    overflow:  hidden;
    position: relative;
    height: 40px;
}
.about_title img{
    display:  inline-block;
    width: 14px;
    height: 30px;
}
.about_title span{
    display:  inline-block;
    height: 30px;
    padding: 0 10px;
    background: #fff;
    z-index: 3;
    position: absolute;
    top: 3px;
    font-size: 16px;
}
.about_title div{
    width: 90%;
    border-bottom: solid 2px #EBF2F8;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 1;
}
.about_someone li{
    margin-left: 25px;
    line-height: 30px;
    font-size: 16px;
}
.about_someone li p{
    text-indent: 2em;
}
.about_someone .process{
    text-align: center;
}
.culture_survey{
    width: 920px;
    display: block;
    margin: 0 auto;
}