/* 大事记 */



.event {

    margin: 0;

    padding: 0;

    background: transparent url("../images/event_bg.jpg") no-repeat 0 0;

    background-attachment: fixed;

}



.timeline {

    list-style: none;

    position: relative;

    max-width: 1200px;

    padding: 20px;

    margin: 0 auto;

    overflow: hidden;

}



.timeline:after {

    display: block;

    content: "";

    position: absolute;

    top: 0;

    left: 50%;

    width: 4px;

    height: 100%;

    margin-left: -2px;

    background-color: rgba(0, 0, 0, 0.2);

    border-radius: 2px;

}



.timeline .timeline-row {

    padding-left: 50%;

    position: relative;

    z-index: 10;

}



.timeline .timeline-row .timeline-icon {

    position: absolute;

    top: 37px;

    left: 50%;

    z-index: 100;

    width: 26px;

    height: 26px;

    margin-left: -13px;

    padding: 3px;

    overflow: hidden;

    text-align: center;

    border-radius: 50%;

    background: #fff url(../images/circle_r.png) no-repeat center center;

    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); */

    font-size: 14px;

    color: #ffffff;

}



.timeline .timeline-row .timeline-icon>div {

    border-radius: 50%;

    line-height: 34px;

    font-size: 16px;

}



.panel-body img {

    width: 100%;

}

.timeline-time {
    display: none;
}

@media (max-width: 1200px) {

    .timeline {

        padding: 15px 10px;

    }



    .timeline:after {

        left: 28px;

    }



    .timeline .timeline-row {

        padding-left: 0;

        margin-bottom: 16px;

    }



    .timeline .timeline-row .timeline-time {

        position: relative;

        right: auto;

        top: 0;

        text-align: left;

        margin: 0 0 6px 40px;

    }



    .timeline .timeline-row .timeline-time strong {

        display: inline-block;

        margin-right: 10px;

    }



    .timeline .timeline-row .timeline-icon {

        top: 52px;

        left: 8px;

        margin-left: 0;

    }



    .timeline .timeline-row .timeline-content {

        margin-left: 40px;

        padding: 5px;

        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);

        position: relative;

    }



    .timeline .timeline-row .timeline-content:after {

        right: auto !important;

        left: -20px !important;

        top: 32px;

    }



    .timeline .timeline-row:nth-child(odd) {

        padding-right: 0;

    }



    .timeline .timeline-row:nth-child(odd) .timeline-time {

        position: relative;

        right: auto;

        left: auto;

        top: 0;

        margin: 0 0 6px 40px;

        text-align: left;

    }



    .timeline .timeline-row:nth-child(odd) .timeline-content {

        margin-right: 0;

        margin-left: 40px;

    }



    .timeline.animated .timeline-row:nth-child(odd) .timeline-content {

        left: 20px;

    }



    .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {

        left: 0;

    }



    .time-title {

        font: 400 18px/30px "Microsoft YaHei";

    }

}



@media (min-width: 1200px) {

    .events {

        margin: 0;

        padding-bottom: 1px;

    }



    .timeline .timeline-row .timeline-time {

        position: absolute;

        right: 50%;

        top: 40px;

        margin-right: 40px;

        font: 600 16px/1.3 "Microsoft YaHei";

        text-align: right;

    }



    .timeline .timeline-row .timeline-content {

        margin-left: 40px;

        position: relative;

        color: #333333;

    }



    .timeline .timeline-row .timeline-content:after {

        content: "";

        position: absolute;

        top: 48px;

        left: -41px;

        height: 4px;

        width: 40px;

        background-color: rgba(0, 0, 0, 0.2);

        z-index: -1;

    }



    .timeline .timeline-row .timeline-content .panel-body {

        padding: 15px 15px 2px;

        position: relative;

        z-index: 10;

    }



    .timeline .timeline-row .timeline-content .time-title {

        margin-bottom: 12px;

        margin-top: 0;

        font: 400 24px/36px "Microsoft YaHei";

        text-align: left;

    }



    .timeline .timeline-row .timeline-content p {

        margin-bottom: 15px;

        text-align: left;

    }



    .timeline .timeline-row .timeline-content img {

        width: 100%;

        margin-bottom: 15px;

    }



    .timeline .timeline-row .timeline-content blockquote {

        border-color: #eeeeee;

    }



    .timeline .timeline-row .timeline-content blockquote footer,

    .timeline .timeline-row .timeline-content blockquote small,

    .timeline .timeline-row .timeline-content blockquote .small,

    .timeline .timeline-row .timeline-content blockquote.blockquote-reverse footer,

    .timeline .timeline-row .timeline-content blockquote.blockquote-reverse small,

    .timeline .timeline-row .timeline-content blockquote.blockquote-reverse .small {

        color: #999999;

    }



    .timeline .timeline-row .timeline-content .video-container {

        position: relative;

        padding-bottom: 56.25%;

        padding-top: 30px;

        height: 0;

        margin-bottom: 15px;

        overflow: hidden;

    }



    .timeline .timeline-row .timeline-content .video-container iframe,

    .timeline .timeline-row .timeline-content .video-container object,

    .timeline .timeline-row .timeline-content .video-container embed {

        position: absolute;

        top: 0;

        left: 0;

        width: 100%;

        height: 100%;

    }



    .timeline .timeline-row:nth-child(odd) {

        padding-left: 0;

        padding-right: 50%;

    }



    .timeline .timeline-row:nth-child(odd) .time-title {

        text-align: right;

    }



    .timeline .timeline-row:nth-child(odd) .timeline-time {

        right: auto;

        left: 50%;

        text-align: left;

        margin-right: 0;

        margin-left: 40px;

    }



    .timeline .timeline-row:nth-child(odd) .timeline-content {

        margin-right: 40px;

        margin-left: 0;

    }



    .timeline .timeline-row:nth-child(odd) .timeline-content:after {

        left: auto;

        right: -41px;

    }



    .timeline .timeline-row:nth-child(odd) .timeline-content p {

        text-align: right;

    }



    .timeline.animated .timeline-row .timeline-content {

        opacity: 0;

        left: 20px;

        -webkit-transition: all 0.8s;

        -moz-transition: all 0.8s;

        transition: all 0.8s;

    }



    .timeline.animated .timeline-row:nth-child(odd) .timeline-content {

        left: -20px;

    }



    .timeline.animated .timeline-row.active .timeline-content {

        opacity: 1;

        left: 0;

    }



    .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {

        left: 0;

    }

}