/* 董事长寄语 */
.sendWord-wrap{
    width: 100%;
    height: auto;
    margin: 70px 0 80px;
}
.sendWord-box{
    max-width: 1200px;
    width: 90%;
    height: 673px;
    margin: 0 auto;
    padding-left: 67px;
   /* background: url(../image//about/4sendWord/sendWordBg.png) no-repeat;*/
    background-size: 1200px 673px;
    background-position: center;

    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.chairmanImg{
    width: 352px;
    height: 485px;
    overflow: hidden;
}
.chairmanImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.chairmanSendword{
    width: calc(100% - 352px);
    padding-left: 122px;
    color: #FFFFFF;
}
.chairmanMessage{
    position: relative;
    padding-bottom: 20px;
}
.chairmanMessage .chairmanName{
    font-size: 36px;
    font-weight: bold;
}
.chairmanMessage .chairmanPosition{
    font-size: 24px;
    margin-top: 10px;
}
.chairmanMessage::after{
    content: "";
    display: block;
    width: 41px;
    height: 1px;
    background-color: white;
    position: absolute;
    left: 0;
    bottom: 0;
}
.postion-list{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.postion-item{
    font-size: 16px;
    line-height: 30px;
}
.postion-item:nth-child(odd){
    width: 55%;
}
.postion-item:nth-child(even){
    width: 45%;
}
.sendWordText{
    margin-top: 30px;
}
.sendWordText p{
    color: #E6E6E6;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1.4px;
}
@media screen and (max-width:768px){
    .sendWord-box{
        width: 90%;
        height:  auto;
        padding: 20px 30px;
        background: black;
        flex-wrap: wrap;
        justify-content: center;
    }
    .chairmanSendword{
        width: 100%;
        padding: 30px 0;
    }
}