html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: Consolas, Microsoft YaHei, sans-serif
}

body {
    margin: 0;
    font-size: 16px;
    color: #3e3e3e;
    line-height: 1.6;
    word-spacing: 0;
    letter-spacing: 0;
    background: #fafafa 0 0 repeat
}

p {
    margin: 1.5em 0;
    line-height: 1.8;
    letter-spacing: .02em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1em 0;
    font-weight: 700
}

h1 {
    font-size: 1.8em
}

h2 {
    font-size: 1.6em
}

h3 {
    font-size: 1.4em
}

h4 {
    font-size: 1.2em
}

h5 {
    font-size: 1em
}

h6 {
    font-size: 1em
}

ol,
ul {
    padding-left: 32px
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

li {
    margin-bottom: .5em
}

code,
pre {
    margin-bottom: 30px;
    font-family: Courier, Monaco, Terminal, monospace, Consolas, Inconsolata
}

pre {
    color: #222;
    overflow: auto;
    font-size: 13px;
    padding: 16px 12px;
    text-shadow: none;
    background: #fff;
    border: solid 1px #f2f2f2
}

code {
    color: #e96900;
    font-size: 14px;
    border-radius: 4px;
    background: #f8f8f8;
    word-wrap: break-word;
    border: solid 1px #dbe7f3
}

pre code {
    border: 0;
    color: #2879d0;
    background: #fff;
    word-spacing: 0;
    letter-spacing: 0
}

blockquote {
    display: block;
    padding: 15px 0.9rem;
    font-size: 1.0em;
    padding-right: 15px;
    margin: 15px 0px 15px 10px;
    color: #4D2673;
    border-left: 3px solid #926DB6;
    background: #F7F5FA;
    overflow: auto;
    word-wrap: normal;
    word-break: normal
}

blockquote p {
    margin: 0
}

a {
    color: #1e6bb8;
    text-decoration: none;
    word-wrap: break-word;
    background-color: transparent
}

b,
strong {
    font-weight: 700
}

em {
    font-style: italic
}

del {
    font-style: italic
}

strong em {
    font-weight: 700
}

hr {
    height: 1px;
    margin: 1.5rem 0;
    border: 0;
    border-top: 1px dashed #a5a5a5
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

figcaption {
    margin-top: 10px;
    text-align: center;
    color: #999;
    font-size: .7em
}

table {
    display: table;
    width: 100%;
    text-align: left
}

tbody {
    border: 0
}

table tr {
    border: 0;
    border-top: 1px solid #ccc;
    background-color: #fff
}

table tr td,
table tr th {
    font-size: 1em;
    border: 1px solid #ccc;
    padding: .5em 1em;
    text-align: left
}

table tr th {
    font-weight: 700;
    background-color: #f0f0f0
}

header {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #2e7bcf 0 0 repeat-x;
    border-bottom: solid 1px #275da1
}

header h1 {
    width: 540px;
    margin-top: 0;
    margin-bottom: .2em;
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    letter-spacing: -1px;
    font-family: STXinwei, Helvetica, Arial, serif
}

header h2 {
    width: 540px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
    color: #9ddcff;
    letter-spacing: 0;
    font-family: STXinwei, Helvetica, Arial, serif
}

.header {
    background: #2e7bcf 0 0 repeat-x;
    border-bottom: solid 1px #275da1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6
}

.header .site {
    float: left;
    font-size: 28px;
    font-weight: 700;
    line-height: 52px;
    font-family: STXinwei, Helvetica, Arial, serif;
    color: #fff
}

.header-menu {
    float: right;
    margin-left: 5px;
    font-size: 16px
}

.header-menu li,
.header-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.header-menu>ul>li {
    float: left;
    margin-left: 40px;
    position: relative
}

.header-menu>ul>li a {
    display: block;
    line-height: 52px
}

.header-menu a {
    color: #fff
}

.header-menu li.current-menu-item a {
    color: #9ddcff;
    font-weight: 700
}

.header-menu a:hover {
    opacity: .8
}

.media-body {
    margin: 0px 0px 30px 0px;
}

.media-body .listtitle {
    /*background-color: yellow;*/
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

.media-body .listtitle a:link {
    color:#292929;
    text-decoration: none;
}
.media-body .listtitle a:visited {
    color:#292929;
    text-decoration: none;
}
.media-body .listtitle a:hover {
    color:#292929;
    text-decoration: underline;
}
.media-body .listtitle a:active {
   color:#292929;
   text-decoration: underline; 
}


.date {
    /*background-color: red;*/
    height: auto;
    margin: 0px 0px 5px 0px;
    color: #8F8F8F;
}
.media-body .more-link {
    margin: 5px 0px 0px 0px;
}

.more-link a:link {
    color:#5FCB71;
    text-decoration:none;
}
.more-link a:visited {
    color:#5FCB71;
    text-decoration:none;
}
.more-link a:hover {
    color:#5FCB71;
    text-decoration:underline;
}
.more-link a:active {
    color:#5FCB71;
    text-decoration:underline;
}


aside#sidebar {
    float: right;
    font-size: 14px;
    line-height: 1.3;
    background: transparent 0 0 no-repeat
}

aside#sidebar blockquote {
    padding: 0 0 0 10px;
    margin: 15px 0;
    font-size: 15px;
    background: #fafafa;
    border-left: 10px solid #e9e9e9
}

aside#sidebar a.button {
    display: block;
    color: #fff;
    height: 38px;
    padding-top: 16px;
    padding-left: 48px;
    background: transparent 0 0 no-repeat
}

.clearfix:after {
    display: block;
    content: "";
    clear: both
}

.container {
    position: relative;
    margin: 0 auto
}

#content-wrap {
    margin-top: 30px;
    margin-bottom: 20px;
    min-height: calc(100vh - 310px)
}

#content-wrapper {
    margin-top: 80px;
    margin-bottom: 20px;
    min-height: calc(100vh - 160px)
}

#main-content {
    float: left
}

#main-content img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

#art-title {
    display: block;
    text-align: left;
    margin: 0 0 10px 0;
    padding-bottom: 0px;
    font-family: Courier, Helvetica, Arial, serif
}

.footer {
    font-size: 13px;
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
    padding: 16px;
    color: #8c8c8c
}

.footer a {
    color: #8c8c8c
}

.footer a:hover {
    color: #2879d0
}

.footer .copy {
    float: left;
    line-height: 25px
}

.footer .link {
    float: right
}

.footer .link a {
    display: inline;
    border-radius: 50%;
    margin-left: 10px;
    text-align: center;
    line-height: 24px;
    opacity: .9;
    transition: .3s
}

.nav-cell {
    margin-bottom: 20px
}

.nav-cell h2 {
    font-size: 16px;
    color: #3b2c28;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 22px
}

.nav-list-title {
    text-align: center;
    padding: 8px 15px;
    letter-spacing: 2px;
    background-color: #3f51b5;
    color: #fff;
    border-radius: 5px;
    text-shadow: #666 1px 1px 1px;
    box-shadow: #666 1px 1px 2px
}

.nav-list,
.nav-list-art {
    margin-left: -10px;
    margin-right: -10px;
    list-style: none;
    padding: 0
}

.nav-list li {
    box-sizing: border-box;
    width: 25%;
    padding: 10px;
    float: left
}

.nav-list-art li {
    box-sizing: border-box;
    width: 50%;
    padding: 10px;
    float: left
}

.nav-item {
    padding: 15px;
    background: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .03);
    border-radius: 5px;
    display: block;
    transform: translateY(0);
    transition: .3s
}

.nav-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .03)
}

.nav-item:hover .nav-name {
    color: #ff7349
}

.nav-item .nav-img {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.nav-item .nav-img-default {
    background-image:
}

.nav-item .nav-name {
    font-size: 15px;
    color: #3b2c28;
    font-weight: 700;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: .3s
}

.nav-item p {
    font-size: 12px;
    color: #8c8c8c;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media only screen and (min-width:1200px) {
    .container {
        width: 1100px
    }

    #main-content {
        width: 750px
    }

    aside#sidebar {
        width: 300px
    }
}

@media only screen and (min-width:769px) and (max-width:1199px) {
    .container {
        width: 730px
    }

    #main-content {
        width: 490px
    }

    aside#sidebar {
        width: 230px
    }

    .nav-list li {
        width: calc(100%/3)
    }
}

@media only screen and (max-width:768px) {
    header {
        padding-top: 0;
        padding-bottom: 52px
    }

    header h1 {
        width: 100%;
        float: left;
        font-size: 28px;
        font-weight: 700;
        line-height: 52px;
        text-align: center
    }

    header h2 {
        display: none
    }

    .container {
        width: 93%
    }

    #main-content,
    aside#sidebar {
        float: none;
        width: 100%
    }
}

@media (max-width:768px) {
    .header {
        position: static
    }

    .header-menu {
        margin: 0;
        text-align: right;
        float: none
    }

    .header-menu>ul>li {
        float: none;
        display: inline-block;
        margin: 0 10px
    }

    #content-wrapper {
        margin-top: 10px;
        margin-bottom: 0
    }

    .nav-list li {
        width: 50%
    }

    .nav-list-art li {
        width: 100%
    }
}
