.main {
    width: 1200px;
    margin: 30px auto;
}

.pos {
    line-height: 40px;
    font-size: 14px;
    color: #454545;

}

.main .content .section {
    box-shadow: 0 0 4px 0 #e2e2e2;
    margin:10px auto 30px;
}

.main .content .section h5 {
    background: url("../images/cgcx.png") no-repeat left center;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    padding-left: 20px;
}

.main .content .section p {
    padding: 20px;
    text-align: justify;
    line-height: 28px;
}
