.container{
    width: 1168px;
    margin: 0 auto;
}
.news{
    overflow: hidden;
}
.news-img{
    width: 370px;
    height: 256px;
    background-color: #d8d8d7;
    position: relative;
}
.news-img img{
    width: 100%;
}

.news li{
    float: left;
    margin-right: 19px;
    margin-bottom: 30px;
}

.news li:last-child{
    margin-right: 0;
}
.news-date{
    width: 58px;
    height: 61px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.news-date p{
    text-align: center;
    color: #fff;
    margin: 0;
}
.news-info{
    width: 352px;
    border:1px solid #d8d8d7;
    border-top:none;
}
.news-info h5{
    padding: 33px 0 10px 8px;
    font-size: 18px;
    border-bottom: 1px solid #d8d8d7;
    color: #414040;
    margin:0;
    overflow: hidden;  
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-info p{
    color: rgb( 131, 131, 131 );
    line-height: 1.5;
    text-align: justify;
    padding: 0 8px;
    margin-top:20px;
    margin-bottom:32px;
    font-size: 14px;
    overflow: hidden;  
    text-overflow: -o-ellipsis-lastline;  
    text-overflow: ellipsis;  
    display: -webkit-box;  
    -webkit-line-clamp: 5;  
    -webkit-box-orient: vertical;
    height: 104px;
}
.news-info{
    padding: 0 8px 24px;
}
.news-icon{
    overflow: hidden;
}
.newsicon{
    display: inline-block;
    width: 27px;
    height: 21px;
    background:url(../../img/tagicon.png) no-repeat;
    background-size: 100%;
}
.news-icon span{
    margin-right: 13px;
    vertical-align: top;
    color: rgb( 131, 131, 131 );
    font-size: 12px;
}
.left{
    float: left;
}
.right{
    float: right;
}
.see{
    display: inline-block;
    width: 27px;
    height: 20px;
    /*background:url(../img/see.png) no-repeat;*/
    background-size: 100%;
    margin-right: 14px;
}

