.banner{
    width: 100%;
    height: 450px;
    background: url(/assets/index/images/new_banner.jpg) no-repeat center;
    margin-top: 70px;
}
.new{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.new .new-head{
    width: 823px;
    height: 92px;
    margin: 40px auto 0;
    font-size: 42px;
    color: #ba7e52;
    text-align: center;
    line-height: 122px;
    background: url(/assets/index/images/index29.png) no-repeat center center / 100% 100%;
}
.new .new-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 17px;
    color: #d8d8d8;
    text-align: center;
    line-height: 27px;
    margin-top: 15px;
}
.new .new-name{
    width: 100%;
    height: 46px;
    overflow: hidden;
    font-size: 25px;
    font-weight: bold;
    color: #8e572f;
    line-height: 25px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 10px;
}
.new .new-top{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    margin-top: 8px;
}
.new-top .new-span{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-right: 60px;
}
.new-box .new-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 17px;
    color: #a09f9f;
    line-height: 30px;
    margin-top: 20px;
    text-indent: 2em;
}

.btn{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f2f2f2;
    box-sizing: border-box;
    margin-top: 30px;
}
.btn .btn-li{
    display: block;
    width: 300px;
    height: auto;
    overflow: hidden;
    font-size: 17px;
    color: #828281;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}
