/* ============ндубап╠М============== */

ul.newslist{
margin:0px;
padding:0px;
}

li.newslist {
margin:0;
padding:0px;
list-style-type: none;
font-weight:100;
color:#505050;
background: #fff;
height: 78px;
border-top: dashed 1px #a0a0a0;
}

a.newslist:link,a.newslist:visited,a.newslist:active{
    display: block;
    font-size: 16px;
    color: #323232;
    line-height: 71px;
    height: 70px;
    width: 176px;
    padding-right: 38px;
    margin: auto;
    background: url("/base/templates/images/liebiao_jt1.png") right center no-repeat;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1; 
    transition:all 0.3s ease-in-out;
}

a.newslist:hover{
    text-indent: 10px;
    color: #4e70c3;
    background: url("/base/templates/images/liebiao_jt2.png") right center no-repeat;
}
