﻿.new-list {width: 100%;margin: 0 auto;}

    .new-list, .new-list td {
        word-break: break-all;
        word-wrap: break-word;
        font-family: 'Microsoft YaHei';
    }

        .new-list td {
            text-align: left;
            line-height: 21px;
            font-size: 13px;
            padding: 8px 5px;
            border-bottom: 1px dotted #c1c1c1;
        }

            .new-list td a {
                color: #565656;
            }

            .new-list td.date-font {
                color: #999;
            }

.news-item-info {
    margin: 0 auto;
}

 .news-item-info td {
        height: 30px;
        vertical-align:middle;
        line-height: 21px;
        text-align: left;
        font-size:13px;
        color: #565656;
        word-break: break-all;
        word-wrap: break-word;
        padding:10px 0;
    }

.good-btn {
    height: 24px;
    line-height: 24px;
    text-align:left;
    background: #fff url(../img/good.png)no-repeat left 0;
    border: none;
    padding-left:23px;
}
