.header .logo-line {
    top: 0;
    animation: none
}

.header .nav-bar {
    top: 170px;
    animation: none
}


.list-main {
    min-height: 900px;
    margin-top: 50px;
}

.list-main .side-left {
    display: block;
    float: left;
    width: 300px;
    line-height: 55px;
    text-align: center;
    background: #e7e7e7;
    border-radius: 20px 20px 0 0;
    padding-bottom: 20px;
}

.list-main .side-left li {
    margin: 2px 0;
    border-left: 5px solid transparent;
    cursor: pointer;
    font-weight: bold;
}

.list-main .side-left li:hover {
    border-left: 5px solid rgba(160, 22, 11, 1);
    background: #ddd;
    font-weight: bold;
}
.list-main .side-left li.current {
    border-left: 5px solid rgba(160, 22, 11, 1);
    background: #ddd;
    font-weight: bold;
}

.list-main .side-left .side-header {
    color: rgba(255, 255, 255, .9);
    margin: 0;
    border: none;
    cursor: default;
}

.list-main .side-left .side-header:hover {
    border: none;
    background: none;
}

.list-main .side-left .side-header .header-wrapper {
    position: relative;
    background: rgba(160, 22, 11, 1);
    height: 100px;
    border-radius: 20px 20px 0 20px;
}

.list-main .side-left .side-header .header-wrapper h1 {
    padding-top: 25px;
}

.list-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)
}

.list-main .side-right {
    float: right;
    width: 1040px;
    /*margin-left: 260px;*/
}

.crumbs {
    border-bottom: 1px dashed #ccc;
    line-height: 50px;
    color: rgba(160, 22, 11, 1)
}

.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)
}

.list-main .side-right .list-content {
    margin-bottom: 50px;
}

.list-main .side-right .list-content li.item {
    border-bottom: 1px dashed #ccc;
    padding: 24px 10px 24px 10px;
}
.list-main .side-right .list-content li.item:first-child {
    padding-top: 0;
}

.list-main .side-right .list-content .summary p{
    margin: 0;
    padding:0;
}

.list-main .side-right .list-content li.item h2 {
    font-weight: 600;
}

.list-main .side-right .list-content li.item {
    position: relative;
    height: 180px;
}

.list-main .side-right .list-content li.item .text {
    margin-right: 230px;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-main .side-right .list-content li.item .text.no-margin {
    margin-right: 0;
}

.list-main .side-right .list-content li.item .title {
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-main .side-right .list-content li.item .thumb {
    float: right;
    width: 200px;
    height: 120px;
    overflow: hidden;
}

.list-main .side-right .list-content li.item .thumb img {
    height: 100%;
    width: 100%;
    max-height: 350px;
}


@media screen and (max-width: 640px) {
    .wrapper-1400-content {
    }

    .list-main .side-right {
        float: none;
        width: 100%;
        overflow: hidden;
        padding: 10px;
    }


    .list .content {
        min-height: 200px;
    }

    .button-bottom {
        margin: 50px 0;
    }

    .button-bottom a {
        width: 45%;
    }

    .list-main .side-left {
        float: none;
        width: 100%;
        clear: both;
        padding-bottom: 50px;
    }

    .list-main .side-left li {
        width: 100%;
        border-bottom: 1px solid #eee
    }

    .list-main .side-right .list-content li.item {
        height: auto;
    }
    .list-main .side-right .list-content li.item .text {
        width: auto;
        margin: 0;
    }

    .list-main .side-right .list-content li.item .thumb {
        display: block;
        width: 100%;
        height: 300px;
        float: none;
    }

    .list-main .side-right .list-content li.item .thumb img {
    }

    .list-main .info span {
        display: block;
        text-align: left;
    }

    .list-main .title .info .pub-time {
        padding: 0
    }

    .list-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: 0;
    }
    .crumbs .content{
        border: none;
    }
    .crumbs h3  {
        font-size: 15px;
    }
    .crumbs h3:first-child  {
        display: none;
    }
    .crumbs a  {
        font-size: 15px;
    }
}
