body{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
.timeline{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 20vw;
    background: url('../images/eventbg.jpg') ;
    background-position: top;
    background-size: 100% 100%;
}
.timeline::before{
    content: '';
    position: absolute;
    left: 10px;
    width: 2px;
    height: 95%;
    background: #da1818;
}
.timeline ul{
    margin: 0;
    padding: 0;
    width:100%;
}
.timeline ul li{
    list-style: none;
    line-height: normal;
    position: relative;
    width: 90%;
    padding: 0px 3px;
    box-sizing: border-box;
}
.timeline ul li:nth-child(odd){
    float: left;
    text-align: left;
    clear: both;
}
.timeline ul li:nth-child(even){
    float: left;
    text-align: left;
    clear: both;
}
.timeline ul li:nth-child(odd)::before{
    content: '';
    position: absolute;
    top: 24px;
    left:6px;
    width: 10px;
    height: 10px;
    background: #da1818;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(233,33,99,.2);
}
.timeline ul li:nth-child(even)::before{
    content: '';
    position: absolute;
    top: 24px;
    left:6px;
    width: 10px;
    height: 10px;
    background: #da1818;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(233,33,99,.2);
}
.timeline ul li h3{
    margin: 10px;
    padding: 2px 5px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 4vw;
    color: #da1818;
}
.timeline ui li p{
    margin: 10px 0 0;
    padding: 0;
}
.timeline ul li:nth-child(odd) p{
    float: left;
    margin-left: 20px;
    width: 100%;
    margin-top: 0px;
    font-size: 4vw;
}
.timeline ul li:nth-child(even) p{
    margin-left: 20px;
    float: left;
    width: 100%;
    margin-top: 0px;
    font-size: 4vw;
}
.timeline ul li .time h4{
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.timeline ul li:nth-child(odd) .time{
    position: absolute;
    top: 12px;
    right: -165px;
    margin: 0;
    padding: 8px 16px;
    background:#da1818;
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 03px rgba(233,33,99,.2);
}
.timeline ul li:nth-child(even) .time{
    position: absolute;
    top: 12px;
    left: -165px;
    margin: 0;
    padding: 8px 16px;
    background: #da1818;
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 03px rgba(233,33,99,.2);
}
.big_events_content_detail_more{
    font-size: 1.2vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.big_events_content_detail_more .more_button {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 5px 5px;
    font-weight: bold;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.7);
    color: #da1818;
    font-family: 'FZLanTingHeiS-R-GB';
    text-decoration: none;
}
.big_events_content_detail_more a:hover{
    background: white;
    color:#da1818;
}