@charset "utf-8";

/**
Jack博客 https://lkba.cn
扒css没关系，但是给我留一个链接，谢谢
**/
body {
    background-color: #eee;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    color: #1aa9fb;
    text-decoration: none;
}

p {
    margin: 0;
    line-height: 1.8;
}


blockquote {
    font-size: 14px;
    background-color: #f6f6f6;
}

.h1,
h1 {
    font-size: 24px;
}

.h2,
h2 {
    font-size: 22px;
}

.h3,
h3 {
    font-size: 20px;
}

.h4,
h4 {
    font-size: 18px;
}

.h5,
h5 {
    font-size: 16px;
}

.h6,
h6 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    line-height: 1.2;
    color: inherit;
    font-weight: normal;
}

.newsnr h1,
.newsnr h2,
.newsnr h3,
.newsnr h4,
.newsnr h5,
.newsnr h6 {
    margin: 0;
    padding: 10px 20px;
    border-radius: 3px;
    border-left: 3px solid #000000;
    background-color: rgb(246, 246, 246);
}

.newsnr {
    width: 100%;
    height: auto;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}

.newsnr img {
    max-width: 100%;
    height: auto;
}

.newsnr p {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}

.zuo {
    float: left;
}

.you {
    float: right;
}

.logo img {
    max-width: 100%;
    height: 50px;
}

.search {
    margin-top: 60px;
    padding: 24px;
    background-color: #efefef;
    border-radius: 4px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.search .flex {
    display: flex;
    margin: 0 auto;
    width: 60%;
}

.search .hotci {
    margin: 20px auto -10px;
    width: 80%;
    overflow: hidden;
}

.search .hotci .reso,
.search .hotci a {
    float: left;
    color: #333;
}

.search .hotci a {
    margin: 0 16px 10px 0;
}

.search .form-control {
    padding: 12px;
    height: 45px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #129557;
}

.search input.btn-default {
    cursor: pointer;
    width: 120px;
    height: 45px;
    color: #F4F4F4;
    background: #129557;
    border: 1px solid #129557;
    border-radius: 0 4px 4px 0;
}

.clear {
    clear: both;
}

.pager {
    margin: 0 0 4px;
    padding: 10px;
    text-align: center;
    overflow: hidden;
}

.pager a {
    display: inline-block;
    margin-bottom: 6px;
    padding: 6px 15px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #eee;
}

.pager span {
    padding: 6px 15px;
    background-color: #eee;
    border-radius: 15px;
    border: 1px solid #eee;
}

.pager a:focus,
.pager a:hover {
    background-color: #eee;
}

.newsnr .prism-line-numbers {
    margin-top: 0;
}

.wzlist,
.function {
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.listbt,
.function_t {
    padding: 10px;
    background: #efefef;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-radius: 4px 4px 0 0;
    position: relative;
}

.listbt .slurl {
    position: absolute;
    right: 94px;
    top: 8px;
    border-radius: 4px;
}

.listbt .ksurl {
    position: absolute;
    right: 8px;
    top: 8px;
    border-radius: 4px;
}

.wzlist ul,
.function ul {
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.wzlist ul.news li {
    padding: 10px 10px 0;
    width: 100%;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
}

.wzlist ul.news li:last-child {
    padding: 10px;
}

.wzlist ul li,
.function li {
    padding: 10px;
    float: left;
    list-style-type: none;
    overflow: hidden;
}

.wztj {
    border-radius: 0;
    border-bottom: 1px dashed #eee;
}

.wzlist .wzdq li,
.wzlist .wztj li,
.wzlist .wzks li {
    width: 12.5%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.wzdhbj,
.tongji,
.function_c {
    background-color: #fff;
    overflow: hidden;
}

.wzlist i {
    padding-right: 4px;
}

.col-md-4,
.col-lg-3 {
    padding-right: 5px;
}

.col-md-8,
.col-lg-9 {
    padding-left: 5px;
}

.wzlistfl {
    margin: 0;
    padding: 10px 10px 0;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.wzlistfl .wz ul {
    overflow: hidden;
}

.wzlistfl .wz ul li {
    padding: 8px 12px;
    width: calc(15% - 12px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wzlistfl .wz ul li.btn-sm {
    margin: 0 0 10px;
    padding: 8px;
    width: 80px;
}

.wzlistfl p {
    margin-bottom: 10px;
}

.wzlistfl ul li.more {
    width: 8.5%;
}

.wzlistfl .more a {
    color: #9e9e9e;
}

.wzlistfl .more a:hover {
    color: #337ab7;
}

.wztag {
    padding-bottom: 10px !important;
}

.wztag li {
    margin: 10px 0 0 10px;
    width: calc(50% - 15px);
    text-align: center;
    border-radius: 4px;
    color: #212529;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer {
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    color: #fff;
    background-color: #333;
}

.footer a {
    color: #337ab7;
}

.tongji {
    margin: 0;
    padding: 10px 10px 0;
    border-radius: 0 0 4px 4px;
}

.tongji ul li {
    margin: 0 0 8px;
    padding: 4px 8px;
    width: 100%;
    border-radius: 4px;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}

.tongji .tjbtn {
    text-align: center;
    background-color: #2196F3;
}

.tongji .tjbtn a {
    color: #fff;
}

.text-danger {
    color: #dc3545;
}

.newsbt,
.newsnr,
.newstext,
.newspl {
    margin: 0;
    padding: 10px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.newsbt {
    text-align: center;
}

.newsbt h1 {
    margin: 10px 0;
    padding: 0;
}

.newsbt .newsxx {
    padding: 10px 0 8px;
}

.newspl .msg {
    margin-bottom: 6px;
    padding-left: 0;
}

.newspl .msg li {
    margin-bottom: 6px;
    padding: 5px;
    width: 100%;
    border: 1px solid #eee;
}

.newspl .msg .msg-avatar {
    float: left;
    margin-right: 6px;
}

.newspl .msg-avatar img {
    width: 60px;
    height: 60px;
    border: 4px solid #eee;
    border-radius: 50%;
}

.newspl .msg .msg {
    margin: 6px 0 0 60px;
}

.newspl .msg .msg .msg-avatar>img {
    width: 50px;
    height: 50px;
}

.newspl .msg .msg-time {
    font-size: 12px;
    color: #8e8e8e;
}


.newspl .pllb {
    margin-bottom: 10px;
}

.comments input {
    width: 30%;
}

.comments textarea {
    width: 100%;
}

.comments .pl-inp {
    margin: 10px 0;
    overflow: hidden;
}

.comments .pl-inp input,
.comments textarea {
    padding: 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #eee;
    border-radius: 4px;
}

.comments .pl-inp .sumbit {
    padding: 6px 12px;
    width: 100px;
    color: #fff;
    float: right;
    border-radius: 4px;
    background-color: #337ab7;
    border: 1px solid transparent;
}

.comments .pl-inp .inpVerify {
    display: flex;
    float: left;
    width: 70%;
}

.comments .pl-inp .inpVerify input {
    width: 40%;
}

hr {
    margin: 10px 0;
}

.web-data {
    background-color: #FFFFFF;
    border-top: 1px #efefef solid;
    overflow: hidden;
    text-align: center;
}

.web-data li {
    padding: 15px 0 10px;
    float: left;
    width: 12.35%;
    font-size: 12px;
    list-style-type: none;
    border-right: 1px #eee solid;
}

.web-data li:last-of-type {
    border-right: none;
}

.web-data li p {
    margin-top: 5px;
    color: #888;
}

.web-data li .grade._1,
.bloglist .web-jhqz li .grade._1 {
    background: url(/zb_users/theme/JackSite/public/img/baidupc.png) repeat-x;
    background-size: 100% 100%;
}

.web-data li .grade._2,
.bloglist .web-jhqz li .grade._2 {
    background: url(/zb_users/theme/JackSite/public/img/baidumobile.png) repeat-x;
    background-size: 100% 100%;
}

.web-data li .grade._3,
.bloglist .web-jhqz li .grade._3 {
    background: url(/zb_users/theme/JackSite/public/img/360.png) repeat-x;
    background-size: 100% 100%;
}

.web-data li .grade._4,
.bloglist .web-jhqz li .grade._4 {
    background: url(/zb_users/theme/JackSite/public/img/sm.png) repeat-x;
    background-size: 100% 100%;
}

.web-data li .grade._5,
.bloglist .web-jhqz li .grade._5 {
    background: url(/zb_users/theme/JackSite/public/img/toutiao.png) repeat-x;
    background-size: 100% 100%;
}

.web-data li span {
    height: 20px;
    line-height: 20px;
}

.web-data li .grade {
    margin: 0 auto;
    color: #fff;
    max-width: 60px;
    height: 20px;
    line-height: 20px;
    padding-left: 20px;
}

.web-page {
    display: flex;
    border-top: 4px solid #5291fc;
    background: #fff;
    overflow: hidden;
}

.web-zuo {
    float: left;
    width: 68%;
}

.web-page ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.web-page ul li {
    padding: 10px;
    width: 50%;
    color: #888;
    border-left: 1px #f5f5f5 solid;
    border-bottom: 1px #f5f5f5 solid;
    overflow: hidden;
}

.web-page ul .web-100 {
    width: 100%;
    line-height: 30px;
}

.web-page ul .web-100 em {
    width: 55%;
    overflow: hidden;
}

.web-page ul .web-100 .btn-you {
    float: right;
}

.web-page ul .web-100 .btn-you a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 14px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
}

.web-page ul .web-100 .btn-you span.ping {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 14px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    background-color: #4caf50 !important;
}

.web-page ul .web-100 .btn-you .baocuo {
    margin-right: 10px;
    color: #fff;
    background-color: #5291fc !important;
}

.web-page ul .web-100 .btn-you .zhida {
    color: #fff;
    background-color: #FF5D4A !important;
}

.web-page .web-you {
    float: right;
    width: 32%;
    height: 174px;
    border-left: 1px solid #f5f5f5;
    border-bottom: 1px #efefef solid;
}

.web-page em {
    font: inherit;
    vertical-align: baseline;
    font-family: "Verdana", Microsoft YaHei, sans-serif;
}

.web-wen {
    padding: 10px;
    background: #fff;
}

.web-page .web-you img {
    width: 100%;
    height: 200px;
}

.web-tu img {
    width: 100%;
}

.web-wen .web-h3 {
    position: relative;
    margin: 0;
    padding: 5px 0 10px;
    color: #424242;
    font-size: 16px;
    display: -webkit-inline-box;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    z-index: 16;
    font-weight: 700;
    line-height: 30px;
}

.web-wen .web-h3:before {
    position: absolute;
    top: 35px;
    left: 0;
    z-index: -1;
    width: 45%;
    height: 2px;
    background: #1b54bc;
    content: " ";
    border-radius: 20px;
    transition: all .5s
}

.web-wen .web-h3:hover:before {
    width: 100%;
    transition: all .5s
}

.web-wen .web-h3 p {
    font-size: 14px;
}

.web-hide {
    display:none;
}

.white_content {
    display: none;
    position: absolute;
    top: 30%;
    max-width: 450px;
    height: auto;
    z-index: 1000;
    background: white;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #2196f3;
}

.white_content .dhclose {
    display: flex;
    padding: 10px;
    color: #fff;
    background: #2196f3;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    border-radius: 4px 4px 0 0;
}

.white_content .dhclose a {
    padding: 0px 14px;
    color: #fff;
    font-weight: 600;
    border-width: 2px;
    background: #666;
}

.white_content .xiaxt {
    padding: 10px;
}

.white_content .comments {
    padding: 0 10px 10px;
}

.white_content .comments .pl-inp {
    margin: 0;
}

.white_content .comments .pl-inp textarea {
    margin: 0;
    width: 100%;
}

.bloglist li {
    width: 100%;
    border-bottom: 1px solid #eee;
}

.bloglist li h2.blogtitle {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bloglist li h2.blogtitle .dhurl {
    font-size: 14px;
    font-weight: 100;
}

.bloglist li .bloginfo {
    margin: 0;
    min-height: 60px;
    line-height: 24px;
}

.bloglist li .blogpic {
    margin-right: 14px;
    float: left;
    border-radius: 5px;
    overflow: hidden;
}

.bloglist li .blogpic img {
    width: 160px;
    height: 115px;
    object-fit: cover;
}

.bloglist li .autor {
    width: 100%;
    margin: 10px 0 0 0;
    color: #838383;
    font-size: 12px;
}

.bloglist li .autor span,
.bloglist li .autor .readmore {
    margin-right: 10px;
}

.bloglist li .autor span a,
.bloglist li .autor .readmore a {
    color: #096;
}

.bloglist li .autor span a:hover,
.bloglist li .autor .readmore a:hover {
    text-decoration: underline
}

.bloglist .web-jhqz {
    margin-top: 10px;
}

.bloglist .web-jhqz ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.bloglist .web-jhqz li {
    margin: 0 !important;
    padding: 0 !important;
    float: left;
    width: 80px;
    border: none;
    list-style-type: none;
}

.bloglist .web-jhqz li .grade {
    margin-bottom: 4px;
    color: #fff;
    width: 60px;
    height: 20px;
    line-height: 20px !important;
    padding-left: 36px;
}

.nav>li,
.dropdown-menu {
    min-width: 105px !important;
}

.topClass,
.Jack_site,
.Jack_xiangguan {
    display: inline-block;
    margin-right: 6px;
    width: 26px;
    text-align: center;
    border-radius: 50%;
    background: #efefef;
}

.slurl {
    padding: 4px 8px;
    font-size: 12px;
    color: #fff;
    background-color: #129557;
}

.ksurl {
    padding: 4px 8px;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    background-color: #ff5722;
}

.pull-right a:hover {
    color: #fff;
}

.dropdown-menu>li>a {
    padding: 6px;
    text-align: center;
}

.cbad {
    padding: 10px;
    background-color: #fff;
}

.cbad img {
    max-width: 100%;
}

.tab-block {
    width: 100%;
    height: 100%;
}

.tab-block .tab-buttons {
    margin: 0 auto;
    padding-bottom: 8px;
    width: 60%;
    height: auto;
    overflow: hidden;
}

.tab-block .tab-buttons .tab-button {
    margin: 0;
    width: 80px;
    float: left;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    color: #999;
    border-radius: 4px;
}

.tab-block .tab-buttons .tab-button.cur {
    background-color: #129557;
    color: #fff;
}

.tab-block .tab-buttons .tab-button.cur:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
}

.tab-block .tabs {
    width: 100%;
    height: 100%;
}

.tab-block .tabs .tab-item {
    width: 100%;
    height: 100%;
    display: none;
}

.tab-block .tabs .tab-item.active {
    display: block;
    overflow: hidden;
}

dl {
    margin-bottom: 10px;
}

#tbCalendar {
    width: 100%;
}

#tbCalendar,
#tbCalendar caption,
#tbCalendar thead tr th {
    text-align: center;
}

#tbCalendar thead tr th,
#tbCalendar tbody tr td {
    line-height: 2;
    background: #f6f6f6;
    border: 1px solid #f2f2f2;
}

#tbCalendar tbody tr td a {
    display: block;
    color: #fff;
    background: #76d4ff;
}

.links {
    margin-top: 10px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.links ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.links li {
    float: left;
    list-style-type: none;
}

.links a {
    margin: 0 10px 10px 0;
}

.news-tu {
    overflow: hidden;
}

.news-tu li {
    width: 50%;
    border-bottom: 1px dashed #eee;
}

.news-tu li img {
    margin-right: 10px;
    float: left;
    width: 120px;
    height: 80px;
}

.news-tu .biaoti {
    margin: 0;
    padding: 0;
    font-size: 16px;
    height: 60px;
    line-height: 1.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-tu small {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-tu .flcolor {
    color: #ff764b;
}

.newsxx span,
.news-tu li span {
    color: #666;
}

.news-tu li:last-child,
.news-tu li:nth-last-of-type(2) {
    border-bottom: none;
}

.urlico {
    padding: 2px 4px;
    color: #fff;
    font-size: 12px;
    background-color: #2196f3;
    border-radius: 4px;
}

.blogtitle .urlico {
    margin-right: 4px;
    position: relative;
    top: -4px;
}

.xgsite,
.xgnews {
    width: 100%;
    overflow: hidden;
}

.xgsite li,
.xgnews li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xgsite li {
    width: 20%;
}

.xgnews li {
    width: 50%;
}

.dhlinks {
    margin-top: -10px;
}

.links-link {
    padding: 2px 6px;
    color: #f00;
    background-color: #e9f0f5;
    border-radius: 4px;
}

.dnwu {
    display: none;
}

@media only screen and (max-width:768px) {
    .search .flex,
    .search .hotci,
    .col-md-4,
    .col-lg-3,
    .col-md-8,
    .col-lg-9,
    .tab-block .tab-buttons {
        width: 100%;
    }

    .col-md-4,
    .col-lg-3 {
        padding-right: 15px;
    }

    .col-md-8,
    .col-lg-9 {
        padding-left: 15px;
    }

    .web-data li {
        width: 33.3%;
    }

    .web-data li:nth-child(3),
    .web-data li:nth-child(6){
        border-right: none;
    }

    .web-data li:nth-child(4),
    .web-data li:nth-child(5),
    .web-data li:nth-child(6) {
        border-top: 1px solid #eee;
    }

    .web-page .web-you {
        display: none;
    }
    
    .web-page ul .web-100 .btn-you {
        float: unset;
        text-align: center;
    }

    .web-zuo {
        width: 100%;
    }

    .bloglist li .blogpic,
    .bloglist li .blogpic img {
        width: 100%;
        height: 100px;
    }

    .bloglist li h2.blogtitle {
        margin: 0;
        padding-bottom: 10px;
    }

    .bloglist li .autor .readmore {
        width: 100%;
        float: right;
        text-align: center;
        background: #f2f2f2;
        padding: 10px 0;
        margin: 10px 0 0;
    }

    .tongji ul {
        width: calc(100% + 6px);
    }

    .tongji ul li {
        margin: 0 8px 8px;
        width: calc(50% - 18px);
    }

    .tongji .tjbtn {
        width: calc(100% - 20px);
    }

    .bloglist .web-jhqz li {
        margin: 0;
        width: 20%;
    }

    .wzlist .wzdq li,
    .wzlist .wztj li,
    .wzlist .wzks li {
        width: 33%;
    }

    .wztag li {
        width: calc(33% - 12px);
    }

    .wzlistfl .wztag {
        padding: 0;
    }

    .dropdown-menu>li>a {
        text-align: left;
    }

    .tab-block .tab-buttons .tab-button {
        width: 50px;
        height: 26px;
        line-height: 26px;
    }

    .white_content {
        margin: 0 10px;
        left: 0;
        max-width: 100%;
    }

    .dnwu {
        display: block;
    }

    .sjwu {
        display: none;
    }
}

@media only screen and (max-width:465px) {
    .news-tu li,
    .xgnews li {
        width: 100%;
    }

    .xgsite li {
        width: 50%;
    }

    .comments .pl-inp .sumbit {
        width: 30%;
    }
}