.contentLeftPic{
    width:100%;
    height:auto;overflow:hidden;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
}
.contentLeftPic .pic{
    width:37%;float:left;
    margin-right:3%;
}
.contentLeftPic .pic img{
    width:100%;
    border-radius:5px;
}
.contentLeftPic .word{
    width:60%;float:left;
}

.contentRightPic{
    width:100%;
    height:auto;overflow:hidden;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
}
.contentRightPic .pic{
    width:37%;float:left;
}
.contentRightPic .pic img{
    width:100%;
    border-radius:5px;
}
.contentRightPic .word{
    width:60%;float:left;
     margin-right:3%;
}


@media(max-width:900px){
    .contentLeftPic .pic{
        width:100%;float:left;
        margin-right:0%;
    }
    .contentLeftPic .word{
        width:100%;float:left;
    }

    .contentRightPic .pic{
        width:100%;float:left;
    }
    .contentRightPic .word{
        width:100%;float:left;
         margin-right:0%;
    }
}