.honer-section ul {
    list-style: none;
    padding: 10px;
    margin: 0;
}
.honer-sec1 {
    height: 320px;
    background: #f8f9fa url("../assets/images/about/honer/back.jpg") no-repeat top center / 1920px;
    padding-top: 150px;
    position: relative;
}
/*.honer-sec1:after {*/
    /*content: '...';*/
    /*display: block;*/
    /*width: 70px;*/
    /*height: 70px;*/
    /*line-height: 35px;*/
    /*font-size: 50px;*/
    /*color: #fff;*/
    /*text-align: center;*/
    /*border-radius: 50%;*/
    /*position: absolute;*/
    /*top: 560px;*/
    /*left: 50%;*/
    /*margin-left: -35px;*/
    /*margin-top: -35px;*/
    /*background-color: #1875f0;*/

/*}*/

.honer-sec1 h2 {
    font-size: 32px;
    text-align: center;
    color: #ffffff;
}

.honer-sec2 {
    padding:0;
    padding-bottom: 250px;
    position: relative;
    overflow: hidden;
    background-color: #f8f9fa;
    z-index:1;
}


.honer-sec2:after {
    content: ' ';
    display: block;
    width: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    z-index: -1;
    background-color: rgba(240,240,240,1);
    /*background: -webkit-linear-gradient(rgba(240,240,240,1), #FEFEFE);*/
    /*background: -moz-linear-gradient(rgba(240,240,240,1), #FEFEFE);*/
    /*background: -o-linear-gradient(rgba(240,240,240,1), #FEFEFE);*/
    /*background: linear-gradient(rgba(240,240,240,1), #FEFEFE);*/
}
.honer-sec2 .honer-sec2-item {
    width: 50%;
    height: auto;
    padding-top: 40px;
}

.honer-sec2-item  .honor-year{
    float: left;
    margin-left: -32px;
    margin-right: 32px;
    margin-top: -15px;
    font-weight: bold;
    background-color: #000;
    border-radius: 50px;
    padding: 5px 15px;
    color: #fff;
}
.honer-sec2-item:nth-of-type(odd) .sec2-item-content{
    float: left;
}
.honer-sec2-item:nth-of-type(even) .honor-year{
    float: right;
    margin-right: -32px;
    margin-left: 32px;
}
.honer-sec2-item:nth-of-type(even) .sec2-item-content{
    float: right;
}
.honer-sec2-item{
    margin-top: 200px;
}
.honer-sec2-item:nth-of-type(2){
    margin-top: 385px;
}
.honer-sec2-item:nth-of-type(3){
    margin-top: 625px;
}
.honer-sec2-item:nth-of-type(4){
    margin-top: 450px;
}

.honer-sec2-item:nth-of-type(1){
    margin-top: 0;
}

.honer-sec2-item .sec2-item-content{
    width: 80%;
    max-width: calc(100% - 80px);
    position: relative;
    background-color: #fff;
}
.honer-sec2-item:nth-of-type(odd) .sec2-item-content:before{
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    width:0;
    height:0;
    border-right:25px solid transparent;
    border-left:25px solid transparent;
    border-top:25px solid #fff;
}
.honer-sec2-item:nth-of-type(even) .sec2-item-content:before{
    content: '';
    display: block;
    position: absolute;
    right: -15px;
    width:0;
    height:0;
    border-right:25px solid transparent;
    border-left:25px solid transparent;
    border-top:25px solid #fff;
}


.honer-sec2-item .sec2-item-content li{
    padding: 10px 20px;
    overflow: hidden;
}
.honer-sec2-item .sec2-item-content li p{
    width: 80%;
    height: 100%;
    float: left;
}
.honer-sec2-item .sec2-item-content li p:first-child{
    width: 15%;
    margin-right: 5%;
}















.honer-sec2 .honer-sec2-item:nth-child(odd) {
    float: right;
}
.honer-sec2 .honer-sec2-item:nth-child(even) {
    justify-content: flex-end;
    float: left;
}
