.tit {
    text-align: center;
    font-size: 8vw;
    color: #000000;
    font-weight: bold;
    margin: 3vh 0vw;
}

.news {
    margin: 0vh 2vw 3vh 2vw;
}

.news > p {
    line-height: 2;
    display: flex;
    justify-content: space-between;
}

.achieve {
    margin: 0vh 2vw 3vh 2vw;
}

.achieve > p {
    line-height: 2;
}

.elegant {
    width: 100vw;
    overflow: hidden;
}

.elegant img {
    width: 100vw;
    height: auto;
}