.content-area{
    padding: 50px 0;
}
.content{
    width: 1300px;
    margin: 0 auto;
}

img{
    width: 100%;
}

.area{
    margin-top: 35px;
    background-color: white;
}

.area .title{
    color: white;
    font-size: 27px;
    padding: 78px 42px;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
}

.area-one .title{
    background: url('../../images/pc/feature/bg-one.png') no-repeat;
    background-size: 100% 100%;
}

.area-tow .title{
    background: url('../../images/pc/feature/bg-tow.png') no-repeat;
    background-size: 100% 100%;
}


.area-three .title{
    background: url('../../images/pc/feature/bg-three.png') no-repeat;
    background-size: 100% 100%;
}

.area-four .title{
    background: url('../../images/pc/feature/bg-four.png') no-repeat;
    background-size: 100% 100%;
}

.department-lists-area{
    gap: 20px;
    display: grid;
    margin: 75px 75.6px;
    grid-template-columns: repeat(4, 1fr);
}

.department-lists-area .item{
    width: 100%;
    font-weight: bold;
    line-height: 0.25rem;
    font-size: 0.2rem;
    padding: 15px 0;
    cursor:pointer;
    text-align: center;
    border-radius: 4px;
    border: 1px dashed #2470C2;
}

.department-lists-area .item:hover{
    color: white;
    
    background: #245BB1;
    border-color: #245BB1;
}