.banner {
    height: auto;
}

.banner-mobile {
    margin-top: 80px;
}

.banner-image {
    width: 100%;
    height: 100%;
}

.news {
    background: #F1F5FE;
    padding: 40px 0 0;
}

.news-list {
    max-width: 1200px;
    box-sizing: border-box;
    padding: 50px 50px 30px;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
}

.news-list-item {
    height: 226px;
    background: rgba(248, 250, 255, 1);
    border-radius: 10px;
    /* margin-right: 20px; */
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 42px 39px;
}

.news-list-item:nth-child(2n) {
    margin-right: 0px;
}

.news-item-summary {
    font-size: 14px;
    font-weight: 400;
    color: rgba(29, 42, 60, 1);
    line-height: 26px;
    margin-top: 0px;
}
.news-item-time {
    font-size: 16px;
    font-family: 'GOTHICB';
    font-weight: bold;
    color: rgba(153, 153, 153, 1);
    margin: 24px 0;
}

.news-item-time-mobile {
    margin: 10px 0;
}

.news-item-btn {
    width: 124px;
    line-height: 46px;
    background: rgba(255, 255, 255, 1);
    border-radius: 23px;
    color: #135AFF;
    text-align: center;
    cursor: pointer;
    box-shadow: 5px 5px 5px rgb(245, 248, 255);
}

.block {
    width: 45px;
    line-height: 45px;
    border-radius: 6px;
    background: #ffffff;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
}

.block:hover {
    background: #135AFF;
    color: #ffffff;
}

.pagination {
    max-width: 1200px;
    display: flex;
    margin: 40px auto;
    justify-content: center;
    align-items: center;
}

.pagination .pagination-left {
    transform: rotateY(180deg);
}

.pagination ul {
    display: flex;
}

.pagination ul li.current {
    background: #135AFF;
    color: #ffffff;
}

.tcdPageCode {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tcdPageCode .tcdNumber {
    width: 45px;
    line-height: 45px;
    border-radius: 6px;
    background: #ffffff;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
}

.tcdPageCode .current {
    width: 45px;
    line-height: 45px;
    border-radius: 6px;
    background: #135AFF;
    color: #ffffff;
    text-align: center;
    margin-right: 10px;
}