.title-bg {
    display: inline-block;
    padding: 20px;
    background: #fff url("../../images/tsxzmd-bg.png") no-repeat left top;
    background-size: cover;
}
#whly > p {
    text-indent: 2em;
}
#whly .inner-row {
    display: flex;
    flex-wrap: wrap;
}
#whly .inner-row > div {
    width: 100%;
}
#whly .img-bg-box {
    min-height: 260px;
    background: #fff url("../../images/whly.jpg") no-repeat center center;
    background-size: contain;
}
#fzjd .lyzc-title {
    text-align: center;
    color: #e46c0a;
}
#fzjd .img-bg-box {
    height: 220px;
    padding-top: 72px;
    color: #e46c0a;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    background: #fff url("../../images/whlyzc.jpg") no-repeat center center;
    background-size: contain;
}
#xgzc .f1, #xgzc .f2 {
    display: inline-block;
    float: left;
    overflow: hidden;
}
#xgzc .f1 {
    width: 30%;
}
#xgzc .f2 {
    width: 70%;
    padding-left: 10px;
}
@media (min-width: 992px) {
    #whly .inner-row > div.p-box {
        flex: 0 0 41.66%;
        max-width: 41.66%;
        margin-top: auto;
        margin-bottom: auto;
    }
    #whly .inner-row > div.img-bg-box {
        flex: 0 0 16.66%;
        max-width: 16.66%;
        margin-top: auto;
        margin-bottom: auto;
    }
}