.new_content {
    padding: 100px 0 140px;
}

.new_content .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.new_content .lf {
    width: 71%;
    padding-right: 110px;
    box-sizing: border-box;
    font-family: SourceHanSansCN-Regular;
    color: #666666;
    line-height: 30px;
}

.new_content .lf .title {
    font-family: SourceHanSansCN-Medium;
    color: #000000;
    line-height: 44px;
}

.new_content .lf .date {
    font-family: ArialMT;
    color: #666666;
    line-height: 45px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.new_content .lf img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}

.new_content .rg {
    width: 29%;
    padding-left: 30px;
    box-sizing: border-box;
    border-left: 1px solid #DDDDDD;
    padding-bottom: 110px;
}

.new_content .rg .recommend {
    padding-bottom: 70px;
    margin-bottom: 80px;
    position: relative;
}

.new_content .rg .recommend::after {
    content: '';
    position: absolute;
    width: 115%;
    height: 1px;
    background: #DDDDDD;
    left: -50px;
    bottom: 0;
}

.new_content .rg .recommend a {
    margin-top: 50px;
    display: block;
}

.new_content .rg .recommend a:nth-of-type(1) {
    margin-top: 0;
}

.new_content .rg .recommend .title {
    font-family: SourceHanSansCN-Medium;
    color: #111111;
    line-height: 45px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.new_content .rg .recommend .subtitle {
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #000000;
    line-height: 21px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    border-bottom: 1px solid #fff;
    transition: all .36s;
}

.new_content .rg .recommend a:hover .subtitle {
    border-bottom: 1px solid #000;
    transition: all .36s;
}

.new_content .rg .recommend .date {
    font-family: SourceHanSansCN-Light;
    color: #666666;
    line-height: 21px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.new_content .rg .recommend .desc {
    font-family: SourceHanSansCN-Light;
    color: #999999;
    line-height: 21px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.new_content .rg .page p {
    font-family: SourceHanSansCN-Regular;
    color: #000000;
    line-height: 30px;
    text-transform: uppercase;
}

.new_content .rg .page .last a,
.new_content .rg .page .next a {
    font-family: SourceHanSansCN-Regular;
    color: #000000;
    line-height: 18px;
}

.new_content .rg .page .last a:hover,
.new_content .rg .page .next a:hover {
    border-bottom: 1px solid #333333;
}

.new_content .rg .page .next {
    margin-top: 50px;
}

.new_content .rg .page_more {
    width: 176px;
    height: 48px;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: SourceHanSansCN-Regular;
    color: #FFFFFF;
    margin-top: 60px;
    text-transform: uppercase;
}

.new_content .rg .page_more::after {
    content: '';
    position: absolute;
    left: -11px;
    width: 22px;
    height: 1px;
    background: #000000;
    top: 50%;
    transform: translateY(-50%);
}

.new_content .rg .page_more::before {
    content: '';
    position: absolute;
    right: -11px;
    width: 22px;
    height: 1px;
    background: #000000;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width:1680px) {
    .new_content {
        padding: 100px 0;
    }

    .new_content .lf {
        padding-right: 100px;
    }

    .new_content .lf .date {
        margin-bottom: 35px;
    }

    .new_content .rg {
        padding-bottom: 100px;
    }

    .new_content .rg .page_more {
        width: 166px;
        margin-top: 55px;
    }
}

@media(max-width:1440px) {
    .new_content {
        padding: 80px 0;
    }

    .new_content .lf {
        padding-right: 80px;
    }

    .new_content .lf .date {
        line-height: 35px;
        margin-bottom: 30px;
    }

    .new_content .rg {
        padding-bottom: 80px;
    }

    .new_content .rg .recommend {
        margin-bottom: 70px;
        padding-bottom: 60px;
    }

    .new_content .rg .recommend a,
    .new_content .rg .page .next {
        margin-top: 45px;
    }

    .new_content .rg .recommend .title {
        margin-bottom: 25px;
    }

    .new_content .rg .page_more {
        width: 156px;
        margin-top: 50px;
    }
}

@media(max-width:1280px) {
    .new_content {
        padding: 60px 0;
    }

    .new_content .lf {
        padding-right: 60px;
    }

    .new_content .lf .date {
        margin-bottom: 25px;
        margin-top: 5px;
    }

    .new_content .rg {
        padding-bottom: 60px;
    }

    .new_content .rg .recommend {
        margin-bottom: 60px;
        padding-bottom: 50px;
    }

    .new_content .rg .recommend .title {
        margin-bottom: 20px;
    }

    .new_content .rg .recommend a,
    .new_content .rg .page .next {
        margin-top: 40px;
    }

    .new_content .rg .page_more {
        width: 150px;
        height: 43px;
        margin-top: 45px;
    }
}

@media(max-width:1024px) {
    .new_content {
        padding: 20px 0 40px;
    }

    .new_content .container {
        flex-direction: column;
    }

    .new_content .lf {
        padding-right: 0px;
        width: 100%;
    }

    .new_content .lf .date {
        margin-bottom: 15px;
        margin-top: 0;
    }

    .new_content .rg {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
        border-left: none;
        padding-bottom: 0px;
    }

    .new_content .rg .recommend::after {
        width: 100%;
        left: 0;
    }

    .new_content .rg .recommend {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .new_content .rg .recommend a,
    .new_content .rg .page .next {
        margin-top: 30px;
    }

    .new_content .rg .page_more {
        width: 140px;
        height: 38px;
        margin-top: 40px;
    }

    .new_content .lf .title {
        line-height: 30px;
    }
}

@media(max-width:768px) {
    .new_content {
        padding: 13px 0 30px;
    }

    .new_content .rg {
        margin-top: 10px;
    }

    .new_content .rg .recommend {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .new_content .rg .recommend .title {
        margin-bottom: 10px;
    }

    .new_content .rg .recommend a,
    .new_content .rg .page .next {
        margin-top: 20px;
    }

    .new_content .rg .page_more {
        margin-top: 30px;
    }
}