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

body {
    font: 14px "微软雅黑", Arial, Helvetica, sans-serif;
    color: #555;
    background: #f7f7f7;
}

table th, table td {
    border: 1px solid #f2f2f2;
    padding: 5px
}

blockquote {
    font-size: 14px;
    padding: 10px 20px;
    margin: 0 0 20px;
    background-color: #f6f6f6;
    border-left: 5px solid #eee;
}

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

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

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

.container {
    max-width: 1140px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.main {
    overflow: hidden;
}

.header {
    margin-bottom: 10px;
    width: 100%;
    height: 60px;
    background-color: #fff;
}

.header .logo {
    margin-top: 5px;
    max-width: 240px;
    max-height: 50px;
    float: left;
}

.header .logo h1 {
    height: 50px;
    line-height: 50px;
}

.header .soso form {
    margin-top: 15px;
    float: right;
    width: 30%;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #333;
}

.header .soso input[type="text"] {
    line-height: 28px;
    height: 28px;
    background: 0 0;
    width: 75%;
    float: left;
    padding-left: 1%;
    clear: left;
    border: 0px;
}

.header .soso input[type="submit"] {
    color: #FFFFFF;
    float: right;
    height: 30px;
    width: 20%;
    border: 0px;
    background-color: #333;
}

.nav {
    display: flex;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #fff;
}

.nav ul {
    width: 100%;
}

.nav li {
    width: 10%;
    float: left;
    list-style-type: none;
    text-align: center;
    position: relative;
}

.nav a {
    padding: 10px 0;
    display: block;
    font-size: 1em;
    overflow: hidden;
    color: #686868;
}

.nav ul li ul {
    display: none;
    position: absolute;
    z-index: 10000;
    background-color: #fff;
}

.nav ul li:hover, .nav ul li a:hover, .nav ul li a:active {
    color: red;
    background-color: #f1f1f1;
}

.nav ul li:hover ul, .nav ul li a:hover ul, .nav ul li a:active ul {
    display: block;
}

.nav ul li ul li {
    width: 100%;
}

.blogzuo {
    float: left;
    width: 70%;
    overflow: hidden;
}

.list li {
    margin-bottom: 10px;
    overflow: hidden;
    padding: 20px;
    background: #fff
}

h3.blogtitle {
    margin: -10px 0 10px;
    line-height: 30px;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.blogpic {
    overflow: hidden;
    width: 30%;
    max-height: 150px;
    display: block;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
}

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

.autor span {
    margin-right: 10px;
    padding-left: 20px;
}

.autor span a {
    color: #096;
}

.autor span a:hover {
    text-decoration: underline
}

.lm {
    background: url(../../../theme/Jackblog/style/img/newsbg01.png) no-repeat left center
}

.dtime {
    background: url(../../../theme/Jackblog/style/img/newsbg02.png) no-repeat left center
}

.viewnum {
    background: url(../../../theme/Jackblog/style/img/newsbg04.png) no-repeat left center
}

.blogpic img {
    width: 100%;
}

.bloginfo p {
    color: #888;
    line-height: 24px
}

.blogyou {
    float: right;
    width: 28%;
}

.about {
    overflow: hidden;
    margin-bottom: 10px;
}

.avatar {
    margin: 80px auto 20px;
    width: 100px;
}

.avatar img {
    width: 100px;
    border-radius: 50%
}

.abname {
    color: #3f3f3f;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center
}

.abposition {
    color: #1abc9c;
    text-align: center
}

.abtext {
    padding: 10px 20px;
    color: #9a9a9a;
    line-height: 26px;
    text-align: center;
}

.readmore {
    float: right;
}

dl {
    padding: 10px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
}

dt {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: -5px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
    color: #000;
}

dd {
    margin-top: 5px
}

dd ul {
    padding-left: 0;
}

dd ul li {
    float: left;
    font-size: 12px;
    overflow: hidden;
    margin: 4px 4px 0 0;
    list-style-type: none;
}

#divTags ul li a {
    display: block;
    padding: 4px;
    overflow: hidden;
    border-radius: 2px;
}

#divTags .tags1 {
    background-color: #d9f2fb;
    color: #1aa9fb;
}

#divTags .tags2 {
    background-color: #d9fcda;
    color: #3ab14a;
}

#divTags .tags3 {
    background-color: #fff3d0;
    color: #f67c23;
}

#divTags .tags4 {
    background-color: #f8cbff;
    color: #a123db;
}

#divTags .tags5 {
    background-color: #bbf1f2;
    color: #04839d;
}

#divTags .tags6 {
    background-color: #ffdede;
    color: #e84f4f;
}

#divTags .tag-count {
    display: none;
}

#tbCalendar {
    width: 100%;
}

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

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

#tbCalendar tbody tr td a {
    color: #f00;
}

#divCatalog ul {
    text-align: center;
}

#divCatalog ul li {
    width: 45%;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    background: #f6f6f6;
    border: 1px solid #ddd;
}

#divCatalog ul li:nth-child(2n) {
    margin-right: 0;
}

#divPrevious ul li {
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.function_c form {
    margin-top: 10px;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #333;
}

.function_c input[type="text"] {
    line-height: 28px;
    height: 28px;
    background: 0 0;
    width: 72%;
    float: left;
    padding-left: 1%;
    clear: left;
    border: 0px;
}

.function_c input[type="submit"] {
    color: #FFFFFF;
    float: right;
    height: 30px;
    width: 25%;
    border: 0px;
    background-color: #333;
}

.pager {
    margin: 20px;
    text-align: center;
}

.pager li {
    display: inline;
}

.pager li a {
    display: inline-block;
    padding: 5px 12px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li span {
    padding: 5px 12px;
    background-color: #eee;
    border-radius: 15px;
}

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

.xiangguan {
    margin-bottom: 10px;
    padding: 10px;
    line-height: 1.8;
    background-color: #fff;
    overflow: hidden;
}

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

.xiangguan>ul>li {
    width: calc(50% - 10px);
    float: left;
    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;
}

.footer {
    margin-top: 10px;
    padding: 20px 0;
    width: 100%;
    color: #a5a4a4;
    text-align: center;
    background: #333;
}

.footer a {
    color: #a5a4a4
}

.dnwu {
    display: none;
}

.news {
    background: #FFF;
    padding: 20px;
}

.news title {
    font-size: 24px;
    font-weight: normal;
    padding: 20px 0;
    color: #333;
}

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

.news .infos {
    line-height: 24px;
    text-align: justify;
}

.news .infos p, .news .infos p img {
    margin-bottom: 10px;
}

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

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

.infos ul {
    padding-left: 40px;
}

.infos ol {
    padding-left: 40px;
}

.blogzuo .bg {
    background-color: #fff;
}

.blogzuo .xg, .blogzuo .comment {
    margin: 10px 0;
    padding: 10px;
}

.blogzuo .xg p {
    padding: 5px 10px;
}

.blogzuo .comment {
    overflow: hidden;
}

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

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

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

.form-text {
    margin: 0 10px;
}

.hotlist {
    margin-top: 10px;
}

.links {
    padding: 10px;
    overflow: hidden;
    background-color: #fff;
}

.links ul li {
    float: left;
    margin: 5px;
    list-style-type: none;
}

.bk_404 {
    margin-bottom: 10px;
    text-align: center;
    background-color: #fff;
}

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

.bk_404 p {
    font-size: 16px;
    padding-bottom: 10px;
}

.bk_404 p a {
    color: #f00;
}

.hdp {
    padding: 5px;
    margin-bottom: 10px;
    background-color: #fff;
    overflow: hidden;
}

.hdp li img {
    width: 100%;
    height: 140px;
}

.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
    z-index: 1;
    max-width: 100%;
    height: 140px;
}

.bx-wrapper img {
    width: 100%;
    display: block;
}

.bx-wrapper .bx-pager {
    position: relative;
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    margin-top: -30px;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(img/netx.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(img/netx.png) no-repeat 0 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.search {
    padding: 10px;
}

.search .searchbox .clearbtn {
    position: absolute;
    z-index: 5;
    width: 0.75rem;
    height: 0.75rem;
    display: none;
}

#edtSearch {
    border-color: #129557;
    padding-right: 1rem;
    border: 1px solid #129557;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
}

#searchbtn {
    border-color: #129557;
    color: #129557;
    background-color: #fff;
}

.input-group {
    position: relative;
    display: flex;
}

.input-group-append {
    margin-left: -1px;
}

.input-group>.form-control {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
}

.btn {
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e5e9ef;
    resize: vertical;
}

.blogtop {
    bottom: 100px;
    position: fixed;
    right: 10px;
    color: #000 !important;
    background: #ddd;
    border-radius: 2px;
}

.blogtop img {
    padding: 8px 8px 4px;
    width: 40px;
    height: 40px;
}

@media screen and (max-width: 992px) {
    .header {
        height: auto;
        text-align: center;
        overflow: hidden;
    }
    .header .logo,.header .soso {
        margin: 10px 0;
        width: 100%;
        max-width: 100%;
    }
    .header .soso form {
        margin: 10px 20px 20px;
        float: right;
        width: 90%;
        height: 30px;
        border-radius: 2px;
        border: 1px solid #333;
    }
    .nav li {
        width: 29.5%;
        margin: 0 5px;
    }
    .nav li ul li {
        margin: 0;
    }
    .nav a {
        padding: 10px 0;
        display: block;
        font-size: 1em;
        overflow: hidden;
    }
    .blogpic {
        width: 140px;
        height: 100px;
        margin-right: 10px;
    }
    h3.blogtitle {
        margin: 0;
        padding-bottom: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .bloginfo p {
        height: 100px;
        overflow: hidden;
    }
    .readmore {
        width: 100%;
        text-align: center;
        background: #f2f2f2;
        padding: 10px 0 !important;
        margin: 20px 0 0 0 !important;
    }
    .blogzuo, .blogyou {
        width: 100%;
    }
    .blogtop img {
        width: 20px;
        height: 20px;
    }
    .dnwu {
        display: block;
    }
    .sjwu {
        display: none;
    }
}

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