﻿a:hover{
   text-decoration:none;
}
#news {
    width: 70%;
    background-color: white;
    float: right;
    margin-top: 3.13vw;
    padding-top: 0.79vw;
    min-height: 20rem;
    margin-bottom: 2.09vw;
}

    #news ul {
        padding-bottom: 2.1vw;
    }

        #news ul li {
            background: white;
            border-radius: 18px 0 0 18px;
            padding-right: 0;
            height: 2.92vw;
            line-height: 2.92vw;
            margin-left: 3.65vw;
            font-size: 0.95vw;
            font-weight: bold;
            list-style-type: disc;
        }
        #news ul li::marker {
            color: #CD151D;
            font-size: 2.5rem;
        }
.list-title {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    float:left;
}

        .news-main {
            width: 96%;
            float: left;
            height: 100%;
            padding: 2% 3%;
        }

.newslist {
    padding-left: 3%;
    float: left;
    width: 80%;
}
.time {
    font-size: 0.95vw;
    color: #adadad;
    font-weight: normal;
    float: right;
    padding-right: 2.1vw;
}

.news-title {
    font-weight: bold;
}

.more {
    width: 4%;
    background: rgb(232,235,247);
    height: 28rem;
    text-align: center;
    line-height: 28rem;
    float: right;
}

    .more img {
        width: 2.5rem;
    }
.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;
}
@media only screen and (max-width: 768px) {
    body {
        background-color: #F5F5F5;
    }
    .head {
        display: none;
    }
    .main{
        width:100%;
        margin:0;
    }
    #news {
        width: 100%;
        padding: 0;
        margin: 0;
        background-color: #F5F5F5;
    }
        #news ul li {
            background: #ffffff;
            border-radius: 20px;
            margin: 3vw auto;
            width: 94%;
            height: 20vw;
            padding: 3vw 3vw;
            list-style-type: none;
            line-height:2;
        }
    .list-title{
        width:100%;
        font-weight:normal;
        font-size:3.5vw;
    }
    .time {
        float: left;
        font-size: 3vw;
    }
    .return {
        display: block !important;
        font-size: 2.4vw;
        color: #cd151d;
        padding-left: 4vw;
        display: block;
        padding-top: 3.3vw;
    }
    .left {
        width: 100%;
        margin-left: 3vw;
    }
    .left-title {
        font-size: 3vw;
        height: 4vw;
        line-height: 4vw;
        margin: 1vw;
    }
    .left-nav ul li {
        float: left;
        height: 6vw;
        font-size: 3vw;
        line-height: 6vw;
        padding: 0 2vw;
        border-bottom:none;
    }
    .select-nav {
        border-left:none;
        border-bottom: 2px solid #CD151D !important;
    }

}