section .memorabilia_box{
    width: 70%;
    margin: 0 auto;
    padding: 95px 0 130px 0;
}
.memorabilia_box header{
    height: 70px;
    background: url("/img/jtgk_05.jpg") no-repeat center bottom/cover;
    background-size: 100%;
    position: relative;
}
.memorabilia_box .meb_date{
    display: flex;
}
.memorabilia_box .meb_date p{
    width: 10%;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    text-align: center;
    position: relative;
}
.memorabilia_box .meb_date p:after{
    display: block;
    content: '';
    width: 1px;
    height: 30px;
    background: #1B54A6;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
}
.meb_date .active{
    font-size: 18px!important;
    font-weight: bold;
}
.memorabilia_box .now_active{
    width: 5%;
    transition: left .3s linear;
    position: absolute;
    top: 15px;
}
.memorabilia_box .now_active img{
    width: 100%;
    height: auto;
}
.memorabilia_box .meb_content{
    margin: 65px 0 0 0;
}
.meb_content .meb_content_title{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
    color: #1B54A6;
}
.meb_content .meb_content_text{
    width: 97%;
    position: relative;
    border: 1px solid #C6D4E7;
    margin: 0 auto;
}
.meb_content_text>div{
    color: #666666;
    border-bottom: 1px solid #C6D4E7;
    padding: 28px 35px 28px 60px;
}
.meb_content_text>div span{
    color: #1B54A6;
    font-weight: bold;
    letter-spacing: 2px;
    margin-right: 10px;
}
.meb_content_text>div p{
    letter-spacing: 1px ;
    line-height: 24px;
}
.meb_content_text .content_item{
    position: relative;
}
.meb_content_text>div .item_date{
    width: 45px;
    height: 45px;
    font-size: 16px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background: #1B54A6;
    border-radius: 50%;
    position: absolute;
    left: -23px;
    top: 10px;
}
.content_item .item_list{
    display: flex;
}
.content_item .item_list:not(:first-child){
    margin-top: 35px;
}
.meb_content_text .content_item:last-child{
    border: none;
}
.meb_iconNav{
    display: none;
    width: 7%;
    position: fixed;
    z-index: 100;
    left: 0;
    cursor: pointer;
}
.meb_iconNav img{
    width: 100%;
    height: auto;
}
.meb_ac {
    left: -9%!important;
}
.phone_list_xia{
    width: 85%;
}


@media screen and (max-width: 750px){
    .meb_iconNav{
        display: block;
    }
    section .memorabilia_box {
        width: 85%;
        padding: 70px 0 35px 0;
    }
    .meb_content .meb_content_title{
        font-size: 18px;
    }
    .now_active{
        display: none;
    }
    .meb_date .active{
        background: #ffffff;
        color: #1B54A6!important;
    }
    .memorabilia_box header{
        background: none;
    }
    .memorabilia_box .meb_date p:after{
        display: none;
    }
    .memorabilia_box header{
        position: relative;
    }
    .memorabilia_box .meb_date{
        display: block;
        line-height: 34px;
        background: #1B54A6;
        width: 30%;
        position: absolute;
        left: -100%;
        z-index: 1000;
        transition: all .3s linear;
    }
    .memorabilia_box .meb_date p{
        width: 100%;
        color: #ffffff;
        text-align: center;
    }
    section .memorabilia_box{
        padding-top: 0;
    }
    .memorabilia_box header{
        height: 0;
    }
}

@media screen and (max-width: 414px){
    .meb_content_text>div {
        padding: 28px 35px 28px 40px;
    }
    .memorabilia_box .meb_content{
        margin: 30px 0 0 0;
    }
    .meb_content .meb_content_title{
        margin-bottom: 30px;
    }
}