.content{
    width: 1200px;
    margin: 0 auto;
}

.title{
    font-size: 28px;
    color: #333;

    display: flex;
    justify-content: space-between;
}

.swiper-container img{
    width: 100%;
}
.title a{
    font-size: 26px;
    display: inline-block;
    letter-spacing: 0.2px;
    line-height: 40px;
    margin-right: 19px;
}

.title a:hover{
    color: #d36f16;
}

.statistics-view img{
    font-size: 16px;
    margin: 0 5px 0 0;
}

.hot-type{
    margin-top: 40px;
}

.list-box{
    margin-top: 20px;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card-box{
    background: #fff;
    border-radius: 4px;
    margin-top: 20px;
    width: 280px;
}

.card-img,.card-img img{
    width: 100%;
    height: 200px;
    border-radius: 4px 4px 0 0;

    overflow: hidden;
    transition: .5s;
}

.card-img img:hover{
    opacity: .8;
    transform: scale(1.1);
}

.card-info{
    border-bottom: 1px solid #eee;
    padding: 11px 16px 13px;
    height: 75px;
}

.card-info-title{
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    width: 260px;
}

.card-info-title a:hover{
    color: #d36f16;
}


.card-info-type{
    font-size: 12px;
    color: #bbb;
    margin-bottom: 17px;
    height: 18px;
}

.card-info-item{
    font-size: 12px;
    color: #bbb;
    bottom: 14px;
}

span.statistics-view {
    margin-right: 10px;
}

.see:before{
    background: url(../imagev8/see.svg?v=1) 0 2px no-repeat;
    background-size: 16px auto;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-right: 5px;
}
.time:before{
    background: url(../imagev8/time.svg?v=1) 0 2px no-repeat;
    background-size: 16px auto;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-right: 5px;
}

.card-info-item span{
    margin-right: 5px;
}

/**************************列表页开始*************************/

.list {
    margin: 0 auto;
    width: 1200px;
    column-count: 4;
    margin-top: 40px;
}
.list .list-box {
    margin-top: 0;
    display: block;
}
.list .card-box{
    width: 280px;
    height: auto;
    break-inside: avoid;
}
.list .card-img, .card-img img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: 4px 4px 0 0;
}

.list .hot-type{
    margin-top: 0;
}

.list .card-box {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    width: 280px;
}

.list .card-box{
    margin-top: 0;
}

.recommend .reco-list li a img{
    width: 100%;
    height: 100%;
}

.list .card-img,.list .card-img img{
    overflow: inherit;
}



/***************************列表页结束************************/



/*****************************详情页开始**********************************/

.relUl .list .card-box {
    width: 260px;
}

.relUl .list {
    margin: 0 auto;
    width: 830px;
    column-count: 3;
}
.recommend .reco-list-cate li{
    border: 1px solid #6c757d;
    border-radius: 0.25rem;
    background: none;
    padding: 5px;
}
.recommend .reco-list-cate li>a{
    color: #6c757d;
}
.recommend .reco-list-cate li:hover a{
    color: #fff;
}
.recommend .reco-list-cate li:hover{
    background-color: #FF0036;
    border: 1px solid #FF0036;
    color: #fff;
}

/*****************************详情页结束**********************************/




/*客服开始*/
.kefu {
    position: fixed;
    top: 150px;
    right: -144px;
}
.keful {
    padding-top: 100px;
}
.l {
    float: left;
}
.kefur {
    width: 144px;
}
.kefuc {
    background: url(/imagev8/zixun05.jpg) repeat-y;
}
.kefub {
    background: url(/imagev8/zixun03.jpg) no-repeat;
    padding: 0 10px;
    height: 323px;
    font-size: 12px;
}
.kefu{
    position:fixed;
    top:150px;
    right:-144px;
    transition: 0.5s;
}


/*客服结束*/


