body {
    background-color: #f7f7f8;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

a:hover, a:active {
    color: #5240ff;
    text-decoration: none;
}

input[type=button], button, input[type=text], input[type=radio], input[type=checkbox], input[type=button]:hover, button:hover, input[type=button]:focus, button:focus {
    outline: none !important;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
    border: 1px solid #ccc;
    box-sizing: border-box
}

.main {
    min-height: calc(100vh - 130px);
    margin-top: 10px;

}

.news-list {
    margin-bottom: 5px;
}

.footer {
    min-height: 50px;
    text-align: center;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
}

.footer-content {
    margin: 20px auto;
}

.header {
    background: #fff;
    box-shadow: 0 3px 10px hsla(0, 0%, 40%, .03);
    border-radius: 0;
    margin-bottom: 0;
    height: 64px;
}

.header .navbar-brand {
    float: left;
    height: 65px;
    line-height: 35px;
    box-sizing: border-box;
    padding: 15px;
}

.header .navbar-brand img {
    width: 100px;
}

.header .navbar-nav > li {
    font-size: 16px;
}

.header .navbar-nav > li > a {
    line-height: 35px;
    padding: 15px;

}

.header .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #000;
    background: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #000;
    background: transparent;

}

.navbar-nav > .active > a:after {
    content: '';
    position: absolute;
    background: #0e78f9;
    width: 10px;
    height: 2px;
    border-radius: 5px;
    bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.search {
    width: 230px;
    margin: 15px;
}

#searchBtn {
    background: #c33232;
    color: #fff;
    padding: 6px 6px;
    border: 0 none #fff;
}

.search input, #searchBtn {
    height: 35px;
}

.container-fluid {
    width: 1552px;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.panel-default {
    border-color: #f5f5f5;
}

.panel-default > .panel-heading {
    background: #fff;
    border-color: #fff;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
}

.num {
    color: #585858;
    font-weight: 700;
    line-height: 15px;
    margin-right: 10px;
}

.sider-body {
    border-top: #f5f5f5;
    font-size: 14px;
    padding: 0 15px 15px;
}

.item-group {
    margin-bottom: 0;
}

.item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    border: 0;
    padding: 10px 5px;
    width: 310px;
}

.item:first-child .num {
    color: #ff1818;
}

.item:nth-child(2) .num {
    color: #ff5418;
}

.item:nth-child(3) .num {
    color: #ff8018;
}

.item:last-child .num {
    margin-right: 5px;
}

.tag {
    color: #000;
    padding: .5em .6em .5em;
    font-size: 85%;
}

.news-list {
    background: #fff;
    border-radius: 4px;
    padding: 0;
    min-height: calc(100vh - 170px);
}

.news-list .article-item {
    font-size: 12px;
    padding: 15px;

}

.news-list .article-item:after {
    content: "";
    background: #e9e9e9;
    position: absolute;
    height: 1px;
    width: 96%;
    margin: 10px 0 10px 0;
}


.news-list .article-item .titlebox {
    color: #121212;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.news-list .article-item .content {
    color: #585858;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.glyphicon {
    cursor: pointer;
}

.news-list .article-item .content-footer {

    color: #858585;
    height: 20px;
    font-size: 14px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.content-footer li {
    float: left;
}

.content-footer i {
    font-style: normal;
    cursor: pointer
}

.content-footer span {
    margin: 0 5px 0 0
}

.content-footer .glyphicon-heart:hover, .glyphicon-eye-open:hover {
    color: red;
}

.content-footer .glyphicon-heart, .glyphicon-eye-open {
    margin: 2px;
}

.content-footer i:hover {
    color: black
}

.content-footer .type {
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin-right: 6px;
    text-align: center;
    min-width: 30px;
    display: inline-block;
    padding: 0 5px 0 5px;
}

.content-footer .type_top {
    background: #e56d0b;
}

.content-footer .type_original {
    background: #346f41;
}

.content-footer .type_selected {
    background: #b6581d;
}


.more {
    color: #b1b1b1;
    float: right;
    font-size: 12px;
    font-weight: 500;
}

.more i {
    font-style: normal;
}

.user-top {
    width: 100%;
    height: 300px;
}

.lines {
    background: #f5f5f5;
    height: 1px;
    margin: 0 10px;
}

.news-list .article-item:last-child:after {
    background: #fff;
}

.pager {
    margin: 10px 0;
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #fffcfc;
    border-radius: 5px;
}

.main {
    .col-md-9, .col-md-3 {
        padding-left: 0;
    }
}