body {
    background-color: #eff5f4;
}
.page-title-wrap {
    display: flex;
    padding-left: 20px;
    padding-top: 26px;
    padding-bottom: 14px;
}

.page-title-wrap .page-title {
    font-size: 28px;
    color: #00aaa9;
    margin-right: 18px;
    font-weight: bold;
}

.page-title-wrap .title-arrow {
    height: 14px;
    margin-top: 8px;
}

.page-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}

.list-wrap {
    width: 842px;
    padding: 0 26px 0 16px;
    box-sizing: border-box;
    background-color: #fff;
}

.list-wrap .item + .item{
    border-top: 1px dashed #e4e4e4;
}
.list-wrap .item a {
    display: flex;
    margin: 22px 0 14px 6px;
}
.list-wrap .item .item-img {
    width: 140px;
    height: 80px;
    margin-right: 18px;
    flex-shrink: 0;
}
.list-wrap .item .item-img img{
    width: 100%;
    height: 100%;
}
.list-wrap .item .item-text {
    font-size: 14px;
}
.list-wrap .item .item-text .item-title {
    color: #000;
    font-weight: bold;
}

.list-wrap .item .item-text .item-desc {
    color: #858585;
    line-height: 24px;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-wrap .more {
    padding-top: 15px;
}
.list-wrap .more a{
    width: 250px;
    font-size: 14px;
    color: #2a643b;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.list-wrap .more .more_line {
    height: 1px;
    width: 100%;
    background: #e8efeb;
}
.list-wrap .more .more_text {
    flex-shrink: 0;
    width: 28px;
    margin: 0 8px;
}
.nav-wrap .nav-item {
    width: 348px;
    height: 102px;
    line-height: 102px;
    text-align: center;
    background: #bceded;
}

.nav-wrap .nav-item + .nav-item {
    margin-top: 10px;
}

.nav-wrap .nav-item a {
    font-size: 28px;
    color: #00aaa9;
    font-weight: bold;
}
