.ewms {
    width: 48%;
}

.main_content {
    margin-bottom: 30px;
}

.linkmap {
    display: none;
}

.ewms .flex {
    background: #fff;
    border-radius: 10px;
    border: 20px solid #264658;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
}

img.ewmCimg {
    width: 200px;
}

.ewms .lines {
    width: 5px;
    height: 100px;
    background: #264658;
}

.main_title {
    margin-top: 30px;
}

.main_title p {
    font-size: 16px;
}

@media screen and (max-width:768px) {
    .main_title {
        font-size: 0.3rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.2rem;
    }
    .main {
        margin: 0 auto 0.2rem;
    }
    .main_content {
        width: 100%;
        margin: 0;
    }
    .main_title {
        margin-top: 0.2rem;
    }
    .main_title p {
        font-size: 0.26rem;
    }
    .main_title span {
        margin-right: 0.2rem;
    }
    .main_title img {
        width: 0.2rem;
    }
    .ewms {
        width: 100%;
    }
    .ewms .flex {
        border: 0.2rem solid #264658;
        padding: 0.2rem;
    }
    img.ewmCimg {
        width: 2rem;
    }
    img.ewmAimg {
        width: 2rem;
    }
    .ewms .lines {
        width: 0.05rem;
        height: 1rem;
    }
}