.title {
    color: #858585;
    /* font-size: 15px; */
    font-size: 0.8vw;
    margin: 10px auto;
    /*padding-left: 49px;*/
    padding-right: 0px;
    /* width: 1452px; */
    width: 77%;
    height: 40px;
    line-height: 40px;

}

.content {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.information {
    border-bottom: 2px solid #f7f7f7;
    /* width: 1452px; */
    width: 77%;
    margin: 0 auto;
    padding: 10px 0;
    white-space: nowrap;
}

.information:nth-last-of-type(1) {
    border-bottom: none;
}

.box {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left {
    display: flex;
    /* font-size: 16px; */
    font-size: 0.85vw;
    width: 85%;
    align-items: center;
}

.lefttxt {
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis !important;
}

.time {
    /* font-size: 16px; */
    font-size: 0.85vw;
    color: #c8c8c8;
}
@media only screen and (orientation: portrait){
    .container{
        margin-left: 0px;
    }
    .title,.lefttxt,.time{
        font-size: 30px;
    }
    .left .span{
        width:15px !important;
        height:15px!important;
    }
}
