section {
    position: absolute;
    width: 100%;
    min-width: 1280px;
    background-image: url("../image/classic/classic_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top left;
    background-color: rgb(0,0,0);
    padding-bottom: 18.8rem;
}
.copyright {
    display: none;
}
.contact-us {
    display: none;
}
.bottom-line {
    display: none;
}

.content {
    margin-top: 10.5rem;
    margin-left: 14.5rem;
    display: flex;
}

.content .left {
    margin-top: 7.3rem;
    text-align: left;
    /*color: white;*/
}

.content .left .date {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 7rem;
    /*margin-left: -2rem;*/
    /*width: 13.6rem;*/
}

.content .left .date>span {
    font-size: 1.9rem;
    font-weight: 100;
    color: #EFEFEF;
    width: 5rem;
    /*margin-right: .2rem;*/
    /*margin-left: 1rem;*/
    line-height: 2.2rem;
    cursor: pointer;
}

.content .left .date .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.content .left .date .arrow img {
    width: 1.1rem;
    cursor: pointer;
}

.content .left .date .arrow .top-img {
    margin-bottom: 2px;
}



.content .left .date .select {
    background-color: rgb(255,255,255);
    position: absolute;
    top: 1.6rem;
    left: -.4rem;
    padding: 0 1.1rem 0 .4rem;
    /*height: 0;*/
    max-height: 10.6rem;
    overflow: auto;
    transform: scale(.8);
    /*transition: all ease-in-out .3s;*/
}

.content .left .date .select p:last-child {
    border-bottom: none;
}

.content .left .date .select p {
    /*height: 0;*/
    background-color: rgba(255,255,255);
    /*border-bottom: .2rem dotted rgb(208,198,190);*/
    width: 5.6rem;
    /*height: 2.5rem;*/
    color: rgb(114,113,113);

    text-align: center;
    font-size: 1.9rem;
    cursor: pointer;
    overflow: hidden;
    /*height: 0;*/
    /*line-height: 2.5rem;*/
    /*border-bottom: .2rem dashed  rgb(208,198,190);*/
    /*height: 2.5rem;*/
    line-height: 2.5rem;
    /*border-bottom: .2rem dashed  rgb(208,198,190);*/
    height: 2.5rem;
    /*transition: all ease-in-out .3s;*/
}

/*.content .left .date:hover .select p {*/
/*    line-height: 2.5rem;*/
/*    border-bottom: .2rem dashed  rgb(208,198,190);*/
/*    height: 2.5rem;*/
/*}*/

.content .left .date .select p:hover {
    /*color: #fff;*/
}

.content .left .date .select p.active {
    /*color: #fff;*/
}

.content .left .date .select::-webkit-scrollbar {
    width: .2rem;
}

.content .left .date .select::-webkit-scrollbar-thumb {
    background-color: rgb(183,184,184);
}


.content .left .item .list::-webkit-scrollbar {
    width: .2rem;
}

.content .left .item .list::-webkit-scrollbar-thumb {
    background-color: rgb(75,64,55);
}


.content .left .date-line {
    width: 14rem;
    height: .1rem;
    margin: 1rem 0 1.2rem;
    border-bottom: dashed .1rem #fff;
}

.content .left .item .month {
    font-size: 1.2rem;
    font-weight: 100;
    color: #EFEFEF;
    padding: .2rem .8rem;
    display: inline-block;
    background-color: rgb(114,113,113);
}

.content .left .item {
    margin-bottom: 1.1rem;
}

.content .left .item .list {
    margin-top: 1rem;
    max-height: 9.3rem;
    padding: 1.1rem;
    border: 1px rgb(70,70,70) solid;
    overflow: auto;
    overflow-x: hidden;
}

.content .left .item .list p {
    font-size: .9rem;
    font-weight: 200;
    width: 14rem;
    color: #FFFFFF;
    margin-bottom: .3rem;
    cursor: pointer;
    /*line-height: 7px;*/
}

.content .right>div {
    padding: 3.6rem 3.3rem 3.3rem;
    border: 1px rgb(70,70,70) solid;
    display: inline-block;
    width: 54.8rem;
    height: auto;
    margin-left: 3rem;
}

.content .right>div .title {
    font-size: 1.9rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.6rem;
    margin-bottom: 3rem;
}

.content .right>div .c {
    white-space: pre-line;
    /*font-size: 1.1rem;*/
    /*font-family: PingFang SC;*/
    font-weight: 100;
    color: #FFFFFF;
    line-height: 1.9rem;
}

/*.content .left .item*/



.bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 83.3rem;
    /*height: .2rem;*/
    padding-top: 1.4rem;
    border-top: rgb(106,106,107) solid 2px;
    /*opacity: 0.59;*/
    margin: 10.8rem 0 0 10.6rem;
}

.bottom span {
    font-size: .7rem;
    font-weight: 400;
    color: #FFFFFF;
}

 .bottom img {
    width: 1.6rem;
     cursor: pointer;
}



.c img {
    max-width: 100%;
}














