.box{
    background: #f8faf9;
}
.banner{
    width: 100%;
    height: 300px;
    background: url(../images/about_banner.jpg) no-repeat center;
    margin-top: 80px;
}
.top{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}
.top .top-le{
    width: 105px;
    height: 54px;
    border-bottom: 2px solid #6da288;
    box-sizing: border-box;
    font-size: 26px;
    color: #333333;
    line-height: 54px;
    text-align: center;
}
.top .top-ri{
    display: block;
    width: auto;
    height: 54px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
    line-height: 54px;
}

.list{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}
.list .w-1200{
    background: #ffffff;
    padding: 0 40px;
    box-sizing: border-box;
    overflow: hidden;
}
.list .title{
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    box-sizing: border-box;
    display: flex;
    margin-top: 20px;
}
.title .title-li{
    width: auto;
    height: 30px;
    margin-top: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-right: 10px;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    cursor: pointer;
}
.title-li.active{
    background: #6da288;
    color: #ffffff;
}
.list .list-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.list-box .list-item{
    display: block;
    width: 100%;
    height: 234px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
}
.list-item .list-top{
    width: 100%;
    height: 120px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.list-top .list-le{
    width: auto;
    height: 120px;
    display: flex;
    overflow: hidden;
}
.list-le .list-icon{
    width: 120px;
    height: 120px;
}
.list-le .list-on{
    width: 500px;
    height: 120px;
    overflow: hidden;
    margin-left: 20px;
    position: relative;
}
.list-on .list-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    color: #6da288;
    line-height: 34px;
    margin-top: 40px;
}
.list-on .list-num{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    position: absolute;
    bottom: 15px;
    left: 0;
}
.list-top .list-ri{
    width: 395px;
    height: 120px;
    display: flex;
    justify-content: space-between;
}
.list-ri .list-li{
    width: 120px;
    height: 120px;
}

.list-box .list-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.page{
    width: 100%;
    height: 60px;
    margin: 30px 0;
    overflow: hidden;
}