*{
    margin: 0;
    padding: 0;
}

section{
    width: 100%;
    height: 100%;
}
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;
    }
}




