.footer {
    width: 100%;
    background-color: #212121;
    color: #fff;
    padding-top: 20px;
    font-size: 13px;
    padding-bottom: 10px;
}

.footer>p {
    background-color: #212121;
    text-align: center;
    font-size: 13px;
    padding: 5px;
}
.footer a{
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
}
.footer>a {
    background-color: #212121;
    text-align: center;
    font-size: 13px;
}

.footer>div {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.footer .icp {
    padding-bottom: 10px;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
}

.footer .right {
    padding-top: 30px;
}

.contact {
    flex-grow: 1;
    width: 25%;
    font-size: 13px;
}

.contact p {
    margin: 10px;
}

.study {
    width: 25%;
    font-size: 13px;
}

.study p,.study a {
    margin: 5px;
}

.study>p:nth-child(1) {
    font-weight: bold;
    padding-bottom: 10px;
}

.other {
    width: 25%;
    font-size: 13px;
}

.other p,.other a {
    margin: 5px;
}

.other>p:nth-child(1) {
    font-weight: bold;
    padding-bottom: 10px;
}

.state {
    width: 25%;
    font-size: 13px;
}

.state p,.state pa {
    margin: 5px;
}

.state>p:nth-child(1) {
    font-weight: bold;
    padding-bottom: 10px;
}
