.container{
    width: 1000px;
    margin: auto;
}
img{
    max-width: 100%;
    height: auto;
    cursor:pointer;
}
header{
    position: unset;
}
/*导航*/
.nav-bar{
    padding-top: 0!important;
}
.nav-wrap{
    display: flex;
    height: 50px;
    align-items: center;
    width: 90%;
    margin: auto;
}
.nav-wrap .title{
    font-weight: bold;
    font-size: 18px;
}
.nav-wrap ul.list{
    flex:1;
    display: flex;
    justify-content: flex-end;
}
.nav-wrap ul.list li{
    margin-right: 50px;
    font-size: 16px;
}
.nav-wrap ul.list li:last-of-type{
    margin-right: 0;
}

p{
    letter-spacing: 0;
    line-height: 1.4;
}

/*文章部分*/
.article-content{
    margin: auto;
    background: #ececec;
    /*padding: 80px 0;*/
    padding-top: 80px;
    min-height: calc(100vh  - 160px);
}
.article-content .article-wrap{
    width: 700px;
    margin: auto;
}
p.update{
    font-size: 12px;
    color:#287DCD;
}
p.time{
    font-size: 12px;
    color: #A8A8A8;
    margin-bottom: 30px;
}
p.title{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}
div.share-wrap{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
div.share-wrap img{
    margin-right: 15px;
    width: 24px;
}
div.img-box{
    text-align: center;
    margin-bottom: 30px;
}
.article-content img.img{
    width: 100%;
}
hr{
    background: #A8A8A8;
    margin-bottom: 30px;
}
p.text{
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 14px;
}
p.text:last-of-type{
    margin-bottom: 0;
}

.post-content p{
    text-indent: 36px;
    font-size:18px;
    color:black;
    text-decoration: none;
    padding-bottom:15px;
    line-height:160%;
}