.top {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
}

.limg {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.guohui {
    width: 3.802vw;
    margin-right: 12px;
}

.gov {
    width: 9.0625vw;
}

.rimg {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.rimg ul {
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 16px;
}

.rimg ul li {
    margin-right: 20px;
}

.rimg ul li a {
    font-size: 18px;
    color: #a1abb9;
}

.rimg ul li a:hover {
    text-decoration: underline;
    color: #074aa5;
}

.rimg img {
    width: 7.916vw;
}