*{
    margin: 0;
    padding: 0;
}


section{
    width: 100%;
    height: 100%;
}
section .act-se-bx1{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
section .act-se-bx1 .act-bx1-d1{
    width: 100%;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 10px 0;
}
section .act-se-bx1 .act-bx1-d1 .act-d1-p1{
    font-size: 16px;
    font-weight: 700;
    color: #aaaaaa;
    text-align: center;
    cursor: pointer;
    width: 90px;
    margin-bottom: 8px;
}
.no {
    border-bottom: 1px solid #85D1FF;
}
section .act-se-bx1 .act-bx1-d1 .active{
    color: #0677ff;
}

section .act-se-bx1 .act-bx1-d2{
    width: 100%;
    padding: 0 15px;
    position: relative;
}
section .act-se-bx1 .act-bx1-d2 .act-d2-bx1{
    width: 100%;
    display: none;
}
section .act-se-bx1 .act-bx1-d2 .act-d2-bx2{
    z-index: 1;
    display: block;
}
/* 分页 */
section .act-se-bx1 .act-bx1-d2 .act-d2-bx1 .act-new-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
section .act-se-bx1 .act-bx1-d2 .act-d2-bx1 .act-new-main .act-item{
    display: block;
    text-decoration: none;
    width: 50%;
    max-width: 600px;
    height: 229px;
    background: rgba(255, 255, 255, 1);
    padding-right: 6px;
    margin-bottom: 20px;
    margin-top: 36px;
}
section .act-se-bx1 .act-bx1-d2 .act-d2-bx1 .act-new-main .act-item:nth-child(2n){
    padding-left: 6px;
    padding-right: 0;
}
section .act-se-bx1 .act-bx1-d2 .act-d2-bx1 .act-new-main .act-item .act-item-mg{
    width: 100%;
    height: 120px;
    margin-bottom: 16px;
}
section .act-se-bx1 .act-bx1-d2 .act-d2-bx1 .act-new-main .act-item .act-item-mg img{
    height: 100%;
    width: 100%;
}
section .act-se-bx1 .act-bx1-d2 .act-d2-bx1 .act-new-main .act-item .act-item-title{
    font-size: 20px;
    font-weight: 400;
    color: rgba(44, 49, 56, 1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
section .act-se-bx1 .act-bx1-d2 .act-d2-bx1 .act-new-main .act-item .act-item-date{
    font-size: 14px;
    font-weight: 400;
    margin: 16px 0px 8px 0px;
    color: rgba(135, 142, 163, 1);
}
section .act-se-bx1 .act-bx1-d2 .act-d2-bx1 .act-new-main .act-item .act-item-content{
    font-size: 14px;
    font-weight: 400;
    color: rgba(135, 142, 163, 1);
    overflow: hidden;
    -webkit-line-clamp: 2;        
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.act-pagination-container{
    text-align: center;
}
.pagination{
    display: inline-block;
}
.pagination a{
    background-color: #999;
    color: #fff;
    padding: 1px 6px;
    text-decoration:none;
    border-radius: 5px;
    margin-right: 10px;
    cursor:pointer;
}
.pagination a.active{
    background-color: #85D1FF;
}
.page-change{
    margin: 0 15px;
    cursor:pointer;
}
.skip input{
        width: 50px;
}






@media screen and (max-width:556px){
    section .act-se-bx1 .act-bx1-d2 .act-d2-bx1 .act-new-main .act-item{
        width: 100%;
        padding: 0;
    }
    section .act-se-bx1 .act-bx1-d2 .act-d2-bx1 .act-new-main .act-item:nth-child(2n){

        padding: 0;
    }
}
@media screen and (min-width:557px) and (max-width:768px){

}
@media screen and (min-width:769px) and (max-width:996px){

}
@media screen and (min-width:997px) and (max-width:1200px){

}






section .se-bx1 {
    width: 100%;
    background: rgba(240, 247, 252, 1);
}

    section .se-bx1 .bx1-d {
        width: 100%;
        display: flex;
        max-width: 1200px;
        margin: 0 auto;
    }

    section .se-bx1 .bx1-d1 {
        flex: 2;
        height: 260px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        section .se-bx1 .bx1-d1 .d1-p1 {
            font-size: 48px;
            font-weight: 400;
            color: rgba(0, 0, 0, 1);
            margin-bottom: 10px;
        }

        section .se-bx1 .bx1-d1 .d1-p2 {
            font-size: 16px;
            font-weight: 400;
            color: rgba(74, 82, 89, 1);
            margin-bottom: 30px;
        }
        /* 搜索框 */
        section .se-bx1 .bx1-d1 .inp-bx {
            position: relative;
            margin: 0 auto;
        }

            section .se-bx1 .bx1-d1 .inp-bx .inp {
                width: 600px;
                height: 40px;
                outline: none;
                text-indent: 1em;
            }

            section .se-bx1 .bx1-d1 .inp-bx .inp-s {
                position: absolute;
                left: 92%;
            }

    section .se-bx1 .bx1-d2 {
        flex: 1;
        height: 100%;
        overflow: hidden;
    }

        section .se-bx1 .bx1-d2 .d2-mg {
            width: 477px;
            height: 260px;
            margin-top: 15px;
        }

            section .se-bx1 .bx1-d2 .d2-mg img {
                width: 100%;
                height: 100%;
            }

section .se-bx2 {
    width: 100%;
    height: 100%;
    background-color: rgba(235, 236, 237, 1);
}

    section .se-bx2 .bx2-d {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        display: flex;
    }

        section .se-bx2 .bx2-d .d-lf {
            width: 225px;
            background-color: #fff;
            margin: 24px 0px 70px 0px;
        }

.glyphicon {
    line-height: 40px !important;
    padding-right: 5px !important;
    padding-left: 20px !important;
}

section .se-bx2 .bx2-d .d-lf .lf-bx {
    width: 224px;
    height: 40px;
    cursor: pointer;
}

    section .se-bx2 .bx2-d .d-lf .lf-bx .bx-sp {
        color: rgba(0, 94, 255, 1) !important;
    }

section .se-bx2 .bx2-d .d-rg {
    width: 975px;
    height: 100%;
    padding-left: 20px;
}

    section .se-bx2 .bx2-d .d-rg .rg-d {
        width: 100%;
        height: 100%;
        display: none;
    }

    section .se-bx2 .bx2-d .d-rg .rg-d1 {
        display: block;
    }

    section .se-bx2 .bx2-d .d-rg .rg-d .new-main {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

        section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item-BX {
            width: 470px;
            margin-right: 15px;
            background: rgba(255, 255, 255, 1);
            margin-bottom: 16px;
            margin-top: 24px;
        }

.item-BX:nth-of-type(2n+2) {
    margin-right: 0px !important;
}

section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item {
    text-decoration: none;
    display: flex;
}

    section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg {
        width: 160px;
        height: 160px;
    }

        section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg img {
            width: 100%;
            height: 100%;
        }

    section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-title {
        font-size: 20px;
        font-weight: 400;
        color: rgba(44, 49, 56, 1);
        padding: 0 12px;
        overflow: hidden;
    }

        section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-title .item-tit {
            font-size: 20px;
            font-weight: 400;
            color: rgba(0, 0, 0, 1);
            margin: 12px 0px 12px 0px;
        }

    section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-date {
        font-size: 14px;
        font-weight: 400;
        margin: 16px 0px 8px 0px;
        color: rgba(135, 142, 163, 1);
    }

    section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-title .item-content {
        width: 275px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(135, 142, 163, 1);
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin: 0px 0px 36px 0px;
    }

    section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-title .item-wz {
        margin: 0px 0px 12px 0px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(0, 94, 255, 1);
    }

.pagination-container {
    text-align: center;
}

.pagination {
    display: inline-block;
}

    .pagination a {
        background-color: #999;
        color: #fff;
        padding: 1px 6px;
        text-decoration: none;
        border-radius: 5px;
        margin-right: 10px;
        cursor: pointer;
    }

        .pagination a.active {
            background-color: #85D1FF;
        }

.page-change {
    margin: 0 15px;
    cursor: pointer;
}

.skip input {
    width: 50px;
}


@media screen and (max-width:556px) {
    section .se-bx1 {
        height: auto;
        padding: 30px 0;
    }

        section .se-bx1 .bx1-d1 {
            height: auto;
        }

            section .se-bx1 .bx1-d1 .d1-p1 {
                font-size: 22px;
            }

            section .se-bx1 .bx1-d1 .d1-p2 {
                font-size: 14px;
                margin-top: 0;
            }

        section .se-bx1 .bx1-d {
            padding: 0 15px;
        }

    section .se-bx2 .bx2-d {
        flex-direction: column;
        padding: 0 15px;
    }

    section .se-bx1 .bx1-d1 .inp-bx {
        width: 100%;
    }

        section .se-bx1 .bx1-d1 .inp-bx .inp {
            width: 96%;
            margin: auto;
            display: block;
        }

        section .se-bx1 .bx1-d1 .inp-bx .inp-s {
            left: 82%;
        }

    section .se-bx2 .bx2-d .d-lf, section .se-bx2 .bx2-d .d-rg {
        width: 100%;
        margin-bottom: 30px;
        padding-left: 0;
    }

        section .se-bx2 .bx2-d .d-rg .rg-d .new-main {
            flex-direction: column;
        }

            section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item-BX {
                width: 100%;
                margin-right: 0;
            }

            section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item {
                flex-direction: column;
            }

                section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg {
                    width: 100%;
                    height: 148px;
                    overflow: hidden;
                }

                    section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg img {
                        width: 100%;
                        height: auto;
                    }
}

@media screen and (min-width:557px) and (max-width:768px) {
    section .se-bx1 {
        height: auto;
        padding: 60px 0;
    }

        section .se-bx1 .bx1-d1 {
            height: auto;
        }

            section .se-bx1 .bx1-d1 .d1-p1 {
                font-size: 22px;
            }

            section .se-bx1 .bx1-d1 .d1-p2 {
                font-size: 14px;
                margin-top: 0;
            }

        section .se-bx1 .bx1-d, section .se-bx2 .bx2-d {
            padding: 0 15px;
        }

        section .se-bx1 .bx1-d1 .inp-bx {
            width: 100%;
        }

            section .se-bx1 .bx1-d1 .inp-bx .inp {
                width: 80%;
                margin: auto;
                display: block;
            }

            section .se-bx1 .bx1-d1 .inp-bx .inp-s {
                left: 82%;
            }

    section .se-bx2 .bx2-d .d-lf {
        width: 35%;
    }

    section .se-bx2 .bx2-d .d-rg {
        width: 65%;
    }

        section .se-bx2 .bx2-d .d-rg .rg-d .new-main {
            flex-direction: column;
        }

            section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item-BX {
                width: 100%;
                margin-right: 0;
            }

            section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item {
                flex-direction: column;
            }

                section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg {
                    width: 100%;
                    height: 148px;
                    overflow: hidden;
                }

                    section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg img {
                        width: 100%;
                        height: auto;
                    }
}

@media screen and (min-width:769px) and (max-width:996px) {
    section .se-bx1 .bx1-d1 .d1-p1 {
        font-size: 28px;
    }

    section .se-bx1 .bx1-d, section .se-bx2 .bx2-d {
        padding: 0 15px;
    }

        section .se-bx2 .bx2-d .d-lf {
            width: 30%;
        }

        section .se-bx2 .bx2-d .d-rg {
            width: 70%;
        }

            section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item-BX {
                width: 48%;
                margin-right: 2%;
            }

            section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item {
                flex-direction: column;
            }

                section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg {
                    width: 100%;
                    height: 148px;
                    overflow: hidden;
                }

                    section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg img {
                        width: 100%;
                        height: auto;
                    }
}

@media screen and (min-width:997px) and (max-width:1200px) {
    section .se-bx1 .bx1-d, section .se-bx2 .bx2-d {
        padding: 0 15px;
    }

        section .se-bx2 .bx2-d .d-lf {
            width: 20%;
        }

        section .se-bx2 .bx2-d .d-rg {
            width: 80%;
        }

            section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item-BX {
                width: 49%;
                margin-right: 1%;
            }

            section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item {
                flex-direction: column;
            }

                section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg {
                    width: 100%;
                    height: 225px;
                    overflow: hidden;
                }

                    section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg img {
                        width: 100%;
                        height: auto;
                    }
}




