#news-wrap { }
#news-wrap article:first-child { }
#news-wrap article {
    padding: 20px 20px 15px 20px;
    cursor: default;
    box-shadow: 0 1px 2px rgba(6, 33, 63, 0.20);
    background: #fff;
    border-radius: 2px;
    margin: 10px 0;
    width: 610px;
}
#news-wrap article h3, #news-full h3 {
    font-size: 15px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 519px;
}
#news-wrap article h3 {
    color: #2d7dc0 !important;
    cursor: default;
}
#news-wrap article .date, #news-full .date {
    font-size: 10px;
    color: #7a7a7a;
    padding: 5px 0 3px 10px;
    float: right;
    border-bottom: 1px solid #eee;
}
#news-wrap article .content, #news-full .content {
    font-size: 12px;
    line-height: 18px;
    clear: both;
    padding-top: 10px;
}
#news-wrap article .content p:first-child,
#news-full .content p:first-child { padding-top: 0; }
#news-wrap article .content img, #news-full .content img {
    padding: 5px;
}
#news-more-button {
    display: none;
    width: 100%;
    margin: 10px 0 10px;
    padding: 20px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(6, 33, 63, 0.20);
    border: 0;
    color: #2d7dc0;
    text-shadow: none;
    text-align: center;
    font-size: 15px;
}

#news-more-button:hover {
    background-color: #f2f6fb !important;
    cursor: pointer;
}
#news-more-button:active { bottom: -1px; }

#news-more-button[disabled="disabled"],
#news-more-button[disabled="disabled"]:hover,
#news-more-button[disabled="disabled"]:active {
    cursor: default !important;
    background-color: #eee !important;
    color: #333 !important;
    border: 0 !important;
    text-shadow: 0 !important;
}

#news-full .content {
    font-size: 12px;
    line-height: 18px;
    clear: both;
    padding: 20px;
    box-shadow: 0 1px 2px rgba(6, 33, 63, 0.20);
    background: #fff;
    border-radius: 2px;
    margin: 20px 0 10px;
}

.article-readmore {
    position: relative;
    bottom: 0;
    right: 0;
    float: right;
    font-size: 11px;
}

#news-wrap table,
#news-full table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    font-size: 12px;
    border: 0;
    border-bottom: 1px solid #e3e5e8;
    margin: 0 auto;
}
#news-wrap table td,
#news-wrap table th,
#news-full table td,
#news-full table th {
    text-align: left;
    border: solid #e3e5e8;
    border-width: 1px 1px 0;
    padding: 5px;
}
#news-wrap table th,
#news-full table th {
    background: #f5f7fa;
    font-weight: 600;
}
