/**
 * 面包屑导航
 */
.crumbs-block {
    margin: 0px auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.crumbs-block li {
    color: #96643C;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}

.crumbs-block li a {
    font-size: 14px;
    color: #96643C;
}


.about-handle {
    margin: 0px auto;
    padding-top: 50px;
    padding-bottom: 80px;
    overflow: hidden;
}
.news-banner {
    height: 30vh;
    min-height: 200px;
    overflow: hidden;
}

.news-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
}
.news-regin{
/*    width: 930px;*/
    margin: 0px auto;
    padding-top: 30px;
    padding-bottom: 50px;
}
.news-regin .list{
    list-style: none;
}
.news-regin .list li{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 120px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}
.news-regin .list a{
    font-size: 16px;
    color: #96643C;
    text-decoration: none;
}
.news-regin .list span{
    right: 0px;
    top: 50%;
    color: #999;
    position: absolute;
    margin-top: -8px;
    display: inline-block;
}
.news-title {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #96643c;
    margin-bottom: 30px;
}
.news-regin h2{
    font-size: 22px;
    color: #96643C;
    text-align: center;
    line-height: 35px;
}
.details-body p{
    line-height:30px;
    text-align: justify;
}