.companyculture-inner{
    width: 80%;
    margin: 0.8rem auto;
}
.companyculture-inner img{
    width: 100%;
    display: block;
}
.history-box{
    width: 80%;
    margin: 1rem auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.history-box::-webkit-scrollbar { width: 0 !important }
.history-box ul li{
    position: relative;
    display: flex;
    padding-bottom: 0.6rem;
}
.history-box ul li::after{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    background: #ccc;
    left: 1.2rem;
    top: 0;
}
.history-box ul li .dian{
    position: absolute;
    width: 34px;
    height: 34px;
    left: 1.03rem;
    top: -0.24rem;
    z-index: 9;
}
.history-box ul li .date{
    width: 10%;
    font-size: 0.38rem ;
    color: #af4236;
    margin-top:-0.34rem;
}
.inner{
    position: relative;
    width: 100%;
    padding-top: 0.18rem;
    margin-top: 0.18rem;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px dotted #ccc;
    margin-top: -0.08rem;
}
.inner .date1{
    position: absolute;
    right: 0;
    top: -0.22rem;
    font-size: 0.17rem;
    color: #ccc;
}
.inner dl{
    width: 32%;
    margin-bottom: 0.34rem;
    height: 3.1rem;
    overflow: hidden;
}
.inner dl dt{
    width: 4.41rem;
    height: 2.48rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner dl:not(:nth-child(4n)) {
    margin-right: calc(4% / 3);
}
.inner  dl dt img{
    width: 100%;
    display: block;
}
.inner dl dd{
    width: 4.41rem;
    text-align: justify;
    font-size: 0.24rem;
    position: relative;
    left: 0;
    top: 0;
}
.inner dl dd:hover{
}
.inner  dl dd a{
    /*width: 100%;*/
    padding: 0 0.1rem;
    line-height: 0.3rem;
    display: block;
    font-size: 0.16rem;
    color: #000;
    background: #fff;
    color: #000;
}