.container{
    background: #EFE6DD;
}
.content{
    width:1200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.departnav {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.departnav 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;
}
.departnav a.active{
    background: url("../img/navbg2on.png") no-repeat center/100% 100%;
    color: #FFFFFF;
}
.dlist{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.doc-item{
    width: 23%;
    margin-right: 2%;
    margin-top:30px;
}
.doc-item img{
    width: 100%;
    height: 300px;
}
.doc-item p{
    margin: 0;
    text-align: center;
}
.doc-cname{
    font-weight: bolder;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    margin-top: 10px !important;
}
.doc-pos{
    color: #A9A9A9;
    font-size: 14px;
    line-height: 20px;
}