.news_showlist{
    float: left;
    width:100%;
    height: 20px;
    margin-top: 10px;
    font-size:14px;
        font-weight: normal;}
.news_showlist:last-child{margin-bottom:10px;}
.sharp{
    float: left;
    width: 10px;
    height: 10px;
    background-color: #A60002;
    margin: 5px;}
.word{
    display: block;
    width: 270px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    float: left;
    color: #484848;}
