﻿.textBoxtext .say img{
   max-width: 100%;
}



/*手机端媒体查询*/
@media screen and (max-width: 1000px) {


    .textBoxtext .say *{
        font-size: 13px !important;
        line-height: 22px !important;
    }



}