.list_depart{
    width: 1400rem;
    height: auto;
    padding-bottom: 50rem;
    margin: 0 auto;
}
.list_depart1{
    width: 100%;
    height: auto;
}
.list_depart1_ul{
    width: 100%;
    margin-top: 20rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list_depart1_li{
    width: 47%;
    height: 115rem;
    text-align: center;
    background-color: #fff;
    margin-top: 30rem;
    padding: 10rem 10rem;
    box-shadow: 0 0 12px -5px rgba(118, 164, 224, 0.9);
    display: flex;
}
.list_depart1_li:hover{
    background-color: #2464b6;
}
.list_depart1_li:hover h3{
    color: #fff;
}
.list_depart1_li_left{
    width: calc(100% - 205rem);
    display: inline-block;
}
.list_depart1_li_left h3{
    font-size: 20rem;
    color: #2464b6;
    font-weight: bold;
    text-align: left;
    padding-left: 30rem;
    padding-top: 20rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list_depart1_li_left p{
    width: 100%;
    padding-top: 20rem;
    text-align: left;
    padding-left: 30rem;
    display: flex;
}
.list_depart1_li_left p span{
    color: #666666;
    font-size: 16rem;
    margin-right: 30rem;
}
.list_depart1_li:hover p span{
    color: #fff;
}
.list_depart1_li_right{
    width: 180rem;
    line-height: 20rem;
    padding-right: 20rem;
    display: flex;
    position: relative;
}
.list_depart1_li_right a{
    width: 120rem;
    display: block;
    font-size: 16rem;
    color: #fff;
    border-radius: 20rem;
    background-color: #508ad4;
    padding: 10rem 10rem;
    top: 30%;
    left: 20%;
    position: absolute;
}
@media only screen and (max-width: 1000px) {
    * {
        box-sizing: border-box;
    }
    .list_depart{
        width: 720rem;
    }
    .list_depart1{
        width: 100%;
        height: auto;
        padding: 20rem 20rem;
    }
    .list_depart1_li{
        width: 100%;
        height: auto;
    }
    .list_depart1_li_left h3{
        width: 100%;
        font-size: 30rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .list_depart1_li_left p{
        width: 100%;
        display: block;
        height: auto;
    }
    .list_depart1_li_left p span{
        font-size: 24rem;
        width: 100%;
        display: block;
        line-height: 50rem;
    }
    .list_depart1_li_right a {
        width: 185rem;
        display: block;
        font-size: 24rem;
        color: #fff;
        border-radius: 20rem;
        background-color: #508ad4;
        padding: 15rem 10rem;
        top: 45%;
        left: 0;
        position: absolute;
    }
}