.news-content {
    padding: 20px 90px;
}

.news-content .news-title {
    margin-bottom: 30px;
    margin-top: 30px;
    display: flex;
}

.news-content .news-title > div.left {
    width: 196px;
    margin-right: 20px;
}

.news-content .news-title > div.right {
    overflow: hidden;
}

.news-content .news-title > div.right ul {
    height: 22px;
    margin-top: 32px;
}

.news-content .news-title > div.right ul li {
    float: left;
    padding: 0 20px;
    border-right: 1px solid black;
    color: #303539;
    cursor: pointer;
}

.news-content .news-title > div.right ul li.active {
    color: #BCA377;
}

.news-content .news-title > div.right ul li:last-child {
    border: 0;
}

.news-content .top-news {
    width: 100%;
    height: 435px;
    display: flex;
    margin-bottom: 20px;
}

.news-content .top-news .left {
    width: 36.5%;
    height: 435px;
    background: #303539;
    order: 1;
}

.news-content .top-news .left .content {
    padding: 56px 34px;
}

.news-content .top-news .left .content .title {
    font-size: 1.33333rem;
    color: white;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height:68px;
}

.news-content .top-news .left .content .time {
    font-size: 0.77777rem;
    margin-top: 18px;
    margin-bottom: 18px;
    color: white;
}

.news-content .top-news .left .content .txt {
    color: #a8b1ba;
    font-size: 1rem;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height:125px;
}

.news-content .top-news .left .content .more {
    width: 168px;
    height: 51px;
    background: url('../img/news/news_more.png');
    margin-top: 20px;
    margin-left: -5px;
    cursor: pointer;
}

.english-edition .news-content .top-news .left .content .more {
    width: 164px;
    height: 47px;
    background: url('../img/news/en_news_more.png');
    margin-top: 20px;
    margin-left: -5px;
    cursor: pointer;
}

.news-content .top-news .right {
    display: block;
    order: 2
}

.news-content ul.news-list {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 1600px;
}

.news-content ul.news-list li {
    width: 50%;
    box-sizing: border-box;
    margin: 0 0 10px 0;
    float: left;
}

.news-content ul.news-list li .item-wrapper {
    margin: 5px;
    border: 1px solid #96979c;
}

.news-content ul.news-list li img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
}

.news-content ul.news-list li .content {
    padding: 30px;
}

.news-content ul.news-list li .content .title {
    font-size: 1.33333rem;
    line-height: 38px;
    color: #303539;
    font-weight: bold;
}

.news-content ul.news-list li .content .time {
    font-size: 0.77777rem;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #303539;
}

.news-content ul.news-list li .content .txt {
    color: #303539;
    font-size: 1rem;
}

.news-content .top-news .m-right {
    display: none;
}

@media screen and (max-width: 768px) {
    .news-content {
        padding: 20px;
    }
}

@media screen and (max-width: 425px) {
    .news-content .news-title > div.right ul li{
        border:0;
    }

    .news-content ul.news-list li .item-wrapper{
        border:0;
    }

    .english-edition .news-content .news-title > div.right ul li.active{
        font-size:12px;
    }

    .news-content .top-news .left .content .title{
        max-height:54px;
    }

    .news-content {
        padding: 0 0 40px 0;
    }

    .news-content .news-title {
        margin: 0;
        margin-bottom: 40px;
        padding: 0 15px;
        margin-top: 30px;
    }

    .news-content .news-title > div.left {
        font-size: 22.5px;
        width: auto;
        margin: 0;
    }

    .news-content .news-title > div.right ul {
        height: 22px;
        margin-top: 8px;
    }

    .news-content .top-news {
        display: block;
        height: auto;
    }

    .news-content .top-news > .right {
        display: none;
    }

    .news-content .top-news .left {
        width: 100%;
        height: 345px;
    }

    .news-content .top-news .left .content {
        padding: 20px;
    }

    .news-content .top-news .m-right {
        display: block;
    }

    .news-content .top-news .m-right img {
        width: 100%;
        height: auto;
        display: block !important;
    }

    .news-content .top-news .left .content .txt {
        line-height: 22.5px;
    }

    .news-content ul.news-list li .content .title {
        line-height: 22.5px;
    }

    .news-content ul.news-list {
        padding: 0 15px 40px 15px;
        display: block;
        width: auto;
    }

    .news-content ul.news-list li {
        display: block;
        width: auto;
        border: 1px solid #96979c;
        overflow: hidden;
        margin: 0;
        float: none;
        margin-bottom: 30px;
    }

    .news-content ul.news-list li .content {
        padding: 20px;
    }
}






























