.content{
    width: 1200px;
    margin: 0 auto;
}


.news li{
    height: 105px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d9d9d9;
}
.news li:last-child{
    margin-bottom: 0;
}
.news li .news_time{
    float: left;
    width: 100px;
    height: 75px;
    background: #666666;
    color: #fff;
    text-align: center;
    margin-left: 30px;
}
.news li .news_time span:nth-child(1){
    font-size: 32px;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
}
.news li .news_time span:nth-child(2){
    font-size:14px;
    display: block;
   
}
.news li .news_a{
    float: right;
    display: block;
    height: 70px;
    width:1035px;
}
.news li .news_a h5{
    font-size: 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news li .news_a p{
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 25px;
    margin-top: 5px;
}
.news li:hover .news_time{
    background: #219043;
}
.news li:hover .news_a{
    color: #219043;
}