.mtn {
    margin-top: 10px;
}
h3 {
    font-size: 18px;
    margin: 10px 0;
}
h4 {
    font-size: 16px;
}
.panel-body {
    padding: 10px 15px;
}
.summary {
    height:40px;
    overflow:hidden;
}
.navbar-inverse {
    border-color: rgba(0, 0, 0, 0.2);
}
.navbar-brand {
    padding: 8px 15px 0 15px;
}
.navbar .navbar-nav > li {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.navbar .navbar-nav > li:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}
#top-grrk {
    background: url('../img/HorseRaceLamp.gif');
    height: 2px;
    width: 100%;
    Z-index: 10000;
}
.well {
    padding: 10px;
    background: #f8f8f8;
    border: 1px dashed #E4E4E4;
}
a.active {
    font-weight: bold;
}
.panel-footer .pagination {
    margin: 0;
}
.thumbnail {
    border: none;
}
.panel-body .list-unstyled li {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
footer {
    padding: 15px 0;
    margin-top: 15px;
    border-top: 1px solid #E4E4E4;
}
/*index*/
.jumbotron {
    color: white;
    background-position: center;
    overflow-x: hidden;
    position: relative;
    text-align: center;
    height: 250px;
    padding:0;
    background-size: cover;
    margin-bottom: 10px;
}
.jumbotron h1{
    margin-top: 50px;
    font-size: 40px;
}
.jumbotron p {
    font-size: 14px;
    font-weight: bold;
}
.jumbotron p.desc {
    font-size: 16px;
}
.panel-body .list-unstyled li{
    margin: 15px 0;
}
/*links*/
.links .media {
    padding:10px 0;
}
.links .media-object
{
    width: 48px;
    height: 48px;
}
.links .media-content {
    font-size:12px;
    color:#666;
    height: 35px;
    overflow: hidden;
}
/*news*/
.news .media {
    height: 125px;
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.news .media .media-top img{
    width: 160px;
    height: 125px;
}
.news .media .media-heading {
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-weight: bold;
    margin: 0;
}
.news .media .media-content {
    height: 73px;
    overflow: hidden;
}
.news .media .media-footer {
    height: 20px;
    line-height: 20px;
    color: #666;
}
.news .media .media-footer a{
    color: #666;
}
/*admin upload*/
#pic_box {
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    padding: 2px;
    border: 1px solid #ccc;
}

.thumb, .thumb input {
    width: 90px;
    height: 60px;
    line-height: 60px;
    padding: 0;
}

.headimg, .headimg input {
    width: 90px;
    height: 90px;
    line-height: 90px;
    padding: 0;
}

#pic_remove {
    display: none;
    margin: 0 2px 2px 2px;
    cursor: pointer;
    line-height: 18px;
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 20px;
    background: rgba(102, 102, 102, 0.7);
    color: #fff;
}

#upload-input {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
/*ewm*/
.tab-content img {
    width: 300px;
}
/*代码块样式*/
.markdown-body pre[class*='language-'] {
    position: relative;
    margin: 0 0 18px;
    padding: 30px 0 20px 15px;
    font-size: 14px;
    border-radius: 4px;
    /*white-space: pre-wrap;
    word-wrap: break-word;*/
}
.markdown-body pre[class*='language-']::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 15px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fc625d;
    box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    z-index: 1;
}
.markdown-body code[class*="language-"], pre[class*="language-"] {
    color: #ABB2BF;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
.markdown-body pre[class*=language-].line-numbers>code{
    left: 30px;
}
.markdown-body pre[class*=language-].line-numbers>code>span.line-numbers-rows{
    left: -40px;
    line-height: 1.5;
    top: -2px;
    width: 30px;
}
.markdown-body pre[class*=language-].line-numbers>code>span.line-numbers-rows>span:before{
    text-align: center;
    padding-right: 5px;
    width: 28px;
}
.markdown-body .toolbar-item{
    margin: 0 5px 0 0;
    cursor: pointer;
}
.markdown-body .toolbar-item>span{
    border-radius: 2px!important;
    padding: 4px!important;
    max-height: 25px;
    height: 25px;
    cursor: pointer;
    vertical-align: middle;
}
.markdown-body .toolbar-item>button{
    padding: 6px 5px!important;
    margin-top: -1px;
    border-radius: 2px!important;
    cursor: pointer;
}
.markdown-body .toolbar-item button span{
    padding: 0!important;
    border-radius: 0!important;
}
.markdown-body .toolbar-item button{
    font-size: 0.72em!important;
    padding: 5px 10px !important;
}
