@import url('base.css');
@import url('../icon/iconfont.css');
.root {
    width: 1160px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.cate {
    display: block;
    float: left;
    padding: 0px 14px 0 15px;
}

.cate .cate-category {
    display: flex;
    width: 100%;
    align-self: start;
    flex-shrink: 0;
    cursor: pointer;
}

.cate .cate-category .cate-category-title {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 10px 0 0;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 24px;
    color: #777;
    border-width: 0.5px;
    border-color: transparent;
}

.cate .cate-category .filter-content {
    flex: 1;
    flex-wrap: wrap;
    padding-left: 0;
    overflow: visible;
    flex-direction: row;
    padding-right: 24px;
    display: flex;
}

.cate .cate-category .filter-content .filter-content-item {
    flex-direction: column;
    align-items: center;
    align-self: start;
    flex-shrink: 0;
    cursor: pointer;
}

.cate .cate-category .filter-content .filter-content-item .filter-content-item-title {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 10px;
    position: relative;
    border-radius: 14px;
}

.cate .cate-category .filter-content .filter-content-item .filter-content-item-title .filter-content-item-title-text {
    line-height: 19.6px;
    color: #777;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    border-width: 0.5px;
    border-color: transparent;
}

.cate .cate-category .filter-content .filter-content-item .filter-content-item-title .filter-content-item-title-text:hover {
    color: var(--secondary-color) !important;
    font-weight: bold !important;
}

.cate-on {
    color: var(--secondary-color) !important;
    font-weight: bold !important;
}

.cate-ona {
    color: #ff0000 !important;
    font-weight: bold !important;
}

.list {
    width: 100%;
    display: block;
    float: left;
}

.list .list-item {
    background: #fff;
    transform: scale(0.9);
    width: 339px;
    height: 202px;
    border: 1px solid #e6e6e6;
    padding: 16px 14px 0 15px;
    position: relative;
    margin: 20px 25px 5px 0;
    float: left;
    border-radius: 10px;
}

.list .list-item:hover {
    -webkit-box-shadow: 0px 3px 8px #e6e6e6;
    box-shadow: 0px 3px 8px #e6e6e6;
}

.list .list-item .list-item-img {
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 15px;
}

.list .list-item .list-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list .list-item .info {
    float: left;
    width: 201px;
    padding-left: 20px;
}

.list .list-item .info .title {
    height: 20px;
    line-height: 18px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #000;
    display: block;
    width: 175px;
}

.list .list-item .info .title:hover {
    text-decoration: underline;
    color: #f05;
}

.list .list-item .info .info-txt {
    padding-top: 15px;
    font-size: 14px;
    color: #737373;
    margin-bottom: 0;
}

.list .list-item .info .info-txt .sp {
    padding: 0 10px;
    padding-left: 0px;
}

.list .list-item .load {
    padding: 0 8px;
    border-radius: 14px;
    height: 28px;
    font-size: 12px;
    width: 72px;
    border: 1px solid rgba(0,128,255,.25);
    color: #0080ff;
    background-color: rgba(0,0,0,0);
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    margin-left: 20px;
    margin-top: 10px;
}

.list .list-item .load:hover {
    background-color: #0080ff;
    color: #fff;
}

.list .list-item .text {
    font-size: 14px;
    color: #737373;
    line-height: 21px;
    padding-top: 22px;
    height: 70px;
    overflow: hidden;
    width: 100%;
    line-height: 1.7;
}