body {
    background: #F7F8F9;
}

.es_main {
    background: #fff;
    padding: 0.29rem 0.36rem 0.5rem 0.36rem;
    margin-bottom: 0.2rem;
}

.banner {
    width: 100%;
    position: relative;
    user-select: none;
    overflow: hidden;
}

.banner img {
    width: 100%;
    display: block;
}

.mask {
    background: #000;
    opacity: 0.32;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-cont {
    width: 11.72rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text {
    font-size: 0.66rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.01rem;
    display: block;
}

.desc {
    font-size: 0.36rem;
    color: #fff;
    margin-top: 0.0.15rem;
    display: block;
}

a {
    color: #fff;
}

.list-nav,
.cont-ctain {
    width: 100%;
}

.detail-list-nav {
    height: 0.4rem;
    text-align: center;
    background: rgba(3, 49, 110, .88);
    position: absolute;
    bottom: 0rem;
    left: 0;
    width: 100%;
}

.list-nav-cont {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 0.4rem;
}

.list-nav-cont span {
    vertical-align: middle;
}

.list-nav-cont span {
    color: #fff;
    margin-right: 0.05rem;
}

.list-nav-cont span:nth-child(1) span {
    display: none;
}

.list-nav-cont img {
    display: inline-block;
    width: 0.08rem;
    vertical-align: middle;
    margin: 0 0.05rem;
}

.list-nav-cont a {
    font-size: 0.16rem;
}

.content-title {
    text-align: center;
    font-size: 0.26rem;
    font-family: PingFang SC ,PingFangSC-Regular;
    font-weight: 400;
    color: #03316E;
    line-height: 0.37rem;
}

.content-sumary {
    font-weight: 300;
    line-height: 0.32rem;
    color: #999999;
    font-size: 0.14rem;
    margin-top: 0.08rem;
    padding-bottom: 0.16rem;
    border-bottom: 1px solid #E6E6E6;
    text-align: center;
}

.content {
    font-weight: 400;
    line-height: 0.4rem;
    margin: 0.4rem 0;
    padding: 0 0.18rem;
    position: relative;
}

.content p {
    margin: 0.15rem 0;
    font-size: 0.16rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #121617
}

.nav-content {
    max-width: 12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.detail_top {
    width: 100%;
    height: 3.55rem;
    background: url("/1/static/image/yjbg.png");
    background-size: 100% 100%;
    display: flex;
}

.detail_top_img {
    width: 4.78rem;
    height: 100%;
}

.detail_top_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail_top_right {
    flex: 1;
    padding: 0.37rem 0.41rem;
}

.detail_title {
    font-size: 0.32rem;
    font-weight: 500;
    color: #28292B;
    line-height: 0.45rem;
}

.detail_type {
    width: 0.59rem;
    height: 0.24rem;
    background: rgba(250, 98, 0, 0.08);
    border-radius: 0.06rem;
    font-size: 0.14rem;
    font-weight: 500;
    color: #FA6200;
    line-height: 0.24rem;
    text-align: center;
    margin-top: 0.2rem;
}

.detail_desc {
    height: 1rem;
    overflow: hidden;
    margin-top: 0.4rem;
}

.detail_desclist {
    display: flex;
    align-items: center;
    margin: 0.1rem 0;
}

.detail_descword {
    font-size: 0.16rem;
    font-weight: 400;
    color: #808080;
    line-height: 0.22px;
    display: block;
    margin-left: 0.15rem;
}

.detail_list_title {
    width: 1.91rem;
    height: 0.42rem;
    background: url("/1/static/image/detaiIcon.png");
    background-size: 100% 100%;
    text-align: center;
    margin: 0.3rem 0;
    color: #FFFFFF;
    line-height: 0.42rem;
    font-size: 0.2rem;
}

.detail_list_cont {
    font-size: 0.16rem;
    color: #28292B;
    line-height: 0.32rem;
}

.detail_list_cont img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.gouImg {
    width: 0.27rem !important;
    height: 0.22rem !important;
}

.duiImg {
    width: 0.15rem !important;
    height: 0.15rem !important;
}

.Table {
    margin: 0.1rem auto;
    width: 80% !important;
}

@media screen and (max-width: 750px) {
    body {
        background: #fff;
    }

    .banner {
        height: 3rem;
    }

    .banner img {
        height: 100%;
    }

    .banner-cont {
        width: 100%;
        position: absolute;
        top: 47%;
    }

    .text {
        font-size: 0.24rem;
        letter-spacing: 0.01rem;
    }

    .desc {
        margin-top: 0.15rem;
        font-size: 0.13rem;
        font-weight: 300;
    }

    .list-nav-cont span {
        font-size: 0.1rem;
    }

    .list-nav-cont a {
        font-size: 0.1rem;
    }

    .gouImg {
        display: none !important;
    }

    .nav-content {
        max-width: 100%;
        padding-left: 0.2rem;
    }

    .main {
        width: 100%;
        padding: 0.15rem;
        margin-bottom: 0.2rem;
    }

    .detail_top {
        height: 1.42rem;
    }

    .detail_top_img {
        width: 1.64rem;
    }

    .detail_top_right {
        padding: 0.08rem 0.1rem 0.08rem 0.2rem;
    }

    .detail_title {
        font-size: 0.16rem;
        line-height: 1.5;
    }

    .detail_type {
        margin-top: 0.05rem;
        width: 0.5rem;
        height: 0.2rem;
        border-radius: 0.03rem;
        font-size: 0.12rem;
    }

    .detail_desc {
        margin-top: 0.05rem;
        height: 0.65rem;
    }

    .duiImg {
        width: 0.1rem !important;
        height: 0.1rem !important;
    }

    .detail_descword {
        font-size: 0.12rem;
        margin-left: 0.1rem;
    }

    .detail_list_title {
        width: 1.2rem;
        height: 0.25rem;
        margin: 0.15rem 0;
        line-height: 0.26rem;
        font-size: 0.12rem;
    }

    .detail_list_cont {
        font-size: 0.13rem;
        color: #28292B;
        line-height: 1.8;
    }
}
