.footer{
    width: 100%;
    height: 72px;
    background-color: #F7F7F7;
}
.footer-content{
    height: 100%;
    width: 80%;
    margin: 0 auto;
}

.footer-list li a{
    font-size: 14px;
    color: #999999;
    height: 100%;
    padding: 0 20px;
    border-right: 1px solid #999;
}
.footer-list li .last{
    border-right: none;
}
.footer-list li a:hover{
    color: #507D94;
}

.footer-right{
    font-size: 14px;
    color: #BFBFBF;
}

@media screen and (max-width: 850px) {
    .footer{
        height: auto;
    }
    .footer-content{
        height: auto;
        width: 100%;
        padding: 0 10px;
    }
    .footer-list{
        flex-direction: column;
    }
    .footer-list li{
        margin: 5px 0;
    }
    .footer-list li a{
        border: none;
        font-size: 12px;
        padding: 0;
    }
    .footer-right{
        width: 40%;
    }
}
