@font-face {
    font-family: '思源宋体';
    src: url('/hnyky/font/SourceHanSerifSC-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.footerDiv{
    width: 100%;
    height: 165px;
    font-family: '思源宋体', sans-serif;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    /* background-image: url('/hnyky/images/bg_footer.png'); */
    background: linear-gradient(to top, #00325b, #076cbc);
    background-size: 100% 100%;
}
.footerDiv .contentDiv{
    display: flex;
    align-items: center;
}
.footerDiv .contentDiv img{
    width: 384px;
    /* height: 53px; */
    align-self: auto;
    flex-shrink: 0;
}
.footerDiv .contentDiv ul{
    margin: 0;
    padding: 0;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.footerDiv .contentDiv ul li {
    list-style: none;
}
.footerDiv .contentDiv .divider{
    height: 80px;
    margin: 0 40px;
    border-left: 1px solid white;
}