.article1{
    width: 1200px;
    margin-left: calc(50% - 600px);
    margin-top:30px;
}

h1{
    font-size: 26px;
    text-align: center;
    font-weight: 600;
}

.time{
    width: 600px;
    margin: 20px 300px 10px 300px;
    font-size: 16px;
    display: flex;
    justify-content: space-around;
}

.divider{
    width: 100vw;
    margin-bottom: 20px;
    height: 5px;
    background-color: #009600;
    margin-left: calc(600px - 50vw);
}

.content{
    height: 400px;
    margin-bottom: 20px;
    font-size: 16px;
    overflow: auto;
}

h3{
    font-weight: 600;
    font-size: 18px;
}

ul{
    margin-left: 20px;
    margin-top: 10px;
}

li{
    list-style: none;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

a{
    color: #008ad2;
}

