@CHARSET "UTF-8";

.article-list-wrapper {
    background-color: #2e2e2e;
    background-image: url('https://static.linshuaishuai.com/blog/image/float/spring-green-leaf.png');
    background-position: top right;
    background-size: 240px;
    background-repeat: no-repeat;
}
.article-list-wrapper .article-list-item {

}
.article-list-wrapper .article-list-item a {
    color: #DDDDDD;
}
.article-list-wrapper .article-list-item a:hover {
    color: #AAAAAA;
}
.article-list-wrapper .publish-date {
    font-family: 'Monaco', 'Courier', 'PingFang SC', 'Microsoft YaHei UI', 'Microsoft YaHei', serif;
}


/* **************** 文章列表中单个文章的通用样式 开始 **************** */
.common-post-wrap {
    padding-bottom: 60px;
    padding-top: 60px;
}
.common-post-wrap:first-child {
    padding-top: 35px;
}
.common-post-wrap:nth-child(2n+2) {
    background-color: #f7f7f7;
}
.common-post-wrap .post {
    border: 0 solid #DDD;
    overflow: hidden;
    position: relative;
}
.common-post-wrap .post .cover {
    border-radius: 5px;
    background-image: url('https://static.linshuaishuai.com/iblog/image/default-article-cover.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 0;
    width: 100%;
    padding-bottom: 55%;
}
.common-post-wrap .post .title {
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 5px;
}
.common-post-wrap .post .publish-date {
    margin-bottom: 0;
}
.common-post-wrap .post .summary {
    padding: 30px;
    padding-bottom: 0;
}
.common-post-wrap .post .buttons {
    overflow: hidden;
}
/* **************** 文章列表中单个文章的通用样式 结束 **************** */


/* ********************* 页面顶部分类导航 开始 ********************* */
.category-nav-container {
    margin-bottom: 0;
    padding-bottom: 0;
}
.category-nav-container .category-nav {
    position: relative;
}
.category-nav-container .category-nav:before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #BBB;
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
}
.category-nav-container .category-nav .content-wrap {
    display: inline-block;
    padding: 0 30px;
    /*background-color: #f7f7f7;*/
    background-color: #fff;
}
.category-nav-container .category-nav .content-wrap .content {
    position: relative;
    z-index: 1;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid black;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 100px;
    font-weight: normal;
}
/* ********************* 页面顶部分类导航 结束 ********************* */


/* ********************** 页面右侧侧边栏 开始 ********************** */
.tag-item {
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #999;
    border-radius: 15px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
.tag-item,
.tag-item a {
    color: #999;
}
.tag-item:hover,
.tag-item:hover a {
    color: #1ABC9C;
    border-color: #1ABC9C;
}
.tag-item a {
    display: block;
    height: 100%;
    width: 100%;
}
/* ********************** 页面右侧侧边栏 结束 ********************** */
