.section-title {
    /*background-image: url("../../image/media-bg/banner-mtzx.png");*/
}

.fxsh-content {
    width: 1200px;
    margin: 0 auto;
    padding: 150px 0;
    overflow: hidden;
}
.item-title{
    color: #0078c5;
    font-size: 30px;
    margin-bottom: 30px;
    padding: 20px 0;
    position: relative;
}
.item-title::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #bdc3cd;
}

.item-text p{
    font-size: 18px;
    line-height: 2em;
    color: #595757;
    text-indent: 2em;
    margin: 2em 0;
}
.item-text div{
    text-align: center;
}
.item-text img{
    width: 80%;
}