.banner {
    display: flex;
    justify-content: center;
}

/* 内容 */
.content {
    min-height: 500px;
}

.content-right-box {
    padding: 20px;
}

.content-right-box-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    font-size: 20px;
    font-weight: 700;
	color: #333333;
    border-bottom: 1px dashed #b4b4b4;
}

.content-right-box-content {
    padding: 30px 0;
    background-image: url(../imgs/content_bj.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.content-right-box-content>p {
    text-indent: 2em;
    padding-bottom: 20px;
    font-size: 16px;
	line-height: 26px;
	color: #333333;
}
