.box.box-paddind {
    background-color: #fff;
}
.box {
    width: 100%;
    float: left;
    position: relative;
}
.box-row {
    width: 100%;
    float: left;
}
.timeline-wrap {
    background-color: #ffffff;
    position: relative;
}
.timeline-header-wrap {
    padding: 0;
}
.timeline-header {
    /* text-align: center; */
    color: #ffffff;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 1px;
    float: left;
    width: 100%;
    background-color: #8dc63f;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
}
.timeline-direct-body {
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 10px;
}
.timeline-list {
    width: 100%;
    float: left;
    margin-bottom: 1px;
    padding: 5px 0;
    background-color: #f9f9f9;
}
.timeline-list:nth-child(even) {
    width: 100%;
    float: left;
    margin-bottom: 1px;
    padding: 5px 0;
    background-color: #f5f5f5;
}

.timeline-list:nth-child(odd) .timeline-item:first-child {
    background-color: #f9f9f9;
    cursor: pointer;
}
.timeline-list:nth-child(even) .timeline-item:first-child {
    background-color: #f5f5f5;
}
.timeline-item {
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    width: 33.33333%;
    float: left;
    position: relative;
}
.timeline-list .timeline-item:nth-of-type(1) {
    width: 25%;
}
.timeline-list .timeline-item:nth-of-type(2) {
    width: 55%;
}
.timeline-list:nth-child(even) .timeline-item {
    background-color: #f5f5f5;
}
.timeline-item:nth-child(2) {
    height: 30px;
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.15s;
}
.timeline-list:nth-child(odd) .timeline-item:last-child {
    background-color: #f9f9f9;
}
.timeline-list:nth-child(even) .timeline-item:last-child {
    background-color: #f5f5f5;
}
.timeline-list .timeline-item:nth-of-type(3) {
    width: 20%;
}
.timeline-list .timeline-item:first-child .item-img figure {
    height: 100%;
    margin: 0;
}
.timeline-list .timeline-item:first-child .item-img figure img {
    vertical-align: inherit;
    max-width: 100%;
}
.timeline-list .timeline-item:first-child .item-img {
    width: 22px;
    height: 22px;
    margin: 0 5px 0 5px;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.timestamp-wrap {
    width: 100%;
    position: relative;
    padding: 0 10px 0 10px;
    height: 100%;
}
.timestamp-wrap .item-date {
    font-size: 14px;
}
.timestamp-wrap .item-date, .timestamp-wrap .item-time {
    color: #444444;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: left;
}
.timestamp-wrap .item-date::after {
    content: " | ";
    margin: 0 5px 0 2px;
    position: relative;
    top: -1px;
    color: #444444;
}
.timeline-item:nth-child(2) .timeline-match {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
}
.timeline-left {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    height: 30px;
}
.timeline-list .timeline-item:nth-of-type(2) .timeline-match .timeline-left {
    max-width: 45%;
    width: 100%;
    padding: 0 30px 0 0;
}
.timeline-list .timeline-item:nth-of-type(2) .timeline-match > span {
    width: 20%;
}
.timeline-item:nth-child(2) .timeline-match > span {
    line-height: 30px;
    color: #000;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.timeline-list .timeline-item:nth-of-type(2) .timeline-match .timeline-right {
    max-width: 45%;
    width: 100%;
    padding: 0 0 0 30px;
}
.timeline-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    float: right;
}
.timeline-list .timeline-item:nth-of-type(2) .timeline-match .timeline-left .item-img-wrap {
    width: 30px;
    height: 30px;
    float: right;
    position: absolute;
    right: 0;
}
.timeline-list .timeline-item:nth-of-type(2) .timeline-match .timeline-left > span {
    width: 100%;
    text-align: right;
    color: #444444;
}
.timeline-left > span, .timeline-right > span {
    line-height: 30px;
    bottom: -8px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.timeline-left-img {
    right: initial;
}
.timeline-left-img, .timeline-rgiht-img {
    position: absolute;
    float: left;
    height: 30px;
    width: 30px;
}
.timeline-list .timeline-item:nth-of-type(2) .timeline-match .timeline-left .item-img-wrap .timeline-left-img {
    left: 0;
}
.timeline-left-img figure, .timeline-rgiht-img figure {
    margin: 0 auto;
    height: 100%;
}
.timeline-rgiht-img figure img, .timeline-left-img figure img {
    top: 50%;
    left: 50%;
    max-width: 60%;
    transform: translate(-50%, -50%);
    line-height: 30px;
    float: left;
    position: relative;
    max-height: 100%;
}
.timeline-list .timeline-item:nth-of-type(2) .timeline-match .timeline-right .item-img-wrap {
    width: 30px;
    height: 30px;
    float: right;
    position: absolute;
    top: 0;
    left: 0;
}
.timeline-list .timeline-item:nth-of-type(2) .timeline-match .timeline-right > span {
    width: 100%;
    text-align: left;
    color: #444444;
}
.timeline-sub-item {
    float: left;
    height: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
    vertical-align: middle;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.timeline-sub-item .item-img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    float: left;
}
.timeline-sub-item .item-img figure img {
    vertical-align: inherit;
    max-width: 100%;
}
.timeline-sub-item > span {
    background: #8dc63f;
    background-image: linear-gradient(to right,#72a241,#8dc63f);
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 5px;
    color: #fff;
    font-size: 12px;
}

.item-time.item-ap {
    margin-left: 5px; 
    font-size: 12px;
}

.timeline-list .dropdown {
    display: none;
}

@media (max-width: 1200px) {
    .timestamp-wrap .item-date, .timestamp-wrap .item-time {
        font-size: 12px;
    }
    .timestamp-wrap {
        width: 100%;
        position: relative;
        padding: 0px 5px 0 5px;
        height: 100%;
    }
    .timestamp-wrap .item-date::after {
        content: " | ";
        margin: 0 3px 0 0;
        position: relative;
        top: -1px;
        color: #444444;
    }
    .timeline-left > span, .timeline-right > span {
        line-height: 30px;
        bottom: -8px;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
    }
    .timeline-item:nth-child(2) .timeline-match > span {
        line-height: 30px;
        color: #000;
        font-size: 14px;
        text-align: center;
        font-weight: 600;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .item-time.item-ap {
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    .timestamp-wrap .item-date, .timestamp-wrap .item-time {
        font-size: 12px;
    }
    .timestamp-wrap {
        width: 100%;
        position: relative;
        padding: 0px 5px 0 5px;
        height: 100%;
    }
    .timestamp-wrap .item-date::after {
        content: " | ";
        margin: 0 3px 0 0;
        position: relative;
        top: -1px;
        color: #444444;
    }
    .timeline-left > span, .timeline-right > span {
        line-height: 30px;
        bottom: -8px;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
    }
    .timeline-item:nth-child(2) .timeline-match > span {
        line-height: 30px;
        color: #000;
        font-size: 14px;
        text-align: center;
        font-weight: 600;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .item-time.item-ap {
        font-size: 11px;
    }
}

@media screen and (max-width: 767px) {
    .timeline-list .timeline-item:first-child {
        left: 0;
        transform: translateX(0);
        height: 50px !important;
        padding: 0;
        width: 28%;
        text-align: center;
    }
    .item-date {
        display: block;
        font-size: 11px !important;
        height: 23px;
        top: 0 !important;
        transform: translateY(0) !important;
        line-height: 11px;
        padding-top: 8.5px;
        text-align: center;
        width: 100%;
    }
    .timestamp-wrap .item-date::after {
        content: "";
    }
    .timestamp-wrap .item-time {
        top: 0;
        left: 0;
        font-size: 11px;
        transform: translate(0, 0);
        height: 12px;
        line-height: 13px;
        width: 100%;
        margin: 0;
    }
    .timeline-list .timeline-item:nth-of-type(3) {
        display: none;
    }
    .timeline-item:nth-child(2) {
        height: 50px !important;
    }
    .timeline-item:nth-child(2) .timeline-match {
        height: 100%;
    }
    .timeline-list .timeline-item:nth-of-type(2) {
        width: 70%;
    }
    .timeline-list .timeline-item:nth-of-type(2) .timeline-match .timeline-left {
        max-width: 100%;
        padding: 0 0 0 30px;
    }
    .timeline-left {
        height: 25px;
    }
    .timeline-list .timeline-item:nth-of-type(2) .timeline-match .timeline-left .item-img-wrap {
        float: left;
        left: 0;
    }
    .timeline-list .timeline-item:nth-of-type(2) .timeline-match .timeline-left .item-img-wrap .timeline-left-img {
        transform: translate(-50%, -50%);
        left: 50%;
    }
    .timeline-left-img, .timeline-rgiht-img {
        height: 25px;
        width: 25px;
        top: 50%;
    }
    .timeline-left-img figure img, .timeline-rgiht-img figure img {
        position: absolute;
    }
    .timeline-list .timeline-item:nth-of-type(2) .timeline-match .timeline-left > span {
        text-align: left;
    }
    .timeline-left > span, .timeline-right > span {
        width: auto;
        float: left;
        bottom: inherit;
        position: relative;
        height: 25px;
        line-height: 25px;
        padding-left: 5px;
        font-size: 12px;
    }
    .timeline-left {
        position: relative;
    }
    .timeline-item:nth-child(2) .timeline-match > span {
        height: 50px;
        line-height: 50px;
        font-size: 12px;
        position: absolute;
        left: inherit;
        transform: translateX(0);
        right: 30px;
        width: 42px;
        top: 0px;
    }
    .timeline-list .timeline-item:nth-of-type(2) .timeline-match .timeline-right {
        max-width: 100%;
    }
    .timeline-right {
        width: 100% !important;
        position: relative;
        height: 25px;
    }
    .timeline-left-img, .timeline-rgiht-img {
        height: 25px;
        width: 25px;
        top: 50%;
    }
    .timeline-left-img, .timeline-rgiht-img {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .timeline-list .dropdown {
        width: 30px;
        position: absolute;
        right: 0;
        display: block;
    }
    .timeline-list .dropdown #dropdownMenuButton {
        padding: 0;
        width: 22px;
        background-color: transparent;
        border-color: transparent;
        color: #000;
    }
    #dropdownMenuButton {
        float: left;
    }
    #dropdownMenuButton {
        float: left;
    }
    .caret {
        display: inline-block;
        width: 0;
        height: 0;
        vertical-align: middle;
        border-top: 4px dashed;
        border-top: 4px solid\9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }
    #dropdownMenuButton .caret {
        margin-left: 0;
    }
    #dropdownMenuButton {
        height: 50px;
        outline: none;
        cursor: pointer;
        box-shadow: none;
        z-index: 2;
        position: absolute;
        text-align: center;
        float: left;
    }

    .icon-rotate {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #8dc63f;
        border: 1px solid #8dc63f;
        transition: all 0.15s;
        width: 25px;
        height: 25px;
        padding: 0;
        line-height: 28px;
        border-radius: 50%;
        color: #ffffff;
        font-size: 20px;
        text-align: center;
        float: left;
    }
    .icon-rotate > i {
        height: auto;
        text-align: center;
        padding: 0;
        margin: 0;
        position: relative;
        left: 0px;
        top: 0px;
        transform: rotate(-90deg);
        height: 25px;
        line-height: 25px;
        width: 19px;
        font-size: 22px;
    }
    .item-time.item-ap {
        font-size: 10px;
    }
}