.home{
    cursor: pointer;
}
.aboutBoss ul{
    list-style: none;overflow: hidden;
}
.aboutBoss #aboutnavs{
    width: 400px;height: 40px;text-align: center;line-height: 40px;padding-left: 20px;
}
.aboutBoss #aboutcontent li{
    color:#FEFFFF;
    font-size:14px;
}
.aboutBoss #aboutnavs li{
    width: 25%;height: 40px;float: left;
    border-bottom: none;
    color:#333;
    background: #fff;
    cursor: pointer;
}
.aboutBoss  #aboutnavs li.active{
    border-top:1px solid  #2D57D1FF;
    color:#2D57D1FF;
}
.aboutBoss #aboutcontent{
    width: 100%;height: 800px;position: relative;border-top: none;padding:0px
}
.aboutBoss #aboutcontent li{width: 100%;height: 100%;position: absolute;display: none;overflow: hidden;text-overflow: ellipsis}
