.page {

    .banner {
        width: 100%;
        position: relative;
        margin-bottom: 60px;

        .img {
            width: 100%;
        }

        .banner-text {
            position: absolute;
            left: 5vw;
            top: 40%;
            transform: translateY(-50%);

            .title {
                font-size: 1rem;
                font-weight: bold;
                color: white;
                margin-bottom: .5rem;
            }

            .text {
                font-size: .5rem;
                color: white;
            }
        }
    }

    .xw-container {
        .xw1 {
            width: 80vw;
            margin: auto;
            margin-bottom: 60px;

            .list-item {
                display: flex;
                align-items: flex-start;
                width: 100%;
                height: 200px;
                margin-bottom: 48px;

                .left-img {
                    width: 360px;
                    height: 100%;
                    margin-right: 28px;

                    .img {
                        width: 100%;
                        height: 100%;
                        background: url(../images/loading.gif) 50% no-repeat;
                    }
                }

                .right-container {
                    height: 100%;
                    flex: 1;
                    padding: 12px 24px 12px 0;

                    .time-box {
                        display: flex;
                        align-items: center;
                        margin-bottom: 12px;

                        .month {
                            font-size: 18px;
                            color: black;
                            margin-right: 5px;
                        }

                        .year {
                            font-size: 12px;
                            color: #999;
                        }
                    }

                    .title {
                        width: 100%;
                        font-size: 18px;
                        color: black;
                        margin-bottom: 20px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 1;
                        -webkit-box-orient: vertical;
                        line-height: 24px;

                        a {
                            font-size: 18px;
                            color: black;
                            line-height: 24px;
                        }
                    }

                    .tips {
                        width: 100%;
                        font-size: 14px;
                        color: #666666;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        line-height: 24px;
                        margin-bottom: 12px;
                    }

                    .go-box {
                        display: flex;
                        justify-content: flex-end;

                        .img {
                            width: 32px;
                            height: 32px;
                        }
                    }
                }
            }
        }

        .xw2 {
            width: 90vw;
            margin: auto;
            margin-bottom: 2vw;

            .xw2-list {
                display: flex;
                flex-wrap: wrap;

                .list-item {
                    width: 30%;
                    display: flex;
                    flex-direction: column;
                    margin-bottom: 3vw;
                    margin-right: 5%;
                    cursor: pointer;

                    .left-img {
                        width: 100%;
                        height: 15vw;

                        .img {
                            width: 100%;
                            height: 100%;
                        }
                    }

                    .right-container {
                        height: 100%;
                        flex: 1;
                        padding: .5vw 0 0 0;

                        .time-box {
                            display: flex;
                            align-items: center;
                            margin-bottom: .5vw;

                            .month {
                                font-size: .6rem;
                                color: black;
                            }

                            .year {
                                font-size: .5rem;
                                color: #999;
                            }
                        }

                        .title {
                            width: 100%;
                            font-size: .8rem;
                            color: black;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            display: -webkit-box;
                            -webkit-line-clamp: 1;
                            -webkit-box-orient: vertical;
                        }
                    }
                }

                .list-item:nth-child(3n) {
                    margin-right: 0;
                }
            }
        }

        .xw3 {
            width: 94vw;
            margin: auto;
            margin-bottom: 4vw;

            .xw2-list {
                display: flex;
                flex-wrap: wrap;

                .list-item {
                    width: 100%;
                    margin-bottom: 3vw;
                    cursor: pointer;
                    padding-bottom: 3vw;
                    border-bottom: 1px solid #c4c4c4;

                    .left-img {
                        width: 100%;
                        height: 52vw;

                        .img {
                            width: 100%;
                            height: 100%;
                        }
                    }

                    .right-container {
                        height: 100%;
                        flex: 1;
                        padding: 2vw 0 0 0;

                        .time-box {
                            display: flex;
                            align-items: center;
                            margin-bottom: .5vw;

                            .month {
                                font-size: 1rem;
                                color: black;
                                margin-right: 5px;
                            }

                            .year {
                                font-size: .8rem;
                                color: #999;
                            }
                        }

                        .title {
                            width: 100%;
                            font-size: 1rem;
                            color: black;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            display: -webkit-box;
                            -webkit-line-clamp: 1;
                            -webkit-box-orient: vertical;

                            a {
                                font-size: 1.2rem;
                                color: black;
                            }
                        }
                    }
                }

                .list-item:nth-child(3n) {
                    margin-right: 0;
                }
            }
        }
    }

    .paging-container {
        .paging1 {
            margin-bottom: 60px;

            .paging-box {
                display: flex;
                align-items: center;
                justify-content: center;

                a {
                    height: 36px;
                    margin-right: 10px;
                    background-color: #F2F2F2;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 16px;
                    color: black;
                    ;
                    padding: 0 12px
                }

                a:hover {
                    background-color: #136BED;
                    color: white;
                }

                a:first-child {
                    font-size: 0;
                    background-image: url('../images/icon-13.png');
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: 35%;
                    padding: 0 18px
                }

                a:last-child {
                    font-size: 0;
                    background-image: url('../images/icon-14.png');
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: 35%;
                    padding: 0 18px
                }

                .item {
                    width: 36px;
                    height: 36px;
                    margin-right: 20px;
                    background-color: #F2F2F2;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 16px;
                    color: black;

                    .img {
                        width: 14px;
                        height: 14px;
                    }
                }

                .item:last-child {
                    margin-right: 0;
                }

                .active {
                    background-color: #136BED;
                    color: white;
                }
            }
        }

        .paging2 {
            margin-bottom: 40px;

            .paging-box {
                display: flex;
                align-items: center;
                justify-content: center;

                a {
                    height: 28px;
                    margin-right: 1rem;
                    background-color: #F2F2F2;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 1rem;
                    color: black;
                    ;
                    padding: 0 12px
                }

                a:hover {
                    background-color: #136BED;
                    color: white;
                }

                a:first-child {
                    font-size: 0;
                    background-image: url('../images/icon-13.png');
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: 35%;
                    padding: 0 18px
                }

                a:last-child {
                    font-size: 0;
                    background-image: url('../images/icon-14.png');
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: 35%;
                    padding: 0 18px
                }

                .item {
                    width: 28px;
                    height: 28px;
                    margin-right: 1rem;
                    background-color: #F2F2F2;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 1rem;
                    color: black;

                    .img {
                        width: 10px;
                        height: 10px;
                    }
                }

                .item:last-child {
                    margin-right: 0;
                }

                .active {
                    background-color: #136BED;
                    color: white;
                }
            }
        }
    }


}



/* 头部 */
/* 屏幕 > 1120px */
@media (min-width: 1120px) {
    .page {
        .header-container {

            .header1,
            .header2 {
                display: none;
            }
        }
    }
}

/* 700px < 屏幕 < 1099px */
@media (min-width: 700px) and (max-width: 1119px) {
    .page {
        .header-container {

            .header,
            .header2 {
                display: none;
            }
        }
    }
}

/* 屏幕 < 699px */
@media (max-width: 699px) {
    .page {
        .header-container {

            .header,
            .header1 {
                display: none;
            }
        }
    }
}


/* banner */
@media (min-width: 1200px) {
    .page {
        .banner {
            margin-bottom: 60px;
        }
    }
}

@media (min-width: 700px) and (max-width: 1199px) {
    .page {
        .banner {
            margin-bottom: 30px;
        }
    }
}

@media (max-width: 699px) {
    .page {
        .banner {
            margin-bottom: 15px;
        }
    }
}


/* 新闻列表 */
@media (min-width: 1200px) {
    .page {
        .xw-container {
            .xw3 {
                display: none;
            }
        }
    }
}

@media (min-width: 600px) and (max-width: 1199px) {
    .page {
        .xw-container {
            .xw1 {
                display: none;
            }
        }

        .news-detail {
            width: 96vw;
        }
    }
}

@media (max-width: 599px) {
    .page {
        .xw-container {

            .xw1,
            .xw2 {
                display: none;
            }
        }

        .news-detail {
            width: 96vw;

            .news-title {
                font-size: 5vw
            }

            .news-add-time {
                font-size: 2vw
            }

            .content {
                #videoArea {
                    width: 100% !important;
                    margin-bottom: 10px !important
                }
            }
        }
    }
}


/* 分页 */
@media (min-width: 600px) {
    .page {
        .paging-container {
            .paging2 {
                display: none;
            }
        }
    }
}

@media (max-width: 599px) {
    .page {
        .paging-container {
            .paging1 {
                display: none;
            }
        }
    }
}


/* 底部 */
@media (min-width: 1000px) {
    .page {
        .footer-container {
            .footer2 {
                display: none;
            }
        }
    }
}

@media (max-width: 999px) {
    .page {
        .footer-container {
            .footer1 {
                display: none;
            }
        }
    }
}



/*** 详情 ***/
.news-detail {
    width: 80vw;
    margin: 0 auto;
    margin-bottom: 5vw;

    .news-title {
        width: 100%;
        font-size: 2.1vw;
        font-weight: bold;
        text-align: center;
        margin-bottom: 2vw
    }

    .news-add-time {
        text-align: center;
        color: #999;
        margin-bottom: 1vw;
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 1vw;
        font-size: 0.8vw
    }

    .content {
        img {
            max-width: 100%;
        }
    }

}
