.newfeed_block{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-top:5px solid rgba(26,107,153,.3);
    border-bottom:1px solid rgba(26,107,153,.3);
}
#newfeed_home_page{
    position: relative;
    display: block;
    height:26px;
    overflow: hidden;
}
.title-label {
    height: 30px;
    line-height: 30px;
    float: left;
    width: 100px;
    font-size: 12px;
    font-family: 'UTM Avo',sans-serif;
    background: #1a6b99;
    color: #fff;
    margin-top: -2px;
    margin-right: 43px;
    position: relative;
    text-align: center;
}
.title-label::after {
    content: '';
    display: block;
    position: absolute;
    right: -30px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #1a6b99;
    border-width: 15px 17px 15px 13px;
}
.newfeed_block .item{
    overflow: hidden;
    display: block;
}
.newfeed_block .item a{
    display: block;
    color:#1a6b99;
    line-height: 26px;
    font-size:14px;
    overflow: hidden;
    position: relative
}
.newfeed_block .item a:after{
    content: "";
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%);
}
