/* 首页最新动态 */
@media (min-width: 1200px) {
    .index-hot {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 1199.98px) {
    .index-hot {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

.index-hot .block-grey {
    background-color: #F6F6F6;
}

.index-hot .flag {
    margin: -8px 3rem -16px 1.5rem;
}

.index-hot .article {
    padding: 1.5rem 0 0 8rem;
}

.index-hot .article h2 {
    margin-bottom: 1.75rem;
    text-align: center;
}

.index-hot .article h2 a {
    font-size: 2.2rem;
    font-weight: bold;
    color: #DA2221;
}

.index-hot .article .secondary a {
    font-size: 1.25rem;
    padding-left: 35px;
    background-image: url(../images/icon-right.png);
    background-repeat: no-repeat;
    background-position: left center;
}

/* 首页焦点新闻 */
@media (min-width: 1200px) {

    .index-focus {
        margin-bottom: 30px;
    }

    .index-focus .my-card .card-header {
        padding: 0 1rem 0.5rem 1rem;
    }

    .index-focus .my-card h3 {
        font-weight: bold;
    }

    .index-focus .my-card .card-body {
        padding: 0.5rem;
    }

    .index-focus .my-list-item {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .index-focus {
        margin-bottom: 1rem;
    }
}

/* 首页中部banner */
@media (min-width: 1200px) {
    .index-middle-banner img {
        margin-bottom: 30px;
    }
}

@media (max-width: 1199.98px) {
    .index-middle-banner img {
        margin-bottom: 1rem;
    }
}

/* 首页3窗口，纹理背景 */
@media (min-width: 1200px) {
    .index-frame {
        background: url(../images/index_middle_bg.jpg) repeat;
        padding: 50px 0;
    }
}

/* pc首页图片链接 */
.index-link {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* mobile首页底部菜单 */
.index-accordion {
    margin-top: 1rem;
}

.index-accordion .card-header {
    background-color: #da2221;
    padding: 0.25rem 1.25rem;
}

.index-accordion .card-header a {
    color: #ffffff;
}

.index-accordion .card-body {
    padding: 0.25rem 2rem;
}

.index-accordion .card-body p {
    margin: 0.75rem 0;
}