.content-news li{
    height: 223px;
    border-bottom: 1px solid #e3e2e2;
    padding-top: 26px;
}
.news-left{
    float: left;
    width:323px;
    height:194px;
    overflow: hidden;
    margin-right: 26px;
}
.news-right{
    float: left;
    width: 670px;
    height: 194px;
}
.news-tittle a{
    font-size: 24px;
    color: #333333;
}
.news-tittle a:hover{
    color: #0268b4;
}
.news-text{
     font-size: 16px;
    color: #999999;
    line-height: 25px;
    height: 80px;
    overflow: hidden;
    margin: 30px 0 27px;
}
.recommend{
    color: #ea4242;
    width: 60px;
    height: 24px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ea4242;
    margin-right: 30px;
}
.time{
    display: inline-block;
    font-size: 16px;
    color: #999999;
    width: 110px;
    text-align: left;
    height: 18px;
    border-right: 1px solid #eaeaea;
    margin-right: 22px;
}
.from{
    font-size: 16px;
    color: #999999;
}
.content-news li:hover{
    background-color: #eeeeee;
    box-shadow:2px 2px 2px #ccc;
}
