.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: #123b90;
    margin-left: 10px;
}
.division_line{
    margin-top: 0.2rem;
}
.division_line>span{
    width: 0.1rem;
    height: 0.1rem;
    background: #123b90;
    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;
}


.ceo_message{
    line-height: 0.35rem;
    color: #123b90;
    font-size: 0.14rem;
    background: #fafafa;
    padding: 0.4rem 0.3rem 1rem 0.3rem;
    margin-bottom: 0.8rem;
    position: relative;
    box-shadow: 0px 4px 10px #cccccc;
}
.ceo_message p{
    margin-bottom: 0;
}
.i24{
    position: absolute;
    top: -0.07rem;
    left: 0;
    width: 0.55rem;
}
.i25{
    position: absolute;
    bottom: 0.12rem;
    right: 0.28rem;
    width: 7.15rem;
}