@CHARSET "UTF-8";


.timeLineBox {
    width: 100%;
    float: left;
    display: none;
    margin-top: 15px;
}

.yearBox {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    overflow: hidden;
    overflow-x: auto;
    height: 40px;
    background: #fff;
    border-bottom: #e9e9e9 1px solid;
}

.event_year {
    width: 100%;
    border-bottom: 2px solid #DDD;
    text-align: center;
    float: left;
    overflow: hidden;
    height: 40px;
}

.event_year li {
    float: left;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    background: #FFF;
    margin-bottom: 1px;
    font-size: 18px;
    color: #828282;
    cursor: pointer;
}

.event_year li.current {
    background: #0032af;
    color: #FFF;
}

.event_list {
    width: 100%;
    float: left;
    background: url('/site/219/css/history/dian3.png') 90px 0 repeat-y;
    margin: 20px 0;
}

.event_list > div {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.event_list h3 {
    float: left;
    width: calc(100% - 83px);
    margin: 0 0 0 83px;
    font-size: 24px;
    font-family: Georgia;
    color: #0032af;
    padding-left: 25px;
    /*background: url('/site/219/css/history/jian.png') 0 -45px no-repeat;*/
    height: 38px;
    line-height: 30px;
    font-style: italic;
    position: relative;
}

.event_list h3:after {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: #0032af 6px solid;
    border-radius: 50%;
    float: left;
    position: absolute;
    left: 0;
    top: 8px;
}

.event_list li {
    /*background: url(/site/219/css/history/jian.png) 87px -80px no-repeat;*/
    float: left;
    width: 100%;
    position: relative;
}

.event_list li:after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #666;
    border-radius: 50%;
    float: left;
    position: absolute;
    left: 87px;
    top: 12px;
}

.event_list li span {
    width: 80px;
    height: 18px;
    line-height: 18px;
    text-align: right;
    display: block;
    float: left;
    margin-top: 10px;
}

.event_list li p {
    width: calc(100% - 120px);
    margin-left: 100px;
    display: inline-block;
    padding-left: 10px;
    /*background: url(/site/219/css/history/jian.png) -21px 0 no-repeat;*/
    line-height: 25px;
    float: left;
    margin-top: -30px;
    position: relative;
}

.event_list li p span {
    width: 100%;
    height: auto;
    line-height: 1.5;
    text-align: left;
    /*border-bottom: 2px solid #DDD;*/
    padding: 10px 15px;
    margin: 0;
    background: rgba(154, 182, 252, 0.1);
    border-radius: 6px;
}

.event_list li p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    border-right: rgba(154, 182, 252, 0.1) 10px solid;
    border-top: transparent 10px solid;
    border-bottom: transparent 10px solid;
}

@media (max-width: 991px) {
    .timeLineBox {
        display: block;
    }
    
    .event_year {
        width: auto;
        white-space: nowrap;
        display: flex;
        border-bottom: 0;
    }
    
    .event_year li {
        font-size: 16px;
        color: #555;
        background: none;
        position: relative;
    }
    
    .event_year li:not(:last-child):after {
        content: "";
        position: absolute;
        right: 0;
        top: 10px;
        width: 1px;
        height: 20px;
        background: linear-gradient(to top, transparent, #bbb, transparent);
    }
    .event_year li.current{
        color: #0032af;
        background: #fff;
    }
    .event_year li.current label:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 20px;
        height: 3px;
        margin: 0 0 0 -10px;
        border-radius: 2px;
        background: #0032af;
    }
}

@media (max-width: 767px) {
    .event_year li {
        font-size: 14px;
    }
}

@media (max-width: 695px) {
    .event_year li {
        padding: 0 20px;
    }
}

@media (max-width: 540px) {

}

@media (max-width: 420px) {

}

@media (max-width: 395px) {

}

@media (max-width: 375px) {

}

@media (max-width: 360px) {

}

@media (max-width: 320px) {

}

