.topBanner {
    position: relative;
}

    .topBanner .txt {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .topBanner .txt h2 {
            font-size: 60px;
            color: white;
        }

@media (max-width: 1200px) {
    .topBanner .txt h2 {
        font-size: 48px;
    }
}

@media (max-width: 996px) {
    .topBanner .txt h2 {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .topBanner .txt h2 {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .topBanner .txt h2 {
        font-size: 24px;
    }
}

.crumbs {
    font-size: 14px;
    color: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2% 0 5%;
}

.contentWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.filterList {
    width: 32%;
    margin-bottom:10%;
}

    .filterList .top {
        font-size: 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #e9e9e9;
        line-height: 30px;
        margin-bottom: 5%;
        padding-bottom: 2%;
    }

        .filterList .top .left {
            color: #222;
        }

        .filterList .top .right {
            color: #f66f6a;
            cursor: pointer;
        }

    .filterList .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 18px;
        color: #333;
    }

        .filterList .list p {
            padding-left: 1%;
            margin-bottom: 5%;
            font-size: 18px;
        }

        .filterList .list input {
            margin-right: 10px;
            position: relative;
            cursor: pointer;
        }

        .filterList .list .num {
            float: right;
        }

    .filterList .mores {
        font-size: 18px;
        margin-top: 2%;
        color: #f66f6a;
        cursor: pointer;
    }


    .filterList .list input::after {
        content: '';
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: white;
        display: block;
        border: 1px solid #000;
        position: absolute;
        top: -2px;
        left: -3px;
    }

    .filterList .list input.cur::after {
        background: url("/assets/img/select.png")no-repeat white;
        background-size: cover;
        border: none;
        width: 20px;
        height: 20px;
        left: -5px;
    }

.contentList {
    width: 57%;
}

    .contentList li {
        border-radius: 4px;
        margin-bottom: 5%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-transition: all .5 ease;
    }

        .contentList li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-radius: 4px;
        }

            .contentList li a .txt {
                width: 58%;
                background: #dce6ee;
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px;
                padding: 3% 10% 3% 5%;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

                .contentList li a .txt p {
                    font-size: 14px;
                    color: #808080;
                    margin-bottom: 2%;
                }

                .contentList li a .txt h3 {
                    font-size: 22px;
                    color: #333;
                    line-height: 33px;
                    margin-bottom: 5%;
                    height: 30%;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                }

                .contentList li a .txt span {
                    height: 50%;
                    font-size: 14px;
                    color: #282828;
                    line-height: 26px;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 4;
                    overflow: hidden;
                }

            .contentList li a .img {
                width: 42%;
            }

                .contentList li a .img img {
                    width: 273px;
                    height: 248px;
                    border-top-right-radius: 4px;
                    border-bottom-right-radius: 4px;
                }

        .contentList li.items:hover {
            transform: translateY(-5px);
            -webkit-transform: translateY(-5px);
        }

.pageList {
    font-size: 14px;
    color: #282828;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .pageList .pageLeft {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .pageList .pageLeft select {
            margin: 0 10px;
            width: auto;
            border-radius: 3px;
            border: 1px solid #d4d4d4;
            cursor: pointer;
            text-align: center;
        }
            .pageList .pageLeft select:hover {
                color: #942423;
                border-color: #942423;
            }

            .pageList .pageRight {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

        .pageList .pageRight input {
            width: 32px;
            border-radius: 3px;
            border: 1px solid #d4d4d4;
            text-align: center;
        }

        .pageList .pageRight span {
            margin: 0 10px;
        }

.siteFilter {
    position: relative;
}

    .siteFilter input {
        height: 40px;
        width: 100%;
        border-radius: 5px;
        border: 1px solid #d4d4d4;
        padding: 0 10% 0 2%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 18px;
    }

    .siteFilter img {
        width: 18px;
        height: 18px;
        position: absolute;
        right: 3%;
        top: 50%;
        margin-top: -9px;
    }

@media (max-width: 1200px) {
    .contentList {
        width: 65%;
    }
}

@media (max-width: 996px) {
    .filterList .top {
        font-size: 17px;
    }

    .contentList li a .txt {
        padding: 3% 5% 3% 4%;
    }

        .contentList li a .txt h3 {
            font-size: 17px;
            line-height: 25px;
            height: 31%;
        }

        .contentList li a .txt span {
            height: auto;
            line-height: 24px;
        }

    .filterList .mores {
        font-size: 17px;
    }

    .filterList .list p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .contentWrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .filterList, .contentList {
        width: 100%;
    }

    .contentList {
        margin-top: 5%;
    }
}

@media (max-width: 480px) {
    .contentList li a .img {
        display: inherit;
        height: 100%;
    }

    .contentList li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .contentList li a .txt h3 {
            font-size: 16px;
        }

        .contentList li a .txt span {
            font-size: 13px;
        }

        .contentList li a .img img {
            border-radius: 4px;
        }
}

.newsNav {
    border-bottom: 1px solid #d4d4d4;
}

    .newsNav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        color: #222;
    }

    .newsNav li {
        margin-right: 20px;
    }

        .newsNav li a {
            text-align: center;
        }

    .newsNav ul li.on {
        border-bottom: 2px solid #f66f6a;
    }

@media(max-width:480px) {
    .contentList li a {
        flex-direction: column;
    }

        .contentList li a .txt {
            width: 100%;
            border-radius: 4px;
        }

        .contentList li a .img {
            width: 100%;
        }
}

@media(max-width:996px) {
    .contentList li a .img img {
        width: 218px;
        height: 198px;
    }

    .contentList li a .txt span {
        -webkit-line-clamp: 3;
    }
}

@media(max-width:480px) {
    .contentList li a .img img {
        width: 100%;
        height: 198px;
    }
}



.topBanner1 {
    width: 100%;
    height: 560px;
    position: relative;
}

@media (max-width: 1200px) {
    .topBanner1 {
        height: 450px;
    }
}

@media (max-width: 996px) {
    .topBanner1 {
        height: 385px;
    }
}

@media (max-width: 768px) {
    .topBanner1 {
        height: 308px;
    }
}

@media (max-width: 480px) {
    .topBanner1 {
        height: 265px;
    }
}

.filterList .list p:hover {
    color: #da4545;
}