body {
    -family: Alibaba PuHuiTi, sans-serif;
    /* 字体名称，可以自定义 */
    src: url("/css/ttf/AlibabaPuHuiTi-2-85-Bold.ttf") format("truetype");
    /* 字体文件路径和格式 */
}
h3,
li,
a,
p,
span {

    font-family: Alibaba PuHuiTi;
}

a {
    text-decoration: none;
}
#footer_page {
    display: flex;
    flex-direction: column;
    /* height: 556px; */
    background: #F0F7FF;
    border-radius: 0px 0px 0px 0px;
}

/* >=1440的设备屏幕(小显示22寸：1440) */
@media screen and (max-width: 1440px) {
    #footer {
        background-color: #f0f7ff;
        height: 541px;
        min-width: 1180px;
    }

    #footer_page .content {
        min-width: 1180px;
        margin: auto;
        height: 431px;
        display: flex;
        flex-direction: column;
    }
    .line {
        margin: 0 50px;
    }
}

/* >=1680的设备屏幕(24寸：1980) */
@media screen and (min-width: 1441px) {
    #footer {
        background-color: #f0f7ff;
        height: 541px;
        min-width: 1440px;
    }

    #footer_page .content {
        min-width: 1440px;
        margin: auto;
        height: 431px;
        box-sizing: content-box;
        display: flex;
        flex-direction: column;
    }
    .line {
        margin: 0 130px;
    }
}

#footer_page .content {
    padding-top: 90px;
}
.hearing {
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 36px;
    color: #313540;
    line-height: 42px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    
}
.content-info {
    display: flex;
    flex-direction: row;
    margin-top: 95px;
}
.line {
    width: 0px;
    height: 190px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #313540;
    opacity: 0.1;
}
.content-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.right-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}
.right-item:last-child {
    margin: 0;
}
.right-item img{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.right-item p {
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 16px;
    color: #51617C;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.right-item div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content-left {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content-left-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content-left-item img {
    width: 96px;
    height: 96px;
}
.content-left-item h6 {
    margin: 20px 0;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    font-size: 20px;
    color: #313540;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.content-left-item p{
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 16px;
    color: #51617C;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
#footer_page .bottom {
    display: flex;
    flex-direction: column;
    padding-top: 25px;
    border-top: 2px solid #fff;
    background: #fff;
}
#footer_page .copyright {
    display: flex;
    flex-direction: row;
    padding: 0 20px;
    flex-direction: row;
    justify-content: center;
    height: 35px;
    line-height: 35px;
    margin-bottom: 31px;
    margin-top: 10px;
    /* padding-top: 45px; */
}
#footer_page .copyright p {
    display: flex;
    flex-direction: row;
    font-weight: 400;
    color: #51617c;
    font-size: 16px;
    margin-right: 30px;
}
#footer_page .copyright p a {
    color: #51617c;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
}