﻿/*新闻动态*/


.news-list li {
    padding: 20px;
    /*animation: fadeInUp 1.5s ease 0s 1 both;*/
}

    .news-list li a {
        display: block;
        border: 1px solid #8c8c8c;
        cursor: pointer;
        background-color: #fff;
    }

.news-list .pic {
    overflow: hidden;
}

    .news-list .pic img {
        display: block;
        width: 100%;
        transition: all 1s ease;
        -webit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
    }

.news-list li a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.news-list .news-cont {
    padding: 0 15px;
}

.news-list .news-tit {
    margin-top: 20px;
    color: #1a1a1a;
    font-size: 18px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    /*white-space: nowrap;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list .news-time {
    color: #999;
    padding: 20px 0 12px 0;
    font-size: 14px;
}

.banner {
    font-size: 0;
    position: relative;
}

    .banner img {
        display: block;
        width: 100%;
    }

    .banner .banner_mask {
        width: 270px;
        height: 120px;
        position: absolute;
        top: 90px;
        left: 45px;
        background: rgba(226,226,226,0.75);
    }

    .banner .banner_cont {
        width: 270px;
        height: 120px;
        position: absolute;
        top: 90px;
        left: 45px;
        padding: 0 15px;
        font-size: 12px;
    }

        .banner .banner_cont p {
            margin-top: 10px;
        }

        .banner .banner_cont i {
            color: #ff6829;
        }

.page_title {
    text-align: center;
    line-height: 45px;
    background-color: #fff;
    font-size: 16px;
    color: #212121;
}
