.banner{
    width: 100%;
    height: 400px;
    background: url(/assets/index/images/new_banner.jpg) no-repeat center;
    margin-top: 80px;
}
.content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    color: #2e2e2e;
    line-height: 34px;
    margin-top: 25px;
}
.top{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
}
.top .top-li{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #2e2e2e;
    line-height: 30px;
    margin-top: 5px;
    margin-right: 30px;
}
.line{
    width: 100%;
    height: 1px;
    background: #cccccc;
    margin-top: 10px;
    margin-bottom: 30px;
}

.detail{
    margin-bottom: 50px;
    text-indent: 2em;
    line-height: 25px;
    font-size: 16px;
}