﻿@import "../common/common.css";
@import "../core/index.css";

.news {
       padding-top: 5%;
    padding-bottom: 5%;
}

.news-top-button {
    text-align: center;
    margin-bottom: 3%;
    min-width: 314px;
}

.news-top-button div {
    cursor: pointer;
    display: inline-block;
    width: 92px;
    height: 42px;
    background-color: #42a9f9;
    padding: 12px 5px;
    margin-right: 1.5%;
    margin-left: 1.5%;
    color: white;
    font-size: 15px;
}

    .news-top-button > div:hover {
        background-color: #0563ad;
    }

.news-top-button-bg {
    background-color: #0563ad !important;
}

.add-color {
    background-color: #0563ad !important;
    color: white !important;
}

.news-group {
    color: #70706e;
    border: 1px solid #eee;
    min-height: 56px;
    padding: 16px;
}

.news-group-boder {
    border-left: none;
}

.news-group:hover {
    box-shadow: 0 0px 20px rgba(0,0,0,0.1);
}

.news-days {
    width: 100px;
    height: 100px;
    background-color: #42a9f9;
    border-radius: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 28px;
    line-height: 100px;
    float: left;
}

.news-new {
    width: 100%;
    overflow: hidden;
    float: right;
}

.news-new > p,
.news-new > div {
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-new-tittle {
    width: 100%;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap; /*多余隐藏不换行*/
    text-overflow: ellipsis; /*如果有隐藏 隐藏部分就改为...*/
}

.news-new div:first-child {
    font-size: 18px;
    line-height: 1.50em;
    text-align: left;
    color: rgb(255, 116, 5);
}

.news-paging {
    margin-top: 5%;
    width: 100%;
}

.news-paging-group {
    min-height: 20px;
    width: 160px;
    margin: auto;
}

.news-paging-group div {
    cursor:pointer;
    margin: 0 3px;
    line-height: 28px;
    text-align: center;
    float: left;
    width: 34px;
    height: 28px;
    color: #70706e;
    border: 1px solid #eee;
}
.zcfgDiv {
    
}