@charset "UTF-8"; /*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.his_list {
    width: 100%;
    padding-top: 20px;
    position: relative;
}
.his_list .line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    background: #d3d3d3
}
.his_list ul li {
    text-align: right;
    margin: 20px 0;
    /*width: 50%;*/
    padding-right: 50%;
    clear: both;
    position: relative;
}
.his_list ul li i {
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 10px;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #d3d3d3
}
.his_list ul li i:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    width: 60px;
    height: 1px;
    background: #d3d3d3;
    top: 4px;
}
.his_list ul li:nth-child(2n) i:after {
    margin-left: 20px;
}
.his_list ul li:nth-child(2n) {
    padding-right: 0;
    padding-left: 50%;
    text-align: left;
}
.his_list ul li .text {
    padding: 0 100px;
    line-height: 28px;
    color: #262626;
}
.his_list ul li .text h3 {
    font-size: 20px;
    color: var(--color);
    font-weight: normal;
    margin-bottom: 10px;
}
@media only screen and (max-width: 750px){
    .his_list .line {
        left: 10px;
        right: auto;
    }
    .his_list ul li {
        padding: 0 !important;
        width: 100%;
        text-align: left;
    }
    .his_list ul {
        padding-left: 50px;
    }
    .his_list ul li i {
        left: -40px;
    }
    .his_list ul li i:after {
        margin-left: 10px !important;
        width: 20px !important;
    }
    .his_list ul li .text {
        padding: 0 !important;
    }
}
.zs{width:88%;}
@media only screen and (max-width: 750px){
    .zs{width:98%;}
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}





