/* a,a:hover{
    text-decoration: none;
}
ul,ul li{list-style: none;}
p,h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
} */

.noPaddingLeft{
    padding-left:0
}
.noPaddingRight{padding-right: 0;}

.history-jieduan{
    background:url(../../images/jieduan.jpg) no-repeat  center;
    width: 100%;
    overflow: hidden;
    background-size: cover;
}
.history-jieduan ul{
    overflow: hidden;
    margin:0;
    padding:0;
}
.history-jieduan ul li{
    width:16.666%;
    float: left;
    padding:60px 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
    color:#fff;
}
.history-jieduan ul li:after{
    position: absolute;
    content: "";
    display: block;
    width:1px;
    height:100%;
    background: rgba(255,255,255,.5);
    right:0;
    top:0;
}
.history-jieduan ul li:last-child::after{
    display: none;
}
.history-jieduan ul li a{
    color:#fff;
}
.history-num{
    font-size:48px;
    font-family: "字由文艺黑";
    color:#06aa54;
}
.stage{
    font-size:20px;
    line-height: 40px;
    margin:10px 0;
}
.history-time{
    font-size:20px;
    line-height: 30px;
}
.history-line{
    width:100%;
    height: 1px;
    background-color: rgba(255,255,255,.5);
    margin:20px 0;
}
.history-describe{
    color:#f4f4f4;
    line-height: 30px;
}


.history-content{width:100%;overflow: hidden;position:relative}


@media(max-width:1700px)and (min-width:1300px){
    .stage{
        line-height: 30px;
        height:60px;
    }
    .history-describe{line-height: 26px;height:90px}
}


@media(max-width:767px){
    .history-jieduan ul li{width:50%;border-bottom:1px solid #ddd;padding:30px 10px;}
    .history-num{font-size:36px}
    .stage{font-size:16px;line-height: 24px;height: 48px;overflow: hidden;}
    .history-describe{font-size:14px;line-height: 20px;height: 60px;overflow: hidden;}
}

