@charset "utf-8";
/* CSS Document */

.layui-container {
    padding-top:25px;
}

/* 文章样式 */
.post-area .single-post {
    position: relative;
    margin-bottom: 25px;
    background-color: #fff;
}
.post-area .single-post:nth-last-child(1) {
    margin-bottom: 0px;
}
.post-area .single-post .inner-post {
    padding: 15px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.post-area .single-post .inner-post .post-img {
    float: left;
    width: 25%;
    height: 156px;
}
.post-area .single-post .inner-post .post-img img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border: none;
    max-width: 100%;
}
.post-area .single-post .inner-post .post-info {
    float: left;
    width: 75%;
    padding-left: 25px;
}
.fc-blue {
    color: #2ea7e0;
}
.post-area .single-post .inner-post .post-title h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 18px;
    overflow: hidden; /*超出的文本隐藏*/
    text-overflow: ellipsis; /*溢出用省略号显示*/
    white-space: nowrap; /*溢出不换行*/
}
.post-area .single-post .inner-post .post-title h3 a {
    color: #333333;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.post-area .single-post .inner-post .post-info .post-title h3 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 18px;
    overflow: hidden; /*超出的文本隐藏*/
    text-overflow: ellipsis; /*溢出用省略号显示*/
    white-space: nowrap; /*溢出不换行*/
}
.post-area .single-post .inner-post .post-info .post-title h3 a {
    color: #333333;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.post-area .single-post .inner-post .post-info .post-title h3 a:hover {
    color:#777;
}
.post-area .single-post .inner-post .post-info .post-content p {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 25px;
    margin: 0 0 26px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    min-height: 104px;
}
.post-area .single-post .inner-post .post-info .blog-meta {
    overflow: hidden;
    /*margin-top: 50px;*/
    margin-top: 10px;
}
.post-area .single-post .inner-post .post-info .blog-meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.post-area .single-post .inner-post .post-info .blog-meta ul li {
    display: inline-block;
    margin-right: 3px;
    color: #838383;
    font-size: 12.5px;
}    
.post-area .single-post .inner-post .post-info .blog-meta ul li .layui-icon-note {
    transform: rotateY(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: inline-block;
}
.post-area .single-post .inner-post .post-info .blog-meta ul li a {
    color: #096;
    font-size: 12.5px;
}
.post-area .single-post .inner-post .post-info .blog-meta ul li a:hover {
    text-decoration:underline;         
}  
.post-area .single-post .inner-post .post-info .blog-meta ul li i {
    font-size: 13.5px;
    margin-right: 3px;
}
.post-area .single-post .inner-post .post-info .blog-meta .post-readmore {
    float: right;
}
.post-area .single-post .inner-post .post-info .blog-meta .post-readmore a {
    display: inline-block;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.post-area .single-post .inner-post .post-info .blog-meta .post-readmore a:hover {
    color: #666;
    text-decoration: underline;
}
.post-area .single-post .post-date {
    position: absolute;
    right: 0;
    top: 0;
}
.post-area .single-post .post-date span {
    width: 60px;
    height: 60px;
    background: #7167ff;
    color: #FFFFFF;
    /*font-size: 20px;*/
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    padding: 13.5px 0;
    padding-left: 16.5px;
    border-radius: 0px 0px 0px 100px;
    -webkit-border-radius: 0px 0px 0px 100px;
    -moz-border-radius: 0px 0px 0px 100px;
    -ms-border-radius: 0px 0px 0px 100px;
    -o-border-radius: 0px 0px 0px 100px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.post-area .single-post:hover .post-date span {
    background: #665cf2;
}
.post-area .single-post .post-date.two span {
    background: #fe6566;
}
.post-area .single-post .post-date.three span {
    background: #3fb750;
}
.post-area .single-post .post-date.four span {
    background: #ff7008;
}
.post-area .single-post .post-date.five span {
    background: #23bdb6;       
}
.post-area .single-post:hover .post-date.two span {
    background: #e44a4b;
}
.post-area .single-post:hover .post-date.three span {
    background: #31a041;
}
.post-area .single-post:hover .post-date.four span {
    background: #ffab08;
}
.post-area .single-post:hover .post-date.five span {
    background: #15a59e;       
}

/* 分页样式 */
#page {
    margin-top:8px;
    margin-bottom:5px;
}

/* 卡片样式 */
.card {
    padding: 20px;
    margin-bottom:20px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}
.side-title {
    font-size: 14.5px;
    font-weight:bold;
    border-bottom: 1px solid #eee;
    color: #484848;
    font-weight: normal;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.side-title:hover:after {
    width: 100%;
}
.side-title:after {
    content: "";
    position: absolute;
    width: 65px;
    height: 2px;
    background: #000;
    left: 0;
    bottom: -1px;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

/* 搜索 */
.search {
    position: relative;
    min-height: 36px;
    padding:5px;
    margin-bottom:10px;
}
.search input, .search input:focus {
    border: none !important;
    padding-left:10px;
    padding-right:35px;
}
.search i {
    font-weight: bold;
    color: #D0D0D0;
    font-size: 25px;
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 1;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.search i:hover {
    cursor: pointer;
    color: #999;
    font-size: 27px;       
}
.search-border {
    border: 2px solid #659FFD;
}
.serach-tip {
    height: 47px;
    padding: 0px 15px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.serach-tip p {
    font-size: 18px;
    line-height: 50px; 
    background-color:#fff;
}
.serach-tip p span {
    color: #01AAED;
}

/* 栏目分类 */
.lmNav {
    padding:20px 0 13px 0;
}
.lmNav .side-title {
    margin-left:20px;
    margin-right:20px;
}
.lmNav ul {
    overflow: hidden;
    display: block;
    list-style-type: disc;
}
.lmNav li {
    padding: 5px 20px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.lmNav li:hover {
    border-left: 3px solid #5FB878;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.lmNav li:hover a {
    color:#555444;
}
.lmNav li a {
    display: block;
    height: 30px;
    line-height:30px;
    border-bottom: 1px solid #f8f9f7;
    transition: none;
    text-decoration: none;
    color: #787977;
}
.lmNav li a .layui-row .layui-elip {
    padding-right: 5px;
}
.lmNav li a .layui-row .layui-col-xs2 {
    text-align: right;
}

/* 热门文章 */
.paihang {
    padding-bottom:8px;
}
.paihang ul {
    overflow: hidden;
}
.paihang ul li {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    overflow: hidden; /*超出的文本隐藏*/
    text-overflow: ellipsis; /*溢出用省略号显示*/
    white-space: nowrap; /*溢出不换行*/
}
.paihang ul li span {
    margin-right: 6px;
    font-size: 10px !important;
    height: 15px !important;
    line-height: 16.5px !important;
}
.paihang ul li a {
    font-size: 14px;
    position: relative;
    bottom: -0.5px;
}
.paihang ul li a:hover {
    color: #1E9FFF;
}

/* 随机文章 */
.suiji {
    padding-bottom:10px;
}
.suiji ul {
    overflow: hidden;
    display: block;
    list-style-type: disc; 
}
.suiji li {
    line-height: 22px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 12px;
    overflow: hidden; /*超出的文本隐藏*/
    text-overflow: ellipsis; /*溢出用省略号显示*/
    white-space: nowrap; /*溢出不换行*/
}
.suiji li:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 10px;
    left: 0px;
    top: 8px;
}
.suiji ul li a:hover {
    color: #1E9FFF;
}

/* 最近访客 */
.fangke {
    padding-bottom: 10px;
}

.fangke ul {
    overflow: hidden;
    display: block;
    list-style-type: disc;
    text-align:center;
}

.fangke li {
    position: relative;
    width: 54px;
    height: 60px;
    /* margin: 10px 10px 0 0; */
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}

.fangke li a img {
    width: 54px;
    height: 54px;
    border-radius: 2px;
}

.fangke li a cite {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 媒体查询 */
@media (max-width: 1200px) {
    .post-area .single-post .inner-post .post-info .blog-meta {
        margin-top:0px;
    }
    .post-area .single-post .inner-post .post-info .post-title h3 {
        margin-bottom: 10px;
    }
    .post-area .single-post .inner-post .post-info .post-content p {
        margin-top: 0;
        line-height:23px;
    }
}
@media (max-width: 767px) {
    .post-area .single-post .inner-post .post-info .blog-meta .post-readmore {
        float: none;
        height:0px;
        visibility:hidden;
    }
    .post-area .single-post .inner-post .post-img {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .post-area .single-post .inner-post .post-info {
        float: none;
        width: 100%;
        padding-left: 0;
    }
}
@media (max-width: 415px) {
    .post-area .single-post .inner-post .post-info .post-title h3 {
        margin-top: 10px;
    }
}
@media (max-width: 360px) {
    .post-area .single-post .inner-post .post-info .post-content p {
        font-size: 12px;
        line-height: 20px;
    }
}

