.news{margin-top:50px;margin-bottom: 50px;}
.news .newslist ul{margin:0;padding:0;}
.news .newslist{margin-top: 25px;}
.news .newslist li{margin-top: 10px;padding:15px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.news .newslist li .time,.news .newslist li p{margin:0;padding:0;color:#FFF;}
.news .newslist li:hover{background-color: rgba(255,255,255,.5)}