.pubPageTitle {
    color: #fff;
}

.pubPageTitle p {
    color: #fff;
}

.newsList li {

    /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06); */
    padding: 0.4rem 0rem;
    border-bottom: 0.01rem solid #f4f4f4;
}

.news {
    display: flex;
    align-items: center;
    width: 100%;
    /* padding: 0.1rem 0.15rem; */
    justify-content: space-between;
    padding: 0 10%;
}

.dateBox {
    position: relative;
    width: 1.4rem;
    height: 1.5rem;
    background: rgba(237, 236, 234, 0.5);
    border-radius: 0.1rem;
    text-align: center;
}

.dateBox h3 {
    margin-top: 0.3rem;
}

.dateBox p {
    margin-top: 0.1rem;
}

.imgBox img {
    position: absolute;
    top: 0rem;
    left: 0rem;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.newsList li:hover img {
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.newTxt {
    width: 87%;
}

.newTxt h3 {
    font-weight: bolder;
}

.newTxt .intro {
    color: #666;
    margin: 0.16rem 0rem;
}

.newTxt .moreBtn {
    display: block;
    margin-top: 0.2rem;
    background: url(../images/jiantou.png) no-repeat;
    background-size: 0.2rem 0.09rem;
    background-position: right center;
    width: 1rem;
}

.newsList li:hover {
    background: rgba(231, 210, 150, 0.26);
}

.newsList li:hover h3 {
    color: #CC3130;
    color: #ECB875;
}

.applyPage {
    margin-top: 0.8rem;
    margin-bottom: 0.4rem;
}


/* 新闻详情 */
.newsDetailBox {
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
}

.newsDet {
    display: flex;
    justify-content: space-between;
}

.newsDetailBox .newsContent {}


.newsContent .title {
    margin: 0.3rem 0rem;
    border-bottom: 0.01rem solid #f2f2f2;
    padding-bottom: 0.2rem;
    margin-top: 0;
}

.newsContent .dataBat {
    margin-top: 0.15rem;
    color: #666;
    display: flex;
    align-items: center;
}

.dataBat .dateTime {
    background: url(../images/dat1.png) no-repeat;
    background-size: 0.2rem;
    background-position: left center;
    padding-left: 0.3rem;
    margin-right: 0.5rem;
}

.dataBat .seeNum {
    background: url(../images/dat2.png) no-repeat;
    background-size: 0.2rem;
    background-position: left center;
    padding-left: 0.3rem;
}

.nextPage {
    background: url(../images/newsNextBg.png) no-repeat;
    background-size: cover;
    margin-top: 0.5rem;
    padding: 0.4rem;
}

.nextPage p {
    color: #666;
    margin-bottom: 0.2rem;
}



@media (max-width: 800px) {
    .newsBox {
        padding: 0.6rem 0.3rem;
    }

    .news {
        flex-wrap: wrap;
        padding: 0rem;
    }

    .dateBox {
        position: relative;
        width: auto;
        height: auto;
        padding: 0.1rem 0.3rem;
    }

    .newTxt {
        width: 100%;
        padding: 0.2rem 0rem;
    }

    .newTxt .intro {
        margin-bottom: 0.3rem;
    }



    .newTxt .moreBtn {
        /* background: url(../images/jiantou.png) no-repeat; */
        background-size: 0.3rem 0.12rem;
        background-position: right center;
        width: 2rem;
    }

    .newsDet {
        padding: 0.3rem;
    }


}