@charset "utf-8";
.org-box{
    padding:30px 50px;
    border:1px solid #cecece;
    overflow:hidden;
}
.org-item{
    overflow:hidden;
}
.org-item + .org-item{
    margin-top:10px;
}

.org-item .dept-name{
    width: 100%;
    height: 44px;
    border-bottom: 3px solid #eae8e8;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: normal;
    clear: both;
}
.org-item .dept-name span{
    float:left;
    height: 44px;
    width:120px;
    text-align:center;
    line-height: 40px;
    border-bottom: 3px solid #2f5394;
    color: #2f5394;
    font-weight: bold;
}
.org-item .dept-list{

}
.org-item .dept-list ul li{
    width:30%;
    float:left;
    height:40px;
    line-height:40px;
    overflow:hidden;
    border:1px solid #cecece;
    margin: 5px 1%;
    border-radius:8px;
    text-align:center;
}
.org-item .dept-list ul li:hover a{
    display: block;
    background: #2f5394;
    color: #fff;
}