@charset "utf-8";

.sect6 {

    margin-bottom: 30px;

    /* border-image-slice: 1; */
}

.sect6 ul {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    background: url(../images/sect6-bg.png) no-repeat center center/100% 100%;
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(4, 46, 105, 0.43) 3%, rgba(4, 46, 105, 0.26) 100%) 1;
}

.sect6 ul li {
    width: 16.6%;
}

.sect6 ul li .ewm {
    height: 100px;
}

.sect6 ul li .ewm img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.sect6 ul li p {
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect6 ul li:hover p {
    color: #05244F;
}

@media screen and (max-width: 768px) {
    .sect6 ul li {
        width: 33.333%;
        margin: 5px 0;
    }

    .sect6 ul li p {
        font-size: 14px;
    }
}