.wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.content-wrapper {
    padding-top: 93px;
}

.content {
    background: #fff;
    min-height: 500px;
    margin-bottom: 20px;
    padding-top: 30px;
}

.banner {
    width: 100%;
    height: 360px;
    background: url("/static/images/base/company_news_banner.png") no-repeat center;
}

.title {
    font-size: 28px;
    text-align: center;
}

.detail {
    padding: 60px;
    text-indent: 2em;
    padding-top: 50px;
}

.detail p {
    line-height: 2;
    margin-bottom: 10px;
}

.detail img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/* .关于我们 */
.about {
    width: 100%;
    height: 360px;
    background-image: url(/static/images/m2/dynamic.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #fff;
    margin-top: 80px;
}

.about-item {
    margin: 0 auto;
    width: 1200px;
    height: 360px;
    overflow: hidden;
}

.about-item h2 {
    font-size: 54px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    margin-top: 101px;
    margin-bottom: 39px;
}

.about-item p {
    font-size: 44px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
}



