.head-page .item:nth-child(2) span::after {
    width: 100%;
}

.head-page .item:nth-child(2) span {
    color: #2F639D;
}

.honors-page01 .list {
    width: 30.83%;
    height: 270px;
    margin-right: 3.755%;
    margin-top: 60px;
}

.honors-page01 .list:nth-child(3n) {
    margin-right: 0;
}
.enlargeImg_wrapper {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-color: rgba(52, 52, 52, 0.8);
    background-size: 37%;
}

.lists img:hover {
    cursor: zoom-in;
}

.enlargeImg_wrapper:hover {
    cursor: zoom-out;
}

@media only screen and (max-width: 960px) {
    .honors-page01 .list {
        width: 49%;
        margin-right: 2%;
        margin-top: 20px;
        height: 198px;
    }
    .honors-page01 .list:nth-child(3n) {
        margin-right: 2%;
    }
    .honors-page01 .list:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .honors-page01 .list {
        width: 100%;
        margin-right: 0;
        height: auto;
    }
    .honors-page01 .list .bg-img {
        position: initial;
        transform: translate(0);
        height: auto;
        width: 100%;
    }
}