@CHARSET "UTF-8";

a{
    color: #209bfb;
}

.container{
    margin-top: 70px;
}

.top{
    margin: auto;
    width: 1200px;
    line-height: 4em;
}

.content{
    margin: auto;
    width: 1200px;
    background: white;
    padding: 2em;
    min-height: 200px;
}

.content-title{
    color: #222;
}

.content-time{
    line-height: 3em;
    color: #999;
    font-size: .9rem;
}

hr{
    height: .05rem;
    border: none;
    background-color: #f0f0f0;
    margin-bottom: 1.5em;
}

.bottom{
    width: 100%;
    margin: auto;
    width: 1200px;
    padding: 1em 2em;
}

.bottom-line{
    line-height: 2em;
}


@media screen and (max-width:1440px){ 
    .top {
        width: 900px;
    }
    .content {
        width: 900px;
    }
    .bottom {
        width: 900px;
    }
}
