
.row{
    margin: 0;
}
.xqybg_box{
    text-align: center;
    position: relative;
    margin-top: 62px;
}
.xqybg_box>img{
    width: 100%;
}
.title{
    position: absolute;
    top: 0;
    left: 34%;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin: 6% 0;
}

.content-title-box{
    margin-bottom: 15px;
}
.content-title{
    font-size: 40px;
    text-align: center;
    padding-top: 4%;
}
.content-title-en{
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 24px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.content-title-line{
    position:relative;
    width:9px;
    height:9px;
    background-color:#c9fcb8;
    box-shadow:16px 0 0 0 #c9fcb8,-16px 0 0 0 #c9fcb8;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.content-title-line:before{
    left:-86px;
}
.content-title-line:after{
    right:-86px;
}
.content-title-line:before,.content-title-line:after{
    position:absolute;
    top:4px;
    width:50px;
    height:1px;
    background-color:inherit;
    content:'';
}
.content-text{
    font-size: 16px;
    color: #333;
    text-indent: 2rem;
    padding-top: 20px;
}
