.EHSContent {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.EHSBanner {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.EHSPicBoxLeft {
    float: left;
    display: block;
    position: relative;
    width: 50%;
    height: auto;
    overflow: hidden;
}

.EHSPicBoxRight {
    float: right;
    display: block;
    position: relative;
    width: 50%;
    height: auto;
    overflow: hidden;
}

.EHSPicBox img {
    position: absolute;
    width: 100%;
}

.EHSLeftText {
    position: absolute;
    top: 0;
    left: 15%;
    width: 70%;
    margin: 0 auto;
    color: #FFF;
}

.EHSLeftText h1 {
    display: block;
    margin-top: 80px;
    height: 63px;
    font-size: 20px;
    font-weight: bold;
}

.EHSLeftText p {
    display: block;
    margin: 0;
    padding: 0;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
}

.EHSLeftText Span {
    display: block;
    margin: 0;
    padding: 0;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
}

.EHSList {
    max-width: 1920px;
    margin: 0 auto;
    display: block;
    position: relative;
    padding-top: 30px;
    min-width: 1100px;
}

.EHSList li {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    height: 75px;
    border-top: 1px solid #D4D4D4;
}

.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 h1 {
    display: block;
    margin: 0;
    padding: 0;
    width: 80%;
    float: left;
    height: 75px;
    line-height: 75px;
    font-size: 14px;
    color: #333;
}

.EHSList li a em,
.EHSList li a h2 {
    display: none;
}

.EHSList li a p {
    display: block;
    margin: 0;
    padding: 0;
    width: 12%;
    float: right;
    text-align: right;
    height: 75px;
    line-height: 75px;
    font-size: 14px;
    color: #333;
    background: url(../images/EHS/Icon_PDF.png) left center no-repeat;
}

.EHSList li a:hover h1 {
    color: #094ba1;
}

.EHSList li a:hover p {
    color: #094ba1;
}

.EHS_More {
    width: 100%;
    height: 100px;
    line-height: 100px;
    background-color: #DCDCDC;
    font-size: 16px;
    color: #757575;
    text-align: center;
}

.EHS_More a:hover {
    color: #FFF;
}