@charset 'utf-8';
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

main,
article,
section,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu {
    display: block
}

img,
body,
html {
    border: none;
}

html,
body {
    background-color: #E1E0C7;
}

ol,
ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

input,
textarea {
    outline: 0;
}

body {
    font-family: 微软雅黑, Arial, Helvetica;
    font-size: 12px;
    line-height: 22px;
    margin: 0px;
    background-attachment: fixed;
}

a {
    color: #19537D;
    text-decoration: none;
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

.p-15 {
    padding: 15px;
    box-sizing: border-box;
}

.p-20 {
    padding: 20px;
    box-sizing: border-box;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.fix {
    *zoom: 1;
}

.fix:before,
.fix:after {
    content: "";
    display: table;
}

.fix:after {
    clear: both;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.main-box {
    position: relative;
    top: 64px;
    margin-bottom: 84px;
}

.container {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #5D6146;
    color: #999;
    z-index: 9999;
}

.header-l {
    display: flex;
    margin-left: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.header-l .logo a,
.header-l .logo img,
.header-l .logo h1 {
    font-size: 26px;
    color: #F0EFE2;
    font-weight: bold;
    width: auto;
    display: block;
    overflow: hidden;
    max-height: 44px;
}

.header-l .logo a:hover {
    text-decoration: none;
}

.navbar {
    margin-left: 30px;
}

.navbar>ul>li {
    position: relative;
    display: inline-block;
}

.navbar>ul>li a {
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    position: relative;
    padding: 0 18px;
    -webkit-transition: ease-in color .15s;
    transition: ease-in color .15s;
}

.navbar>ul>li>a>i {
    position: absolute;
    top: 50%;
    right: 1px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: url(../images/bottom.svg) 0 0 no-repeat;
    background-size: 14px;
    display: inline-block;
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
}

.navbar>ul>li:hover>a>i.nav-svg {
    transform: rotate(180deg);
}

.navbar>ul>li>ul {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 100px;
    margin-left: -50px;
    z-index: 99;
    padding: 5px 0;
    white-space: nowrap;
    background-color: #757863;
    border-radius: 3px;
    border: 1px solid #757863;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
}

.navbar>ul>li>ul>li {
    line-height: 38px;
    text-align: center;
    position: relative;
}

.navbar>ul>li>ul:before {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #757863;
    border: 1px solid #757863;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    top: -7px;
    margin-left: -7px;
}

.navbar>ul>li:hover>ul {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.navbar>ul>li.navbarOn {
    background-color: #757863;
}

.navbar>ul>li.navbarOn:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 3px solid #F0EFE2;
}

.header-r .search {
    position: relative;
    max-width: 536px;
    width: 260px;
}

.header-r .search input[name="q"] {
    width: 100%;
    padding: 0 70px 0 10px;
    height: 32px;
    outline: 0;
    border-right: 0;
    box-sizing: border-box;
    border: solid 1px #C8C7BC;
    background-color: #FBFAF6;
    color: #0F1600;
}

.header-r .search input[name="s"] {
    position: absolute;
    right: 0;
    top: 6px;
    cursor: pointer;
    width: 60px;
    line-height: 32px;
    height: 32px;
    background: #9a9c9e;
    color: #fff;
    outline: 0;
    border: 0;
}

.section {
    width: 670px;
    float: left;
}

.aside {
    width: 300px;
    float: right;
}

.article .content {
    color: #333;
    line-height: 28px;
    font-size: 15px;
    margin: 10px 0;
    word-break: break-all;
}

.article .content blockquote {
    display: block;
    width: 100%;
    padding: 5px 20px;
    box-sizing: border-box;
    border-left: 4px solid #616161;
    background-color: #d6d5c0;
    font-weight: 400;
    font-size: 1.099em;
    line-height: 18px;
}

.article .content p {
    color: #333;
    line-height: 28px;
    font-size: 15px;
    margin: 8px 0;
    word-break: break-all;
}

.article .content>* {
    margin: 8px 0;
}

.aside .sideTitle {
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.cont .liketitle:before,
.aside .sideTitle:before {
    content: '';
    border-left: 3px solid #a2c241;
    padding-left: 8px;
    border-radius: 1px;
}

.aside .sideMingju li {
    height: auto !important;
    line-height: 200%;
    overflow: hidden;
    border-bottom: 1px dashed #DAD9D1;
    padding-bottom: 7px;
}

.aside .sideMingju,
li:last-child {
    border: 0;
}

.aside .sideMingju .mjtitle2 {
    color: #999999;
    font-size: 12px;
    display: block;
}

.aside .sideTags {
    height: auto;
    overflow: hidden;
}

.aside .sideTags>a {
    display: inline-block;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    width: 76px;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #DAD9D1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 2px;
    box-sizing: border-box;
}

.aside .widget>ul>li {
    margin: 5px 0;
    overflow: hidden;
    line-height: 26px;
    height: 26px;
}

.aside .widgetDiv table {
    width: 100%;
    text-align: center;
}

.aside .widgetDiv table>tbody a {
    color: #ff2292;
    font-weight: bold;
    text-decoration: underline;
}

.aside .widgetDiv>form {
    position: relative;
    display: block;
}

.aside .widgetDiv>form>input[name="q"] {
    width: 100%;
    min-width: 100%;
    padding: 0 10px;
    height: 33px;
    outline: 0;
    border-right: 0;
    box-sizing: border-box;
    line-height: 30px;
    border: solid 1px #C8C7BC;
    background-color: #FBFAF6;
    color: #0F1600;
}

.aside .widgetDiv>form>input[name="s"] {
    position: absolute;
    right: 0;
    cursor: pointer;
    width: 60px;
    line-height: 33px;
    height: 33px;
    background: #9a9c9e;
    color: #fff;
    outline: 0;
    border: 0;
    border-left: none;
}

.item-box {
    position: relative;
    height: auto;
    background-color: #F0EFE2;
    overflow: hidden;
    border: 1px solid #C8C7BC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.item-box .istop {
    position: absolute;
    right: 0;
    top: 0;
}

.item-box .tag::before {
    content: '';
    display: block;
    padding-top: 8px;
    margin-top: 10px;
    border-top: 1px solid #DAD9D1;
    overflow: hidden;
}

.item-box .tag p,
.item-box .tag a {
    display: inline-block;
    color: #999999;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
}

.item-box .tag a:nth-child(1n+2) {
    margin-left: 3px;
}

.cont {
    height: auto;
    font-size: 14px;
    box-sizing: border-box;
    line-height: 200%;
    overflow: hidden;
}

.cont h1.title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    height: 22px;
    font-weight: bold;
    overflow: hidden;
}

.cont h2.title {
    height: 30px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.cont h3.title {
    font-size: 18px;
    line-height: 22px;
    height: 22px;
    margin-bottom: 5px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cont .source {
    margin-bottom: 10px;
    font-size: 12px;
    color: #65645F;
}

.cont time {
    float: right;
}

.cont div.authorPic {
    float: left;
    width: 105px;
    height: 150px;
    margin-top: 2px;
    margin-right: 20px;
}

.cont div.authorPic img {
    width: 105px;
    height: 150px;
    object-fit: cover;
}

.cont .liketitle {
    font-size: 20px;
    font-weight: bold;
}

.cont .mingju li {
    border-bottom: 1px dashed #DAD9D1;
    padding-bottom: 7px;
}

.cont .mingju li:last-child {
    border: 0;
    padding-bottom: 0;
}

.yizhu {
    width: 160px;
    height: 30px;
    float: right;
}

.yizhu img {
    float: right;
    cursor: pointer;
    margin-left: 15px;
    width: 25px;
    height: 25px;
}

.postPage .title,
.postPage .source {
    text-align: center;
}

.catescreen .tool {
    height: 32px;
    clear: both;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 3px;
}

.catescreen .tool img {
    width: 20px;
    height: 20px;
}

.catescreen .tool div:nth-child(1n+2) {
    margin-left: 20px;
}

.catescreen .tool .ftool {
    height: 30px;
}

.catescreen .tool div:last-child a {
    float: right;
    height: 19px;
    line-height: 19px;
    width: 34px;
    border: 1px solid #C5C5C5;
    color: #aeaeae;
    text-align: center;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.catescreen .son1 {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #DAD9D1;
}

.catescreen .son2 {
    border-bottom: 1px dashed #DAD9D1;
    padding: 10px 0;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    color: #333;
    font-size: 1.1em;
    line-height: 26px;
}

.catescreen .son2:last-child {
    border: 0;
    padding-bottom: 0;
}

.catescreen .son1 .rightPage {
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: #999999;
}

.catescreen .son1 h2 {
    display: inline;
}

.catescreen .son2 .sleft {
    width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.catescreen .son2 .sleft span {
    margin-top: 14px;
    font-size: 14px;
}

.catescreen .son2 .sright {
    margin-left: 55px;
    padding-right: 20px;
    width: auto;
    overflow: hidden;
    display: block;
    position: relative;
}

.catescreen .son2 .sright span {
    color: #B00815;
    float: left;
    margin-right: 20px;
    display: block;
}

.catescreen .son2 .sright a {
    margin-right: 20px;
    float: left;
    display: block;
    color: #19537D
}

.catescreen .toggleBtn {
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 11;
    display: block;
    height: 47px;
    width: 35px !important;
    line-height: 47px;
    color: #6c6c6c;
}

.shadeLoad {
    z-index: 100;
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 22px;
    background: url(https://song.gushiwen.cn/siteimg/morebg.png) repeat-x;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.LoadMetas {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: #f0efe2;
    color: #19537D;
    cursor: pointer;
}

.AjaxLoadMetas {
    text-align: center;
    width: 100%;
    display: block;
    color: #19537D;
    cursor: pointer;
}

.comInfo li {
    width: 50%;
    margin-bottom: 10px;
    float: left;
}

.comInfo li:nth-child(2n)>.commBorder {
    margin-right: 0;
}

.commBorder {
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
}

.commBorder:hover,
.comInfo textarea:hover {
    border: 1px solid #d6d6d6;
}

.comInfo input {
    padding: 10px;
    height: 35px;
    line-height: 35px;
    width: 100%;
    border: 0;
    box-sizing: border-box;
}

.comInfo li img {
    width: auto;
    position: absolute;
    top: 1px;
    right: 2px;
    height: 33px;
    cursor: pointer;
}

.comInfo textarea {
    resize: none;
    width: 100%;
    height: 130px;
    border-radius: 3px;
    line-height: 180%;
    border: 1px solid #ddd;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.comInfo button {
    color: #fff;
    background-color: #60abc7;
    height: 33px;
    width: 88px;
    border: 1px solid #e5e5e5;
    outline: 0;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 5px;
}

.comList ul {
    border: 1px solid #dedede;
    padding: 6px 10px;
    margin-top: 5px;
}

.commentinfo {
    padding: 5px;
}

.commentname>span {
    color: #0051ca;
    margin-right: 10px;
}

.commentname>small>span {
    margin-left: 20px;
}

.comalt {
    color: #ad6262;
    margin-right: 5px;
}

.linksList li {
    float: left;
    margin-right: 10px;
    line-height: 2;
    font-size: 13px;
}

.pagebar {
    height: auto;
    background-color: #F0EFE2;
    border: 1px solid #C8C7BC;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px;
    text-align: right;
}

.pagebar span,
.pagebar a {
    font-size: 14px;
    padding: 0 12px;
    display: inline-block;
    border: 1px solid #e0e0e0;
    color: #333;
    margin: 5px 0 5px 7px;
    line-height: 32px;
    border-radius: 2px;
}

.pagebar a:hover {
    background: #f60;
    color: #fff;
    text-decoration: none;
}

.nowPage {
    border: 0 !important;
    color: #f60 !important;
    font-weight: 600;
}

.footer {
    overflow: hidden;
    border-top: 1px solid #C8C7BC;
    width: 1000px;
    margin: auto;
    margin-top: 20px;
    color: #676767;
    padding: 15px 0;
    text-align: center;
    box-sizing: border-box;
}

.footer a {
    color: #676767;
}

.gotop {
    text-align: center;
    position: fixed;
    z-index: 55;
    right: 20px;
    bottom: 50px;
}

.gotop svg {
    fill: #0051ca;
    width: 40px;
    height: 50px;
    opacity: 0.9;
}

.gotop svg:hover {
    fill: #3a5e94;
    opacity: 1;
    cursor: pointer;
}

.m-nav-btn,
.m-search-btn {
    display: none;
}

@media screen and (max-width:1000px) {
    .container {
        width: 100%;
    }
    .header .header-l {
        width: 100%;
        margin: 0;
    }
    .navbar .search {
        position: relative;
        text-align: left;
        width: 100%;
        padding: 0;
    }
    .header .header-r {
        display: none;
        position: absolute;
        top: 0;
        left: 60px;
        right: 60px;
        text-align: center;
    }
    .header-r .search {
        min-width: 100%;
        width: 100%;
    }
    .header-r .search input[name="s"] {
        top: 7px;
    }
    .m-search-btn {
        display: block;
        position: absolute;
        top: 6px;
        right: 10px;
        height: 32px;
        width: 32px;
        cursor: pointer;
    }
    .m-nav-btn {
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        left: 5px;
        background: url(../images/menu.svg) no-repeat;
        cursor: pointer;
        background-size: 30px;
    }
    .m-nav-off {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        overflow: scroll;
        z-index: 990;
        display: none;
    }
    .navbar>ul>li.navbarOn {
        background: none;
    }
    .navbar {
        position: fixed;
        top: 0;
        bottom: 60px;
        left: -220px;
        display: block;
        font-weight: 400;
        min-width: 150px;
        max-width: 80%;
        width: 220px;
        height: 100%;
        margin: 0;
        background: #fff;
        overflow-y: auto;
        z-index: 999;
    }
    .navbar>ul>li {
        display: block;
    }
    .navbar>ul>li a {
        font-size: 16px;
        color: #000;
        text-align: left;
        border-bottom: 1px solid #eee;
        padding: 0 25px;
        box-sizing: border-box;
        line-height: 48px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
    }
    .navbar>ul>li>a>i {
        display: none;
    }
    .navbar>ul>li.navbarOn:before {
        border-bottom: 0;
    }
    .navbar>ul>li ul {
        display: none;
        width: 100%;
        position: static;
        background: #dcdcdc;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: unset;
        text-align: left;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
    }
    .navbar>ul>li>ul:before {
        background: none;
        border: 0;
        padding: 0;
        margin: 0;
    }
    .navbar>ul>li>ul>li a {
        text-indent: 1em;
    }
    .navbar>ul>li .toggleNavBtn {
        display: block;
        height: 48px;
        width: 48px;
        line-height: 48px;
        color: #fff;
        position: absolute;
        text-align: center;
        top: 0;
        right: 0;
        cursor: pointer;
        z-index: 11;
    }
    .m-circle-nav {
        width: 48px;
        height: 48px;
        left: 0;
        top: 0;
        cursor: pointer;
    }
    .circle-down {
        position: absolute;
        background: url(../images/down.svg) 9px no-repeat;
        background-size: 30px;
    }
    .circle-up {
        position: absolute;
        background: url(../images/up.svg) 9px no-repeat;
        background-size: 30px;
    }
    .section {
        width: 100%;
    }
    .item-box {
        margin-left: 5px;
        margin-right: 5px;
    }
    .aside {
        display: none;
    }
    .pagebar {
        margin-left: 5px;
        margin-right: 5px;
    }
    .footer {
        width: 100%;
        padding: 10px;
    }
    .comInfo li {
        width: 100%;
    }
    .comInfo li>.commBorder {
        margin-right: 0;
    }
    .gotop {
        width: 35px;
        height: 35px;
    }
    .gotop svg {
        width: 30px;
        height: 30px;
    }
}