main {
    background-color: #f5f5f5;
}

.serbicbaner {
    /* background-image: url("../images/picbj04.jpg");
    background-size: 100% 100%; */
    width: 100%;
    height: 40vh;
}

.serbicbaner .itemimg {
    width: 100%;
    height: 40vh;
    position: absolute;
    z-index: 0;
}

.serbic-box {
    position: relative;
}

.serbic-box>div {
    color: #ffffff;
    font-weight: 600;
    position: absolute;
    top: 25vh;
}

.serbic-box>div h2 {
    font-size: 46px;

}

.serbic-box>div span {
    font-size: 24px;
}





.newsbjtp {
    width: 100%;
    background-color: #ffffff;
}

.newstp {

    display: flex;
    justify-content: center;
    align-items: center;
}

.newstp div a {
    padding: 40px;
    font-size: 18px;
    font-weight: 600;
    color: #999999;
}

.newsbx ul {}

.newsbx ul li {
    padding: 35px 0;
    border-bottom: 1px solid #e2e2e2;


}

.newsbx ul li a {
    display: flex;
    justify-content: space-between;
}

.newsbx ul li a:hover .news-bxcont h4 {
    color: #d80c18 !important;
}

.news-bxtie {
    width: 180px;
    font-size: 20px;
    color: #666666;
    font-weight: 600;
}

.news-bxcont {
    width: 60%;
}

.news-bxcont h4 {
    font-size: 22px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 20px;
}

.news-bxcont p {
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-bximg {
    width: 200px;
}

.news-bximg img {
    width: 200px;
    height: 150px;
}


.news-bxbtm {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}













@media screen and (max-width:768px) {
    .serbicbaner {
        /* background-image: url("../images/picbj04.jpg");
        background-size: 100% 100%; */
        width: 100%;
        height: 15vh;
    }

    .serbicbaner .itemimg {
        width: 100%;
        height: 15vh !important;
    }

    .serbic-box>div {
        color: #ffffff;
        font-weight: 600;
        position: absolute;
        top: 7vh;
        margin-left: .2rem;
    }

    .serbic-box>div h2 {
        font-size: .28rem;

    }

    .serbic-box>div span {
        font-size: .18rem;
    }




    .newstp div a {
        padding: .4rem;
        font-size: .18rem;
        font-weight: 600;
        color: #999999;
    }

    .newsbx ul li {
        padding: .35rem 0;
        border-bottom: 1px solid #e2e2e2;


    }

    .newsbx ul li a {
        display: flex;
        justify-content: space-between;
    }

    .newsbx ul li a:hover .news-bxcont h4 {
        color: #d80c18 !important;
    }

    .news-bxtie {
        width: 1.8rem;
        font-size: .2rem;
        color: #666666;
        font-weight: 600;
    }

    .news-bxcont {
        width: 60%;
    }

    .news-bxcont h4 {
        font-size: .22rem;
        font-weight: 600;
        color: #222222;
        margin-bottom: .2rem;
    }

    .news-bxcont p {
        font-size: .16rem;
        color: #666666;
    }

    .news-bximg {
        width: 2rem;
    }

    .news-bximg img {
        width: 2rem;
        height: 1.5rem;
    }


    .news-bxbtm {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: .3rem 0;
    }







}