.swiper-container{
    height: 400px;
    margin-top: 2px;
}
.content{
    width: 1200px;
    margin: 0 auto;
}

.wrapper-item{
    background-color: #fff;
    margin-top: 20px;
}

.swiper-container img{
    width: 100%;
}

.hot-type .title{
    border: 1px solid #f3f3f3;
    display: flex;
    justify-content: space-between;
}

.hot-type .title span{
    padding: 10px;
}

.hot-type .title span:nth-child(1){
    font-size: 16px;
    font-weight: 600;
}

.list-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
}

.card-box{
    width: 230px;
    height: auto;
    background: #f3f3f3;
}

.card-img img{
    width: 230px;
    height: 140px;
}



.card-info {
    padding: 10px;
    color: #bbb;
    display: inline-block;
    vertical-align: middle;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    width: 200px;
}

.card-info a{
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 200px;
}

.card-info-title a{
    font-size: 14px;
}

.expo-advert .card-img img{
    width: 193px;
    height: 80px;
}
.expo-advert .card-box{
    width: 193px;
}

.article-list{
    display: flex;
    justify-content: space-between;
    background: none;
}

.article-list-item{
    width: 50%;
    margin: 0 5px;
    background: #fff;
}

.article-list-item .title{
    border: 1px solid #f3f3f3;
    display: flex;
    justify-content: space-between;
}

.article-list-item .title span{
    padding: 10px;
}

.article-list-item .title span:nth-child(1){
    font-size: 16px;
    font-weight: 600;
}

.article-list-item ul{
    padding: 10px;
}

.list-box-container{
    overflow: hidden;
}

.list-box-container .card-img img {
     width: auto;
}

.list-box-pagination{
    text-align: center;
    margin-top: 10px;
}

.local:before{
    background: url(../imagev8/region.svg?v=1) 0 2px no-repeat;
    background-size: 16px auto;
    content: "";
    display: inline-block;
    width: 16px;
    height: 19px;
    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-title{
    margin-bottom: 5px;
}

.expo-advert .card-box{
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: end;
    flex-direction: row;
    flex-wrap: wrap;
    background: #fff;
}
.expo-advert .card-box .card-img{
    padding: 5px 3px 0 0;
}

.article-list ul li{
    display: flex;
    justify-content: space-between;
    line-height: 20px;
    margin-bottom: 15px;
    list-style: circle;
}

.article-list ul li span{
    color: #999;
}

.article-list ul li:nth-child(1){
    height: 100px;
    width: 570px;

    display: flex;
}

.article-list ul li:nth-child(1)>div{
    margin-left: 5px;
}

.wrapper-item .card-info-type {
    height: 30px;

}
.swiper-wrapper .card-img{
    height: 100px;
    width: auto;
    background: #d43f3f;
}

.swiper-wrapper .card-img a{
    margin-left: 80px;
    line-height: 100px;
    font-size: 60px;
    color: #fff;
}

.card-img,.card-img img{
    overflow: hidden;
    transition: .5s;
}

.card-img img:hover{
    transform: scale(1.1);
}

.wrapper-item .article-list ul li img{
    width: 200px;
    height: 100px;
}