
.detail-main .side-left {
    display: block;
    float: left;
    width: 300px;
    margin-top: 50px;
    line-height: 55px;
    text-align: center;
    background: #e7e7e7;
    border-radius: 20px 20px 0 0;
    padding-bottom: 20px;
}

.detail-main .side-left li {
    margin: 2px 0;
    border-left: 5px solid transparent;
    cursor: pointer;
    font-weight: bold;
}

.detail-main .side-left li:hover {
    border-left: 5px solid rgba(160, 22, 11, 1);
    background: #ddd;
    font-weight: bold;
}
.detail-main .side-left li.current {
    border-left: 5px solid rgba(160, 22, 11, 1);
    background: #ddd;
    font-weight: bold;
}

.detail-main .side-left .side-header {
    color: rgba(255, 255, 255, .9);
    margin: 0;
    border: none;
    cursor: default;
}

.detail-main .side-left .side-header:hover {
    border: none;
    background: none;
}

.detail-main .side-left .side-header .header-wrapper {
    position: relative;
    background: rgba(160, 22, 11, 1);
    height: 100px;
    border-radius: 20px 20px 0 20px;
}

.detail-main .side-left .side-header .header-wrapper h1 {
    padding-top: 25px;
}

.detail-main .side-left .side-header .bg {
    line-height: 1;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 20px;
    font-weight: bold;
    color: rgba(255, 255, 255, .2)
}

.crumbs {
    border-bottom: 1px dashed #ccc;
    line-height: 50px;
    color: rgba(160, 22, 11, 1);
    margin-bottom: 50px;
}

.crumbs .content {
    margin-bottom: -2px;
    padding-right: 10px;
    display: inline-block;
    border-bottom: 3px solid rgba(223, 122, 80, 1);
}

.crumbs .content h3 {
    display: inline-block;
    color: rgba(160, 22, 11, 1)
}

.crumbs .content h3 a {
    color: rgba(160, 22, 11, 1)
}

.detail-main .side-right {
    float:right;
    width: 1040px;
}
.detail .content{
    min-height: 700px;
}

.detail .title {
    text-align: center;
    line-height: 1.8;
    margin-bottom: 35px;
    border-bottom: 1px solid #ccc;
}

.detail .title h2 {
    text-align: center;
    margin-bottom: 15px;
}

.detail .title .info {
    text-align: center;
    padding-bottom: 15px;
    font-size: 15px;
    color: #777;
}

.detail .title .info .pub-time {
    padding-left: 35px;
}

.button-bottom {
    margin: 50px;
}

.button-bottom a {
    cursor: pointer;
    line-height: 1.2;
    padding: 10px 0;
    border: 1px solid #ccc;
    display: block;
    width: 400px;
    text-align: center;
    border-radius: 5px;
    background: #eee;
}

.button-bottom a div.title {
    border: none;
    padding: 5px;
    color: #999;
    margin: 0;
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.button-bottom a:hover {
    background: #fff;
}

.button-bottom a.next {
    float: right;
}

.button-bottom a.prev {
    float: left;
}

@media screen and (max-width: 640px) {
    .wrapper-1400-content {
    }
    .detail-main .side-right {
        float: none;
        width: 100%;
        overflow: hidden;
        padding: 10px;
    }
    .detail-main{
        /*margin-top: 90px;*/
    }
    .detail .content{
        min-height: 200px;
    }
    .button-bottom {
        margin: 50px 0;
        overflow: hidden;
    }
    .button-bottom a {
        width: 45%;
    }
    .detail-main .side-left {
        float:none;
        width: 100%;
        clear: both;
        padding-bottom: 50px;
    }
    .detail-main .side-left li{
        width: 100%;
        border-bottom: 1px solid #eee
    }

    .detail-main .info span{
        display: block;
        text-align: left;
    }
    .detail-main .title .info  .pub-time{
        padding:0
    }
    .detail-main .side-left .side-header .header-wrapper{
        margin-bottom: 15px;
        border-radius: 0;
    }
    .crumbs {
        line-height: 30px;
        /*padding-top: 30px;*/
        font-size: 15px;
        border-bottom: 1px solid rgba(223, 122, 80, 1);
        margin-bottom: 30px;
    }
    .crumbs .content{
        border: none;
    }
    .crumbs h3  {
        font-size: 15px;
    }
    .crumbs h3:first-child  {
        display: none;
    }
    .crumbs a  {
        font-size: 15px;
    }
}