.box{
    background: #f8faf9;
}
.banner{
    width: 100%;
    height: 300px;
    background: url(../images/about_banner.jpg) no-repeat center;
    margin-top: 80px;
}
.title{
    width: 100%;
    height: 60px;
    overflow: hidden;
}
.title .title-li{
    width: auto;
    height: 50px;
    font-size: 20px;
    color: #666666;
    line-height: 60px;
    cursor: pointer;
    float: left;
    margin-right: 30px;
}
.title-li.active{
    border-bottom: 2px solid #6da288;
    color: #6da288;
    box-sizing: border-box;
}
.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}
.content .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 38px;
    box-sizing: border-box;
    background: #ffffff;
}
.con-box .con-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}
.con-ul .con-li{
    display: block;
    width: 100%;
    height: 190px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
}
.con-li .con-img{
    width: 300px;
    height: 150px;
    margin-top: 20px;
}
.con-li .con-ri{
    width: 790px;
    height: 150px;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}
.con-ri .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    color: #333333;
    line-height: 34px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.con-li:hover .con-name{
    color: #6da288;
}
.con-ri .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.con-ri .con-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}
.con-span .num{
    margin-left: 60px;
}

.page{
    width: 100%;
    height: 50px;
    margin: 30px 0;
    overflow: hidden;
}