/*
 .Timeline000618 为demo编号
 */
 .Timeline000618 {
    padding: 0px;
}

.Timeline000618 .year {
    position: relative;
    z-index: 1;
    margin-top: 0.85rem;
}

.Timeline000618 .year li {
    width: 100%;
    position: relative;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background: url(../images/Timeline000618-yearbg2.png) no-repeat center top 10px;
    background-size: contain;
    font-size: 24px;
    padding-top: 40px;
    color: #000;
    font-weight: bold;
}

.Timeline000618 .year li.slick-current {
    color: #FF9837;
}

.Timeline000618 .year li:after {
    position: absolute;
    left: 50%;
    top: 4px;
    width: 18px;
    height: 18px;
    content: '';
    background: #fff;
    border: 6px solid #d6d6d6;
    border-radius: 50%;
    z-index: 3;
    margin-left: -9px;
}

.Timeline000618 .year li.slick-current:after {
    border-color: #FF9837;
}

.Timeline000618 .btn .slick-arrow {
    position: absolute;
    top: 48px;
    cursor: pointer;
    z-index: 10;
    font-size: 0;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #CCCCCC;
}

.Timeline000618 .btn .slick-prev {
    left: -4px;
}

.Timeline000618 .btn .slick-next {
    right: -4px;
}

.Timeline000618 .btn .slick-next:hover,
.Timeline000618 .btn .slick-prev:hover {
    background-color: #FF9837;
}

.Timeline000618 .btn .slick-prev:before,
.Timeline000618 .btn .slick-next:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-left: 2px solid #AAAAAA;
    border-top: 2px solid #AAAAAA;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -8px;
    transform: rotate(135deg);
}

.Timeline000618 .btn .slick-prev:before {
    transform: rotate(-45deg);
    margin-left: -3px;
}

.Timeline000618 .list {
    /* padding-right: 30%; */
    /* position: relative; */
    /* padding-top: 5%; */
}



.Timeline000618 .box dl {
    padding-bottom: 2%;
}

.Timeline000618 .box dl dt {
    border-bottom: 1px solid #d1d1d1;
    font-size: 24px;
    color: #000;
    padding-bottom: 30px;
}

.Timeline000618 .box dl dd {
    padding: 3% 0;
    font-size: 16px;
}

@media(max-width:640px) {
    .Timeline000618 .box dl dt {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .Timeline000618 .box dl dd {
        font-size: 12px;
    }
}

.boxCon{
    display: flex;
    justify-content: space-between;
}
.boxLeft{
    display: flex;
    align-items: center;
}
.boxLeft .time{
    font-size: 0.8rem;
    color: #FF9837;
    line-height: 0.8rem;
}
.boxCon .year_bg{
    margin-left: 0.49rem;
    margin-right: 0.6rem;
}
.boxLeft .intro{
    font-size: 0.18rem;
    color: #888888;
    line-height: 0.36rem;
    width: 4.66rem;
    text-align: justify;
}
.boxRight{
    padding: 10px;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6.2rem;
    height: 3.94rem;
    border-radius: 0.1rem;
    box-sizing: border-box;
}
.boxRight img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


.Timeline000618 .btn .slick-prev:hover:before, .Timeline000618 .btn .slick-next:hover:before{
    border-color: #fff;
}
.Timeline000618 .btn .slick-arrow:hover{
    border-color: #fff;
}
@media screen and (max-width:1200px){
    .boxLeft .intro {
        font-size: 16px;
        line-height: 24px;
    }
    .boxLeft .intro{
        width: 370px;
    }
}
@media screen and (max-width:768px){
    .boxCon{
        flex-direction: column;
    }
    .boxLeft{
        flex-direction: column;
    align-items: flex-start;
    }
    .boxCon .year_bg{
        display: none;
    }
    .boxLeft .intro {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .boxRight {
        width: 100%;
        height: auto;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
}
.Timeline000618 .year li{
    font-size: 16px;
}
.Timeline000618 .btn .slick-arrow{
    width: 30px;
    height: 30px;
    top: 28px;
}
}