.banner.banner3 a {
    background: url(../images/banner3.png) no-repeat center;
    background-size: auto 500px;
}

h1.title {
    background-image: url(../images/enteringMemberEnterprises.png);
    margin: 50px 0;
    padding: 0 0 40px;
}

.enterprises-list {
    flex-wrap: wrap;
}

.enterprises-list li {
    background-color: rgb(255, 255, 255);
    box-shadow: 1.147px 1.638px 4.8px 0.2px rgba(40, 40, 40, 0.13);
    width: 267px;
    height: 181px;
    margin-right: 26px;
    margin-bottom: 100px;
}

.enterprises-list li:nth-child(3n) {
    margin-right: 0;
}

.enterprises-list li a {
    display: block;
}

.enterprises-list li a img {
    width: 267px;
    height: 181px;
    display: block;
}

.enterprises-list li a p {
    line-height: 26px;
    height: 26px;
    box-sizing: border-box;
    padding: 0 8px;
    font-size: 20px;
    font-family: "SourceHanSansCNVF";
    color: rgb(0, 0, 0);
    text-align: left;
}

@media screen and (max-width:600px) {
    .enterprises-list li {
        width: 46%;
        height: auto;
        margin-right: 3%;
        margin-bottom: 10px;
    }
    .enterprises-list li:nth-child(2n-1) {
        margin-left: 2.5%;
    }
    .enterprises-list li:nth-child(2n-2) {
        
        margin-right: 0%;
    }
    .enterprises-list li a img {
        width: 100%;
        height: auto;
        display: block;
    }


}
.enterprises-list li:hover {
    transform: scale(1.158, 1.163);
    margin-top: 0;
    transition: all .5s;
}