

.a-l-m-content > div {
    margin-bottom: 60px;
}

.company-intro {
    display: flex;
    padding: 10px;
    box-shadow: 5px 5px 10px #ddd;
}
.company-intro .com-left {
    display: flex;
    width: 200px;
}
.company-intro .com-left > span {
    margin-right: 20px;
    font-size: 13px;
    text-align: right;
}
.company-intro .com-right {
    width: calc(100% - 200px);
}
.our-idea {
    height: 1px;
    margin: 40px 0 20px 0;
    color: #2A71BB;
    text-align: center;
    border-top: 1px solid #2A71BB;
}
.our-idea .txt {
    display: inline-block;
    position: relative;
    top: -15px;
    width: 150px;
    background: #fff;
    text-align: center;
}
.dividing-line {
    height: 1px;
    margin: 30px 0;
    border-top: 1px solid #2A71BB;
}
.rule > p {
    line-height: 35px;
}



@media screen and (max-width: 980px) {
    .our-idea .txt {
        min-width: 200px;
    }
    .company-intro .com-left > span {
        font-size: 1.2rem !important;
    }


}



