.content{
    margin: 4.8rem 0rem 0rem 0rem;

}
.title00{
    width: 20rem;
    margin: 8rem auto 2rem auto;
}

.content .topbanner img{
    width: 100%;
}
.content p{
    color: #333;
    text-align: justify;
    text-justify: inter-ideograph; 
}
.conbox{
    margin: 3rem 3rem 0 3rem;
}

.conbox .conintro{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom:2.2rem;
}
.conbox .conintro h3{
    font-size: 1.5rem;
    text-align: center;
    color: #333;
    font-weight: 400;
    margin-bottom: 1.2rem;
}
.conbox .conintro .title01 img{
    width: 16rem;
    margin-bottom: 1.2rem;
}
.conbox .conintro .title02 img{
    width: 9.4rem;
    margin-bottom: 1.2rem;
}
.conbox .conintro .title03 img{
    width: 8rem;
    margin-bottom: 1.2rem;
}
.conbox .conintro .title04 img{
    width: 7rem;
    margin-bottom: 1.2rem;
}
.conbox .conintro .line{
    height: 0.1rem;
    background-color: #bfbfbf;
    width: 23%;
    margin-top:0.7rem; 
}
@media (max-width: 414px){
    .conbox .conintro p{
        font-size: 1.3rem;
        line-height: 2rem;
        font-weight: 300;
    }
}
@media (max-width: 375px){
    .conbox .conintro p{
        font-size: 1.2rem;
        line-height: 2rem;
        font-weight: 300;
    }
}

.member{
    margin-top: 4rem;
}
.member .member_title{
    font-size: 1.8rem;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 0.7rem;
}
.member .zhuren{
    margin-top: 2rem;
}
.member .zhuren img{
    float: left;
    width: 46%;
    margin-right: 1.2rem;
    opacity: 0.8;
}
.member .zhuren h4{
    font-size: 1.5rem;
    color: #333;
    padding-top: 0.8rem;
    margin-bottom: 2rem;
    font-weight: 500;
}
.member .zhuren p{
    font-size: 1.3rem;
    font-weight: 500;
    text-align: left; 
}
.member .zhuren p span{
    font-size: 1.2rem;
    font-weight: 300;
    display: block;
    margin-top: 1rem;
    line-height: 1.8rem;
}
.member ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2.6rem;
}
.member ul li{
    width: 46%;
    margin-bottom: 2rem;
}
.member ul li img{
    width: 100%;
    opacity: 0.8;
}
.member ul li h5{
    font-size: 1.3rem;
    margin-top: 1rem;
}
.member ul li p{
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8rem;
    margin-top: 0.5rem;
    text-align: left; 
}
.member pre{
    font-size: 1.1rem;
    color: #999;
    padding-bottom: 2rem;
}










