.layui-elem-quote {
    /*margin-bottom: 0px!important;*/
    /*padding: 15px;*/
    /*line-height: 1.8;*/
    /*border-left: 5px solid #16b777;*/
    /*border-radius: 0 2px 2px 0;*/
    /*background-color: #fafafa;*/
}
.con_title{
    /*display:block;*/
    width:100%;
    /*height:auto;*/
    /*overflow:hidden;*/
    text-align:left;
    font-size:1rem;
    line-height:2rem;
    /*color:#01AAED;*/
    /*font-style:italic;*/
}
/*.text{*/
    /*width: 100%;*/
    /*!*height: 320px;*!*/
    /*margin-left: 0%;*/
    /*padding: 10px;*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*align-items: center;*/
    /*!*background: yellow;*!*/
/*}*/
.text1{
    width: 100%;
    margin-bottom: 2rem;
    font-size: 0.6rem;
    padding: 5px 1.5%;
    /*text-align: center;*/
    text-align: justify;
    -moz-text-align-last: right;
    letter-spacing: 1px;
    line-height: 1rem;
    color: rgba(0,0,0,0.7);
    /*!*text-indent:2em;*!  //缩进2个字格*/
}
/*.text2{*/
    /*width: 100%;*/
    /*font-size: 0.6rem;*/
    /*padding: 5px 1.5%;*/
    /*!*text-align: center;*!*/
    /*text-align: justify;*/
    /*-moz-text-align-last: right;*/
    /*letter-spacing: 1px;*/
    /*line-height: 1.5rem;*/
    /*color: #c2c2c2;*/
/*}*/
/*.textImg{*/
    /*display: block;*/
    /*width:40%;*/
    /*margin: 2vh auto;*/
    /*height: 250px;*/
    /*object-fit: cover;*/
    /*!*margin-bottom: 4vh;*!*/
    /*border-radius: 8px;*/
/*}*/
.textImg{
    display: block;
    width:40%;
    height: auto;
    /*object-fit: cover;*/
    /*margin-bottom: 4vh;*/
    border-radius: 8px;
    float: right;
    clear: both;
    margin: 10px;
}
/*.text3{*/
    /*width: 100%;*/
    /*font-size: 0.8rem;*/
    /*!*padding: 5px 1.5%;*!*/
    /*text-align: center;*/
    /*letter-spacing: 1px;*/
    /*line-height: 2rem;*/
    /*color: #01AAED;*/
    /*text-shadow: 7px 7px 7px #c2c2c2;*/
    /*font-weight: 800;*/

/*}*/
/*.tabContent{*/
    /*width: 1000px;*/
    /*height: 60vh;*/
   /*margin-bottom: 10vh;*/
    /*!*background: pink;*!*/
/*}*/
/*.notes{*/
    /*margin-top: 15vh;*/
    /*!*background: pink;*!*/
    /*!*display: flex;*!*/
    /*!*align-items: center;*!*/
/*}*/
/*媒体查询*/
@media (max-width: 900px) {
    .con_title {
        width: 100%;
        /*text-align: center;*/
        /*font-size: 1.2rem;*/
        /*line-height:1.6rem;*/
    }
    .text1 {
        margin-bottom: 1rem;
        /*font-size: 0.8rem;*/
        padding: 0px 0%;
        /* text-align: center; */
        /*line-height: 1.5rem;*/
    }
    .textImg {
        width: 100%;
        margin: 10px 0;
    }
}