@import url(../comm/base.css);
@import url(../comm/Nav.css);
@import url(../comm/bottom.css);

#centen {

    width: 1300px;
    /* height: 500px; */
    /* border: 1px solid red; */
    margin: 50px auto;
}

#centen .centen_about_image {
    width: 1200px;
    margin: 30px auto;
    text-align: center;
}

#centen .title {
    border-bottom: 1px solid #e5eff9;
    width: 1200px;
    margin: 10px auto;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

#centen .title span {
    display: block;
    font-weight: 400;
    color: #9C9C9C;
    font-size: 18px;
}

#centen .cons {
    padding: 40px 0 0 0;
}

#centen .cons p {
    line-height: 30px;
    color: #9C9C9C;
    margin-bottom: 15px;
    text-indent: 2em;
}

#centen .cons p strong {
    font-size: 15px;
    color: #333333;
}