.articles {margin-top:15px;}
.article_conlist{margin-top: 10px;border-bottom: 1px solid #f3f3f3;}
.article_con{width:100%; overflow: hidden;}
.article_pic{float: left; width:33%;  height:120px; display:flex; justify-content: center;align-items: center;}
.article_text{float: left; width:100%; color:#888888;}
.article_text2{float: left; width:100%; color:#888888;}
.article_text ul{ margin:0; padding:0; margin-top: 10px;}
.con_list_text li{ line-height: 24px; width: 100%;}
.article_title { width:100%; margin-left: 3%; font-size: 18px; font-weight:bold ; overflow: hidden; height:25px;line-height: 25px;
    text-overflow:ellipsis;
    white-space: nowrap;color:#474747;}
.article_pic img {width:100px;height:100px;}
.article_intro {
    color:black;
    word-break: break-all;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    padding-left: 10px;
    padding-right: 10px;
}
.article_date{
    height:35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}
.articles a {text-decoration: none;}