
@font-face {
    font-family: "ecoico";
    font-style: normal;
    font-weight: normal;
}

.cbp_tmtimeline > li .cbp_tmtime span {
    display: block;
    text-align: right;
}
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
    color: #bdd0db;
    font-size: 1em;
}
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    color: #bbb7b4;
    font-size: 1em;
}
.cbp_tmtimeline > li:nth-child(2n+1) .cbp_tmtime span:last-child {
    color: #006cbfee;
}
.cbp_tmtimeline > li .cbp_tmlabel {
    background: none repeat scroll 0 0 #003594cb;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4em;
    margin: 0 0 15px 120px;
    padding: 15px 0;
    position: relative;
}
.cbp_tmtimeline > li:nth-child(2n+1) .cbp_tmlabel {
    background: none repeat scroll 0 0 rgba(247, 240, 242, 0.02);
}
.cbp_tmtimeline > li .cbp_tmlabel h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: 0;
    padding: 0 0 10px;
}
.cbp_tmtimeline > li .cbp_tmlabel::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent rgba(203, 203, 195, 0) transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 0px;
    width: 0;
}

/*小三角*/
.cbp_tmtimeline > li:nth-child(2n+1) .cbp_tmlabel::after {
    border-right-color: rgba(232, 234, 229, 0.02);
    background-color: transparent;
}



.cbp_tmtimeline {
    list-style: inside none none;
    padding: 0 ;
    position: relative;
}

/*时间线*/
.cbp_tmtimeline::before {
    background: none repeat scroll 0 0 #daddd9;
    bottom: 0;
    content: "";
    left: 0;
    margin-left: 85px;
    margin-top: 20px;
    position: absolute;
    top: 0;
    width: 2px;
}
.cbp_tmtimeline > li {
    position: relative;
}

/*时间文字*/
.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    position: absolute;
    margin-top: 15px;
    font-size: 10px;
}

/*时间线上的小圆点*/
.cbp_tmtimeline > li .cbp_tmicon {
    background: none repeat scroll 0 0 #F18F68;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #F18F68;
    color: #fff;
    font-family: "ecoico";
    font-size: 1.4em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 32px;
    width: 32px;
    line-height: 40px;
    margin: 10px 0 0 70px;
    position: absolute;
    text-align: center;
    text-transform: none;
    top: 0;

}
.cbp_tmicon-phone:before {
    content: url("../img/ic_calendar.png");
}

.cbp_tmicon-screen:before {
    content: url("../img/ic_calendar.png");
}

.cbp_tmicon-mail:before {
    content: url("../img/ic_calendar.png");

}

.cbp_tmicon-earth:before {
    content: url("../img/ic_calendar.png");

}


@media screen and (max-width: 65.375em) {
    .cbp_tmtimeline > li .cbp_tmtime span:last-child {
        font-size: 1em;
    }
}
@media screen and (max-width: 47.2em) {
    .cbp_tmtimeline::before {
        display: none;
    }
    .cbp_tmtimeline > li .cbp_tmtime {
        padding: 0 0 20px;
        position: relative;
        width: 100%;
    }
    .cbp_tmtimeline > li .cbp_tmtime span {
        text-align: left;
    }
    .cbp_tmtimeline > li .cbp_tmlabel {
        font-size: 95%;
        font-weight: 400;
        margin: 0 0 30px;
    }
    .cbp_tmtimeline > li .cbp_tmlabel::after {
        border-bottom-color: transparent;
        border-right-color: transparent;
        left: 20px;
        right: auto;
        top: -20px;
    }
    .cbp_tmtimeline > li:nth-child(2n+1) .cbp_tmlabel::after {
        border-bottom-color: transparent;
        border-right-color: transparent;
    }
    .cbp_tmtimeline > li .cbp_tmicon {
        float: right;
        left: auto;
        margin: -50px 5px 0 0;
        position: relative;
    }
}

