.title{
    width: 100%;
    height: auto;
    position: relative;
    background-color: #31384b;
    margin-bottom:70px;
    padding-bottom: 1rem;
}
.title .name{
    width: auto;
    height: auto;
    padding-top: 32px;
    margin-left: 36%;
    background-color: #31384b;
    color: white;
}
.title .name .text1{
    font-size: 18px;
    /* margin-right: 20px; */
    color: #fff1e0;
    display: block;
    line-height: 2;
}
.title .name .text2{
    font-size: 16px;
    color: #9db2d5;
    line-height: 1.5;
}
.title .logo {
    width: 90px;
    height: auto;
    position: absolute;
    top: 33px;
    left: 17px;
    border: 5px solid #eee1d4;
}
/*ç®€ä»‹å†…å®¹*/
.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;font-size: 0.2rem;}
.title .name .danwei_name{line-height: 22px;font-size: 15px;}

.click-btn{
	float: right;
    padding-right: 12px;
    line-height: 46px;
    font-size: 15px;
    text-decoration: underline;
    color: #3f51b5;
}