.events-container {
    width: 1280px;
    margin: 0 auto;
    /*    margin-top: 385px;*/
}

.searchbox {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.03);
    width: 500px;
    height: 38px;
    vertical-align: middle;
    line-height: 38px;
    margin-left: 120px;
    background-color: #fff;
    padding: 0 10px;
    color: #666a75;
    border: 1px solid #ddd;
}

.searchBtn {
    display: inline-block;
    background: url('../images/search2.png') no-repeat center #f66f6a;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    cursor: pointer;
}

.event {
    font-size: 18px;
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
}

.event.selected {
    color: rgb(199, 0, 11);
    border-bottom: 2px solid rgb(199, 0, 11);
}

.desc > li {
    font-size: 14px;
    line-height: 18px;
    position: relative;
    padding-left: 15px;
    margin: 10px 0 5px;
}

.desc > li:after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #252b3a;
    position: absolute;
    top: 7px;
    left: 5px;
}

.desc > li p{
    margin: 5px 0 !important;
}

.bannerContainer {
    background-color: #fff;
    height: 52px;
    box-shadow: 0 1px 5px rgba(204, 204, 204, 0.35);
}

.bannerContainer #eventInfos {
    max-width: 1280px;
    line-height: 52px;
    margin: 0 auto;
    text-align: center;
}

.time-axis-event p {
    margin-top: 12px !important;
    margin-bottom: 24px !important;
    line-height: 1.5;
}

p.subTitle {
    font-size: 16px;
    /* margin: 32px 0 12px; */
    font-weight: bold;
    margin-top: 32px !important;
    margin-bottom: 12px !important;
    line-height: 1.25;
}


