.center ul li a .p_box {
    width: 20%;
}

.center ul li a .p_box img {
    display: block;
    width: 100%;
}

.center_box {
    padding: .75rem 0;
    box-sizing: border-box;
}

.center ul li a {
    padding: .25rem 0;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
}

.time_box {
    width: 20%;
    text-align: center;
    line-height: .45rem;
    border-left: 1px solid #000;
}

.center ul li a .text_box {
    width: 55%;
}

.center ul li a .text_box h4 {
    margin: 0 0 .375rem 0;
}

.center ul li a .text_box {
    line-height: .45rem;
}

.center ul li a:hover {
    color: #0059BA !important;
    border-bottom: 1px solid #0059BA;
    transition: all 0.6s;
}

.center ul li a:hover .time_box {
    border-left: 1px solid #0059BA;
}

.change a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}

.change ul dd .dlchange_act {
    background-color: #0059BA;
    color: #fff !important;
}

.change_box {
    margin: 0 0 10px 0;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.change a:hover {
    color: #fff !important;
    background-color: #0059BA;
    transition: all 0.6s;
}

.change dl dd a {
    /*border: 1px solid #000;*/
    box-sizing: border-box;
}

.change ul li,
.change dl dd {
    margin: 0 3px;
}

.change ul {
    font-size: 20px !important;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    .center ul li a .text_box {
        line-height: 1.5;
    }
    .time_box {
        line-height: 1.5;
    }
    .center ul li a .p_box {
        margin: 0 0 10px 0;
        width: 100%;
    }
    .center ul li a {
        flex-wrap: wrap;
    }
    .center ul li a .text_box {
        width: 70%;
    }
    .center ul li a {
        padding: 0 0 10px 0;
    }
    .center ul li {
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}