@CHARSET "UTF-8"; /* 文章组件 */ .article-wrap .list-wrap.style-1{} .article-wrap .list-wrap.style-1 .item{display: flex;padding: 10px;margin-bottom: 10px;} .article-wrap .list-wrap.style-1 .item:last-child{margin-bottom: 0;} .article-wrap .list-wrap.style-1 .item .img-wrap{text-align: center;margin-right: 10px;width: 80px;} .article-wrap .list-wrap.style-1 .item .img-wrap img{max-width: 100%;max-height: 100%;} .article-wrap .list-wrap.style-1 .item .img-wrap span{display: block;background-color:#F6F6F6;height: 50px;line-height: 50px;padding: 20px;} .article-wrap .list-wrap.style-1 .item .info-wrap {flex:1;display:flex;flex-direction:column;justify-content:space-between;} .article-wrap .list-wrap.style-1 .item .info-wrap .title {font-weight:bold;margin-bottom:5px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:15px;line-height:1.5;} .article-wrap .list-wrap.style-1 .item .info-wrap .abstract {overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;} .article-wrap .list-wrap.style-1 .item .info-wrap .read-wrap {display:flex;color:#999ca7;justify-content:flex-start;align-items:center;margin-top:5px;line-height:1;} .article-wrap .list-wrap.style-1 .item .info-wrap .read-wrap text {font-size:12px;} .article-wrap .list-wrap.style-1 .item .info-wrap .read-wrap .iconfont {font-size:18px;vertical-align:bottom;margin-right:5px;} .article-wrap .list-wrap.style-1 .item .info-wrap .read-wrap .category-icon {width:4px;height:4px;border-radius:50%;margin-right:5px;} .article-wrap .list-wrap.style-1 .item .info-wrap .read-wrap .date {margin-left:10px;}