﻿.banner ul li .text-box {
    top: 40%
}

:root {
    --space-large: 2em;
    --space-large: 2em;
    --space-x-large: 3em;
    --space-xx-large: 4em;
    --space-xxx-large: 5em
}

.itemBox01 {
 padding: 5% 15px;
    width: calc(85.652% - 30px);
    max-width: 1430.016px;
}
.container-custom{
   display: flex;
   justify-content: space-between;
   /* padding:0 8.5%; */
}

.itemBox01 .leftBox {
    max-width: 300px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 300px
}

.itemBox01 .leftBox .box1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.itemBox01 .leftBox .box1 .box_text {
    position: absolute;
    z-index: 9;
    display: flex;
    align-items: center;
    left: 20px
}

.itemBox01 .leftBox .box1 .box_text i {
    width: 5px;
    height: 40px;
    background-color: #fff;
    border-radius: 3px;
    margin-right: 15px
}

.itemBox01 .leftBox .box1 .box_text h5 {
    font-size: 36px;
    color: #fff
}

.itemBox01 .leftBox .box2 {
    padding: 15px 0;
    background-color: #f2f2f2;
    margin-bottom: 20px
}

.itemBox01 .leftBox .box2 ul {
    display: flex;
    flex-direction: column
}

.itemBox01 .leftBox .box2 ul li a {
    padding-left: 25%;
    height: 50px;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center
}

.itemBox01 .leftBox .box2 ul li a::after {
    width: 0%;
    height: 2px;
    background-color: #b5001f;
    content: '';
    position: absolute;
    left: 0;
    transition: all 0.5s ease-in-out
}

.itemBox01 .leftBox .box2 ul li.active,
.itemBox01 .leftBox .box2 ul li:hover {
    width: 100%
}

.itemBox01 .leftBox .box2 ul li.active a,
.itemBox01 .leftBox .box2 ul li:hover a {
    color: #b5001f
}

.itemBox01 .leftBox .box2 ul li.active a::after,
.itemBox01 .leftBox .box2 ul li:hover a::after {
    width: 24%
}

.itemBox01 .leftBox .box3 {
    background-color: #f5f5f5;
    padding: 10px 20px;
}

.itemBox01 .leftBox .box3 .box03_01 h5 {
    font-family: Impact;
    font-size: 24px;
    color: #b5001f
}

.itemBox01 .leftBox .box3 .box03_01 span {
    font-size: 16px;
    color: #000
}

.itemBox01 .leftBox .box3 .box03_02 .box3_0201 {
    margin-top: 10px;
}

.itemBox01 .leftBox .box3 .box03_02 .box3_0201 h5 {
    font-size: 18px;
    color: #b5001f
}

.itemBox01 .leftBox .box3 .box03_02 .box3_0201 span {
    width: 100%;
    font-size: 14px;
    color: #666666;
    text-align: left;
    line-height: 2em;
    display: block
}

.itemBox01 .rightBox {
    width: 100%;
    margin-left: 30px
}

.itemBox01 .rightBox .box1 {
    border-bottom: rgba(0, 0, 0, 0.15) 1px solid;
    display: flex;
    margin-bottom: 1%
}

.itemBox01 .rightBox .box2 .remark{
   font-size:18px;padding-bottom:1%;
}

.itemBox01 .rightBox .box2 .remark img{
   max-width: initial;
   width: 25px;
   height: 19px;
}

.itemBox01 .rightBox .box1 a {
    margin-right: 5px;
    font-size: 18px;
    margin-bottom: 1%
}

.itemBox01 .rightBox .box2 {
    width: 90%;
    margin: 0 0 0 auto;
}

.itemBox01 .rightBox .box2 .Routine {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin:0 auto
}

.itemBox01 .rightBox .box2 .Routine h5 {
    font-size: 24px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.itemBox01 .rightBox .box2 .Routine p {
    line-height: 2em;
    font-size: 16px
}

.itemBox01 .rightBox .box2 .systemlist01 ul.sw-lider {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    flex-wrap: wrap;
    gap: 20px
}

.itemBox01 .rightBox .box2 .systemlist01 ul.sw-lider li.slide {
    width: calc((100% - 20px)/2);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.itemBox01 .rightBox .box2 .systemlist01 ul.sw-lider li.slide .slide_box {
    position: relative
}

.itemBox01 .rightBox .box2 .systemlist01 ul.sw-lider li.slide .slide_box .img-box {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 0;
    aspect-ratio: 4/3
}

.itemBox01 .rightBox .box2 .systemlist01 ul.sw-lider li.slide .slide_box .img-box img {
    width: auto;
    max-width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1);
    object-fit: cover
}

.itemBox01 .rightBox .box2 .systemlist01 ul.sw-lider li.slide .slide_box .img-box::after {
    position: absolute;
    z-index: 9;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.itemBox01 .rightBox .box2 .systemlist01 ul.sw-lider li.slide .slide_box .text-box {
    position: absolute;
    bottom: 20px;
    z-index: 99;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 35px;
    overflow: hidden
}

.itemBox01 .rightBox .box2 .systemlist01 ul.sw-lider li.slide .slide_box .text-box h2 {
    font-size: 1.6em;
    color: #fff;
    font-weight: 500
}

.itemBox01 .rightBox .box2 .systemlist01 ul.sw-lider li.slide .slide_box .text-box p {
    -webkit-line-clamp: 1;
    line-height: 1.8em;
    color: #cccccc
}

.itemBox01 .rightBox .box2 .systemlist01 ul.sw-lider li.slide:hover .slide_box .img-box img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.itemBox01 .rightBox .box2 .systemlist01 ul.sw-lider li.slide:hover .slide_box .img-box::after {
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%)
}

.itemBox01 .rightBox .box2 .systemlist01 ul.sw-lider li.slide:hover .slide_box .text-box {
    bottom: 10px;
    height: 60px
}

.itemBox01 .rightBox .box2 .systemlist02 .commslist {
    display: flex;
    flex-direction: column;
    position: relative
}

.itemBox01 .rightBox .box2 .systemlist02 .commslist .sw-lider {
    column-width: 17.5em;
    column-gap: 30px;
    margin-top: calc(-1 * var(--space-large));
    padding-left: var(--space-x-large);
    padding-right: var(--space-x-large);
    text-align: left
}

.itemBox01 .rightBox .box2 .systemlist02 .commslist .sw-lider .slide {
    display: inline-flex;
    flex-direction: column;
    margin-top: var(--space-large);
    width: 100%
}

.itemBox01 .rightBox .box2 .systemlist02 .commslist .sw-lider .slide .slide_box .text-box h2 {
    color: #000;
    font-size: 20px
}

.itemBox01 .rightBox .box2 .systemlist02 .commslist .sw-lider .slide .slide_box .text-box h3 {
    color: #b5001f;
    font-size: 16px;
    text-indent: 2em
}

.itemBox01 .rightBox .box2 .systemlist02 .commslist .sw-lider .slide .slide_box .text-box p {
    color: #666;
    font-size: 14px;
    -webkit-line-clamp: inherit
}

.itemBox01 .rightBox .box2 .systemlist03 ul.sw-lider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px
}

.itemBox01 .rightBox .box2 .systemlist03 ul.sw-lider li {
    width: 100%;
    border-radius: 10px;
    overflow: hidden
}

.itemBox01 .rightBox .box2 .systemlist03 ul.sw-lider li .link {
    width: 96%;
    display: flex;
    justify-content: space-between;
    background-color: #eeeeee;
    padding: 1% 2%;
    align-items: center
}

.itemBox01 .rightBox .box2 .systemlist03 ul.sw-lider li .link h2 {
    font-size: 18px;
    color: #000;
    font-weight: 500
}

.itemBox01 .rightBox .box2 .systemlist03 ul.sw-lider li .link span {
    display: block;
    width: 38px;
    height: 38px;
    overflow: hidden;
    background: url("/images/icon/icon-accordion.gif") no-repeat top center
}

.itemBox01 .rightBox .box2 .systemlist03 ul.sw-lider li .submenu {
    display: none;
    padding: 1% 2%;
    background-color: #eeeeee
}

.itemBox01 .rightBox .box2 .systemlist03 ul.sw-lider li .submenu p {
    font-size: 14px;
    line-height: 2em;
    color: #666;
    -webkit-line-clamp: initial
}

.itemBox01 .rightBox .box2 .systemlist03 ul.sw-lider li .submenu a {
    margin-top: 20px;
    padding: 5px 30px;
    background-color: #b5001f;
    color: #fff;
    font-size: 16px;
    display: table;
    margin-right: 0;
    margin-left: auto;
    border-radius: 30px
}

.itemBox01 .rightBox .box2 .systemlist03 ul.sw-lider li.active .link {
    background-color: #b5001f
}

.itemBox01 .rightBox .box2 .systemlist03 ul.sw-lider li.active .link h2 {
    color: #fff
}

.itemBox01 .rightBox .box2 .systemlist03 ul.sw-lider li.active .link span {
    background-position: bottom center
}

.itemBox01 .rightBox .box2 .systemlist03 ul.sw-lider li.active .submenu {
    display: block
}

.itemBox01 .rightBox .box2 .systemlist04 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    /* justify-content:space-between; */
    /* column-gap: 20px; */
}

.itemBox01 .rightBox .box2 .systemlist04 ul i {
    width: calc(100% / 3 - 30px)
}

.itemBox01 .rightBox .box2 .systemlist04 ul li {
    width: calc((100% - 80px)/3);
    overflow: hidden;
    background-color: #f9f9f9;
    transition: all 0.8s ease;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05)
}

.itemBox01 .rightBox .box2 .systemlist04 ul li .img-box {
    font-size: 0;
    aspect-ratio: 3/2
}

.itemBox01 .rightBox .box2 .systemlist04 ul li .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.itemBox01 .rightBox .box2 .systemlist04 ul li .text-box {
    padding: 15px
}

.itemBox01 .rightBox .box2 .systemlist04 ul li .text-box h2 {
    -webkit-line-clamp: 1;
    font-family: 'ÃƒÂ¦Ã¢â€šÂ¬Ã‚ÂÃƒÂ¦Ã‚ÂºÃ‚ÂÃƒÂ¥Ã‚Â®Ã¢â‚¬Â¹ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“';
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15)
}

.itemBox01 .rightBox .box2 .systemlist04 ul li .text-box p {
    margin-top: 10px;
    color: #666666;
    font-size: 16px
}

.itemBox01 .rightBox .box2 .systemlist04 ul li:hover {
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2)
}

.itemBox01 .rightBox .box2 .systemlist05 .onlySearch {
    width: 100%;
    max-width: 500px;
    height: 42px;
    line-height: 42px;
    margin: 5% auto;
    position: relative
}

.itemBox01 .rightBox .box2 .systemlist05 .toolbar-search-container {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    align-items: center;
    position: relative;
}



.itemBox01 .rightBox .box2 .systemlist05 .toolbar-search-container input {
    font-size: 16px;
    display: inline-block;
    height: 100%;
    line-height: inherit;
    border: 0 none;
    outline: 0;
    background: #fff;
    color: #222226;
    vertical-align: top;
    text-indent: 32px;
    border: 3px solid #b5001f;
    border-right: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 150px);
    /* border-top-left-radius: 36px; */
    /* border-top-right-radius: 0px; */
    /* border-bottom-right-radius: 0px; */
    /* border-bottom-left-radius: 36px; */
}

.itemBox01 .rightBox .box2 .systemlist05 .toolbar-search-container input.search-input {
    border-radius: 0px;
    border-bottom-width: 0px;
}

.input-list {
    top: 100%;
    display: none;
    position: absolute;
    width: calc(100% - 217px);
    border: 3px solid #b5001f;
    border-top-width: 0px;
    background: #fff;
    color: #000;
    padding: 0 32px;
    z-index: 999;
    max-height: 285px;
    overflow: hidden;
}

.input-list ul li {
    color: #000;
    font-size: 14px;
    line-height: 2em;
    cursor:pointer
}
.input-list ul li:hover{
    color:#b5001f
    
}
.itemBox01 .rightBox .box2 .systemlist05 .toolbar-search-container .gradient {
    pointer-events: none;
    background: linear-gradient(to left, #f5f6f7 5px, rgba(245, 246, 247, 0) 30px);
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 90%;
    right: 150px
}

.itemBox01 .rightBox .box2 .systemlist05 .toolbar-search-container button {
    display: flex;
    width: 110px;
    height: 100%;
    justify-content: center;
    align-items: center;
    outline: 0;
    border: 0 none;
    border-radius: 0 35px 35px 0;
    font-size: 18px;
    line-height: 32px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background-color: #b5001f;
    text-align: left
}

.itemBox01 .rightBox .box2 .systemlist05 .toolbar-search-container button span {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 16px;
}

.itemBox01 .rightBox .box2 .systemlist05 .toolbar-search-container button i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(https://g.csdnimg.cn/common/csdn-toolbar/images/csdn-white-search.png) no-repeat center center;
    background-size: 100%;
    vertical-align: middle;
    position: relative;
    top: -1px;
    /* margin-left: 14px; */
}

.itemBox01 .rightBox .box2 .systemlist05 .video {
    width: 50%;
    height: 100%;
    margin: 2% auto;
    text-align: center;
}

.itemBox01 .rightBox .box2 .systemlist05 .video .videoes {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.itemBox01 .rightBox .box2 .systemlist05 .commslist h1 {
    font-size: 2em;
    color: #000;
    width: auto;
    margin: 3% auto;
    display: block;
    text-align: center
}

.itemBox01 .rightBox .box2 .systemlist05 .commslist ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2px
}

.itemBox01 .rightBox .box2 .systemlist05 .commslist ul li {
    width: 100%;
    display: flex;
    column-gap: 2px;
    justify-content: space-between
}

.itemBox01 .rightBox .box2 .systemlist05 .commslist ul li.active span {
    background-color: #b5001f;
    color: #fff;
    height: 32px;
    font-size: 16px;
}

.itemBox01 .rightBox .box2 .systemlist05 .commslist ul li.active span:nth-child(2) {
    justify-content: center
}

.itemBox01 .rightBox .box2 .systemlist05 .commslist ul li span {
    background-color: #eeeeee;
    width: 100%;
    padding: 0px 5px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-width: auto;
    min-height: 35px;
}

.itemBox01 .rightBox .box2 .systemlist05 .commslist ul li span:nth-child(1),
.itemBox01 .rightBox .box2 .systemlist05 .commslist ul li span:nth-child(3) {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 60px
}

.itemBox01 .rightBox .box2 .systemlist05 .commslist ul li span:nth-child(2) {
    justify-content: flex-start
}

.itemBox01 .rightBox .box2 .systemlist05 .commslist ul li span:nth-child(3):hover a {
    color: #b5001f
}

.videos {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9)
}

#video_bg {
    width: 80%;
    height: auto;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%)
}

.vclose {
    position: absolute;
    right: 2%;
    top: 2%;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer
}
@media screen and (max-width: 960px) {
    .container-custom {
        padding: 2% 0;
        display: flex;
        justify-content: unset;
        flex-wrap: wrap;
    }
    .itemBox01{
        width: 96%;
        padding: 0;
    }
    .itemBox01 .leftBox {
        max-width: 100%;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 100%;
    }
    .itemBox01 .leftBox .box2 {
        padding: 5px;
        background-color: #f2f2f2;
        margin-bottom: 20px;
    }
    .itemBox01 .leftBox .box1 {
        position: relative;
        display: none;
        justify-content: center;
        align-items: center;
    }
    .itemBox01 .leftBox .box3 {
        background-color: #f5f5f5;
        padding: 20px;
        display: none;
    }

    .itemBox01 .leftBox .box2 ul {
        display: flex;
        flex-direction: unset;
        flex-wrap: wrap;
        column-gap: 10px;
    }
    .itemBox01 .leftBox .box2 ul li.active, .itemBox01 .leftBox .box2 ul li:hover {
        width: auto;
    }.itemBox01 .leftBox .box2 ul li a {
        padding-left: 0;
        height: 30px;
        font-size: 12px;
        position: relative;
        display: flex;
        align-items: center;
    }.itemBox01 .leftBox .box2 ul li.active a::after, .itemBox01 .leftBox .box2 ul li:hover a::after {
        width: 100%;
    }.itemBox01 .leftBox .box2 ul li a::after {
        width: 0%;
        height: 2px;
        background-color: #b5001f;
        content: '';
        position: absolute;
        left: 0;
        transition: all 0.5s ease-in-out;
        bottom: 0;
    }


    .itemBox01 .rightBox {
        width: 100%;
        margin-left: 0;
    }
    .itemBox01 .rightBox .box1 a {
        margin-right: 5px;
        font-size: 12px;
        margin-bottom: 1%;
    }
    .itemBox01 .rightBox .box2 .Routine h5 {
        font-size: 20px;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 0;
        line-height: 2em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .itemBox01 .rightBox .box2 .systemlist02 .commslist .sw-lider {
        column-width: 17.5em;
        column-gap: 30px;
        margin-top: calc(-1 * var(--space-large));
        padding-left: 0;
        padding-right: 0;
        text-align: left;
    }
    .itemBox01 .rightBox .box2 .systemlist05 .video {
        width: 100%;
        height: 100%;
        margin: 2% auto;
        text-align: center;
    }
    .itemBox01 .rightBox .box2 .systemlist04 ul li {
        width: 100%;
        overflow: hidden;
        background-color: #f9f9f9;
        transition: all 0.8s ease;
        box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
    }
    .itemBox01 .rightBox .box2 .systemlist04 ul li .img-box {
        font-size: 0;
        aspect-ratio: 5/2;
    }
    .itemBox01 .rightBox .box2 .systemlist04 ul li .text-box h2 {
        font-size: 16px;
    }
    .itemBox01 .rightBox .box2 .systemlist04 ul li .text-box p {
        margin-top: 10px;
        color: #666666;
        font-size: 12px;
    }
}
#col-title{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}
#page{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 15px auto;
}
#page a{
    width: auto;
    padding: 5px 10px;
    background-color: #eeeeee;
    color: #000;
}
#page a.active{
    background-color: #b5001f;
    color: #fff;
}
.hide{
    display: none !important;
}