    /* =S 基本样式 */
    
    body,
    section.content .no-bgcolor {
        background-color: #f2f2f2;
    }
    
    .content .content-list {
        background-color: #fff;
    }
    
    .content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .news-list .news-item .news-title {
        text-align: left;
    }
    
    .content-list .breadcrumb-nav,
    .breadcrumb-nav a {
        margin: -33px 0 5px 5px;
        font-size: 14px;
    }
    
    .content-list .breadcrumb-nav,
    .breadcrumb-nav a {
        color: #666;
    }
    
    .breadcrumb-nav a:hover {
        color: #13287c;
    }
    /* banner图样式 */
    
    .news-banner {
        background: url(../images/blog.jpg) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 400px;
    }
    
    .news-wrap {
        background-color: #f0a29e;
        text-align: center;
    }
    
    .about-banner {
        background: url(../images/about-us.jpg) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 400px;
    }
    
    .about-wrap {
        background-color: #034aa4;
        text-align: center;
    }
    
    .case-banner {
        background: url(../images/case.jpg) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 400px;
    }
    
    .case-wrap {
        background-color: #00645a;
        text-align: center;
    }
    /* 跳转列表样式 */
    
    .pagination-wrap {
        margin-top: 30px;
        margin-left: 5px;
    }
    
    .pagination-wrap li {
        margin-right: 10px;
        display: inline-block;
    }
    
    .pagination-wrap li a {
        border: 1px solid #e5e5e5;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 38px;
        text-align: center;
        color: #13287c;
        font-weight: 600;
        border-radius: 2px;
        background-color: #fff;
    }
    
    .pagination-wrap li a.active {
        background-color: #13287c;
        border: 1px solid #13287c;
        color: #fff !important;
    }
    /* 搜索框样式 */
    
    .search-form {
        position: relative;
        margin-left: -2px;
    }
    
    .search-form .form-control {
        background-color: #f5f5f5;
        box-shadow: none;
        width: 100%;
        display: block;
        border: 1px solid #e5e5e5;
        color: #13287c;
        height: auto;
        padding: 10px 15px;
        border-radius: 2px;
    }
    
    .search-form .search-btn {
        background-color: transparent;
        font-size: 15px;
        color: #13287c;
        width: 60px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        padding: 10px 0;
        opacity: .6;
        border: none;
        cursor: pointer;
        outline: none;
    }
    
    .form-style {
        background-color: #fafafa;
        height: 45px;
        width: 100%;
        line-height: 45px;
        border-radius: 2px;
        border: 1px solid #eee;
        color: #13287c;
        font-weight: 500;
        outline: none;
        box-shadow: none;
        padding-left: 20px;
        font-size: 1rem;
        background-clip: padding-box;
        box-sizing: border-box;
    }
    /* 侧边栏样式 */
    
    .content-aside .widget-content:not(:last-of-type) {
        margin-bottom: 40px;
    }
    
    .widget-links,
    .thumb-post,
    .tags {
        margin-top: 30px;
    }
    
    .widget-content .tags li {
        display: inline-block;
    }
    
    .widget-content .tags li a {
        display: inline-block;
        padding: 5px 10px;
        border-radius: 2px;
        font-size: 12px;
        color: #6a7695;
        margin: 3px;
        background: aliceblue;
    }
    
    .widget-content .tags li a:hover {
        background-color: #13287c;
        color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    }
    /* 资讯分类样式 */
    
    .widget-content h4 {
        position: relative;
        margin-bottom: 30px;
        font-size: 16px;
        margin: 0 0 10px;
        font-weight: 600;
        line-height: 1.5;
        color: #13287c;
        letter-spacing: -.5px;
        text-align: left;
    }
    
    .widget-content h4:before {
        background-color: #2550de;
        position: absolute;
        content: "";
        width: 20%;
        height: 3px;
        left: 0;
        bottom: -10px;
    }
    
    .widget-content ul li a {
        color: #6a7695;
        line-height: 1.9;
        font-size: 15px;
    }
    
    .widget-content ul li a:hover {
        color: #2550de;
    }
    /* 最新资讯样式 */
    
    .thumb-post li {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: top;
        margin-bottom: 20px;
        height: 65px;
    }
    
    .thumb-post li img {
        width: 100px;
        flex-shrink: 0;
        display: block;
    }
    
    .widget-content .thumb-post li a {
        font-size: 15px;
        font-weight: 600;
        color: #6a7695;
        padding-left: 15px;
        letter-spacing: -.5px;
    }
    /* 文章样式 */
    
    video {
        display: block;
        margin: 0 auto;
        width: 80%;
    }
    
    .blog-single-content,
    .case-single-content {
        padding: 25px 30px;
    }
    
    .case-single-content img {
        width: 80%;
    }
    
    .single-post-meta {
        margin: 20px 0;
    }
    
    .blog-single-content h1 {
        font-size: 32px;
        line-height: 38px;
        margin: 0 0 10px;
        font-weight: 600;
        letter-spacing: -1px;
        text-align: left;
    }
    
    .blog-single-content h1 a {
        font-size: 28px;
        color: #13287c;
    }
    
    .blog-single-content img {
        width: 100%;
    }
    
    .single-post-meta li {
        display: inline-block;
        margin-right: 20px;
    }
    
    .single-post-meta li i {
        font-size: 12px;
        margin-right: 5px;
    }
    
    .single-post-meta li a {
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
    }
    
    .blog-single-content p,
    .case-single-content p {
        font-size: 14px;
        line-height: 26px;
        margin: 20px 0;
    }
    
    .post-navigation {
        border: 1px solid #e5e5e5;
        margin-top: 40px;
        margin-left: 0;
        margin-right: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .post-navigation .prev-post {
        border-right: 1px solid rgba(17, 17, 17, .04);
    }
    
    .post-navigation .prev-post,
    .post-navigation .next-post {
        padding: 20px;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    
    .post-navigation a {
        color: #13287c;
        font-size: 14px;
        font-weight: 600;
    }
    /* =E 基本样式 */
    /* =S 浏览器尺寸样式 */
    
    @media screen and (min-width: 786px) {
        /* 内容主体样式 */
        .content {
            -webkit-justify-content: center;
            justify-content: center;
            -moz-box-pack: center;
            box-pack: center;
            max-width: 1200px;
            margin: 50px auto;
        }
        .content .content-list {
            flex: 0 0 65%;
            max-width: 65%;
            margin-right: 20px;
        }
        .content .news-list {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
            padding: 0;
            justify-content: left;
        }
        .content .news-list .news-item {
            -webkit-box-flex: 0 0 46%;
            -webkit-flex: 0 0 46%;
            -ms-flex: 0 0 46%;
            flex: 0 0 46%;
        }
        .pagination-wrap li a:hover {
            background-color: #13287c;
            border: 1px solid #13287c;
            color: #fff !important;
        }
        /* 侧边栏样式 */
        .content-aside {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
            padding: 30px;
            height: 100%;
            background-color: #fff;
        }
    }
    /* =E 浏览器尺寸样式 */
    /* =S 移动端尺寸 */
    
    @media screen and (max-width: 786px) {
        /* banner图样式 */
        .banner-size {
            height: 200px;
        }
        /* 内容主体样式 */
        .content {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-justify-content: center;
            justify-content: center;
            -moz-box-pack: center;
            box-pack: center;
            flex-direction: column;
            -ms-flex-direction: column;
            margin-top: 40px;
        }
        .content-list .news-list {
            flex: 0 0 90%;
            max-width: 90%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: 0 auto;
            padding: 0;
        }
        .pagination-wrap {
            margin: 30px auto;
            display: flex;
            justify-content: center;
        }
        /* 侧边栏样式 */
        .content-aside {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            padding: 35px;
            height: 100%;
            background-color: #fff;
        }
        /* 文章内容样式 */
        .blog-single-content h1 a {
            font-size: 25px;
        }
        .case-single-content img {
            width: 100%;
        }
        video {
            width: 100%;
        }
        .content-list .breadcrumb-nav {
            margin: -30px 0 0 5px;
        }
        .breadcrumb-nav span {
            display: none;
        }
        .blog-single-content {
            margin-right: 0;
        }
    }
    /* =E 移动端尺寸 */