.logo {
    width: 100%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.logobox {
    width: 1250px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}



.logo .home {
    height: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #FF3233;
    line-height: 18px;
    text-align: justify;
    font-style: normal;
    margin-left: 100px;
}

.content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

.content .local {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 48px;
}

.content .local a {
    height: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 16px;
    text-align: justify;
    font-style: normal;
}

.content .local span {
    margin: 0 8px;
    color: #999999;
}

.content .local a:last-child {
    color: #000;
}

.content .title {
    height: 46px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 40px;
    color: #333333;
    line-height: 46px;
    text-align: justify;
    font-style: normal;
    margin: 30px 0;
}

.content .info {
    width: 100%;
    font-family: PingFangSC, PingFang SC;
   
    font-size: 20px;
    color: #333333;
    line-height: 60px;
    text-align: justify;
    font-style: normal;
}