.swiper-box{
    width: 585px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.swiper-box .swiper-slide{
    width: 585px;
    height: 453px;
    background: #F5FAF7;
}
.swiper-box .swiper-slide a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-box .swiper-pagination{
    text-align: right;
    bottom: 17px !important;
    padding-right: 20px;
}
.swiper-box  .swiper-pagination-bullet-active{
    background-color: #23B58A;
}
.swiper-box .swiper-pagination-bullet{
    width: 7px;
    height: 7px;
}
/* .swiper-box .swiper-slide a > div{
    padding: 25px;
    position: relative;
}
.swiper-box .swiper-slide h2{
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    font-size: 21px;
    color: #343A38;
    margin-bottom: 18px;
} */
.swiper-box .swiper-slide a > img{
    width: 585px;
    height: 453px;
    object-fit: cover;
}
.swiper-box .swiper-slide p{
    display: block;
    width: 100%;
    height: 57px;
    line-height: 57px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 120px 0 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
    /* display: -webkit-box;
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical; */
}
/* .swiper-box .swiper-slide .rili{
    width: 154px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    background: #106F53;
    font-size: 15px;
    color: #FFFFFF;
    position: absolute;
    right: 20px;
    top: -31px;
}
.swiper-box .swiper-slide .rili > img{
    width: 15px;
    margin-right: 5px;
}
.swiper-box .swiper-slide .rili > img:nth-child(2){
    position: absolute;
    bottom: 1px;
    left: -8px;
    width: 8px;
    height: 13px;
} */
.swiper-box .swiper-button-prev{
    background-color: rgba(0, 0, 0, .5);
    background-size: 21%;
    width: 61px;
    height: 61px;
    left: 0;
    top: 222px;
}
.swiper-box .swiper-button-next{
    background-color: rgba(0, 0, 0, .5);
    background-size: 21%;
    width: 61px;
    height: 61px;
    right: 0;
    top: 222px;

}
/* .swiper-box .swiper-pagination-bullet-active{
    background-color: #fff !important;
    opacity: 1 !important;
}
.swiper-box .swiper-pagination-bullet{
    opacity: .36;
} */

.icon-list a{
    display: inline-block;
    width: 145px;
    margin-right: 26px;
    text-align: center;
    vertical-align: middle;
}
.icon-list a div{
    width: 145px;
    height: 145px;
    background: #F2F6F4;
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s;
}
.icon-list a p{
    margin-top: 28px;
}
.icon-list a div img{
    margin: 35px auto 0;
}
.icon-list a:last-child{
    margin: 0;
}
.icon-list a img:nth-child(2){
    display: none;
}
.icon-list a:hover div{
    background: #137A5C;
}
.icon-list a:hover div img:nth-child(1){
    display: none;
}
.icon-list a:hover div img:nth-child(2){
    display: block;
    margin-top: 35px;
}





.news-box{
    width: 588px;
    margin-left: 22px;
    display: inline-block;
    vertical-align: top;
}
/* .title{
    border-bottom: 2px solid #E8E7E7;
    overflow: hidden;
    clear: right;
}
.title > div{
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
    color: #007A44;
    padding: 15px 0;
    border-bottom: 2px solid #007A44;
}
.title > a{
    float: right;
    font-size: 14px;
    color: #AEAEAE;
    margin-top: 25px;
} */


.news-box > .one {
    width: 588px;
    height: 141px;
    background: linear-gradient(0deg, #EAF0EE, #FFFFFF);
    box-shadow: 0px 4px 10px 0px rgba(136,140,139,0.53);
    border-radius: 71px 0px 0px 71px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-box > .one > p{
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 19px;
    color: #3D3F44;
    line-height: 32px;
}
.news-box > .one > div{
    display: inline-block;
    vertical-align: middle;
}
.news-box > .one > div:nth-child(1){
    width: 114px;
    height: 141px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.news-box > .one > div:nth-child(2){
    width: 473px;
    height: 141px;
    padding-right: 15px;
}
.news-box > .one > div:nth-child(2)>h2{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 19px;
    color: #222524;
    margin-top: 33px;
    margin-bottom: 19px;
}
.news-box > .one > div:nth-child(2)>p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    height: 46px;
    font-weight: 400;
    font-size: 14px;
    color: #969797;
    line-height: 26px;
    overflow: hidden;
}
.news-box > .one > div strong{
    font-weight: 400;
    font-size: 42px;
    color: #137A5C;
    text-align: center;
    display: block;
}
.news-box > .one > div  span{
    font-size: 14px;
    color: #878F8D;
    line-height: 31px;
    text-align: center;
    display: block;
}


.item-one a{
    display: block;
    border-bottom: 1px solid #E5E5E5;
    padding: 20px 0;
}
.item-one a > p{
    width: 75%;
    display: inline-block;
    font-size: 16px;
    color: #24272C;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}
.item-one a > p::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #CCD4D2;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}
.item-one a > span{
    width: 23%;
    display: inline-block;
    font-size: 14px;
    color: #137A5C;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}
.news-2-box{
    width: 577px;
    display: inline-block;
    vertical-align: top;
}
.news-2-box:nth-child(2){
    margin-left: 22px;
}

.img-box{
    margin: 30px 0;
    overflow: hidden;
    font-size: 0;
}
.img-box a{
    display: inline-block;
    width: 224px;
    height: 206px;
    margin-right: 16px;
}
.img-box a:last-child{
    margin-right: 0 !important;
}
.img-box a img{
    width: 224px;
    height: 154px;
    object-fit: cover;
    margin-bottom: 0;
}
.img-box a div{
    height: 52px;
    background: #F2F6F4;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    color: #1B1F1E;
    line-height: 52px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zlxz-box{
    width: 1153px;
    height: 59px;
    background: #F2F6F4;
    margin-left: 30px;
    position: relative;
}
.zlxz-box > .title{
    width: 208px;
    height: 53px;
    line-height: 53px;
    background: #137A5C;
    font-weight: 400;
    font-size: 20px;
    color: #FEFEFE;
    text-align: center;
    position: absolute;
    top: -12px;
    left: -30px;
    display: inline-block;
}
.zlxz-box > .title > .sj{
    position: absolute;
    right: -10px;
    top: 0;
}
.zlxz-box > div:nth-child(2){
    display: inline-block;
    width: 945px;
    margin-left: 205px;
    margin-top: 20px;
}
.zlxz-box > div:nth-child(2) > a{
    margin-right: 66px;
}
.zlxz-box > div:nth-child(2) > a img{
    margin-right: 5px;
}