/* ==================================== 分页nav样式 ==================================== */

.news-main {
    margin: 30px 0;
}

.news-main .news-title {
    height: 30px;
    line-height: 30px;
}

.news-main .news-title h3 span {
    color: #2b479f;
}

.news-main .news-title h3 a {
    color: #333;
}

.news-main .news-title h3 a:hover {
    color: #2b479f;
}

.news-main .news-container {
    margin: 20px 0;
    max-height: 380px;
    overflow: hidden;
}

.news-main .news-more {
    height: 20px;
    line-height: 20px;
    text-align: right;
}

.news-main .news-more a {
    font-size: 14px;
    color: #2b479f;
    font-weight: bold;
}

.news-main .news-more a:hover {
    color: #999;
}

.news-main .top-news .news-container .top-news-main {
    height: 265px;
    position: relative;
}

.news-main .top-news .news-container .top-news-main img {
    height: 265px;
}

.news-main .top-news .news-container .top-news-main .content {
    width: 100%;
    padding: 0 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
}

.news-main .top-news .news-container .top-news-main .content a {
    width: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-main .top-news .news-container .top-news-item {
    margin-top: 10px;
}

.news-main .top-news .news-container .top-news-item .top-news-list {
    height: 35px;
    line-height: 35px;
}

.news-main .top-news .news-container .top-news-item .top-news-list a {
    display: block;
    width: 80%;
    float: left;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-main .top-news .news-container .top-news-item .top-news-list a:hover {
    color: #2b479f;
}

.news-main .top-news .news-container .top-news-item .top-news-list span {
    display: block;
    float: right;
    width: 20%;
    text-align: right;
    font-size: 12px;
    color: #999;
}

.news-main .events .news-container .events-item .events-list {
    height: 63px;
    border-bottom: 1px dashed #ccc;
}

.news-main .events .news-container .events-item .events-list a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #333;
}

.news-main .events .news-container .events-item .events-list a:hover {
    color: #2b479f;
}

.news-main .events .news-container .events-item .events-list span {
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #999;
}

.news-main .notices .news-container .notices-item .notices-list {
    height: 80px;
    margin-bottom: 15px;
}

.news-main .notices .news-container .notices-item .notices-list .notices-list-left {
    display: block;
    width: 20%;
    text-align: center;
}

.news-main .notices .news-container .notices-item .notices-list .notices-list-left .day,
.news-main .notices .news-container .notices-item .notices-list .notices-list-left .month {
    display: block;
    height: 40px;
    line-height: 40px;
}

.news-main .notices .news-container .notices-item .notices-list .notices-list-left .day {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background-color: #2b479f;
}

.news-main .notices .news-container .notices-item .notices-list .notices-list-left .month {
    font-size: 14px;
    color: #666;
    background-color: #eee;
}

.news-main .notices .news-container .notices-item .notices-list .notices-list-right {
    display: block;
    width: 75%;
    margin-left: 5%;
}

.news-main .notices .news-container .notices-item .notices-list .notices-list-right .title,
.news-main .notices .news-container .notices-item .notices-list .notices-list-right .info {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-main .notices .news-container .notices-item .notices-list .notices-list-right .title:hover,
.news-main .notices .news-container .notices-item .notices-list .notices-list-right .info:hover {
    color: #2b479f;
}

.news-main .notices .news-container .notices-item .notices-list .notices-list-right .title {
    font-size: 15px;
    color: #333;
    height: 35px;
    line-height: 35px;
}

.news-main .notices .news-container .notices-item .notices-list .notices-list-right .info {
    font-size: 12px;
    color: #999;
    height: 22.5px;
    line-height: 22.5px;
}

.news-main .notices .news-container .notices-item .notices-list .notices-list-right .info span {
    padding-right: 5px;
    padding-left: 4px;
}

@media screen and (max-width: 991px) {
    body {
        background-color: #e7e7e7;
    }
    .news-main {
        margin: 0;
    }
    .news-main .top-news,
    .news-main .events,
    .news-main .notices {
        padding-top: 30px;
        padding-bottom: 15px;
        background-color: #fff;
        margin-bottom: 20px;
    }
    .news-main .top-news .news-container .top-news-main {
        height: 120px;
        cursor: pointer;
    }
    .news-main .top-news .news-container .top-news-main img {
        display: block;
        float: left;
        width: 40%;
        height: 120px;
    }
    .news-main .top-news .news-container .top-news-main .content {
        float: right;
        width: 50%;
        margin-left: 10%;
        padding: 0;
        background-color: transparent;
        position: static;
    }
    .news-main .top-news .news-container .top-news-main .content a {
        width: 100%;
        display: block;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        color: #333;
    }
    .news-main .top-news .news-container .top-news-main .content a:hover {
        color: #2b479f;
    }
    .news-main .top-news .news-container .top-news-main .content span {
        text-indent: 2em;
        line-height: 20px;
        font-size: 12px;
        color: #999;
        display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
}
