.container-large {
    display: none;
}

.container, .container-fluid {
    margin-bottom: 30px;
}

body {
    background: url("../images/bg.png") no-repeat center top;
    background-size: cover;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}


a {
    color: #333333;
    text-decoration: none;
}

.img-fluid {
    width: 100%;
}

.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* background-color: aqua; */
}

.news-list {
    display: grid;
    grid-template-columns: 35% auto;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e8b042;
}

.news-list h2 {
    font-size: 14px;
    line-height: 1.5;

}

.news-list span {
    color: #999999;
    font-size: 12px;
}

.news-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.more {
    width: 60%;
    height: 40px;
    margin: 20px auto;
    border: 1px solid #e8b042;
    border-radius: 20px;
    line-height: 40px;
    font-size: 16px;
    color: #e8b042;
    text-align: center;
    cursor: pointer;
}

.container-banner .col-12 {
    padding: 0;
}

.video-des {
    display: none;
}


.tit img {
    margin: 0 auto 30px auto;
    display: block;
    height: 40px;
}

.news-img img {
    height: auto;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.text {
    color: #323232;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.text p {
    text-indent: 2em;
    margin-bottom: 10px;
}

.info {
    text-align: center;
    padding: 0 5%;
    box-sizing: border-box;
}

.info h2 {
    font-size: 20px;
    color: #e8b042;
    font-weight: bold;
    margin-bottom: 10px;
}

.info p {
    margin-bottom: 5px;
    text-align: center;
}

.gd {
    width: 100%;
    height: 40px;
    background: url("../images/line.png") no-repeat center center;
    background-size: contain;
}

.jx-cont .row>* {
    margin-top: 40px;
}

.jx-cont .row>div:first-child {
    margin-top: 0;
}

.jx01 {
    height: 100%;
}

.jx-tit {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #ffffff;
    text-indent: 10px;
    font-weight: bold;
    background-color: #e8b042;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.jx-tit img {
    position: absolute;
    right: 15px;
    bottom: 8px;
    height: 60px;
}

.jx-lists {
    height: calc(100% - 50px);
}

.jx-lists ul {
    height: 100%;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e8b042;
    align-content: space-evenly;
    justify-content: space-between;
    background: url("../images/jxcont-bg.png") no-repeat center bottom;
    background-size: 100% 100%;
}

.jximg {
    height: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e8b042;
    align-content: space-evenly;
    justify-content: space-between;
    background: url("../images/jxcont-bg.png") no-repeat center bottom;
    background-size: 100% 100%;

}


.jximg img {
    width: 100%;
}

.jx-lists ul li {
    position: relative;
    flex: 0 0 100%;
    height: 40px;
    line-height: 40px;
    border-bottom-left-radius: 10px;
    margin-bottom: 15px;
    background: linear-gradient(to right, #f9e8c0, #fef9e5);
    text-indent: 15px;
    font-size: 16px;
    font-weight: bold;
    z-index: 2;
    color: #333333;
}

.jx-lists ul li::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url("../images/star.png") no-repeat center center;
    background-size: contain;
    left: 0;
    top: -30%;
}

.jx-lists ul li::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 35px;
    background: url("../images/jb.png") no-repeat center right;
    background-size: contain;
    right: 0;
    bottom: 10px;
    z-index: -1;
}

.video-last {
    position: relative;
    display: block;
}

.video-last::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    background: url("../images/icon.png") no-repeat center center;
    background-size: contain;
}

.feedback {
    padding: 20px;
    border: 1px solid transparent;
    border-radius: 20px;
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    /* 閲嶈 */
}

.feedback::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    /* 閲嶈 */
    background: linear-gradient(to bottom, #e8b042, #fff);
}

.history ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
    line-height: 30px;
}

.history ul li img {
    margin-bottom: 10px;
}

.history ul li p {
    margin-bottom: 5px;
    font-size: 14px;
}

.history ul li a p {
    position: relative;
    color: #666666;
    text-indent: 10px;
    border-bottom: 1px dashed #e8b042;
}

.history ul li a p::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #e8b042;
    left: 0;
    top: 50%;
    transform: translate(0, -2px);
}

.history>a {
    color: #999999;
    font-size: 14px;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.footer {
    line-height: 30px;
    text-align: center;
    color: #999;
}

.footer a {
    color: #e8b042;
}

.logo-cont .col-xs-12>img {
    margin-bottom: 30px;
}

.logo-cont {
    margin-bottom: 0;
}

.feedback {
    margin-bottom: 30px;
}

.home {
    position: fixed;
    right: 10px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background: url("../images/home.png") no-repeat center center;
    background-size: contain;
}

.home a {
    display: block;
    width: 100%;
    height: 100%;
}


.pro-tit {
    width: 100%;
    height: auto;
    padding-top: 15px;
    margin-bottom: 25px;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #093d96;
    text-align: center;
    background: url("../images/tit-delbg.png") no-repeat center top;
}


.pro-info {
    background: #fef8ec;
    padding: 30px 20px;
}

.pro-info h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.8;
}

.reason-tit {
    font-size: 24px;
    font-weight: bold;
    color: #093d96;
    position: relative;
    padding-left: 10px;
    margin: 20px auto;
}

.reason-tit::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 16px;
    border-radius: 2px;
    background-color: #093d96;
}

.reason-text p {
    text-indent: 2em;
    line-height: 1.8;
    color: #666666;
    margin-bottom: 0;
}

.ticket {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
}


.ticket p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.ticket p span {
    font-size: 28px;
    font-weight: bold;
    margin-right: 4px;
}

.support {
    position: relative;
    width: 50%;
    height: 80px;
    background: url("../images/btn-support.png") no-repeat center center;
    background-size: 100% 100%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    -moz-user-select: none;
    padding: 5px 0;
    cursor: pointer;
}

.support::before {
    position: absolute;
    content: "";
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: url("../images/pk.png") no-repeat center center;
    background-size: contain;
    z-index: 99;
}

.oppose {
    width: 50%;
    height: 80px;
    background: url("../images/btn-oppose.png") no-repeat center center;
    background-size: 100% 100%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 5px 0;
    -moz-user-select: none;
    cursor: pointer;
}

.alert, .alert-fail {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert img, .alert-fail img {
    width: 80%;
}

.zzjg {
    height: 36px;
    display: block;
    margin: 10px auto 20px auto;
}


.lhzb {
    height: 50px;
    display: block;
    margin: 10px auto;
}

.gjdw {
    margin-bottom: 20px;
    width: 100%;
}

/* 灏忓睆骞曪紙骞虫澘锛屽ぇ浜庣瓑浜� 768px锛� */
@media (min-width: 768px) {
    .container-large {
        display: block;
    }

    .container-small {
        display: none;
    }

    .news-list {
        grid-template-columns: 45% auto;
    }

    .news-list h2 {
        line-height: 1.5;
    }

    .more {
        width: 20%;
    }

    .history>a {
        text-align: right;
    }

    .jximg {
        padding: 20px;
    }

    .alert img, .alert-fail img {
        width: 300px;
    }
}

/* 涓瓑灞忓箷锛堟闈㈡樉绀哄櫒锛屽ぇ浜庣瓑浜� 992px锛� */
@media (min-width: 992px) {

    .jx-cont .row>div:first-child {
        margin-top: 40px;
    }

    .news-list {
        grid-template-columns: 35% auto;
    }

    .news-list h2 {
        line-height: 1.8;
        font-size: 16px;
    }

    .video-des {
        display: block;
        display: flex;
        align-items: center;
        background: #fef9ea;
        padding: 20px;
    }

    .video-des h2 {
        font-size: 20px;
        line-height: 1.8;
        font-weight: bold;
    }

    .video-des .text p {
        margin-bottom: 5px;
        font-size: 16px;
        text-indent: 0;
    }

    .tit img {
        height: 50px;
    }

    .jx-lists ul {
        padding: 15px;
    }

    .jx02 .jx-lists ul {
        padding-top: 75px;
        padding-bottom: 75px;
    }


    .jx-lists ul li {
        position: relative;
        flex: 0 0 48%;
        height: 40px;
        line-height: 40px;
        border-bottom-left-radius: 10px;
        margin-bottom: 15px;
        background: linear-gradient(to right, #f9e8c0, #fef9e5);
        text-indent: 10px;
        font-size: 14px;
        z-index: 2;
    }

    .jx-lists ul li {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        text-indent: 20px;
        margin-bottom: 20px;
    }

    .jx-lists ul li::before {
        width: 40px;
        height: 40px;
        top: -30%;
    }

    .jx-lists ul li::after {
        width: 80px;
        height: 40px;
        bottom: 10px;
    }


    .logo-cont .col-xs-12>img {
        margin-bottom: 30px;
    }

    .info {
        padding: 0 15%;
    }

    .pro-tit {
        font-size: 36px;
    }

    .pro-img {
        padding: 0;
    }

    .pro-reason {
        padding: 0;
    }

    .pro-info h2 {
        font-size: 28px;
        font-weight: bold;
    }

    .ticket {
        margin-top: 60px;
    }

    .support, .oppose {
        width: 235px;
        height: 96px;
    }

    .support::before {
        width: 93px;
        height: 85px;
        padding: 10px 0;
    }


    .pro-tit span {
        position: relative;
    }

    .pro-tit span::before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        width: 63px;
        height: 23px;
        transform: translate(-120%, -9px);
        background: url("../images/tit-delleft.png") no-repeat center center;
        background-size: contain;
    }

    .pro-tit span::after {
        position: absolute;
        content: "";
        right: 0;
        top: 50%;
        width: 63px;
        height: 23px;
        transform: translate(120%, -9px);
        background: url("../images/tit-delright.png") no-repeat center center;
        background-size: contain;
    }
}

/* 澶у睆骞曪紙澶ф闈㈡樉绀哄櫒锛屽ぇ浜庣瓑浜� 1200px锛� */
@media (min-width:1200px) {

    .news-list {
        grid-template-columns: 35% auto;
    }

    .news-list h2 {
        line-height: 1.8;
    }

}