.introduce {
    width: 1120px;
    margin: 80px auto 100px;
    line-height: 1.8;
}

.introduce-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.divider-column {
    display: block;
    width: 150px;
    height: 2px;
    background: #1A1B1C;
    border-radius: 3px;
}

.title-text {
    margin: 0 30px;
    text-align: center;
}

.title-text>.cn {
    font-size: 24px;
    font-weight: 600;
    color: #1A1B1C;
}

.title-text>.en {
    font-size: 18px;
    color: #1A1B1C;
}

.text-blue {
    color: #1748A5;
}


.environment {
    margin-top: 67px;
}

.line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}


.overview-content {
    margin-top: 50px;
}

.overview-item {
    margin-top: 30px;
}

.overview-item>.item-title {
    width: 202px;
    height: 62px;
    background: #1748A5;
    border-radius: 20px;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    line-height: 62px;
}

.overview-item>.item-content {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.item-content-text {
    font-size: 16px;
}
