.cattit {
    font-size: 14px;
    font-weight: normal;
    border-bottom: none;
    padding-bottom: 0;
}

.index-sortlist .sortlist-box .boxitem-zt p {
    font-weight: unset;
    text-align: left;
    font-size: 14px;
}

.index-sortlist .sortlist-box .boxitem-zt .price {
    margin: 0;
    line-height: 24px;
    color: #D10A0A;
    font-size: 14px;
}

.wapnewslist {
    background-color: #fff;
}

.wapnewslist .special-news-title {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wapnewslist .special-news-title i {
    display: block;
    float: left;
    width: 4px;
    height: 17px;
    border-radius: 50px;
    margin: 2px 10px 0 0;
    background-color: #f21282;
}

.wapnewslist .special-news-title span {
    font-size: 15px;
    color: #000;
}

.wapnewslist .special-news-title a {
    font-size: 14px;
    color: #999;
    line-height: 31px;
    float: right;
    transition: all 0.3s linear;
}

.wapnewslist .special-news-title a:hover {
    color: #f21282;
}

.wapnewslist .special-news-list .special-news-list-box {
    width: 100%;
    float: left;
}

.wapnewslist .special-news-list .special-news-list-box:nth-child(2) {
    margin: 0 3%;
}

.wapnewslist .special-news-list .special-news-list-box ul li {
    width: 100%;
    line-height: 35px;
}

.wapnewslist .special-news-list .special-news-list-box ul li a span {
    width: 75%;
    float: left;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s linear;
}

.wapnewslist .special-news-list .special-news-list-box ul li a span:hover {
    color: #f21282;
}

.wapnewslist .special-news-list .special-news-list-box ul li a i {
    width: 25%;
    float: right;
    text-align: right;
    font-size: 14px;
    color: #333;
    transition: all 0.3s linear;
}

.wapnewslist .special-news-list .special-news-list-box ul li a i:hover {
    color: #f21282;
}