.communication{
    background: url("../img/zsgt.png") left center no-repeat;
    background-size: 20px;
    padding-left: 30px;
    margin: 20px 0;
    line-height: 20px;
    font-size: 20px;
    color: #1c4a85;
}
.news-table {
    border-collapse: separate;
    border-spacing: 10px;
    width: 100%;
}

.news-year {
    color: rgba(154, 154, 154, 0.65);
    text-align: right;
    font-size: 12px;
    border-right: 1px solid rgba(154, 154, 154, 0.65);
    padding-right: 5px;
}

.news-day {
    font-size: 25px;
    text-align: center;
    padding-right: 10px;
}

.news-title {
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    max-width: 200px;
}