/* 工业污水处理 */
.pollution {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 15px;
    background: url(../images/data_header_bg.png);
    background-color: rgba(242, 242, 245, .5);
    box-sizing: border-box;
}

.pollute {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.pollute_title span {
    display: inline-block;
    width: 43px;
    height: 4px;
    background-color: #333;
}

.pollute_title h3 {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    line-height: 2;
}

.pollute_con {
    width: 100%;
    height: auto;
    padding: 30px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin: 15px 0;
}

.pollute_con .z058dfcol-md6 {}

.pollute_con h3 {
    font-size: 22px;
    color: #555;
    padding-bottom: 15px;
}


.pollute_con p {
    font-size: 14px;
    color: #555;
    line-height: 2;
}

.pollute_pic {
    padding: 0 5px 0 15px;
    box-sizing: border-box;
}

.pollute_pic img {
    max-width: 100%;
}

@media screen and (max-width:1024px) {
    .pollute_pic {
        box-sizing: border-box;
    }
}

@media screen and (max-width:768px) {}

@media screen and (max-width:650px) {
    .pollute_con {
        padding: 15px;
    }

    .pollute_pic {
        padding: 10px 0;
    }
}