.news-banner{
    margin-top: 60px;
    margin-bottom: 40px;
}

.news-banner .swiper-container{
    border: 1px solid #ddd;
    box-sizing: content-box;
}

.news-banner .article{
    padding-top: 43px;
    padding-right: 30px;
}

.news-banner .article h3{
    font-size: 20px;
    color: #444;
    line-height: 32px;
    margin: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news-banner .article span{
    display: block;
    font-size: 16px;
    color: #999;
    line-height: 18px;
    margin: 30px 0;
    padding-left: 25px;
    background: url(../img/icon_19.png) no-repeat left center;
    background-size: 20px;
}

.news-banner .article p{
    color: #999;
    font-size: 16px;
    line-height: 32px;
}

.swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background-color: #ddd;
    opacity: 1;
}

.swiper-pagination-bullet-active{
    background-color: #00A54F;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 10px;
}

.news-banner .swiper-container-horizontal>.swiper-pagination-bullets{
    position: absolute;
    left: 51%;
    bottom: 37px;
    z-index: 2;
}

.news-banner .swiper-slide .image{
    overflow: hidden;
    position: relative;
}

.news-banner .swiper-slide .image img{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news-banner .swiper-slide a:hover .article h3{
    color: #00A54F;
}

.news-banner .swiper-slide:hover .image img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.newslst{
    padding-bottom: 60px;
}

.newslst .newslst-items{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.newslst .newslst-items-content{
    padding: 30px;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 10px 0;
}

.newslst .date{
    float: left;
    width: 110px;
    height: 110px;
    background-color: #00A54F;
    text-align: center;
}

.newslst .date p,
.newslst .date span{
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 14px;
    margin-top: 11px;
}

.newslst .date span{
    display: block;
    font-size: 22px;
    line-height: 30px;
}

.newslst .article{
    padding-left: 140px;
}

.newslst .article h3{
    font-size: 18px;
    color: #333;
    margin: 0;
    line-height: 27px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 5px;
}

.newslst .article p{
    color: #999;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    margin-top: 20px;
}

.newslst a{
    color: #666;
}

.newslst a:hover h3{
    color: #00A54F;
}

.newslst .newslst-items:hover {
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}


@media (max-width: 992px) {
    .news-banner .article{
        padding: 15px 15px 25px;
    }

    .news-banner .article h3{
        font-size: 18px;
        line-height: 26px;
    }

    .news-banner .article span{
        font-size: 14px;
        margin: 5px 0;
    }

    .news-banner .article p{
        font-size: 14px;
        line-height: 22px;
    }

    .news-banner .swiper-container-horizontal>.swiper-pagination-bullets{
        left: 0;
        bottom: 10px;
        text-align: center;
    }
    .news-banner .article span{
        padding-left: 22px;
        background: url(../img/icon_19.png) no-repeat left center;
        background-size: 16px;
    }

    .newslst .newslst-items{
        padding: 15px;
    }
    .newslst .newslst-items:hover{
        box-shadow: none;
    }

    .newslst .article{
        padding-left: 0;
    }

    .newslst .article h3{
        font-size: 16px;
    }

    .newslst .article p{
        font-size: 14px;
        line-height: 22px;
        margin: 0;
    }

    .newslst .article span{
        padding-left: 22px;
        background: url(../img/icon_19.png) no-repeat left center;
        background-size: 16px;
        margin: 10px 0;
    }

    .newslst .newslst-items{
        padding: 0;
    }

    .newslst .newslst-items-content{
        padding: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}