/* 新闻列表 */

.news {}

.new-top a{
    display: block;
    border: 1px solid #999;
}

.new-top-img img{
    width: 100%;
}

.new-top-box{
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    padding: 0.2rem 5px;
    background: url(../images/new_icon.png) no-repeat 0 96%/2.4rem;
}

.new-top-time{
    width: 64px;
    flex-shrink: 0;
    color: #000;
}

.new-top-time .day{
    font-size: 18px;
    line-height: 24px;
}

.new-top-time .year{
    font-size: 14px;
    line-height: 16px;
}

.new-top-font{
   flex-grow: 1;
   overflow: hidden;
}

.new-top-title{
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.new-top-p{
    height: 60px;
    margin: 5px 0 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.new-top-arrow{
    margin: 5px 0 0;
}

.new-top-arrow img{
    width: 20px;
}

.news ul{
    padding: 0.1rem 0;
}
.news ul li{
    padding: 2px 0;
}
.news ul a{
    display: flex;
    justify-content: space-between;
    border: 1px solid #ededed;
}
.new-li-time{
    flex-shrink: 0;
    width: 64px;
    padding: 5px 0 0 10px;
    color: #000;
}
.new-li-day{ 
    font-size: 18px;
    line-height: 24px;
    color: #000;
}
.new-li-year{
    margin-top:5px;
    font-size: 14px;
    line-height: 16px;
}
.new-li-font{
    flex-grow: 1;
    padding: 5px;
    overflow: hidden;
}
.new-li-title{
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}
.new-li-p{
    height: 20px;
    margin: 2px 0 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.new-li-arrow{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    flex-shrink: 0;
    border-left: 1px solid #ededed;
}
.new-li-arrow img{
    width: 8px;
}

@media (min-width: 1200px) {
    .news {}
    .new-top a{
        display: flex;
        justify-content: space-between;
        padding: 0;
        border: 0;
        transition: 0.6s;
    }
    .new-top-img{
        width: 20.2vw;
    }
    .new-top-img img{
        width: 100%;
    }
    .new-top-box{
        display: flex;
        justify-content: space-between;
        flex-grow: 0;
        width: 33.4vw;
        padding: 1.2vw 0 0;
        background: url(../images/new_icon.png) no-repeat 0 bottom/12.4vw;
    }
    .new-top-time{
        width: 6vw;
        color: #000;
    }
    .new-top-time .day{
        font-size: 1.5vw;
        line-height: 1.8vw;
    }
    .new-top-time .year{
        font-size: 1vw;
        line-height: 1.2vw;
    }
    
    .new-top-font{
        width: 26.8vw;
    }
    
    .new-top-title{
        font-size: 1.2vw;
        line-height: 1.5vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #000;
    }
    
    .new-top-p{
        height: 7.5vw;
        overflow: hidden;
        margin: 0.4vw 0 0;
        font-size: 0.9vw;
        line-height: 1.5vw;
        color: #666666;
    }
    .new-top-arrow{
        margin: 0.6vw 0 0;
    }
    .new-top-arrow img{
        width: 2.4vw;
    }
    .new-top a:hover{
        transform: translate3d(0,-0.4vw,0);
    }

    .news ul{
        padding: 0.5vw 0;
    }
    .news ul li{
        padding: 0.5vw 0;
    }
    .news ul a{
        display: flex;
        justify-content: space-between;
        border: 1px solid #ededed;
    }
    .new-li-time{
        flex-shrink: 0;
        width: 10vw;
        padding: 1.8vw 0 1.8vw 2.4vw;
        color: #000;
        background:  no-repeat 2.4vw 0/3vw;
        transition: 0.6s;
    }
    .new-li-day{ 
        font-size: 1.5vw;
        line-height: 1.6vw;
        color: #000;
    }
    .new-li-year{
        margin-top: 0.2vw;
        font-size: 0.9vw;
        line-height: 1.2vw;
    }
    .new-li-font{
        flex-grow: 1;
        padding: 1.8vw 0;
        overflow: hidden;
    }
    .new-li-title{
        font-size: 1.2vw;
        line-height: 1.6vw;
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .new-li-p{
        margin: 0.8vw 0 0;
        height: 2.8vw;
        font-size: 0.9vw;
        line-height: 1.4vw;
        color: #666666;
    }

    .new-li-arrow{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 4.5vw;
        flex-shrink: 0;
        border-left: 1px solid #ededed;
    }
    .new-li-arrow img{
        width: 0.9vw;
    }
    .news ul a:hover{
        background: #f1f1f1;
        border-color: #333;
    }
    .news ul a:hover .new-li-time{
        padding-top: 3.8vw;
        background-image: url(../images/new_logo.png);
        background-position-y: 1.8vw;
    }
    .news ul a:hover .new-li-arrow{
        border-color: #000;
    }
    
}


/* 新闻详情 */

.new-er {}

.new-er-title {
    text-align: center;
}

.new-er-name {
    font: bold 16px/24px "微软雅黑";
    color: #333;
}

.new-er-time {
    font: 400 14px/24px "微软雅黑";
    color: #999;
}

.new-er-p p {
    margin-bottom: 10px;
    font: 400 14px/24px "微软雅黑";
    color: #333;
    text-align: justify;
}

.new-er-p p img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .new-er {
        padding: 50px;
    }

    .new-er-title {
        position: relative;
        margin: 0 0 10px;
        padding: 0 0 10px;
        color: #fff;
        text-align: left;
        border-bottom: 1px solid #333;
    }

    .new-er-name {
        color: #333;
    }

    .new-er-time {
        position: absolute;
        right: 0;
        top: 0;
        color: #333;
    }

    .new-er-p p {
        font: 400 16px/30px "微软雅黑";
        color: #333;
    }
}