hr{
    background-color:#ddd; 
    height:1px; 
    border:none;
}
.content-item{
    margin: 40px 0;
}
.item-title{
    font-size: 18px;
    font-weight: 400;
    color: #202020;
    padding: 20px;
}
.item-content{
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #999999;
}
.item-date{
   font-size: 18px;
    font-weight: 400;
    color: #202020;
    padding: 20px;
    text-align: right;
}
.item-next{
    display: block;
    width: 38px;
    height: 38px;
    /* background-color: #f00; */
    margin-left: 20px;
    background-image: url("../images/next.png");
    float: right;
    margin-right: 20px;
    background-size: 100%;
}
.item-next:hover{
    background-image: url("../images/nextHover.png");
}
@media(max-width:992px){
    .item-content{
        height: 26px;
    }
    .item-next{
        width: 26px;
        height: 26px;
    }
}
@media(max-width:768px){
    .item-title{
        padding: 0;
    }
    .item-content{
        height: 40px;
        line-height: 20px;
    }
    .item-date{
        padding: 0;
        font-size: 12px;
        width: 50%;
        float: left;
        height: 20px;
        line-height: 20px;
        padding-left: 15px;
        text-align: left;
    }
    .item-next{
        width: 20px;
        height: 20px;
        background-size: 100%;
        margin-right: 0;
    }
}