.top-img {
    width: 100%;
    max-height:  19.5vw;
}

/*新闻动态样式*/
.news-box {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    max-width: 1200px;
    padding: 40px 0;
    margin: 0 auto;
}

.news-box-item {
    width: 30%;
    margin: 0 5% 80px 0;
    cursor: pointer;
}

.news-box-item:nth-child(3n) {
    margin: 0 0 80px 0;
}

.news-box-item-img {
    width: 100%;
}

.news-box-item-time {
    font-size: 13px;
    color: #595757;
    margin-top: 10px;
    margin-bottom: 15px;
}

.news-box-item-title {
    width: 100%;
    font-size: 17px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}

.news-box-item-time:hover,
.news-box-item-title:hover {
    color: #337ab7;
}

.news-box-item-description {
    font-size: 15px;
    color: #595757;
    overflow: hidden;
    height: 65px;
}

.pagination-box {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}


/*新闻详情样式*/
.news-detail-content {
    width: 80%;
    max-width: 1200px;
    padding: 40px 0;
    margin: 0 auto;
}

.news-detail-content img {
    max-width: 100%;
}

.news-detail-title {
    width: 100%;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.news-detail-time {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 12px;
    color: #999999;
    margin-bottom: 10px;
}

.news-detail-time div {
    padding: 0 15px;
}

.time-separator {
    width: 2px;
    height: 12px;
    padding: 0 !important;
    background: #000;
}

.news-detail-line {
    width: 100%;
    height: 1px;
    margin-bottom: 20px;
    background-color: rgba(245,245,245,0.8);
}

/*.news-detail-img {*/
/*    width: 100%;*/
/*    margin: 40px 0;*/
/*    text-align: center;*/
/*}*/

/*.news-detail-img img {*/
/*    width: 50%;*/
/*}*/

/*.news-detail-text {*/
/*    width: 100%;*/
/*    margin: 40px 0;*/
/*    font-size: 14px;*/
/*    color: #666666;*/
/*}*/