.news-banner {
    height: 30vh;
    min-height: 200px;
    overflow: hidden;
}

.news-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
}

.news-title {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #96643c;
    margin-bottom: 30px;
}

.news-title h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}

.news-title p {
    margin-bottom: 0px;
}

.details {
    border-bottom: 1px solid #96643c;
}

.details img {
    max-width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.det-pages {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.det-pages .left {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

.det-pages .right {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

.det-pages a {
    font-size: 16px;
    color: #040404;
}

@media (min-width: 992px) {
    .det-pages .right {
        text-align: right;
    }
}
/*面包屑导航栏*/
.crumbs-block li {
    color: #96643c;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}
.crumbs-block {
    margin: 0px auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.crumbs-block li a {
    font-size: 14px;
    color: #96643c;
}
