.about-wrap {
    width: 1120px;
    padding: 30px 45px 0;
    margin: 0 auto;
    background-color: #FFFFFF;
    overflow: hidden;
}

    .about-wrap .about-box {
        margin-bottom: 20px;
    }

        .about-wrap .about-box .title {
            margin-bottom: 15px;
        }

.about-wrap .title .line {
	float: left;
	width: 4px;
	height: 18px;
	background-color: #940000;
	margin-top: 4px;
}

.about-wrap .title .title-word {
	color: #940000;
	font-size: 20px;
	font-weight: bold;
	margin-left: 7px;
}


/*简介内容*/

    .about-wrap .about-box .brief-word {
        text-indent: 2em;
        text-align: justify;
        font-size: 18px;
        color: #4c4c4c;
        line-height: 36px;
        margin-bottom: 10px;
    }