.information{
    width: 100%;
    min-width: 1200px;
}
.informationbox{
    width: 80%;
    margin: 0 auto;
}
.informationbox ul{
    margin: 0.7rem auto;
    margin-top: 0;
    /*border-bottom: 2px solid #e4e4e4;*/
}
.informationbox ul li{
    display: flex;
    flex-direction: column;
    padding: 0.4rem;
    color: #000;
    border-bottom: 2px solid #e4e4e4;
}
.informationbox ul li .date{
    font-size: 0.16rem;
}

.informationbox img{
    width: 100%;
    display: block;
    margin: 0.7rem auto;
}
.informationbox ul li .tit{
    font-size: 0.24rem;
}
.informationbox ul li .tit::after{
    content: '';
    width: 0.3rem;
    height: 3px;
    display: block;
    background: #000;
    margin:0.2rem 0;
}
.informationbox ul li .text{
    color: #888;
}