.title{
    width: 100%;
    height: 137px;
    position: relative;
    background-color: #31384b;
    margin-bottom:70px ;
}
.title .name{
    width: auto;
    height: auto;
    padding-top: 32px;
    margin-left:38%;
    background-color: #31384b;
    color: white;
}
.title .name .text1{
    font-size: 22px;
    margin-right: 20px;
    color: #fff1e0;
}
.title .name .text2{
    font-size: 18px;
    color: #c3ecd9;
}
.title .logo{
    /* width: 90px; */
    width: auto;
    height: 134px;
    position: absolute;
    top:16px;
    left: 20px;
    border: 5px solid white;
}
/*简介内容*/
.main{
    width: 100%;
    height: auto;
}
.main .main-head{
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 46px;
    background-color: #f1f1f1;
}
.main .content{
    width: 92%;
    height: auto;
    margin:10px auto;
    font-size: 14px;
    color: #757d97;
    text-align:justify;
    line-height: 30px;
}

.title .name .name_right{width:100%; min-height:40px; border-bottom:1px solid #9db2d5;}
.title .name .danwei_name{line-height:30px;}