/*=========新闻中心=========*/
.add_aboutUs {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 60px;
    padding-bottom: 80px;
}

.add_abouttitle {
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 70px;
}

.add_abouttitle h2 {
    font-size: 22px;
    color: #72171d;
    padding-left: 2px;
}

.add_aboutUs_box {
    width: 55%;
    height: auto;
    overflow: hidden;
    margin-left: 225px;
}

.add_aboutUs_box li {
    width: 320px;
    height: auto;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 35px 70px;
}

.add_aboutUs_box li .head {
    width: 320px;
    height: auto;
    min-height: 33px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ebeaeb;
    margin-bottom: 28px;
}

.add_aboutUs_box li .head img {
    width: 33px;
    height: 33px;
    display: block;
    float: left;
}

.add_aboutUs_box li .head h3 {
    font-size: 18px;
    color: #1c2d55;
    float: left;
    line-height: 33px;
    text-transform: uppercase;
    margin-left: 10px;
}

.add_aboutUs_box li h4 {
    font-size: 14px;
    color: #1c2d55;
    margin-bottom: 50px;
    line-height: 2;
}

.add_aboutUs_box li h4 span {
    width: 270px;
    display: block;
    float: right;
}

.add_aboutUs_box li .code {
    display: block;
}

.add_aboutUs_box li p {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 15px;
    background-color: #1c2d55;
    border-radius: 15px;
    font-size: 13px;
    color: #fff;
    position: absolute;
    left: 135px;
    bottom: 5px;
}