@charset "UTF-8";
.breadcrumb-box .breadcrumb {
    margin: 32px 0 70px 0
}

.section {
    max-width: 1194px;
    margin: 0 auto
}

.section .title {
    margin-bottom: 28px;
    font-size: 20px;
    font-weight: 700;
    color: #333
}

.section .title .title-logo {
    margin-right: 15px;
    width: 35px;
    height: auto;
}

.section .content {
    margin: 0;
    /* 活动风采内容缩进 */
    text-indent: 2em;
}

.section .content>img {
    display: block;
    margin: 0 auto
}

.section .content .c_title {
    line-height: 32px;
    margin-bottom: 10px;
    padding-left: 14px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    position: relative
}

.section .content .c_title::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 3px;
    background-color: #1296db;
    position: absolute;
    bottom: -10px;
    left: 0
}

.section .content .abstract {
    margin-bottom: 0;
    line-height: 27px;
    font-size: 18px;
    font-weight: 700;
    color: #666
}

.section .content .desc {
    margin-bottom: 0;
    line-height: 27px;
    font-size: 18px;
    color: #666
}

@media screen and (max-width:768px) {
    .banner-box {
        display: none
    }
    .breadcrumb-box {
        display: none
    }
    .section {
        padding: 0 20px
    }
    .section .title {
        font-size: 16px;
        font-weight: 700;
        line-height: 21px;
        margin-bottom: 27px;
        text-align: left
    }
    .section .title .title-logo {
        max-width: 33px;
        max-height: 42px;
        margin-right: 8px
    }
    .section .content {
        margin: 0 0 50px
    }
    .section .content>img {
        width: 100%
    }
    .section .content .c_title {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px
    }
    .section .content .abstract {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px
    }
    .section .content .desc {
        font-size: 16px;
        line-height: 24px
    }
}