/* 
* @Author: anchen
* @Date:   2020-03-31 11:20:42
* @Last Modified time: 2020-04-21 11:01:27
* @新闻资讯
*/
.page-banner {
    width: 100%;
    background-image: url(../images/news-banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 480px;
    overflow: hidden;
}
.news-roof .fl{
    width: 420px;
    height: 320px;
}
.news-roof .fl img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.news-roof .fr{
    width: 680px;
    height: 320px;
}
.news-roof .fr .date{
    color: #00b22a;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    border-bottom: 1px solid #00b22a;
}
.news-roof .fr h2{
    font-size: 24px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 20px 0px;
}
.news-roof .fr .lead{
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news-roof .fr .more-btn{
    width: 55px;
    height: 55px;
    float: left;
    text-align: center;
    line-height: 55px;
}
.news-list a{
    width: 540px;
    height: 180px;
    float: left;
    margin: 20px;
    padding: 20px;
    border-radius: 5px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}
.news-list a:hover{
    box-shadow:0px 0px 10px rgba(0,0,0,.2);
    border-bottom: 1px solid #fff;
}
.news-list a span{
   float: left;
   margin-right: 15px;
}

.news-list a span.pic{
    width: 170px;
    height: 100%;
    overflow: hidden;
}
.news-list a span.pic img{
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}
.news-list a span.date{
    font-size: 18px;
    color: #000;
    position: absolute;
    right: 10px;
    bottom: 30px;
}
.news-list a span.info{
    width: 310px;
    margin-right: 0px;
}
.news-list a span.info .tit{
    font-size: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news-list a span.info .lead{
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666;
}
.news-list a span.more{
    display: none;
    position: absolute;
    left:207px;
    bottom: 30px;
}


