.department{

    width: 100%;

    height: 45px;

    line-height: 43px;

    margin-top: 27px;

}

.department ul{

    width: 100%;

}



.department li{

    width: 25% !important;

    padding: 0px !important;

    text-align: center;

    line-height: 43px;

    border-right: 1px solid #ccc;

    border-top: 1px solid #ccc;

    cursor: pointer;

}



.department .on{

    color: white;

    background: #98181c;

    border: 1px solid #98181c;

    position: relative;

}



.department .on::after{

    position: absolute;

    content: "▲";

    bottom: -27px;

    left: calc(50% - 6px);

    color: #98181c;

    transform: rotate(180deg);

    font-size: 12px;

}



.department-list li{

    padding: 15px !important;

    border: solid 2px #bc863c !important;

    margin: 8px 0px;

}



.department-list img{

    width: 166px;

    height: 171px;

    float: left;

}



.department-list p{

    float: left;

    width: calc(100% - 166px);

    padding-left: 18px;

    margin-top: 10px;

}



.department-list h5{

    float: left;

    width: calc(100% - 166px);

    padding-left: 18px;

    margin: 12px 0px;

}



.department-list h5 span{

    float: left;

    padding: 6px 8px;

    background: #bc863c;

    color: white;

    font-size: 14px;

}



.department-list h5 p{

    float: left;

    font-size: 14px;

    margin-top: 0px;

    line-height: 28px;

}