.menu .menu-item li:nth-of-type(3) a {
    color: #2575f2;
}

.menu .menu-item li:nth-of-type(3) .menu-item-line {
    width: 100%;
}
.application-main {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.government {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0.3rem;
}

.government-title {
    font-size: 0.14rem;
}

.government i {
    display: block;
    width: 0.13rem;
    height: 0.015rem;
    background: #e50012;
    margin: 0.1rem 0;
}

.government-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 13%;
    margin-top: 0.1rem;
}

.government-content li {
    width: 30%;
    height: 1.8rem;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 0.2rem;
}

.government-content li img {
    width: 100%;
    height: 1.2rem;
}

.government-li-down {
    box-sizing: border-box;
    padding: 5% 2%;
}

.government-li-down p:first-child {
    margin-bottom: 0.05rem;
    font-weight: bold;
    font-size: 0.08rem;
}

.government-li-down p:last-child {
    color: #999;
    font-size: 0.07rem;
}

.cooperate-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0.3rem;
}

.cooperate-title {
    font-size: 0.14rem;
}

.cooperate-main i {
    display: block;
    width: 0.13rem;
    height: 0.015rem;
    background: #e50012;
    margin: 0.1rem 0;
}
.cooperate-subtitle{
    font-size: 0.1rem;
    box-sizing: border-box;
    padding: 0 13%;
    line-height: 0.2rem;
}
.cooperate-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 13%;
    margin-top: 0.1rem;
    box-sizing: border-box;
}

.cooperate-content li {
    width: 20%;
    height: 1.5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0.015rem solid #e5e5e5;
}
.cooperate-content li img{
    width: 50%;
}
.cooperate-content li p{
    font-size: 0.1rem;
    font-weight: 400;
    margin-top: 0.1rem;
}
.cooperate-content li:nth-of-type(1),
.cooperate-content li:nth-of-type(2),
.cooperate-content li:nth-of-type(3),
.cooperate-content li:nth-of-type(4),
.cooperate-content li:nth-of-type(5){
    border-bottom: none;
}
.cooperate-content li:nth-of-type(2),
.cooperate-content li:nth-of-type(3),
.cooperate-content li:nth-of-type(4),
.cooperate-content li:nth-of-type(5),
.cooperate-content li:nth-of-type(7),
.cooperate-content li:nth-of-type(8),
.cooperate-content li:nth-of-type(9),
.cooperate-content li:nth-of-type(10){
    border-left: none;
}

@media screen and (max-width:600px) {
    .government i {
        width: 0.3rem;
        height: 0.03rem;
    }

    .government-content li {
        height: 2.5rem;
    }

    .government-li-down p:first-child {
        margin-top: 0.1rem;
    }

    .government-li-down p:last-child {
        transform: scale(0.8);
        margin-top: 0.15rem;
        margin-left: -0.22rem;
    }

    .cooperate-main i {
        width: 0.3rem;
        height: 0.03rem;
    }
    .cooperate-content li img{
        width: 30%;
    }
    .cooperate-content li p{
        transform: scale(0.8);
        margin-top: 0.2rem;
    }

    .footer{
        position: fixed;
        bottom: 0.5rem;
    }
    .footer-bottom{
        position: fixed;
        bottom: 0;
    }
}