.news-page {

}

.news-page h1 {
    padding-bottom: 50px;
}
.section-1 {
    width: 1170px;
    margin: auto;
}
.news-box {

    padding-bottom: 40px;
}

.news-box .left {
    display: inline-block;
    vertical-align: top;
    width: 470px;
    overflow: hidden;
}

.news-box .right {
    display: inline-block;
    vertical-align: top;
    width: 630px;
    padding-left: 57px;
}

.news-box .right .date {
    font-size: 16px;
    padding: 0 0 27px 0;
    color: #8173bf;
}

.news-box .right .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.news-box .right .title a {
    text-decoration: none;
    color: #463981;
}

.news-box .right .description {
    padding: 22px 0 0 0;
    font-size: 16px;
    line-height: 26px;
}

.news-box .right .see-more {
    display: block;
    margin: 40px 0 0 0;
    width: 230px;
    height: 48px;
    border-radius: 26px;
    border: 1px solid #463981;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    color: #463981;
    transition: 0.5s;
}

.news-box .right .see-more:hover {
    background: #433a73;
    color: white;
}

.news-box .right .date a {
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
    .section-1 {
        width: 1024px;
    }
    .news-box .right {
        width: 530px;
    }
}

@media screen and (max-width: 1020px) {
    .section-1 {
        width: 768px;
    }
    .news-box .left {
        display: block;
        margin: auto;
    }
    .news-box .right {
        padding-top: 30px;
        padding-left: 0;
        width: 100%;
    }
    .news-page h1 {
        padding: 20px 0px;
    }
    .news-box .right .see-more {
        display: block;
        margin: auto;
        margin-top: 30px;
    }
}
@media screen and (max-width: 780px) {
    .section-1 {
        width: 95%;
    }
    .news-box .left {
        width: 100%;
        max-width: 440px;
    }
    .news-box .left img {
        width: 100%;
    }
}