﻿a:hover{
   text-decoration:none;
}
#news {
    width: 100%;
    background-color: white;
    padding: 2rem 4%;
}

.news-main img {
    float: left;
    width: 20%;
    height: 21rem;
    border-radius: 18px;
}

#news ul {
    padding-bottom: 4rem;
}

    #news ul li {
        display: table;
        background: white;
        margin-top: 2rem;
        box-shadow: 0px 0px 7px rgb(200 203 211);
        border-radius: 18px 0 0 18px;
        padding-right: 0;
        height: 28rem;
    }

.news-main {
    width: 96%;
    float: left;
    height: 100%;
    padding: 2% 3%;
}

.newslist {
    padding-left: 3%;
    float: left;
    width: 80%;
}

.news-introduction {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 2.2rem 0;
    line-height: 2;
    text-align: justify;
}

.time {
    font-size: 1.6rem;
}

.news-title {
    font-weight: bold;
    font-size: 24px;
}

.more {
    width: 4%;
    background: #CE2B34;
    opacity: 0.1;
    height: 28rem;
    text-align: center;
    line-height: 28rem;
    float: right;
}

    .more img {
        width: 2.5rem;
    }
    #news{
        min-height:20rem;
    }
.none {
    text-align: center;
    font-size: 1.6rem;
    color: #a3a3a3;
    line-height: 20rem;
}

/*图片新闻列表*/
.img-news {
    background-color: white;
    padding: 5rem 4%;
}

.news-card {
    width: 30%;
    float: left;
    height: 55rem;
    box-shadow: 0px 0px 7px rgb(200,203,211);
    text-align: center;
    line-height: 3rem;
    margin-bottom: 6rem;
}

.img-news .news-card:nth-child(3n+2) {
    margin: 0 5%;
}

.news-card img {
    width: 100%;
    height: 44rem;
}
.news-card a {
    color: rgb(61,61,61);
    font-size:2rem;
    font-weight:bold;
}
    .news-card a span {
        display: block;
        margin: 4rem 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
.layui-flow-more {
    text-align: center;
    font-size: 1.6rem;
    padding-top: 5rem;
    color: #a3a5a3;
}