.banner img{
    width: 100%;
}
.banner {
    overflow: hidden;
    position: relative;
}
.banner .swiper-pagination-bullet-active {
    background-color: transparent !important;
    opacity: 1 !important;
    width: 40px;
    height: 40px;
    background-image: url(../images/swiper-dian.png);
    background-size: 100% 100%;
}

.banner .swiper-pagination-bullet{
    background-color: #fff ;
    opacity: 1 !important;
    vertical-align: middle;
    margin: 0 15px !important;
}
.banner .swiper-pagination-bullets{
    bottom: 20px !important;
}
.swiper-box{
    width: 686px;
    height: 456px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    /* margin-top: 15px; */
}
.swiper-box .swiper-slide{
    width: 686px;
    height: 456px;
}
.swiper-box .swiper-slide a{
    position: relative;
}
.swiper-box .swiper-slide p{
    display: block;
    padding: 20px 10px;
    width: 686px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-right: 100px;
    background: rgba(0, 0, 0, 0.5);
}
.swiper-box .swiper-slide img{
    width: 686px;
    height: 456px;
    object-fit: cover;
}
.swiper-box .swiper-pagination-bullet-active{
    background-color: rgba(0, 122, 68, 1) !important;
    opacity: 1 !important;
}
.swiper-box .swiper-pagination-bullet{
    opacity: 1;
    background-color: #FFFFFF;
}
.swiper-box .swiper-pagination-bullets{
    text-align: right!important;
    bottom: 15px !important;
    padding-right: 10px;
}

.news-box{
    width: 692px;
    margin-left: 16px;
    display: inline-block;
    vertical-align: top;
}
.news-box > a{
    display: inline-block;
    width: 335px;
    height: 456px;
    background: #FFFFFF;
    vertical-align: top;
    position: relative;
    margin-right: 16px;
    transition: all .3s;
}
.news-box > a:last-child{
    margin-right: 0;
}
.news-box > a> img{
    width: 336px;
    height: 242px;
    object-fit: cover;
}
.news-box > a .time{
    width: 86px;
    height: 73px;
    background: #007A44;
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 8px;
    overflow: hidden;
    position: absolute;
    top: 150px;
    left: 17px;
}
.news-box > a .time span{
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    margin-top: 5px;
}
.news-box > a p{
    font-size: 18px;
    color: #2C3731;
    line-height: 33px;
    display: -webkit-box; /* 将元素设置为弹性盒子 */
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical; /* 设置为垂直方向 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
    padding: 0 20px;
    margin: 20px 0;
}
.news-box > a > span{
    display: -webkit-box; /* 将元素设置为弹性盒子 */
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical; /* 设置为垂直方向 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
    font-size: 15px;
    color: #767676;
    line-height: 30px;
    padding: 0 20px;
}
.news-box > a:hover{
    background-color:#007A44;
    background-image: url(../images/xwzx-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.news-box > a:hover p{
    color: #FFFFFF;
}
.news-box > a:hover > span{
    color: #AFD4C4;
}
.xwzx-bottom {
    margin-top: 15px !important;
}
.xwzx-bottom a{
    display: inline-block;
    width: 337px;
    height: 178px;
    background: #FFFFFF;
    border-bottom: 4px solid rgba(0, 151, 66, 1);
    margin-right: 12px;
    padding: 27px;
    transition: all .3s;
    background-position: bottom right;
}
.xwzx-bottom a:last-child{
    margin-right: 0;
}
.xwzx-bottom a p{
    display: -webkit-box; /* 将元素设置为弹性盒子 */
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical; /* 设置为垂直方向 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
    font-size: 18px;
    color: #2C3731;
    line-height: 28px;
    height: 56px;
}
.xwzx-bottom a span{
    display: block;
    width: 115px;
    height: 36px;
    background: #EEF9F3;
    font-size: 14px;
    color: #009742;
    text-align: center;
    line-height: 36px;
    margin-top: 30px;
}

.xwzx-bottom a:hover{
    background-color:#007A44;
    background-image: url(../images/xwzx-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.xwzx-bottom a:hover p{
    color: #FFFFFF;

}


.img-box{
    overflow: hidden;
    position: relative;
}
.img-box a {
    display: inline-block;
    width: 332px;
    height: 240px;
    overflow: hidden;
    transition: all  .3s;
}
.img-box a img{
    width: 322px;
    height: 230px;
    object-fit: cover;
    box-shadow: 10px 10px 0px #79b959;
   
}
.img-box a:hover{
    transform: scale(1.1);
}
.img-box a p{
    font-size: 18px;
    color: #2C3731;
    line-height: 30px;
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden; 
    text-overflow: ellipsis; 
    margin-top: 20px;
}
.sleft{
    width: 53px;
    height: 53px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    text-align: center;
    line-height: 53px;
    font-family: '宋体';
    position: absolute;
    top: 100px;
    left: 0;
    cursor: pointer;
    z-index: 999;
}
.sright{
    width: 53px;
    height: 53px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    text-align: center;
    line-height: 53px;
    font-family: '宋体';
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 999;
    cursor: pointer;
}
.bg1{
    background-image: url(../images/bg1.png);
    background-size: 100% 100%;
}
.bg2{
    background-image: url(../images/bg2.png);
    background-size: 100% 100%;
}
.bg3{
    background-image: url(../images/bg3.png);
    background-size: 100% 100%;
    padding-top: 230px;
    padding-bottom: 87px;

}
.icon-list a{
    display: inline-block;
    width: 331px;
    height: 234px;
    background-image: url(../images/kslj-card-bg.png);
    vertical-align: top;  
    text-align: center;  
    margin-right: 20px;
    font-size: 18px;
    color: #000000;
}
.icon-list a:last-child{
    margin-right: 0;
}
.icon-list a>img{
    margin: 35px 0 29px;
}
.icon-list a>img:nth-child(2){
    display: none;
}
.icon-list a:hover{
    font-size: 18px;
    color: #FFFFFF;
    background-color:#007A44;
    background-image: url(../images/xwzx-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.icon-list a:hover img:nth-child(2){
    display: inline-block;
    margin: 35px 0 29px;

}
.icon-list a:hover img:nth-child(1){
    display: none;
}
.title{
    overflow: hidden;
    clear: right;
    position: relative;
}
.title > div{
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
    color: #007A44;
    padding: 15px 0;
}
.title > a{
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    right: 0;
    bottom: 5px;
    width: 77px;
    height: 32px;
    background: #007A44;
    border-radius: 0px 16px 0px 16px;
    text-align: center;
    line-height: 32px;
}
.title > .f{
    background-color: #fff;
    color: #007A44;
}
.item-one a{
    display: block;
    /* margin-top: 28px; */
    padding: 20px;
    border-bottom: 1px solid #E1E1E1;
    /* transition: all .5s; */
}
.item-one a > p{
    font-weight: 400;
    font-size: 18px;
    color: #24272C;
    line-height: 27px;
    margin-bottom: 15px;
    display: -webkit-box; /* 将元素设置为弹性盒子 */
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical; /* 设置为垂直方向 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
}

.item-one a > span{
    font-size: 14px;
    color: #7D7F81;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}
.item-one a:hover{
    background: #3DC0B8;
}
.item-one a:hover p{
    color: #fff;
}
.item-one a:hover span{
    color: #fff;
}


.item-two-t > a{
    display: block;
    background: #FFFFFF;
    border-bottom: 1px solid rgba(214, 215, 217, .5);
    padding: 9px 0;
    margin-bottom: 21px;

    transition: all .3s;
}

.item-two-t > a > div{
    display: inline-block;
    width: 65px;
    height: 49px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid rgba(234, 241, 237, 1);
    padding: 0 10px;
}
.item-two-t > a > div > strong,
.item-two-t > a > div > span{
    display: block;
    font-size: 10px;
    color: #007A44;
    padding: 3px 0;
    white-space: nowrap;
}
.item-two-t > a > div > strong{
    font-size: 22px !important;
    color: #007A44;
    padding: 3px 0;
}

.item-two-t > a > p{
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 350px;
    font-size: 16px;
    color: #24272C;
    padding: 14px 0;
    vertical-align: middle;
    margin-left: 15px;
}
.item-two-t > a:hover{
    background-color: #007A44;
    background-image: url(../images/zydt-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.item-two-t > a:hover p{
    color: #FFFFFF;
}
.item-two-t > a:hover span,
.item-two-t > a:hover strong{
    color: #FFFFFF;
}




