html {
    background-color: #252525;
}

.Information {
    width: 1200px;
    padding-top: 70px;
    margin: 0 auto;
}

.Information ul li {
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    border-bottom: 1px solid #444444;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.time {
    width: 100px;
    text-align: center;
    float: left;
    color: #EEEEEE;
}

.time p:first-child {
    font-size: 46px;
    border-bottom: 1px solid #444444;
    line-height: 60px;
    margin-bottom: 10px;
}

.Information_text {
    display: inline-block;
    width: 900px;
    text-align: left;
    color: #EEEEEE;
}

.Information_text img {
    width: 900px;
}

.Information_text p:first-child {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 16px;
}

.Information_text p:nth-child(2) {
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 20px;
}