@media screen and (min-width:320px) and (max-width:767px) {
    .EHSContent {
        width: 100%;
        min-width: 90%;
        margin-bottom: 0px;
        overflow: hidden;
    }
    .EHSBanner {
        width: 90%;
        min-width: 90%;
        margin-bottom: 50px;
        overflow: hidden;
    }
    .EHSPicBoxRight {
        margin: 0;
        padding: 0;
        width: 100%;
        float: none;
        /* border: 1px solid #FF0000; */
    }
    .EHSPicBoxRight img {
        width: 100%;
        display: block;
    }
    .EHSPicBoxLeft {
        display: block;
        width: 100%;
        height: 600px;
        float: none;
        border: 0;
        line-height: 30px;
    }
    .EHSPicBoxLeft img {
        height: 100%;
        display: block;
    }
    .EHSLeftText {
        position: absolute;
        display: block;
        top: 0;
        left: 10%;
        width: 80%;
        margin: 0 auto;
        color: #FFF;
    }
    .EHSLeftText h1 {
        display: block;
        margin-top: 46px;
        height: 40px;
        font-size: 22px;
        font-weight: bold;
    }
    .EHSLeftText p {
        display: block;
        margin: 0;
        padding: 0;
        height: 26px;
        line-height: 26px;
        font-size: 16px;
        font-weight: bold;
    }
    .EHSLeftText Span {
        margin: 0;
        padding: 0;
        height: 26px;
        line-height: 26px;
        font-size: 16px;
        font-weight: normal;
    }
    .EHSList {
        display: block;
        position: relative;
        padding-top: 30px;
        min-width: auto;
    }
    .EHSList li {
        display: block;
        position: relative;
        /* display: flex; */
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        min-height: 25px;
        height: auto;
        padding-top: 8px;
        padding-bottom: 8px;
        border-top: 1px solid #D4D4D4;
        overflow: hidden;
    }
    .EHSList li:nth-child(2n+1) {
        background-color: #FFF;
    }
    .EHSList li:nth-child(2n+2) {
        background-color: #EBEBEB;
    }
    .EHSList li:last-child {
        border-bottom: 1px solid #D4D4D4;
    }
    .EHSList li a p {
        display: none;
    }
    .EHSList li a h1 {
        display: block;
        margin: 0;
        padding: 0;
        width: 80%;
        float: left;
        height: auto;
        min-height: 32px;
        line-height: 32px;
        font-size: 16px;
        color: #333;
    }
    .EHSList li a h2 {
        display: block;
        margin: 0;
        padding: 0;
        width: 70%;
        float: left;
        height: 75px;
        line-height: 75px;
        font-size: 18px;
        font-weight: bold;
        color: #333;
    }
    .EHSList li a EM {
        /* float: right; */
        position: absolute;
        right: 20px;
        display: block;
        margin: 0;
        padding: 0;
        width: 35px;
        height: 35px;
        top: 50%;
        transform: translate(0, -50%);
        /* margin-top: 20px; */
        background: url(../images/EHS/Icon_PDF.png) center center no-repeat;
        background-size: contain;
    }
    .EHSList li a:hover h2 {
        color: #094ba1;
    }
    .EHS_More {
        width: 100%;
        height: 100px;
        line-height: 100px;
        background-color: #73D1CE;
        font-size: 18px;
        color: #FFF;
        text-align: center;
    }
    .EHS_More a {
        color: #FFF;
    }
}

@media screen and (max-width:320px) {}