.department-list {
    width: 100%;
    height: auto;
    padding: 25px 37px;
    background: #f2eee5;
    margin-top: 15px;
}

.department-list p{
    float: left;
    color: #989897;
    line-height: 37px;
}

.department-list li{
    width: auto !important;
    padding: 0px 17px !important;
    color: #565656;
    border: none !important;
    line-height: 37px;
    cursor: pointer;
}

.department-list ul{
    width: calc(100% - 120px);
    float: right;
}

.department-list .on{
    background: #b19160;
    color: white;
}

.department-cont>ul>li{
    padding: 15px !important;
    border: 1px solid #b4b4b4;
    margin-top: 25px;
    border-radius: 5px;
}

.export-tit {
    width: 141px;
    height: auto;
    float: left;
    text-align: center;
}

.export-tit h5{
    width: 141px;
    height: 141px;
    border: 3px solid #bc863c;
    border-radius: 50%;
    color: white;
    position: relative;
}

.export-tit h5>p{
    position: absolute;
    bottom: -3px;
    left: -3px;
    text-align: center;
    width: 141px;
    height: 141px;
    background: linear-gradient(rgba(0,0,0,0) 70%, #bc863c 30%);
    border-radius: 50%;
    padding-top: 76%;
    font-size: 24px;
}

.export-tit>p{
    margin-top: 14px;
    font-size: 20px;
    color: black;
}

.export-cont {
    width: calc(100% - 141px );
    float: right;
    padding-left: 36px;
    padding-top: 15px;
}

.export-cont p {
    color: #565656;
    font-size: 14px;
    line-height: 22px;
}

.export-cont ul {
    width: 50%;
    float: left;
    margin-top: 25px;
}

.export-cont li {
    width: auto !important;
    padding: 3px 13px !important;
    background: #bc863c;
    color: white;
    margin: 5px !important;
    border: none !important;
    font-size: 16px;
    border-radius: 10px;
}

.show-cont button {
    width: 122px;
    height: 29px;
    color: white;
    font-size: 18px;
    margin-top: 24px;
    cursor: pointer;
}

.show-cont button:nth-of-type(1) {
    background: url(/public/static/index/images/icon01.png) no-repeat center center;
    background-size: 122px 29px;
}

.show-cont button:nth-of-type(2) {
    background: url(/public/static/index/images/icon09.png) no-repeat center center;
    background-size: 122px 29px;
    margin-left: 46px;
}