.headerLogo {
    width: 7.5rem;
    height: 0.88rem;
    background: #1E4E96;
    margin-top: 0;
    margin-bottom: 0.3rem;
}
main{
    margin-bottom: 0.5rem;
}
.bg {
	display: none;
}
.tabs a {
    width: 1.5rem;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 0.30rem;
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #1E4E96;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    margin-right: 0.2rem;
    margin-bottom: 0.35rem;
}

.tabs a:nth-of-type(4n) {
    margin-right: 0;
}

.tabs a.on {
    border: 1px solid #1E4E96;
}

.content {
    font-size: .24rem;
    font-weight: 300;
    color: #333333;
    line-height: 1.8;
}

.content p {
    font-size: .24rem !important;
    font-weight: 300 !important;
    color: #333333 !important;
    line-height: 1.8 !important;
}

.content  .list{
    margin-bottom: 0.3rem;
}

.classification {
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-bottom: 0.25rem;
    line-height: 0.28rem;
}

.list a {
    line-height: 0.23rem;
    font-size: .24rem;
    font-weight: 400;
    color: #666;
    display: inline-block;
    margin-right: 0.34rem;
    margin-bottom: 0.3rem;
}

.content>div:nth-of-type(4) a {
    margin-right: 0.44rem;
}

.none {
    display: none !important
}