.content{
    width: 100%;
}

.content-item{
    padding: 30px 0px;
    border-bottom: 1px solid #ccc;
}

.content-item:first-child .item{
    padding: 20px;
    box-shadow: 2px 2px 10px #999;
}

.content-item:first-child{
    padding: 40px 0px;
    border-bottom: 2px solid #ccc;
}

.content-item:first-child .item-left{
    width: 60%;
}

.content-item:first-child .item-right{
    width: 40%;
}

.content-item:first-child .item-title{
    font-weight: bold;
}

.content-item:first-child .item-brief{
    height: 310px;
    -webkit-line-clamp: 14;
}

.content-item:last-child{
    border-bottom: 2px solid #ccc;
}

.item-left{
    width: 25%;
}

.item-left img{
    width: 100%;
}

.item-right{
    width: 75%;
    padding: 5px 20px;
}

.item-title{
    font-size: 22px;
    color: #000;
}

.item-info{
    color: #999;
    margin-top: 5px;
}

.item-brief{
    margin-top: 20px;
    height: 90px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #666;
}

.render nav{
    text-align: center;
}
