main {
    background: url("./images/index-back.png") no-repeat;
    background-size: 100% 100%;
}

/*底部*/
.zymtkfz-footer {
    background: #A7070E;
}

/**
  新闻聚焦
 */
.xwjj-part {
    float: left;
    width: 50%;
    position: relative;
}

/*左边*/
.xwjj-img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.xwjj-img > img {
    width: 100%;
    height: 457px;
}

.xwjj-left-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding: 12px 24px;
}

.xwjj-left-title > p {
    font-size: 22px;
    color: #fff;
}

.xwjj-header {
    width: 100%;
    padding: 0 0 30px;
}

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

.xwjj-item {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

.xwjj-icon {
    float: left;
    width: 0.6vw;
    height: 0.6vw;
    margin: 1rem 0.5vw 0 0;
    background: #CE3E00;
}

.xwjj-title {
    float: left;
    width: 96%;
}

.xwjj-title > p {
    font-size: 20px;
    color: #0c0c0c;
}

/**
  视频播报
 */
.spbb-card {
    width: 380px;
}

.spbb-card > p {
    font-size: 18px;
    color: black;
}

.nzss-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 1200px;
    margin: auto;
}

.nzss-card {
    display: flex;
    width: 49%;
    background: #F9F6EC;
}

.nzss-card > img {
    height: 120px;
}

.nzss-card > p {
    font-size: 18px;
    font-weight: bold;
    color: black;
    padding: 1vw;
}
