.m-history{
    overflow: hidden;
}
.m-history .item{
    margin-bottom: 37px;
    padding-top: 7px;
    overflow: hidden;
}
.m-history .tit{
    font-size: 32px;
    color: #333;
    line-height: 40px;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
}
.m-history .tit em{
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    color: #E0A500;
    font-style: normal;
    margin-top: -4px;
}
.ul-imgtxt2{
    display: none;
    margin-top: 26px;
    overflow: hidden;
}
.ul-imgtxt2 li{
    margin-bottom: 12px;
    overflow: hidden;
}
.ul-imgtxt2 .con{
    min-height: 138px;
    position: relative;
    padding-left: 85px;
    overflow: hidden;
}
.ul-imgtxt2 li:last-child .con{
    min-height: 86px;
}
.ul-imgtxt2 .con:after{
    content: '';
    width: 2px;
    background-color: #ddd;
    position: absolute;
    top: 59px;
    left: 21px;
    bottom: 0;
}
.ul-imgtxt2 li:last-child .con:after{
    display: none;
}
.ul-imgtxt2 i{
    display: block;
    width: 45px;
    height: 45px;
    background: url(../image/iconq5.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.ul-imgtxt2 .box{
    padding-top: 3px;
    overflow: hidden;
}
.ul-imgtxt2 .pic{
    float: left;
    width: 112px;
    height: auto;
    border-radius: 20px;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
}

.ul-imgtxt2 .pic img{
    display: block;
    width: 100%;
    height: auto;
}
.ul-imgtxt2 .txt{
    padding-top: 2px;
    overflow: hidden;
}
.ul-imgtxt2 h3{
    font-size: 24px;
    color: #333;
    line-height: 1.5em;
    margin-bottom: 8px;
    overflow: hidden;
}
.ul-imgtxt2 .desc{
    font-size: 18px;
    color: #666;
    line-height: 1.5em;
    overflow: hidden;
}