.demo {} 

        .demo .toutiao-wrap {
            border: 1px solid #ccc; 
        }

        .demo .toutiao {  
            overflow: hidden;
            margin:0px;
            height: 28px;
        }

        .demo .toutiao ul {
            width: 350px
        }

        .demo .toutiao ul li { 
        }

        .demo .toutiao p { 
            overflow: hidden;
        }

        .demo .toutiao a {
            text-decoration: none;
            color: #6e6e6e  !important;
        }

        .demo .toutiao a:hover {
            color: #F60
        } 

        
 