.division_head{
    margin-bottom: 0.4rem;
}
.division_title>span:nth-child(1){
    font-size: 0.24rem;
    color: #333;
}
.division_title>span:nth-child(2){
    font-size: 0.24rem;
    color: #0030a7;
    margin-left: 10px;
}
.division_line{
    margin-top: 0.2rem;
}
.division_line>span{
    width: 0.1rem;
    height: 0.1rem;
    background: #0030a7;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
}
.division_line>span:before{
    content: '';
    width: 0.45rem;
    height: 1px;
    position: absolute;
    background: #999;
    left: -0.6rem;
    top: 0.05rem;
}
.division_line>span:after{
    content: '';
    width: 0.45rem;
    height: 1px;
    position: absolute;
    background: #999;
    right: -0.6rem;
    top: 0.05rem;
}


.about_us_thumb{
    display: block;
    border: 6px solid #c7d1e5;
}
.about_us_title{
    color: #0030a7;
    font-size: 0.2rem;
    margin-top: 6px;
    padding-bottom: 0.15rem;
    margin-bottom: 0.25rem;
    border-bottom: 1px solid #dcdcdc;
}
.about_us_text{
    line-height: 0.3rem;
    font-size: 0.14rem;
    color: #333;
    margin-bottom: 0;
    height: 200px;
    overflow-y: scroll;
}
.about_us_ad{
    margin-top: 0.68rem;
}