body {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #333;
    padding: 0;
    margin: 0;
}

/* Reset */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hide {
    display: none;
}

.space_hx {
    clear: both;
    width: 100%;
    height: 20px;
    font-size: 1px;
    overflow: hidden;
}


.i_m {
    width: 1100px;
    margin: 0px auto;
}
/*start 新闻资讯*/
.hui_bg {
    width: 100%;
    height: 525px;
    background: #fff;
    padding: 40px 0 20px;
}

.i_ml {
    width: 100%;
}

.i_title {
    width: 100%;
    height: 40px;
    font-size: 22px;
    font-weight: 600;
    color: #139c44;
    line-height: 40px;
    position: relative;
    text-align: left;
}

.i_title .line {
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 38px;
}

.i_title .more {
    display: block;
    font-size: 13px;
    color: #666666;
    position: absolute;
    right: 0;
    top: 5px;
    height: 24px;
    line-height: 24px;
    -webkit-border-radius: 3px;
}

.i_mb {
    width: 100%;
    padding-top: 20px;
}

.i_mb dl {
    width: 535px;
    padding: 10px 0;
    border-bottom: 0px dashed #bbb;
    margin-bottom: 15px;
    float: left;
    margin-right: 5px;
    margin-left: 8px;
    background-color: #f2f2f2;
    -webkit-border-radius: 3px;
}

.i_mb dl dt img {
    width: 150px;
    height: 100px;
    margin-left: 8px;
    float: left;
    text-align: center;
    vertical-align: top;
    background-color: #139c44;
    color: #FFFFFF;
    -webkit-border-radius: 3px;
    line-height: 40px;
    font-size: 20px;
}

.i_mb dl dd {
    width: 370px;
    float: right;
}

.i_mb dl dd .title {
    width: 100%;
    height: 70px;
    line-height: 35px;
    padding-right: 10px;
    color: #139c44;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.i_mb dl dd .title a {
    font-size: 18px;
}

.i_mb dl dd .title a:hover{
    color: #139c44;
}

/*end 新闻资讯*/

/*start 走进国信环保*/
.i_me {
    width: 100%;
    height: 360px;
    padding-top: 20px;
    text-align: left;
    padding-bottom: 20px;
}

.i_me dt, .i_me dt img {
    width: 480px;
    height: 300px;
    vertical-align: top;
    float: right;
}

.i_me dd {
    width: 580px;
    height: auto;
    float: left;
    overflow: hidden;
    font-size: 16px;
    color: #555555;
    line-height: 195%;
}

.advantage ul {
    padding: 20px 0;
}

.advantage li {
    width: 25%;
    float: left;
    text-align: center;
}

.advantage li img {
    width: 40px;
    float: left;
    margin-top: 5px;
}

.advantage li p {
    font-size: 16px;
    padding: 8px;
    color: #139c44;
    font-weight: bold;
    float: left;
}

.advantage li > a {
    display: inline-block;
    padding: 5px 10px;
    border: solid 1px #dddddd;
    border-radius: 5px;
}
/*end 走进国信环保*/

/*start 业务范围*/
.i_mf {
    width: 100%;
    padding-top: 20px;
    text-align: left;
    padding-bottom: 20px;
}

.i_mf dt {
    width: 535;
    height: 220px;
    vertical-align: top;
    float: left;
    background-color: #f2f2f2;
    border-radius: 5px;
}

.i_mf p {
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

.i_mf dd {
    width: 260px;
    height: 220px;
    float: left;
    margin-left: 8px;
    margin-right: 7px;
    overflow: hidden;
    font-size: 16px;
    color: #555555;
    background-color: #f2f2f2;
    border-radius: 5px;
}
/*end 业务范围*/

/*start 合作伙伴*/
.i_mg {
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
}

.i_mg dd {
    width: 258px;
    height: 100px;
    float: left;
    padding-top: 20px;
    margin-left: 14px;
    overflow: hidden;
    border-radius: 0px;
}

.i_mg img {
    border: 1px solid #ddd;
}
/*end 合作伙伴*/


