@charset "utf-8";
/**
爱站云 aizhancloud.com
扒css没关系，但是给我留一个链接，谢谢
**/

/** 共用css **/

* {
    margin: 0;
    padding: 0
}

body {
    font: 14px "微软雅黑", Arial, Helvetica, sans-serif;
    color: #555;
    background: #f5f5f5;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #555
}

p {
    line-height: 1.8;
}

blockquote {
    font-size: 14px;
    margin: 10px 0;
    padding: 10px;
    ;
    background-color: #f6f6f6;
}

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: 950px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.header {
    text-align: center;
    background-color: #fff;
}

.header .logo {
    padding: 30px 20px 0;
}

.header p {
    padding: 10px 0;
}

.nav {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #004c98;
    background-color: #fff;
    overflow: hidden;
}

.navbox {
    overflow-x: scroll;
    overflow-y: hidden;
}

.navbox ul {
    display: flex;
}

.nav li {
    float: left;
    white-space: nowrap;
}

.nav li.active {
    cursor: default;
    background: #004c98;
}

.nav li a {
    padding: 0 20px;
    width: 100%;
    font-size: 16px;
    color: #333;
}

.nav li.active a {
    color: #fff;
}

.zuo {
    float: left;
}

.you {
    float: right;
}

.list li {
    margin-top: 10px;
    padding: 20px;
    background-color: #fff;
    overflow: hidden;
}

.list .img {
    margin-right: 20px;
    float: left;
    width: auto;
    height: 140px;
}

.list .img img {
    width: 200px;
    height: 140px;
    object-fit: cover;
}

.list h2 {
    font-size: 1.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list .txt h2 {
    margin: -2px 0 10px 0;
}

.list .dantxt h2 {
    margin: 0;
}

.list .dantxt span {
    font-size: 14px;
    height: 28px;
    line-height: 28px;
}

.list .dantxt .text {
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list .autor {
    margin-top: 6px;
}

.news, .main, .xg, .comment, .sx {
    margin: 10px 0;
    padding: 20px;
    background-color: #fff;
    overflow: hidden;
}

.main .autor {
    margin-top: 10px;
}

.news img {
    max-width: 40%;
    height: auto;
}

.news .about {
    font-size: 14px;
    padding: 10px 20px;
    background-color: #f6f6f6;
}

.footer {
    padding: 20px;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
}

.msg {
    margin-bottom: 10px;
    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 6px 0 30px;
}

.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%;
}

.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%;
}

.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;
}

.search p {
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ced4da;
}

.search form {
    display: flex;
    background-color: #fff;
}

.search form input {
    flex: 1 1 auto;
    padding: .375rem .75rem;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.search form button {
    border: 1px solid transparent;
    margin-left: -1px;
    color: #757575;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    border-color: #ced4da;
    background-color: #fff;
}

.links {
    margin: 10px 0;
    padding: 10px;
    background-color: #fff;
    overflow: hidden;
}

.links li {
    margin-right: 10px;
    float: left;
}

.ad {
    margin: 10px 0;
    padding: 10px;
    background-color: #fff;
    overflow: hidden;
}

.dnwu {
    display: none;
}

@media screen and (max-width:992px) {
    .list .img {
        margin-right: 0;
    }
    .list .img {
        width: 100%;
    }
    .list .img img {
        width: 100%;
    }
    .list .txt h2 {
        padding-top: 10px;
        clear: both;
    }
    .news img {
        max-width: 100%;
    }
    .comments .pl-inp .inpVerify input,.list .dantxt .text {
        width: 60%;
    }
    .dnwu {
        display: block;
    }
    .sjwu {
        display: none;
    }
}