.main-container-banner {
    background: url(../image/banner2_home.jpg) no-repeat 50%;
    height: 320px;
    background-color: #2d3137;
}

.content-container {
    margin-top: 50px;
    margin-bottom: 20px;
}

.news-item {
    border-bottom: 1px solid #EFEEEC;
    padding-bottom: 15px;
    padding-top: 15px;
    height: 200px;
}

    .news-item:hover {
        background-color: #F7F8FC;
    }

.news-item-left {
    margin-left: 10px;
    width: 350px;
    height: 200px;
    padding-bottom: 30px;
}

.news-item-right {
    float: right;
    width: 630px;
}

    .news-item-right .title {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 18px;
        color: #333333;
        font-weight: 500;
    }

    .news-item-right .remark {
        margin: 20px 0;
        height: 80px;
        font-size: 14px;
        color: #666666;
        overflow: hidden;
    }

    .news-item-right .time {
        font-size: 14px;
        color: #666666;
    }

.page-container {
    text-align: center;
    margin-bottom: 20px;
}

.page-button {
    display: inline-block;
    font-size: 16px;
    color: #7E7E7E;
    padding: 10px 25px;
    border: 2px solid #7E7E7E;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


    .page-button:hover {
        border: 2px solid #0161AD;
        color: #0161AD;
    }

    .page-button:first-child {
        margin-right: 30px;
    }

.page-disable {
    border: 2px solid #E6E6E6 !important;
    color: #E6E6E6;
}

    .page-disable:hover {
        color: #E6E6E6 !important;
    }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}


@media (min-width: 769px) and (max-width: 991px) {
    .container {
        width: 670px;
    }

    .main-container-banner {
        background: url(http://localhost:51252/img/img1.png) no-repeat 50% 0% /200% 100%;
        height: 300px;
    }

    .news-item {
        height: 200px;
    }

    .news-item-left {
        width: 180px;
        height: 200px;
    }

    .news-item-right {
        float: right;
        width: 470px;
    }

        .news-item-right .remark {
            margin: 10px 0;
            height: 103px;
        }
}

@media (min-width: 500px) and (max-width: 768px) {
    .container {
        width: 500px;
    }

    .main-container-banner {
        background: url(http://localhost:51252/img/img1.png) no-repeat 50% 0% /200% 100%;
        height: 250px;
    }

    .news-item {
        height: 150px;
    }

    .news-item-left {
        width: 130px;
        height: 150px;
    }

    .news-item-right {
        float: right;
        width: 350px;
    }

        .news-item-right .remark {
            margin: 8px 0;
            height: 60px;
        }
}

@media (min-width: 250px) and (max-width: 500px) {
    .container {
        width: 300px;
    }

    .main-container-banner {
        background: url(http://localhost:51252/img/img1.png) no-repeat 50% 0% /200% 100%;
        height: 170px;
    }

    .news-item {
        height: 120px;
    }

    .news-item-left {
        width: 100px;
        height: 120px;
    }

    .news-item-right {
        float: right;
        width: 180px;
    }

        .news-item-right .remark {
            margin: 5px 0;
            height: 36px;
        }

    .page-container a {
        font-size: 14px;
        padding: 5px 15px;
    }
}
