/*底部*/
.wlzgjcj-footer {
    background: #BE1B0D;
}

.wlzgjcj-footer > p {
    color: #FEC68E;
}

/**
  内容
 */
.index-section {
    background: #FBE3B7 url("../images/index-bg.png") no-repeat top;
    background-size: 100% auto;
}

.index-content {
    width: 72vw;
}

.chunjie-header {
    width: 36.6vw;
    padding-bottom: 2.2vw;
}

.zxzx-part {
    float: left;
    width: 50%;
}

/*左边*/
.zxzx-left {
    min-height: 22.8vw;
    background: url("../images/index-tpbg.png") no-repeat;
    background-size: 100% 100%;
    padding: 1.4vw 3.3vw 1.2vw 4.5vw;
}

.zxzx-left-image {
    display: block;
    width: 100%;
    height: 22.8vw;
    position: relative;
    overflow: hidden;
    border: 0.2vw solid #FEC68E;
}

.zxzx-left-image > img {
    width: 100%;
    height: 100%;
}

.zxzx-left-image > .zxzx-left-title {
    position: absolute;
    width: 100%;
    padding: 0.76vw;
    background: rgba(150, 3, 2, 0.77);
    left: 0;
    bottom: 0;
}

.zxzx-left-image > .zxzx-left-title > p {
    font-size: 2.4rem;
    color: #fff;
}

/*右边*/
.zxzx-right {
    position: relative;
    padding: 3vw 0 2vw 1vw;
}

.zxzx-list {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.zxzx-item {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.1vw;
}

.zxzx-icon {
    float: left;
    position: relative;
    width: 0.6vw;
    height: 0.6vw;
    margin: 1.1rem 0.4vw 0 0;
    background: #C52818;
}

.zxzx-title {
    float: left;
    width: 95%;
    position: relative;
}

.zxzx-title > p {
    font-size: 2.4rem;
    color: #333;
    font-weight: 500;
}

/*更多*/
.index-more {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.index-more-btn {
    display: block;
    float: right;
    width: 12vw;
}

.index-more-btn > img {
    width: 100%;
}

/**
  视频播报
 */
.spbb-section {
    background: url("../images/index-spbd-bg.png") no-repeat 0 12vw;
    background-size: 95% auto;
    height: 80vw;
}

.spbb-cards {
    width: 100%;
    min-height: 800px;
    padding-bottom: 8vw;
    position: relative;
    overflow: hidden;
}

.spbb-card {
    display: block;
    float: left;
    width: 21.2vw;
    margin: 0 2vw 1vw 0;
}

.spbb-card:nth-child(3n) {
    margin-right: 0;
}

.spbb-card > .spbb-img {
    width: 100%;
    padding: 0.3vw;
    height: 11.59vw;
    background: #FEC68E;
    margin-bottom: 0.5vw;
}

.spbb-card > .spbb-img > img {
    width: 100%;
    height: 100%;
}

.spbb-card > p {
    font-size: 2rem;
    color: #FADAA6;
    text-align: center;
    height: 6rem;
}

/**
  分页
 */
.pager-section {
    background: #fbe3b7 url("../images/page-bg.jpg") no-repeat top;
    background-size: 100% auto;
}

.pager-header {
    width: 600px;
}
