.title img {
    width: 857px;
    display: block;
}

.wrapper .title {
    margin: 64px 0 35px 0;
}

.wrapper .tab a {
    display: inline-block;
    padding: 5px 25px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    font-size: 18px;
    color: #666;
    margin-bottom: 15px;
}

.wrapper .tab a:hover {
    background-color: rgba(192, 222, 134, 0.29);
    color: #326A3F;
    border-radius: 70px;
}

.wrapper .tab .on {
    background-color: rgba(192, 222, 134, 0.29);
    color: #326A3F;
    border-radius: 70px;
}

.wrap {
    margin-top: 120px;
}

.wrap li {
    float: left;
    margin-right: 18px;
    padding: 0 23px;
    width: 286px;
    height: 346px;
    background-color: #fff;
    box-shadow: 0px 2px 17px 5px rgba(130, 90, 0, 0.05);
    border-radius: 0px 0px 10px 10px;
    transition: all .3s;
    position: relative;
}

.wrap li:nth-child(4n) {
    margin-bottom: 120px;
}

.wrap li:last-child {
    margin-bottom: 0;
}

.wrap li:hover {
    transform: translateY(-34px);
}

.wrap li:nth-child(4n) {
    margin-right: 0;
}

.wrap li img {
    width: 241px;
    height: 164px;
    margin: -75px 0 34px;
}

.wrap li .t {
    padding: 0 7px;
    margin-bottom: 12px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.wrap li .c {
    padding: 0 7px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    position: absolute;
    bottom: 42px;
}

.wrap li .detail_btn {
    display: block;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-left: 7px;
    position: absolute;
    bottom: 17px;
}