/*wcts-d0027 css begin*/
.wcts-d0027 {
    margin: 0 auto;
    position: relative;
}
    /*完整版清除浮动*/
    .wcts-d0027 .cl:after, .cl:before {
        content: "";
        display: table;
    }

    .wcts-d0027 .cl:after {
        clear: both;
    }

    .wcts-d0027 .cl {
        zoom: 1;
    }
    /* 大事记 */
    .wcts-d0027 .text_title {
        font-size: 20px;
        text-align: center;
        padding-bottom: 26px;
    }

.chronicle_timeline:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #BDBDBD;
    left: 50%;
    top: 0;
    position: absolute;
    z-index: 0;
}

.wcts-d0027 .chronicle_after {
    display: block;
    width: 14px;
    height: 14px; /*border: 0.35rem solid rgba(29,165,234,0.5);*/
    background: url("/_upload/tpl/0e/07/3591/template3591/images/aff_img.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 24px;
    margin-left: -7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}

/* 点动画 */
.chronicle_timeline_item.active .chronicle_timeline_item_icon {
    background-color: #16346c;
}

    .chronicle_timeline_item.active .chronicle_timeline_item_icon:before {
        content: "";
        width: 14px;
        height: 14px;
        border: 0.35rem solid rgba(29, 165, 234, 0.5);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        -webkit-animation: twinkling 1s infinite ease-in-out;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

/* 小圆框的动画 */
@-webkit-keyframes twinkling {
    0% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@keyframes twinkling {
    0% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

.chronicle_timeline_item {
    padding-top: 0px;
    position: relative;
}
    .chronicle_timeline_item:nth-child(even) {
        padding-top: 10px;
    }

    .chronicle_timeline_item:nth-last-child(1) {
        padding-bottom: 80px;
    }

.chronicle_timeline_item_li {
    width: 50%;
    height: auto;
    min-height: 140px;
    position: relative;
}

    .chronicle_timeline_item_li a {
        text-decoration: none;
    }

chronicle_timeline_item_li a:hover {
    text-decoration: none;
}

.chronicle_List_li_intro {
    width: calc(100% - 150px);
    font-family: "微软雅黑", MicrosoftYaHei;
    font-size: 18px;
    line-height: 20px;
    color: #424242;
    text-align: right;
}

    .chronicle_List_li_intro > span {
        display: block;
        height: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #16346c;
        font-weight: bold;
    }

    .chronicle_List_li_intro > p {
        /*height: 72px;*/
        font-size: 14px;
        color: #757575;
        line-height: 24px;
        margin-top: 12px;
        /*display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;*/
    }

.chronicle_List_li_year {
    display: inline-block;
    width: 73px;
    height: 40px;
    background-color: #16346c;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 30px;
}

    .chronicle_List_li_year:before {
        content: "";
        width: 30px;
        border-bottom: 1px solid #ececec;
        position: absolute;
        top: 20px;
        right: -30px;
    }

/* 点 */
.chronicle_timeline_item_icon {
    background: #ececec;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 24px;
    left: 50%;
    margin-left: -7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.chronicle_timeline_item:nth-child(2n) .chronicle_timeline_item_li {
    float: right;
}

    .chronicle_timeline_item:nth-child(2n) .chronicle_timeline_item_li .chronicle_List_li_intro {
        float: right;
        text-align: left;
    }

    .chronicle_timeline_item:nth-child(2n) .chronicle_timeline_item_li .chronicle_List_li_year {
        left: 30px;
    }

        .chronicle_timeline_item:nth-child(2n) .chronicle_timeline_item_li .chronicle_List_li_year:before {
            left: -30px;
        }

/* 点动画 */
.chronicle_timeline_item.active .chronicle_timeline_item_icon {
    background-color: #16346c;
}
/* 小圆框的动画 */
@-webkit-keyframes twinkling {
    0% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@keyframes twinkling {
    0% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

/*wcts-d0027 css end*/


@media (max-width:767px) {

    .chronicle_List_li_intro {
        width: 100%;
        padding: 60px 30px 0;
    }
}
