.articlebreviary{
    height: 280px;
    width: 380px;
    margin: 10px;
    border: 1px solid lightgray;
    float: left;
    cursor: pointer;
}

content img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}

.articleimg{
    height: 130px;
    width:380px;
}

.articleimg1{
    background: url(../images/news/组1.png);
}

.articleimg2{
    background: url(../images/news/preview2.png);
}

.articleimg3{
    background: url(../images/news/preview1.png);
}




.description{
    text-align: left;
    margin-top: 10px;
    font-size: 12px;
    line-height: 25px;
    word-wrap: break-word;
    max-width: 300px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 50px;
}

.articletitle .description{
    max-width:380px;
}

.articletitle{
    text-align: left;
    padding: 10px;
}

.articletitle .title {
    font-size: 16px;
    font-weight: 800;
    height: 40px;
    padding-top: 15px;
}

.articletime{
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 10px;
}

.articlepage{
    width: 30px;
    height: 30px;
    border: solid 1px lightgray;
    box-shadow: 1px 1px 1px white;
    color: #101010;
    padding-left: 11px;
    float: left;
    margin: 10px;
    padding-top: 5px;
    cursor: pointer;
}

.articlepageck{
    color: white;
    background:#152C6D;
}

.articleinfo{
    text-align: left;
    line-height: 35px;
    font-size: 14px;
}