body {
    background: #fff;
}

img {
    width: 100%;
}

.page2,
.page3 {
    padding: 7.18rem 0;
    background: url(/static/img/bg_5.png) right -30% no-repeat;
    background-size: 100% auto;
}

.page3 {
    padding-top: 0;
    padding-bottom: 16rem;
}

.page2 .page-wrap,
.page3 .page-wrap {}

.page2 .content-title,
.page3 .content-title {
    padding-bottom: 3.18rem;
}

.content-l {
    position: relative;
    width: 49%;
    border-radius: 0.625rem;
    overflow: hidden;
}

.content-l-img {}

.content-l-message {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
}

.content-l-message h2 {
    color: #fff;
    font-size: 1.375rem;
    line-height: 1.875rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 80%;
    margin: 0 auto 1rem;
}

.content-l-message p {
    width: 80%;
    margin: 0 auto;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    max-height: 3rem;
    font-weight: 400;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.content-r {
    width: 49%;
}

.content-r-item {
    position: relative;
    border-radius: 0.625rem;
    overflow: hidden;
}

.item-message {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
}

.item-message p {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.56rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.content-list {
    padding-top: 3.1rem;
}

.list-item {
    padding: 2.5rem 0;
    position: relative;
}

.list-item a {
    display: block;
}

.list-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 8rem);
    height: 1px;
    display: block;
    background: #EFEBEC;
}

.list-item h2 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
}

.list-item p {
    color: #666;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
    max-height: 3rem;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.item-more {
    margin-top: 1.875rem;
}

.item-more i {
    font-style: normal;
    color: #439345;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
}

.item-more span {
    color: #0A9539;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
    padding-right: 1rem;
}

.item-more span::after {
    content: '';
    width: 16px;
    height: 5px;
    display: inline-block;
    margin-left: 5px;
    background: url(/static/img/news/swap_right.svg) center center no-repeat;
    background-size: 100% auto;
}

@media (max-width:768px) {}
