<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

body {
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-size: 14px;
    background-color: #F8F1F1;
    /* è®¾ç½®ç¼©æ”¾åŽŸç‚¹ */
    transform-origin: left top;
    box-sizing: border-box;
}

/* æ–‡å­—æº¢å‡ºæ˜¾ç¤ºçœç•¥å· */

/* ä¸€è¡Œéšè— */
.text-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

/* ä¸¤è¡Œéšè— */
.text-overflow-more {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.top-container {
    background: url(../images/index/bg2@2x.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    min-height: 205px;
    position: relative;
}

.commom-container {
    /* width: calc(100% - 400px); */
    /* width: calc(100% - 710px); */
    /* margin: 0 360px 0 350px; */
    height: 100%;
    display: flex;
    justify-content: center;
}

.logo-search {
    padding-top: 14px;
    align-items: center;
    width: 1200px;
}

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

.flex-center {
    justify-content: center;
}

.flex-align {
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex {
    display: flex;
}

.logo {
    width: 358px;
    height: auto;
    margin-left: -18px;
}

.search-inpt {
    width: 342px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 4px 0px 0px 4px;
    opacity: 1;
}

.search-btn {
    width: 90px;
    height: 50px;
    background: #FF2A35;
    border-radius: 0px 4px 4px 0px;
    opacity: 1;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}

.search-btn:hover {
    cursor: pointer;
}

.search-inpt input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 24px;
}

.nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #BD0002;
    height: 75px;
}

.nav-list {
    display: flex;
    height: 100%;
    width: 1200px;
}

.nav-list li {
    display: flex;
    width: 203px;
    justify-content: center;
    height: 100%;
    align-items: center;
    transform: skewX(-25deg);
}

.nav-list li:hover {
    font-size: 18px;
    background-color: #E9CE08;
    cursor: pointer;
}

.nav-list li a {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 80%;
    border-right: 1px solid #F39798;
}

.nav-list li a span {
    transform: skewX(25deg);
    margin: 0 10px;
    display: inline-block;
}

.actived {
    font-size: 18px;
    background-color: #E9CE08;
}

.footer-container {
    width: 100%;
    background: #BD0002;
    display: flex;
    justify-content: center;
}

.footer {
    width: 1200px;
    height: 170px;
    color: white;
    font-size: 16px;
}

.footer-mg-top {
    margin-top: 12px;
}

.footer-logo {
    width: 343.65px;
    height: auto;
}

.footer a {
    color: white;
}

.footer a:hover {
    color: #007aff;
}

.mg-top-14 {
    margin-top: 14px;
}

.mg-top-46 {
    margin-top: 46px;
}


.theory-content-main {
    background-color: white;
    padding: 41px 30px;
    width: 1140px;
}

.theory-content-title {
    border-bottom: 6px solid #D30000;
    font-size: 24px;
    font-weight: bold;
    color: #D30000;
    padding-bottom: 8px;
}

.swiper-slider {
    width: 100%;
    height: 570px;
    margin-top: 24px;
    position: relative;
}

.swiper-slider-smark {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 36px;
    padding-right: 148px;
    background-color: rgba(175, 2, 16, 0.3);
    width: 100%;
}

.swiper-smark-title{
    width: 85%;
}

.swiper-slider-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-pagination-horizontal {
    right: 16px !important;
    width: auto !important;
    left: auto !important;
}


.swiper-pagination-bullet {
    background-color: white !important;
    opacity: 1 !important;

}

.swiper-pagination-bullet-active {
    background-color: #D30000 !important;
}

.swiper-button-prev-img {
    margin-left: 19px;
}

.swiper-button-next-img {
    margin-right: 24px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: '' !important;
}

.swiper-slide:hover .swiper-play-img {
    position: absolute;
    left: 45%;
    top: 40%;
    width: 96px;
    height: 96px;
    display: block;
}

.swiper-play-img {
    display: none;
}

.date-container {
    width: 80px;
    height: 80px;
    background: #AF0210;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

}

.day {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
}

.date-container span {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.content-item-detail {
    margin-left: 16px;
    width: calc(100% - 16px - 80px);
}

.detail-width {
    padding-right: 136px;
    width: calc(100% - 16px - 148px);
}

.content-item-detail h3 {
    font-size: 18px;
    font-weight: bold;
    color: #303030;
}

.content-item-detail p {
    font-size: 14px;
    font-weight: 400;
    color: #565656;
    margin-top: 16px;
    width: 100%;
    height: 38px;
}

.text-white {
    color: white !important;
}

.content-detail-img {
    min-width: 142px;
    max-width: 142px;
    height: 94px;
}

.content-list-detail-width {
    padding-right: 17px;
    width: calc(100% - 142px -16px - 80px -17px);
}

.content-list-item {
    padding: 20px 0;
    border-bottom: 1px solid #D8D8D8;
}

/* åˆ†é¡µ */
.paging {
    padding: 10px;
    margin-top: 62px;
    text-align: center
}

.paging a {
    width: 30px;
    height: 30px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #C1C1C1;
    text-decoration: none;
    display: inline-block;
    line-height: 30px;
    margin-left: 10px;
    color: #565656;
}

.ellipsis {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    color: #DEDEDE;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 15px;
    font-weight: 600;
}

.ellipsis:hover {
    cursor: pointer;
}

.paging a:hover {
    border: #dcd9d4 1px solid;
    color: #ff6600;
}

.paging a:active {
    border: #dcd9d4 1px solid;
    color: #000;
}

.paging .current {
    color: white;
    background: #DF1C1C;
}

.paging .disabled {
    border: #eee 1px solid;
    color: #ddd;
}

.paging input {
    width: 53px;
    height: 30px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #C1C1C1;
    outline: none;
    padding-left: 7px;
}

.mg-l-20 {
    margin-left: 20px;
}

.mg-l-13 {
    margin-left: 13px;
}

.mg-l-10 {
    margin-left: 10px;
}

.sum {
    color: #DF1C1C;
}

@media (min-width:1920px) {
    body {
        width: 1920px;
        height: auto;
        min-height: 1080px;
    }
}</pre></body></html>