/*----------------文章列表-----------------*/
.article-list{width:100%}
.article-list dl{padding: 15px 12px 16px; box-sizing:border-box;}
.article-list dt{width:120px; height:68px; float:left;}
.article-list dt img{width:120px; height:68px; border-radius:3px;}
.article-list dl dd{margin-left: 130px;}
.article-list dl .art-title{color: #333;font-size: 4vw; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;margin-bottom: 8px;}
.article-list dl .art-text{color: #666;font-size: 3.2vw; line-height:1.5; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

/*-------------detail------------*/
.article-title{font-size:6.4vw; line-height:1.3333333; padding:12px;}
.article-ops{padding:6px 12px 12px; height:6vw; color:#aaa;font-size:3.6vw;}
.article-intr{padding:15px 12px;font-size:4.2vw; line-height:1.8;}
.article-intr p:nth-child(1){color:#005ddc;}
.article-intr p:nth-child(2){color:#df0000; font-weight:600;}
.article-detail{padding:12px;}
.article-detail-content{font-size:4.4vw!important;line-height: 1.6!important; word-break: break-word; text-align: justify;}
.article-detail-content p{padding:5px 0 10px;}
.article-detail-content img{max-width:100%!important;}
.article-detail-share{padding:0 12px 20px;}
.detail-share-ico{width:18vw; height:18vw; margin:0 auto; box-sizing:border-box; padding-top:10vw; border-radius:50%; font-size:3vw; color:#fff; text-align:center; background:#F89716 url(../images/good.png) no-repeat center 2.2vw; background-size:6vw auto;}

.article-read{padding:12px;}
.article-read h3 { font-size: 1.5rem; font-size:4.8vw; height: 8vw; }
.article-read li {width: 100%; font-size:4.2vw; padding:10px 12px; box-sizing: border-box; border-left: 3px solid #2692db; background-color:#f5f5f5; margin: 15px 0;}
.article-read li a{display:block;}
.article-read li:nth-child(1) { border-color: #ea5c52; }
.article-read li:nth-child(2) { border-color: #8bc630; }
.article-read li:nth-child(3) { border-color: #8e72d9; }
.article-read li:nth-child(4) { border-color: #44bc7e; }
.article-read-time{padding:6px 0 0; color:#999;font-size:3.2vw;}