@charset "utf-8";
/**
爱站云 aizhancloud.com
扒css没关系，但是给我留一个链接，谢谢
**/

body {
    margin: 0;
    background-color: #eee;
}

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

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

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

.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;
}

input {
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
}

blockquote{
    margin: 0;
    padding: 10px;
    border-radius: 4px;
    background-color: #eee;
}

.news h1,
.news h2,
.news h3,
.news h4,
.news h5,
.news h6 {
    margin: 10px 0;
    padding: 10px;
    border-radius: 4px;
    border-left: 3px solid #000000;
    background-color: #eee;
}

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

.news .about {
    color: #888888;
    border: 1px solid #F3F3F3;
    padding: 10px;
    margin: 8px 0;
    line-height: 23px;
    background: none repeat 0 0 #F6F6F6
}

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

.news .So404 {
    margin: 0;
    font-size: 12rem;
    font-weight: 700;
    text-shadow: 10px 10px 10px #7f8c8d;
}

.news span.color {
    color: #f00;
}

.main {
    margin: 0 auto;
    width: 960px;
    overflow: hidden;
}

.Jackso {
    margin: 100px auto 0;
    width: 650px;
    text-align: center;
}

.Jackso .header img {
    margin-bottom: 20px;
    max-width: 100%;
}

.Jackso .header h1 {
    font-size: 2rem;
}

.Jackso .sohot,
.Jackso .solink,
.Jackso .nav {
    margin: 20px 0;
    padding: 10px;
    border-radius: 6px;
    text-align: left;
    font: 14px/24px Arial, sans-serif;
    overflow: hidden;
    background-color: #FFF;

}

.Jackso .sohot ul,
.Jackso .solink ul {
    margin: 0;
    padding: 4px 0 0;

}

.Jackso .sohot .nwflex {
    display: flex;
}

.Jackso .sohot .newzuo {
    float: left;
    width: 50%;
}

.Jackso .sohot .newyou {
    float: right;
    width: 50%;
}

.Jackso .sohot li {
    padding: 4px 0;
    width: 98%;
    float: left;
    list-style-type: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.Jackso .sohot .newyou li {
    margin-left: 8px;
}

.Jackso .solink li {

    float: left;

    list-style-type: none;
}

.Jackso .solink ul a {
    padding: 4px 10px 4px 0;
}

.Jackso .nav ul {
    margin: 0;
    padding: 0;
}

.Jackso .nav li {
    padding: 4px 0;
    width: 16.6%;
    float: left;
    text-align: center;
    list-style-type: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.Jackso .sohot ul:last-child,
.Jackso .solink ul:last-child {
    padding-bottom: 0;
    margin-bottom: -6px;
    border-top: 1px solid #eee;
    overflow: hidden;
}

.Jackso .sohot p,
.Jackso .solink p {
    margin-bottom: 4px;
}

.search .flex {
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}

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

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

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

.tab-block .tab-buttons {
    padding-bottom: 8px;
    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;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

.zuo {
    float: left;
}

.you {
    float: right;
}

.headso {
    margin-top: 10px;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    border-radius: 4px;

}

.headso h1 {
    margin-top: 0;
    height: 45px;
    line-height: 45px;
    font-size: 2rem;
}

.headso img {
    width: 120px;
    height: 40px;
}

.headso .search {
    margin: 0 auto;
    width: 80%;
}

.list {
    margin: 10px 10px 0 0;
    width: calc(70% - 5px);
    float: left;
    overflow: hidden;
}

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

.list ul li {
    margin-bottom: 10px;
    padding: 10px;
    list-style-type: none;
    background-color: #fff;
    overflow: hidden;
    border-radius: 4px;
}

.list h2 {
    margin: 0 0 10px;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list .text img {
    margin-right: 10px;
    width: 120px;
    height: 80px;
    float: left;
    border-radius: 6px;
}

.list .text .intro {
    font-size: 14px;
    line-height: 1.8;
}

.list .text .intro p.ms {
    max-height: 50px;
}

.list .text .fenge {
    margin: 4px 0 0;
    padding-top: 4px;
    border-top: 1px solid #ddd;
}

.list .text .imgfenge {
    margin: 4px 0 0 130px;
    padding-top: 4px;
    border-top: 1px solid #ddd;
}

.list .text .fenge span.zuo {
    width: 240px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.kuaizhao .kztext {
    margin: 10px 0;
    text-indent: 2em;
}

.kuaizhao .kzimg {
    margin: 10px 0;
    text-align: center;
}

.kuaizhao .kzimg img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.sidebar {
    margin: 10px 0;
    float: right;
    width: calc(30% - 5px);
    overflow: hidden;
}

.sidebar .cbgg,
.breadcrumb,
.kuaizhao,
.biaoti,
.news,
.tags,
.xiangguan,
.comment,
.sxp {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 4px;

}

.sidebar #divPrevious li:first-child {
    margin: 0;
    padding: 0;
    border-top: none;
}

.sidebar #divPrevious li {
    margin: 8px 0 0;
    padding: 4px 0 0;
    border-top: 1px dashed #ddd;
    list-style-type: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

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

}

.sidebar dt {
    padding-bottom: 6px;
    border-bottom: 1px solid #eee;

}

.sidebar dd {
    margin-left: 0px;
}

.sidebar ul {
    margin: 5px 0 0 0;
    padding: 0;
}

.sidebar li {
    list-style-type: none;
}

.sidebar li a {
    font-size: 14px;
}

.sidebar #divCalendar table {
    width: 100%;
    text-align: center;
}

.sidebar #divCalendar table tbody tr td a {
    color: #f00;
}

.sidebar #divTags ul li,
.sidebar #divLinkage ul li,
.sidebar #divArchives li,
.sidebar #divAuthors li,
.sidebar #divFavorites li,
.sidebar #divStatistics li,
.sidebar #divCatalog li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 8px;
    background-color: #e5ecf7;
    height: 24px;
    line-height: 24px;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
}

.pager {
    margin: 10px 0;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;

}

.pager a {
    padding: 4px 10px;

}

.pager span {
    padding: 4px 10px;
    background-color: #ddd;

}

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

.xiangguan>ul {
    margin-bottom: -10px;
    width: calc(100% + 28px);
}

.xiangguan>ul>li {
    padding: 0;
    width: calc(50% - 10px);
    height: 20px;
    float: left;
    text-align: left;
    border: none;
    border-radius: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xiangguan>ul>li>span.numberClass {
    display: inline-block;
    margin-right: 6px;
    width: 20px;
    text-align: center;
}

.xiangguan>ul>li>span.time {
    margin: 0 0 0 4px;
    padding: 0;
    float: right;
    font-size: 14px;
    color: #03a9f4;
    border-radius: 0;
    background: 0;
}

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

.msg li {
    padding: 5px;
    list-style-type: none;
    border: 1px solid #eee;
}

.msg li p {

line-height: 1.4;
}

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

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

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

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

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

.pllb {
    margin-bottom: 10px;
}

.comments input {
    width: 30%;
}

.comments textarea {
    width: 100%;
    width: calc(100% - 10px);
}

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

.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%;
}

.footer {
    padding: 10px;
    text-align: center;
    background: #fff;
    border-top: 1px solid #eee;
    overflow: hidden;
}

.urls {
    display: flex;
}

.urls input.z_meta {
    width: 80%;
}

.urls span.clickButton {
    width: 20%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-left: none;
    border-radius: 0 3px 3px 0;
}

.slpage {
    margin: 10px 10px 0 0;
    width: calc(70% - 5px);
    float: left;
    overflow: hidden;
}

ul.position li.relative {
    position: relative;
}

ul.position li.relative .absolute {
    padding: 2px 5px;
    position: absolute;
    right: 15px;
    top: 25px;
    line-height: 1;
    font-size: 14px;
    color: #f00;
    border: #f00 solid 1px;
    transform: translateY(-50%) rotate(45deg);
}

.xinxi {
    width: 100%;
    border: 1px;
    border-color: #129557;
    border-collapse: collapse;
    border-top-style: solid;
    border-top-color: #129557;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #129557;
}

.xinxi td {
    width: 33%;
    height: 35px;
    text-align: center;
}

.xinxi .bg {
    background-color: #f6f6f6;
}

.xinxi .aizhan {
    margin-top: 4px;
    max-width: 100%;
    width: auto !important;
}

.kzbtn {
    width: 260px;
    margin: 0 auto;
    overflow: hidden;
}

.kzbtn .wzzd {
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin: 10px 10px 0;
    border-radius: 5px;
    text-align: center;
    background: #1C86EE;
    float: left;
}

.kzbtn .sqsl {
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin: 10px 10px 0;
    border-radius: 5px;
    text-align: center;
    background: #f49307;
    float: left;
}

.kzbtn a {
    color: #fff;
}


.guanwang {
    position: relative;
    display: inline-block;
    border-radius: 2px;
    margin-left: 4px;
    padding: 0 4px;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    background-color: #1da91c;
    color: #fff;
    top: -2.5px;
}

.dnwu {
    display: none;
}

@media (max-width:1200px) {

    .main,
    .slpage {
        width: 100%;
    }
}

@media (max-width:768px) {
    .Jackso {
        padding: 0 10px;
        max-width: 100%;
        width: auto;
    }

    .headso .search {
        width: 100%;
        float: unset;
        display: block;
    }

    .search form {
        margin-right: 0 !important;
        width: auto !important;
    }

    .Jackso .sohot li {
        margin-right: 0;
        padding: 0;
        width: 100%;
    }

    .Jackso .sohot ul {
        width: calc(100%);
    }

    .list,
    .sidebar,
    .pager {
        margin: 10px auto;
        padding-left: 0;
        width: 100%;
    }

    .list .text .fenge {
        margin: 14px 0 0;
    }

    .urls input.z_meta {
        width: 70%;
    }

    .urls span.clickButton {
        width: 30%;
    }

    .Jackso .sohot .newzuo {
        width: 100%;
    }

    .Jackso .nav li {
        width: 33%;
    }

    .dnwu {
        display: block;
    }

    .sjwu {
        display: none;
    }
}

@media (max-width:520px) {
    .xiangguan>ul {
        width: calc(100% + 6px);
    }
    .xiangguan>ul>li {
        width: calc(100% - 10px);
    }
}