.layer-content {
    width: 1280px;
    margin: 0 auto;
}

.layer-focus {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.focus-left {
    width: 620px;
}
.focus-right {
    width: 620px;
}

.focus-title-box {
    display: flex;
    justify-content: space-between;
}

#focusSW .swiper-slide {
    position: relative;
}

.swiper-desc {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 20px;
    color: #fff;
}

#focusSW .swiper-pagination {
    bottom: 15px;
    left: 200px;
}

#focusSW .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
}

#focusSW .swiper-pagination-bullet-active {
    width: 40px;
    height: 13px;
    border-radius: 10px;
    background: #fff;
}

.focus-title {
    color: #2663af;
    font-size: 35px;
    font-weight: bold;
}

.focus-more a {
    font-size: 18px;
    color: #2663af;
}

.focus-list {
    margin-top: 10px;
}

.focus-list li {
    padding: 20px 0;
}
.focus-list li a {
    font-size: 22px;
    color: #0f0f0f;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zt-cb {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.zt-card {
    width: 620px;
}

.zt-card-title {
    display: flex;
    justify-content: space-between;
}
.zt-title {
    color: #2663af;
    font-size: 35px;
    font-weight: bold;
}

.zt-more a {
    font-size: 18px;
    color: #2663af;
}

.card-list-cont {
    margin-top: 20px;
}

.zt-card-item {
    display: flex;
}

.card-content {
    background-color: #f8f8f8;
    padding: 15px;
}

.card-content h3 {
    font-size: 24px;
    font-weight: bold;
    color: #2663af;
}

.card-content p {
    margin-top: 10px;
    color: #0f0f0f;
    font-size: 16px;
    line-height: 20px;
    text-indent: 2em;
}

.card-item2 {
    margin-top: 20px;
}

.zt-card-list li:nth-child(1) {
    margin-bottom: 35px;
}
.zt-card-list li:not(:nth-child(1)) {
    margin-bottom: 20px;
    padding: 15px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.zt-card-list li:not(:nth-child(1)) a {
    font-size: 18px;
    color: #0f0f0f;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.layer-yn {
    margin-top: 50px;
}

.layer-yn-cont {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.yn-list-card {
    width: 620px;
    background-color: #ebf7fa;
    padding: 40px 10px;
}
.yn-list-card li {
    padding: 18px 30px;
    position: relative;
}

.yn-list-card li a {
    font-size: 18px;
    color: #0f0f0f;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.yn-list-card li ::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid #2663af;
    background-color: #2663af;
    position: absolute;
    top: 25px;
    left: 15px;
}

@media screen and (max-width: 750px) {
    body {
        max-width: 750px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        background: #fff;
        padding: 0px 10px;
    }
    .layer-content {
        width: 100%;
    }
    .layer-focus {
        display: block;
    }
    .focus-left {
        width: 100%;
    }
    .focus-left img {
        width: 100%;
        height: auto;
    }

    .focus-right {
        width: 100%;
        margin-top: 20px;
    }

    .zt-card {
        width: 100%;
    }
    .zt-cb {
        display: block;
    }
    .zt-card-item {
        display: block;
    }
    .layer-yn {
        width: 100%;
        margin-top: 20px;
    }
    .layer-yn img {
        width: 100%;
        height: auto;
    }
    .layer-yn-cont {
        display: block;
        margin-top: 20px;
    }

    .yn-list-card {
        width: 100%;
        padding: 10px;
    }
}
