span {
    display: inline-block;
}
.aboutTxt {
    width: 80%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

.location {
    background: #f2f2f2;
}

.location .locationTxt {
    width: 100%;
}

.Txt.right {
    text-align: center;
}

.Txt.right strong,
.Txt.right i,
.Txt.right p.second {
    text-align: center;
}

.location .locationContent {
    width: 100%;
    height: 100%;
    float: left;
}

.location .locationContent li {
    width: calc(94% / 3);
    height: 100%;
    float: left;
    margin: 2rem 1%;
}

.location .locationContent li img {
    width: 100%;
    float: left;
}

.location .locationContent li strong {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 3rem;
}

.location .locationContent li p {
    width: 100%;
    line-height: 1.75rem;
    float: left;
    text-indent: 2em;
}


.report {
    text-align: center;
    padding-bottom: 40px;
    float: left;
    width: 100%;
}

.report .section {
    display: flex;
    justify-content: space-between;
}

.report .reportSection {
    border-radius: 3px;
    width: calc(50%);
    background: #8D1F22 url(../img/texture.png) no-repeat;
    background-size: 100% 300%;
}

.report .reportSection:first-child {
    width: calc(50% - 20px);
}

.report a {
    text-align: center;
    line-height: 4rem;
    font-size: 1.2rem;
    padding: 0 100px;
}

.report a p {
    color: #fff;
    font-size: 1.2rem;
    float: left;
}

.report a img {
    width: 3rem;
    height: 3rem;
    margin: .5rem 5px;
    float: left;
}

.about .aboutTxt div.aboutContent {
    width: 100%;
    margin-top: 10px;

}

.about .aboutTxt div.aboutContent p {
    line-height: 1.75rem;
    text-indent: 2em;
    font-size: 1rem;
    color: #565656;
}

.about .abputImg {
    /* float: left; */
    /* display: flex; */
}
.abputImg{
    width: 80%;
    display: flex;
    margin: 40px auto;
    justify-content: space-between;
}
.about .abputImg img {
    width: 49%;

}
.aboutContent>a {
    color: #8D1F22;
    line-height: 2rem;
    display: flex;
    justify-content: center;
}
