.yfx_ads {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.yfx_ads li {
    margin: 5px 0;
    padding-left: 15px;
    flex: 0 0 33.33344%;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    list-style: none;
}

.yfx_ads a {
    position: relative;
    display: block;
    float: left;
}

.yfx_ads a:before {
    position: absolute;
    content: " ";
    width: 26px;
    height: 1pc;
    /* background: url({pboot:sitetplpath}/images/748b05991e59fe63.png); */
    right: 0;
    font-size: 9pt;
    text-align: center;
    bottom: 0;
    color: #fff;
}

@media screen and (max-width: 800px) {
    .yfx_ads {
        display: none;
    }
}

/*首页广告条-修改了圆角 */
img {
    display: block;
    max-width: 100%;
    vertical-align: middle;
    border-radius: 5px;
}

/*首页广告条-修改了圆角 */

/*首页模块标题文字 大小颜色修改 */
.modular-title-1 .section-title {
    font-size: 20px;
    letter-spacing: .5px;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #292929;
}

/*首页模块标题文字 大小颜色修改 */