.HPBar {
    width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    height: 35px;
    border-bottom: 2px solid #cc0000;
    box-sizing: border-box;
}

.HPBarBox {
    display: flex;
    height: 100%;
}

.HPBarBox>span:nth-child(1) {
    display: inline-flex;
    width: 160px;
    color: #fff;
    background-color: #cc0000;
    line-height: 40px;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    font-size: 15px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

.HPBarBox>span:nth-child(2) {
    display: inline-flex;
    width: 110px;
    color: #666;
    font-size: 15px;
    line-height: 40px;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

.HPBarCont:hover {
    cursor: pointer;
}

.HPBarCont {
    display: flex;
    align-items: center;
    position: relative;
}

.HPBarCont>img:first-child {
    z-index: -1;
    width: 40px;
    height: 35px;
}

.HPBarCont>div>span {
    color: rgb(236, 0, 0);
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-size: 12px;
    margin-right: 10px;
}

.HPBarCont>div>img {
    margin-right: 22px;
}

.HeadLine {
    width: 100%;
    border-bottom: 2px solid #888;
}

.departmentAllBox {
    width: 1080px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 40px;
}

.Alldepartment {
    padding: 0px 0px 10px;
    /* border-bottom: 1px solid #b1b1b1; */
}

.Alldepartment span {
    display: inline-block;
    padding: 4px 8px;
    background-color: #e3eceb;
    margin-top: 8px;
    vertical-align: top;
    font-size: 14px;
    border-radius: 1px;
}

.Alldepartment span:hover {
    background-color: #6b9af1;
    color: #fafafa;
}

.departmentBox {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.department {
    width: 100%;
    margin-top: 30px;
}

.departmentTittle {
    height: 30px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.departmentTittle>div:first-child {
    font-size: 16px;
    color: rgb(59, 59, 59);
    width: 150px;
    height: 100%;
    background-color: #fff;
    z-index: 2;
    position: relative;
    left: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.departmentTittle>div:last-child {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    border-bottom: 1px solid #bbb;
}

.departmentHot {
    width: 100%;
}

.departmentHot>div:first-child {
    display: flex;
    justify-content: space-between;
}

.departmentHot img {
    width: 30%;
    border: 1px solid #efefef;
    z-index: 20;
}

.departmentHot img:hover {
    cursor: pointer;
    box-shadow: 0 0 2px 1px rgb(136, 136, 136);
}

.departmentHot>div:last-child {
    width: 100%;
    padding: 6px 0;
    background-color: #f5eeee;
    text-align: center;
    margin-top: 2px;
}

.departmentClass {
    width: 92%;
    margin: auto;
}

.departmentClass>div {
    margin: 18px 0;
}

.departmentClass>div>strong {
    width: 70px;
    font-size: 13px;
    display: inline-block;
    color: #cc0000;
}

.departmentClass span {
    font-size: 12px;
    margin-left: 6px;
    line-height: 20px;
}

.departmentClass>div>p {
    display: inline-block;
    width: calc(100% - 76px);
    vertical-align: top;
}

.departmentClass>div>p>span:hover {
    cursor: pointer;
    color: rgb(248, 72, 72);
}

.departmentRightBar {
    display: inline-block;
    vertical-align: top;
    width: 24%;
}

.activityBox {
    width: 100%;
}

.activityBox>div {
    margin-top: 16px;
}

.activityBox>div>div:first-child {
    width: 100%;
    border-top: 1px solid #f03636;
}

.activityBox>div>div:last-child {
    width: 100%;
    padding: 10px 0;
    background-color: #f5eeee;
    font-size: 16px;
    text-align: center;
}

.activityBox img {
    width: 100%;
    vertical-align: top;
}

.activityBox img:hover {
    cursor: pointer;
}