#newFooter-box {
    background: #FFFFFF;
}
.newFooter-top {
    text-align: center;
    padding: 37px 0 45px;
}
.newFooter-top-con ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.newFooter-top-con ul li {
    flex: 1;
    margin-right: 80px;
}
.newFooter-top-con ul li:last-child {
    margin-right: 0;
}
.newFooter-top-con ul li img {
    width: 48px;
    height: 48px;
}
.newFooter-top-con ul li p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 22px;
    color: #333333;
}
.newFooter-top-con ul li p:hover {
    color: #32CA49;
}
.newFooter-bottom {
    background: #39434f;
}
.ep-footer {
    padding: 20px 0;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    margin: 0 -15px;
}
.ep-footer li {
    justify-content: space-between;
    flex: 1;
    padding: 0 15px;
}
.ep-footer li a {
    color: #fff;
}
.ep-footer li p {
    
}
.ep-footer li p:last-child {
    padding-top: 18px;
}
.ep-footer li:nth-child(2) p a {
    margin-right: 14px;
}
.ep-footer li:nth-child(2) p a:last-child {
    margin-right: 0;
}
.ep-footer li a:hover, .ep-footer li .cursor-pointer:hover {
    color: #32CA49;
}