/* title */
.jy-title{
    height: 2.625rem;
    margin: 3.125rem auto;
    text-align: center;
}
.jy-title img{
    height: 100%;
    width: auto;
}
/* timeLine */
.parade-title{
    margin-top: 10%;
    color: #fff;
    text-shadow: 2px 2px 10px #000;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2rem;
}
.parade-inner-content{
    width: 100%;
    overflow: hidden;
}
.parade-list{
    margin: 0px 20px 0px 5px;
    border-left: 6px solid #8e8e8e;
}
.parade-list img{
    width: 100%;
}
.time-line{
    display: flex;
    height: 2rem;
    align-items: center;
    margin-bottom: 10px;
}
.event-node{
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    background-color: #a7150e;
    transform: translateX(-75%)
}
.parade-time{
    background: url("../addimg/time-bg.png") no-repeat;
    background-size: 100% 100%;
    height: 1.5625rem;
    padding-left: 1.5rem;
    padding-right: 1rem;
}
.parade-time h3{
    color: #a7150e;
    font: 1rem/1.5625rem "Microsoft Yahei";
}
.parade-inner-list{
    width: 95%;
    overflow: hidden;
    border-bottom: 20px solid transparent;
    margin-left: .75rem;
}
.parade-inner-list-left{
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    height: 15rem;
}
.parade-inner-list-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.parade-inner-list-right{
    padding: 20px;
}
.parade-inner-list>p{
    margin-top: .75rem;
    font: 1rem/1.4 'Microsoft Yahei';
    text-align: justify;
    color: #333;
}
.hisTimeWrap {
    height: 137.4rem;
    overflow-y: scroll;
    background-color: #eee;
}

@media(max-width:750px){
    .hisTimeWrap {
        height: 20rem;
    overflow-y: scroll;
    background-color: #eee;
    }
    .jy-title {
        margin: 3rem auto;
        height: 2rem;
    }
}


/* 滾動條 */
.hisTimeWrap::-webkit-scrollbar{
    width: 0.125rem;
    height: 1px;
}
.hisTimeWrap::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #8ebfff;
    border: 1px solid #8e8e8e;
}
.hisTimeWrap::-webkit-scrollbar-track{
    border-radius: 10px;
}


/* szjy */
.jy-wrap{
    height: 20.8125rem;
    background-color: #eee;
    position: relative;
}

.h2-font{
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.title-wrap-list{
    width: 100%;
    padding-top: 8px;
    text-align: center;
}

.title-list{
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    padding: 0 18px;
}
.title-item:first-child{
    margin-right: 5px;
}
.jy-desc-wrap{
    height: calc(100% - 65px);
    padding: 20px 10px;
    overflow-y: scroll;
}
.jy-desc-wrap::-webkit-scrollbar{
    width: 0.125rem;
    height: 1px;
}
.jy-desc-wrap::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #8ebfff;
    border: 1px solid #8e8e8e;
}
.jy-desc-wrap::-webkit-scrollbar-track{
    border-radius: 10px;
}
.title-wrap-list .title-list span{
    display: inline-block;
}
.title-wrap-list .title-list .h2-font{
    display: inline-block;
}
.jy-desc-ul li span{
    font-size: 0.9375rem;
    text-align: justify;
    line-height: 1.3;
    color: #333;
}
.jy-desc-ul{
    list-style: none;
    margin: 0 15px;
}
.jy-desc-ul li{
    list-style-type: disc;
    font-size: 1rem;
    text-align: justify;
    margin-bottom: 10px;
}

.jy-desc-ul1 li{
    color: #e79700;
}
.title-wrap-list1{
    border-top: 4px solid #e79700;
}
.title-wrap-list1 .title-list span{
    width: 1.25rem;
}
.title-wrap-list1 .title-inner-wrap{
    background-color: #d5c099;
}
.title-wrap-list1 .title-list{
    background-color: #e79700;
}

.jy-desc-ul2 li{
    color: #b0744e;
}
.title-wrap-list2{
    border-top: 4px solid #b0744e;
}
.title-wrap-list2 .title-list span{
    width: 1.25rem;
}
.title-wrap-list2 .title-inner-wrap{
    background-color: #d2ae97;
}
.title-wrap-list2 .title-list{
    background-color: #b0744e;
}



.jy-desc-ul3 li{
    color: #9a5f9f;
}
.title-wrap-list3{
    border-top: 4px solid #9a5f9f;
}
.title-wrap-list3 .title-list span{
    width: 1.375rem;
}
.title-wrap-list3 .title-inner-wrap{
    background-color: #ce95d3;
}
.title-wrap-list3 .title-list{
    background-color: #9a5f9f;
}


.jy-desc-ul4 li{
    color: #4e93b0;
}
.title-wrap-list4{
    border-top: 4px solid #4e93b0;
}
.title-wrap-list4 .title-list span{
    width: 1.6875rem;
}
.title-wrap-list4 .title-inner-wrap{
    background-color: #94c1d4;
}
.title-wrap-list4 .title-list{
    background-color: #4e93b0;
}


.jy-desc-ul5 li{
    color: #d60d20;
}
.title-wrap-list5{
    border-top: 4px solid #d60d20;
}
.title-wrap-list5 .title-list span{
    width: 1.5rem;
}
.title-wrap-list5 .title-inner-wrap{
    background-color: #d09499;
}
.title-wrap-list5 .title-list{
    background-color: #d60d20;
}


.jy-desc-ul6 li{
    color: #00aeb4;
}
.title-wrap-list6{
    border-top: 4px solid #00aeb4;
}
.title-wrap-list6 .title-list span{
    width: 1.625rem;
}
.title-wrap-list6 .title-inner-wrap{
    background-color: #86ced1;
}
.title-wrap-list6 .title-list{
    background-color: #00aeb4;
}



.jy-desc-ul7 li{
    color: #048d1b;
}
.title-wrap-list7{
    border-top: 4px solid #048d1b;
}
.title-wrap-list7 .title-list span{
    width: 1.625rem;
}
.title-wrap-list7 .title-inner-wrap{
    background-color: #92d29d;
}
.title-wrap-list7 .title-list{
    background-color: #048d1b;
}


.jy-desc-ul8 li{
    color: #598700;
}
.title-wrap-list8{
    border-top: 4px solid #598700;
}
.title-wrap-list8 .title-list span{
    width: 1.5625rem;
}
.title-wrap-list8 .title-inner-wrap{
    background-color: #bed493;
}
.title-wrap-list8 .title-list{
    background-color: #598700;
}


.jy-desc-ul9 li{
    color: #c8404c;
}
.title-wrap-list9{
    border-top: 4px solid #c8404c;
}
.title-wrap-list9 .title-list span{
    width: 1.9375rem;
}
.title-wrap-list9 .title-inner-wrap{
    background-color: #d38d94;
}
.title-wrap-list9 .title-list{
    background-color: #c8404c;
}


.jy-desc-ul10 li{
    color: #008aff;
}
.title-wrap-list10{
    border-top: 4px solid #008aff;
}
.title-wrap-list10 .title-list span{
    width: 1.8125rem;
}
.title-wrap-list10 .title-inner-wrap{
    background-color: #85afd2;
}
.title-wrap-list10 .title-list{
    background-color: #008aff;
}


.jy-slide-wrap>.jy-slide-desc{
    width: 100%;
    font-size: 1rem;
    line-height: 1.4;
    color: #fff;
    padding: 0.5rem .9375rem;
    white-space: initial;
    overflow: initial;
    text-overflow: initial;
}

.jy-slide-wrap{
    height: auto !important;
}
.row-list{
    position: relative;
}
.jy-h2-font{
    position: absolute;
    right: 10px;
    top: -30px;
    z-index: 1;
    font-size: 1rem;
    font-weight: bold;
    text-align: right;
    margin-right: 10px;
    margin-bottom: 15px;
}