/*** 宜章WAP独立样式 ***/

.taglink-text h3, .hotnew-txt h3{
	margin: 0!important;
}

.taglist {
    margin-top: 0.45rem;
    overflow: hidden;
}
.taglist li, .commentlist li,.taglist div, .commentlist div  {
    position: relative;
    list-style-type: none;
    width: 13em;
    height: 12em;
    float: left;
    overflow: hidden;
}
.taglist .left {
    width: 190px!important;
    flex-direction: column;
    justify-content: space-between;
    font-size: 0.34rem;
    box-sizing: border-box;
    float: left;
    position: absolute;
    top: 120px;
}
.taglist .list_a{margin-bottom:0!important;}
.taglist .right{
    width: 190px;
    float: left;
}

.taglist .left .title {
    max-height: 1.44rem;
    overflow: hidden;
    line-height: 0.48rem;
    height: 3em;
    margin-bottom: 0!important;
    font-weight: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-overflow: -o-ellipsis-lastline;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.taglist .right img {
    width: 190px!important;
    height: auto!important;
    max-height: 120px;
    border-radius: 0.08rem;
    background: #F5F6F8;
    display: block;
}
.taglist .source{
	display:none;
}

/* 新闻推荐 */

.taglist-swiper {
    margin: 0.5rem 0;
}

.taglist-swiper .swiper-slide {
    text-align: left;
}

.taglist-swiper .swiper-slide .list_a {
    display: block;
}

.taglist-swiper .swiper-slide .pic {
    width: 100%;
    height: 2.3rem;
}

.taglist-swiper .swiper-slide .pic img {
    margin: 0 auto;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.taglist-swiper .swiper-slide .title {
    margin-top: 0.1rem;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
