﻿.scroll {
    width: 50px;
    height: 30px;
    background: #008BFF;
    color: #fff;
    line-height: 30px;
    text-align: center;
    position: fixed;
    right: 5px;
    bottom: 30px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 8%;
}

/*gold*/
.inner {width:1180px; margin:0 auto;}
.thumbnail img {width:100%; display:block;}
.blank {height:15px; width:100%; clear:both; overflow:hidden;}
/*section*/
.section {padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #eee;}
.section header {
    margin-bottom: 10px;
}

.section .cat {
    color: #fff;
    background-color: #45BCF9;
    padding: 1px 2px;
    font-size: 9px;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 2px;
}
.section .avatar {
    float: left;
    margin-right: 4px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -moz-transition: -moz-transform .4s ease-out;
}
.section h2 {
    display: inline;
    font-size:1.8rem;
    line-height: 24px;
    margin-top: 0;
}
.section .moreimg {
    margin-right: -4px;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
}
.section .moreimg a {
    float: left;
    width: 32%;
    height: 32%;
    margin-right: 4px;
    display: inline-block;
}
.section .moreimg a img {
    width: 100%;
    height: 88px;
}

.section .oneimg {
    margin-right: -4px;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
}
.section .oneimg a {
    float: left;
    width: 100%;
    height: 100%;
    margin-right: 4px;
    display: inline-block;
}
.section .oneimg a img {
    width: 100%;
    height: auto;
}
.section .thumbnail {float:right; max-width:120px; padding-right:1px; position:relative;top:16px;}
.section .thumbnail span {position:absolute; left:0; top:0; padding:0 5px; font-size:1.25rem; background:rgba(71,150,216,.7); color:#fff;}
.section .thumbnail img {height:88px;}
.section .excerpt p {font-size:1.45rem; color:#555; height:72px; overflow:hidden;line-height: 24px;}
/*usermeta*/
.usermeta {margin-top:2px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.usermeta span {font-size:1.1rem; color:#666; margin-right:6px;}
/*postmeta*/
.postmeta {margin-top:2px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.postmeta span {font-size:1.5rem; color:#666; margin-right:15px;}
/*post*/
.post {margin:0 18px; overflow:hidden;}
.post h1.post-title {font-size:2.5rem; margin-bottom:10px; color:#555;}
.post .postmeta {border-bottom:1px solid #efefef; padding-bottom:5px;}
.post .postmeta span {color:#999;}
.post .entry {color:#333;}
.post .entry p {font-size:2rem; line-height:3.5em; margin-bottom:20px;}
.post .entry ul,.post .entry ol,.post .entry hr,.post .entry blockquote,.post .entry h1,.post .entry h2,.post .entry h3,.post .entry h4,.post .entry h5,.post .entry h6 {margin-bottom:20px;}
.post .entry h1,.post .entry h2,.post .entry h3,.post .entry h4,.post .entry h5,.post .entry h6 {border-left: 3px solid #D90000;
padding-left: 15px; font-weight:bold;}
.post .entry li {font-size:2rem;}
.post .entry ul,.post .entry ol {padding-left:4em;}
.post .entry ul li {list-style:inside disc none; margin-left:1px;}
.post .entry ol li {list-style:inside decimal none;}
.post .entry blockquote {overflow:hidden; border:1px solid #eee; border-left:4px solid #eee; background-color:#F5F5F5; color:#777; padding:20px 20px 0; font-size:1.75rem; margin:0 4em 20px; border-radius:4px;}
.post .entry a {color:#4796D8;}
.post .entry img {max-width:100%; height:auto;}