.section-title {
    /*background-image: url("../../image/about-bg/banner4.png");*/
}

.speech-content {
    width: 1200px;
    margin: 0 auto;
    color: #595757;
    padding: 150px 0;
}

.speech-content > img {
    width: 100%;
}
.speech-content > h3 {
    font-size: 22px;
}
.speech-content > p {
    line-height: 2em;
    text-indent: 2em;
    color: #595757;
    margin: 3em 0;
}
.speech-title{
    color: #0078c5;
    margin: 30px 0;
    line-height: 50px;
    font-size: 32px;
    text-align: center;
    position: relative;
}
.speech-title::after{
    content: '';
    position: absolute;
    width: 30%;
    height: 2px;
    left: 100px;
    top: 50%;
    background-color: #0078c5;
}
.speech-title::before{
    content: '';
    position: absolute;
    width: 30%;
    height: 2px;
    right: 100px;
    top: 50%;
    background-color: #0078c5;
}







