.container{
    background: #EFE6DD;
}
.content{
    width:1200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 100px;
}
.departcontent{
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    padding: 50px;
}
.departcontent{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.departcontent a{
    font-size: 14px;
    color: #FFFFFF;
    background: url("../img/navbg2.png") no-repeat center/100% 100%;
    height: 35px;
    line-height: 35px;
    width: 15%;
    text-align: center;
    border-radius: 5px;
    margin-right: 16px;
    margin-bottom: 20px;
}
.departcontent a.active{
    background: url("../img/navbg2on.png") no-repeat center/100% 100%;
    color: #FFFFFF;
}