.main {
    width: 100%;
    height: 100%;
}

.banner {
    width: 100%;
    height: auto;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
}

.action-one {
    width: 100%;
    background-image: url(http://jx.news.cn/xhw/en/pc/beijing1.png);
    background-size: 100% 100%;
    padding-bottom: 4rem;
    padding: 50px 0;
    padding-bottom: 150px;
}

.action-one .action-title {
    width: 70%;
    display: block;
    margin: 0 auto;
    height: auto;
}

.action-one .action-content {
    position: relative;
    height: auto;
    flex: 1;
}

.action-one .info-view {
    position: absolute;
    right: 0px;
    bottom: 0;
    transform: translateY(50%);
    background: #841A1D;
    width: 356px;
    padding: 20px 15px;
}

.action-one .more {
    margin: 40px 0;
}

.info-view .title {
    font-family: Source Han Serif CN;
    font-size: 1.4rem;
    color: white;
    font-weight: bold;
    line-height: 1.6rem;
}

.info-view .desc {
    font-size: 1.2rem;
    color: white;
    line-height: 1.5rem;
    margin-top: 10px;
}


.action-one .info-list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-top: 60px;
    padding: 0 20px;
}

.action-one .action-item {
   width: 330px;
   flex-shrink: 0;
}

.action-one .action-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.action-one .action-item h3 {
    font-family: Source Han Serif CN;
    font-weight: bold;
    font-size: 1.4rem;
    color: #343434;
    line-height: 1.8rem;
    margin: 10px 0;
}

.action-one .action-item p {
    font-size: 1rem;
    color: #353535;
    line-height: 1.5rem;
}

/* 区域2 */
.action-two {
    width: 100%;
    background-image: url(http://jx.news.cn/xhw/en/pc/beijing2.png);
    background-size: 100% 100%;
    padding: 3rem 0;
}

.action-two .action-title {
    width: 50%;
    height: auto;
    margin: 20px auto;
    display: block;
}

.action-two .item-list {
    margin: 0 auto;
    margin-top: 220px;
    max-width: 1100px;
}

.action-two .item {
    background: #841A1D;
}


.action-two .item img {
    border: 2px solid white;
}



/* 区域3 */
.action-three {
    width: 100%;
    background-image: url(http://jx.news.cn/xhw/en/pc/beijing3.png);
    background-size: 100% 100%;
    padding: 3rem 1.5rem;
}

.action-three .action-title {
    width: 50%;
    height: auto;
    margin: 20px auto;
    display: block;
    margin-bottom: 50px;
}


.action-three .item-list {
    margin: 0 auto;
    margin-top: 200px;
    max-width: 1100px;
}

.action-three .item {
    background-image: url(http://jx.news.cn/xhw/en/pc/kuang.png);
    background-size: 100% 100%;
}

.action-three .item img {
    width: 90%;
    height: 200px;
    display: block;
    border-radius: 20px;
    margin-bottom: -60px;
}


/* 区域4 */
.action-four {
    width: 100%;
    background-image: url(http://jx.news.cn/xhw/en/pc/beijing4.png);
    background-size: 100% 100%;
    padding: 3rem 1.5rem;
}

.action-four .action-title {
    width: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}

.action-four .action-list {
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.action-four .action-content {
    width: calc(33.3% - 8px);
    margin-bottom: 20px;
}

.action-four .action-content img {
    z-index: 2;
    position: relative;
    height: 250px;
    object-fit: cover;
}

.action-four .info-view {
    margin-right: 10px;
    position: relative;
    z-index: 3;
    background-image: url(http://jx.news.cn/xhw/en/pc/biaotikuang.png);
    background-size: 100% 100%;
    padding: 7px 20px 7px 30px;
    margin-top: -20px;
    height: 65px;
}

.action-four .more {
    background: #182166;
    margin-bottom: -70px;
}

/* 区域5 */
.action-five {
    margin-top: 40px;
}

.action-five .action-title {
    width: 50%;
    display: block;
    margin: 80px auto;
}

.action-five .swiper {
    padding: 0 15px;
}

.action-five .swiper-slide {
    margin-bottom: 20px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.action-five .action-content {
    position: relative;
    width: 100%;
}

.action-five .action-content img{
    max-height: 600px;
    object-fit: cover;
}

.action-five .more-view {
    width: 1200px;
    margin: 20px auto;
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
    background-image: url(http://jx.news.cn/xhw/en/pc/xiantiao.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.action-five .more-view .more {
    margin: 0;
    margin-top: -22px;
}

.action-five .info-view {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 80px 15px 20px 15px;
    background-image: url(http://jx.news.cn/xhw/en/pc/yinying.png);
    background-size: 100% 100%;
}

.footer {
    background: #191E63;
    padding: 70px 20px;
    text-align: center;
    color: white;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 40px;
    margin-top: 70px;
}

.item-list {
    max-width: 1250px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.item-list a{
    flex: 1;
}

.item {
    padding: 0 20px 40px 20px;
    color: white;
}

.item img {
    width: 250px;
    height: 250px;
    display: block;
    margin: 0 auto;
    transform: translateY(-50%);
    border-radius: 50%;
    margin-bottom: -100px;
    object-fit: cover;
}

.item h3 {
    height: 90px;
    line-height: 30px;
    color: white;
    margin-bottom: 20px;
}

.item p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    height: 75px;
}

.line {
    width: 55px;
    height: 2px;
    background-color: white;
    margin: 15px 0;
}

.more {
    display: block;
    margin: 0 auto;
    width: 130px;
    height: 55px;
    line-height: 55px;
    background: #841A1D;
    color: white;
    text-align: center;
    margin-top: 50px;
    font-size: 20px
}