/* newPCFoot */
.newPCFoot{
    width: 1002px;
    margin: 0 auto;
    height: 230px;
    border-top: 1px dashed #B2B2B2;
    position: absolute;
    bottom: 0;
}
.footerBox{
    width: 100%;
    margin-top: 20px;
}
.footerBox h2 {
    text-align: center;
    color: #333333;
    font-size: 16px;
    font-family: PingFangSC-Regular, sans-serif;
    height: 30px;
    line-height: 30px;
}

.footerBox h3{
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}
.footerBox h3 a{
    font-size: 16px;
    font-family: PingFangSC-Regular, sans-serif;
    color: #333333;
    padding: 0 8px;
}
.aboutHr{
    height: 50px;
    text-align: center;
}
.aboutHr ul{
    height: 50px;
    float: left;
    margin-left: 308px;
}
.footerBox ul li{
    float: left;
}
.footLogo{
    width: 85px;
    height: 35px;
    padding: 7px 15px 7px 0;
}
.footLogo img{
    width: 100%;
    height: 100%;
    display: block;
}
.footAbout{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-family: PingFangSC-Regular, sans-serif;
}
.footAbout:nth-child(n+3) a{
    border-left: 1px solid #333333;
}
.footAbout a{
    padding: 0 15px;
    color: #333333;
}
.footerBox p{
    font-size: 16px;
    font-family: PingFangSC-Regular, sans-serif;
    color: #333333;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.footerBox p a{
    font-size: 16px;
    font-family: PingFangSC-Regular, sans-serif;
    color: #333333;
}
.newPCFoot a:hover{
    text-decoration: underline;
    color: #cf0101;
}
