body {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
    line-height: 1.8;
    background: #f5f5f5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    color: #333;
    margin: 0;
    font-size: 14px;
}
body>nav.navbar>.container .nav-item .nav-link,
body>nav.navbar>.container .dropdown-item,
body>nav.navbar>.container .navbar-brand  {
    color: #3ca5f6;
}
body>nav.navbar>.container .nav-item {
    font-size: 16px;
}
.wrap {
    position: relative;
    margin-top: 82px;
    margin-bottom: 20px;
}
.main, .sidebar {
    padding-left: 10px;
    padding-right: 10px;
}
.main .post-img {
    margin-bottom: 20px;
}
.main-list, .sidebar-list, .post-footer {
    padding-left: 12px;
    padding-right: 12px;
    background: #fff;
}
.panel-header {
    height: 50px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(99,99,99,.1);
    overflow-y: hidden;
    overflow-x: scroll;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    width: 100%;
}
.panel-header::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
.list-tabs {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 50px;
}
.list-tabs .tab {
    position: relative;
    display: inline-block;
    margin-right: 31px;
    vertical-align: middle;
    float: left;
}
.list-tabs .tab a {
    display: block;
    font-size: 16px;
    color: #666;
    text-decoration: none;
}
.list-tabs .tab a {
    position: relative;
    font-weight: 500;
    line-height: 48px;
    padding-bottom: 0;
    display: block;
    font-size: 16px;
}
.list-tabs .tab.active a {
    color: #3ca5f6;
}
.list-tabs .tab.active a:after {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 2px;
    background: #3ca5f6;
    border-radius: 2px;
    content: "";
}
.list-tabs .tab a:hover {
    color: #4285f4;
}
.post-loop {
    list-style: none;
    padding: 0;
    margin: 0;
}
.post-loop-default .item {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    transition: all .3s ease 0s;
}
.post-loop-default .item-img {
    position: relative;
    float: left;
    width: 28.8%;
    height: 155px;
    overflow: hidden;
    border-radius: 3px;
    transition: box-shadow .3s ease 0s;
}
.post-loop-default .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .3s ease-out 0s;
}
.post-loop-default .item-img .hover {
    display: inline-block;
    background: rgba(0,0,0,.05);
    width: 100%;
    height: 100%;
}
.post-loop-default .item-img:hover {
    box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
    transition: box-shadow .3s ease 0s;
}
.post-loop-default .item-category {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 5px 6px;
    font-size: 0.6rem;
    line-height: 1;
    color: #fff;
    background-color: #000;
    filter: alpha(opacity=60);
    background: rgba(0,0,0,.6);
    border-radius: 2px;
    text-decoration: none;
}
.post-loop-default .item-category:hover {
    background: #4285f4;
}
.post-loop-default .item-content {
    margin-left: 30.82%;
}
.post-loop-default .item-title {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.2;
}
.post-loop-default .item-title a {
    color: #333;
    overflow: hidden;
    max-height: 56px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-decoration: none;
}
.post-loop-default .item-title a:hover {
    color: #4285f4;
}
.post-loop-default .item-excerpt {
    height: 70px;
    line-height: 1.58;
    color: #666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.post-loop-default .item-excerpt p {
    height: 100%;
    overflow: hidden;
    margin-bottom: 0px;
    white-space: pre-line;
}
.post-loop-default .item-excerpt-content p {
    height: 100%;
    overflow: hidden;
    margin-bottom: 0px;
    white-space: pre-line;
}
.post-loop-default .item-meta {
    position: absolute;
    bottom: 20px;
    color: #999;
    font-size: 13px;
}
.post-loop-default .item-meta .author {
    margin-right: 30px;
    display: inline-block;
}
.post-loop-default .item-meta .avatar {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}
.post-loop-default .item-meta .item-meta-li {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    line-height: 30px;
}
.post-loop-default .item-meta a {
    color: #999;
    text-decoration: none;
}
.post-loop-default .item-meta a:hover {
    color: #4285f4;
}
.post-loop-default .item-meta .avatar img {
    width: 100%;
    height: 100%;
    /*border-radius: 50%;*/
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    vertical-align: top;
}
.post-loop-default .item-meta .nickname {
    line-height: 30px;
}
@media (max-width: 768px) {
    .post-loop-default .item-excerpt {
        display: none;
    }
    .post-loop-default .item-category {
        display: none;
    }
    .post-loop-default .item-img {
        height: 100px;
    }
}
.load-more-wrap {
    padding: 30px 0;
    margin: 0!important;
}
.load-more {
    display: block!important;
    padding: 10px;
    color: #999;
    line-height: 1.4;
    font-size: 14px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    max-width: none!important;
}
.load-more:hover {
    text-decoration: none;
}
.load-more:hover {
    color: #4285f4;
    border-color: #4285f4;
}
.sidebar-list .widget {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
}
.widget-title {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}
.widget-title:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    content: "";
    background: #3ca5f6;
    border-radius: 2px;
}
.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ul li {
    position: relative;
    padding: 5px 0 5px 12px;
}
.widget ul li:before {
    position: absolute;
    left: 0;
    top: 13px;
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border: 4px solid transparent;
    border-left: 4px solid #ccc;
}
.widget ul a {
    color: #666;
}
.widget ul a:hover {
    color: #4285f4;
    text-decoration: none;
}

footer {
    padding: 35px 0;
    color: #5f676f;
    background: #2d3237;
}
.footer-col {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
.footer .footer-col-logo {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.footer .footer-col-logo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.footer .footer-nav, .footer .menu ul, .footer ul.menu {
    padding: 0;
    margin: 0 0 8px;
    font-size: 14px;
    list-style: none;
}
.footer .footer-nav li, .footer .menu ul li, .footer ul.menu li {
    display: inline-block;
    margin-right: 15px;
    line-height: 1.4;
}
.footer .footer-nav a, .footer .menu ul a, .footer ul.menu a {
    color: #76818c;
}
.footer .footer-nav a:hover, .footer .menu ul a:hover, .footer ul.menu a:hover {
    color: #b3c0ce;
}
.footer .copyright {
    font-size: 12px;
}
.footer .copyright p {
    margin: 0 0 5px;
}
.footer a {
    color: #5f676f;
}
.footer a:hover {
    color: #98a4b1;
    text-decoration: none;
}

@media (max-width: 768px) {
    .footer .footer-col-logo {
        display: none;
    }
}

.entry-breadcrumb {
    padding: 8px 30px;
    margin: 0;
    color: #999;
    background: #fff;
    border-radius: 0;
    border-bottom: 1px solid #f7f7f7;
}
.breadcrumb {
    padding: 8px 15px;
    list-style: none;
    border-radius: 4px;
}
.breadcrumb>li {
    display: inline-block;
}
.entry-breadcrumb a {
    color: #999;
}
.entry-breadcrumb a:hover {
    color: #4285f4;
}
.breadcrumb>li+li:before {
    content: "/";
    padding: 0 5px;
    color: #ccc;
}

.article {
    position: relative;
    min-height: 500px;
}
.entry-footer {
    width: 100%;
    margin-top: 60px;
    position: relative;
}

.hentry {
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
}
.entry .entry-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 1.4;
}

.entry .entry-info {
    padding-bottom: 10px;
    color: #999;
}
.entry .entry-info .nickname,
.entry .entry-info .category{
    color: #3ca5f6;
}
.entry .entry-info .dot {
    margin: 0 6px;
    color: #ccc;
}
.entry .entry-info .time {
    display: inline-block;
}
.entry .entry-info .text {
    color: #3ca5f6;
    cursor: pointer;
}
.entry .entry-content {
    font-size: 16px;
    color: #262626;
}
.entry .entry-content p {
    white-space: pre-line;
}

.entry .entry-images {
    margin-top: 30px;
}
.entry .entry-images a {
    padding: 0px;
    display: inline-block;
    width: 32%;
    height: 250px;
    padding-right: 3px;
    padding-bottom: 3px;
}
.entry .entry-images img {
    object-fit: cover;
}

.entry-page {
    margin: 30px 0;
    overflow: hidden;
}
.entry-page-prev {
    float: left;
}
.entry-page-next{
    float: right;
}
.entry-page-next .entry-page-info, .entry-page-prev .entry-page-info {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
}
.entry-page-next, .entry-page-prev {
    position: relative;
    float: left;
    width: 49%;
    padding: 60px 15px 10px;
    color: #fff;
    background-size: cover;
    background-position: 50%;
    border-radius: 3px;
    overflow: hidden;
}
.entry-page-next:before, .entry-page-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    content: "";
}
.entry-page-next {
    float: right;
}
.entry-page-next a, .entry-page-prev a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #fff;
    font-size: 15px;
}
.entry-page-next:hover:before, .entry-page-prev:hover:before {
    background: rgba(0,0,0,.7);
}
.entry-page-next a:hover, .entry-page-prev a:hover {
    color: #fff;
    text-decoration: none;
}
.entry-page-next a span, .entry-page-prev a span {
    display: block;
    padding: 10px 15px 0;
    height: 50px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.entry-mp {
    display: block;
    text-align: center;
    font-size: 15px;
}
.entry-mp .mp-text {
    color: #3ca5f6;
    display: inline-block;
    cursor: pointer;
}
.entry-mp:hover .mp-image {
    display: inline-block;
}
.entry-mp .mp-image {
    background-color: #ffffff;
    display: none;
    width: 150px;
    text-align: center;
    color: #666;
    font-size: 14px;
    padding: 5px;
    box-shadow: 0 6px 20px 0 rgba(0,0,0,.08);
    position: absolute;
    right: 50%;
    top: 25px;
    z-index: 99999;
    transform:translate(50%,0);
}

.pull-left {
    float: left !important;
}
.pull-right {
    float: right;
}

a.active-link {
    color: #3ca5f6 !important;
}

@media (max-width: 768px) {
    .hentry {
        padding: 8px;
    }
    .entry-page-prev {
        margin-bottom: 8px;
    }
    .entry-page-next, .entry-page-prev {
        width: 100%;
    }
    .entry .entry-title {
        font-size: 17px;
    }
    .entry .entry-images a {
        width: 48%;
        height: 150px;
    }
    .list-tabs .tab {
        margin-right: 15px;
    }
    .post-loop-default .item-meta .item-meta-li {
        margin-right: 8px;
    }
    .panel-header .list-tabs {
        width: 460px;
    }
}

.miandan-header, .node-header {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    background: #fff;
    margin-bottom: 20px;
    border-left: solid 5px #3ca5f6;
}
.miandan-header h4, .miandan-header h5,
.node-header h4, .node-header h5 {
    color: #3ca5f6;
}
.miandan-header .miandan-item,
.node-header .node-item
{
    padding-top: 12px;
}
.miandan-header ul.content,
.node-header ul.content {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 15px;
}

.bg-white {
    background-color: #fff;
}
