@charset "utf-8";
.white,
.white a:link,
.white a:visited,
.white a:hover {
    color: white;
}

body {
    background: url(/img/MAIN/2023/02/121760/static/images/bg.jpg) no-repeat top center #fce6df;
}

/* top */
.qz-top {
    height: 495px;
}

/* editor */
.qz-editor span.title {
    background: url(/img/MAIN/2023/02/121760/static/images/icon1.jpg) no-repeat;
    height: 61px;
    display: flex;
}

.qz-editor p.text {
    background-color: rgba(197, 0, 2, 0.349);
    border-radius: 0 10px 10px 10px;
    display: block;
    padding: 25px 30px 10px 30px;
    font-size: 20px;
    color: white;
    font-weight: bold;
    line-height: 1.923;
    text-shadow: 2.427px 1.763px 0px rgba(164, 29, 24, 0.6);
    text-indent: 2em;
}

/* video */
.qz-video {
    margin-top: 100px;
}

.qz-video h3.title {
    text-align: center;
}

.qz-video em.more {
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    display: block;
    line-height: 3.167;
    width: 1005px;
    margin: 0 auto;
}

.qz-video .pic {
    width: 1005px;
    background-image: -moz-linear-gradient(90deg, #c50002 0%, #fca40e 100%);
    background-image: -webkit-linear-gradient(90deg, #c50002 0%, #fca40e 100%);
    background-image: -ms-linear-gradient(90deg, #c50002 0%, #fca40e 100%);
    text-align: center;
    overflow: hidden;
    padding: 28px 28px 30px 28px;
}

.qz-video .pic a {
    position: relative;
    width: 945px;
    height: 532px;
    display: block;
}

.qz-video .pic a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 58px;
    background: rgba(108, 3, 6, 0.6) no-repeat 5% 90%;
}

.qz-video .pic a img {
    border-radius: 8px;
}

.qz-video .pic a p.text {
    padding: 0px 25px;
    position: absolute;
    bottom: 0px;
    display: flex;
    width: 100%;
}

.qz-video .pic a p.text em.con {
    font-size: 24px;
    width: 90%;
    line-height: 60px;
    font-size: 18px;
    text-align: left;
    margin-right: 5%;
}

.qz-video .pic a p.text span.more {
    border-radius: 2px;
    background-color: white;
    width: 15%;
    height: 35px;
    line-height: 35px;
    color: #ab222a;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    justify-content: flex-end;
}

/* video */
.qz-video2 {
    margin-top: 100px;
}

.qz-video2 h3.title {
    text-align: center;
}

.qz-video2 em.more {
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    display: block;
    line-height: 3.167;
    width: 1005px;
    margin: 0 auto;
}

.qz-video2 ul.list li.items {
    float: left;
    width: 23%;
    margin: 25px 1% 0 1%;
    background-color: #fff;
    height: 240px;
    border-radius: 0 0 8px 8px;
}

.qz-video2 ul.list li.items a {
    position: relative;
    width: 100%;
    height: 240px;
    display: block;
}

.qz-video2 ul.list li.items a::before {
    content: '';
    position: absolute;
    top: 30%;
    left: 45%;
    width: 43px;
    height: 43px;
    background: url(/img/MAIN/2023/02/121760/static/images/vbg.png) no-repeat 5% 90%;
}

.qz-video2 ul.list li.items a img {
    width: 100%;
    border-radius: 8px 8px 0px 0px;
}

.qz-video2 ul.list li.items a span.text {
    font-size: 15px;
    text-align: center;
    display: block;
    font-weight: bold;
    text-align: center;
    width: 96%;
    padding: 0 2%;
}

/* copyright */
#copyright {
    width: 1200px;
    text-align: center;
    padding: 50px 0 10px 0;
}