body {
    /*background: #666;*/
    min-height: 1000px;
    color: #ccc;
}

.crumbs {
    margin: 50px 0;
    color: rgba(135, 31, 29, 1)
}

.crumbs .content h3 {
    color: rgba(135, 31, 29, 1)
}

.crumbs .content h3 a {
    color: rgba(135, 31, 29, 1)
}
.type-list {
    display: none;
}

.type-list li.type {
    margin-right: 30px;
    display: block;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    float: left;
    background:#f0f0f0;
    /*border: 1px solid rgba(160, 22, 11, 1);*/
    padding: 5px 15px;
}

.type-list li.type a {
    text-decoration: none;
}

.type-list li.type:hover {
    color: #fff;
    background: rgba(160, 22, 11, 1)
}
.type-list li.type:hover a{
    color: #fff;
}

.type-list li.type.current {
    background: rgba(160, 22, 11, 1)
}
.type-list li.type.current a{
    color: #fff;
}

.spliter-line {
    border: none;
    height: 1px;
    background: rgba(199, 199, 199, .5);
    margin: 50px 0;
}

.volume {
    margin-top: 50px;
    width: 500px;
}

.volume ul {
    margin: 0;
    padding: 0;
    width:100%;
    overflow: hidden
}

.volume ul#volume-name-to-show li {
    display: block;
    max-width: 500px;
    border-radius: 5px;
    line-height: 2;
    padding: 10px 30px 10px 10px;
    /*background: rgba(0, 0, 0, .1);*/
    /*color: rgba(255, 254, 208, 1);*/
    border: 1px solid #bbb;
    color: #777;
    cursor: pointer;
}

.volume ul#volume-list {
    background: #fcfcfc;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .5);
    display: none;
    position: absolute;
    z-index: 9;
    width: 500px;
}

.volume:hover ul#volume-list {
    display: block;
}

.volume ul#volume-list li {
    cursor: pointer;
    display: block;
    max-width: 500px;
    line-height: 2;
    padding: 10px 30px 10px 10px;
    /*background: rgba(0, 0, 0, .1);*/
    color: rgba(255, 254, 208, 1);
}

.volume ul#volume-list li.current {
    background: rgba(0, 0, 0, .1)
}

.volume ul#volume-list li a {
    display: block;
    height: 100%;
    width: 100%;
}

.volume ul#volume-list li.current a {
}

.volume ul#volume-list li:hover a {
    color:#555;
}

.volume ul#volume-list li:hover {
    color:#555;
    background: rgba(0, 0, 0, .1)
}

.volume li i {
    padding-right: 10px;
}


.summary {
    color: #999;
}

.summary .summary-info {
    background: rgba(0, 0, 0, .07);
    padding: 20px;
    border-radius: 5px;
    line-height: 2;
    font-size: 16px;
    clear: both;
    color:#777;
}

.summary .summary-info .summary-info-item {
    clear: both;
}

.summary .summary-info .label {
    float: left;
    font-weight: bold;
    width: 90px;
}

.summary .summary-info .value {
    width: 1250px;
    float: left;
    top: 0;
}

.summary .summary-info .value span {
    padding-right: 30px
}

.artwork-list .part-head {
    line-height: 1.5;
    border-left: 8px solid #ccc;
    padding: 0;
    margin: 20px 0 30px 0;
    color: rgba(255, 254, 208, 1)
}

.artwork-list .part-head div {
    border-radius: 5px;
    border-bottom: 1px dashed #ccc;
    background-image: url('/static/img/cate-bg-line.png');
    background-position: center;
    background-repeat: repeat-x;
    margin-left: 10px;
}

.artwork-list .part-head span {
    background: #777;
    font-weight: bold;
    font-size: 17px;
    padding: 3px 18px 5px 18px;
    border-radius: 8px;
}

.head-thumb {
    width: 100%;
    margin-bottom: 48px;
}

.head-thumb img {
    width: 100%;
}

.artwork-list .part-content li.item {
    box-sizing: border-box;
    float: left;
    width: 300px;
    margin: 20px 20px 30px 20px;
    overflow: hidden;
    border: 1px solid #eee;
}

.artwork-list .part-content li.item a {
    border-radius: 3px 3px 0 0;
    color: #999;
    display: block;
    height: 340px;
    overflow: hidden;
}

.artwork-list .part-content .thumb {
    width: 300px;
    height: 300px;
    background: #eee;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.artwork-list .part-content .artwork-info {
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    text-align: center;
}

.artwork-list .part-content li ul li {
    float: none;
    margin: 0;
    padding: 0 5px;
    overflow: hidden;
    height: 25px
}

.artwork-list .part-content li ul li .label {
    float: left
}

.artwork-list .part-content li ul li .value {
    margin-left: 50px;
    top: 0;
}

.footer .mask {
    background: #fff;
}


.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;
    margin-top: 50px;
}

.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{
    width: 1040px;
    float:right;
}

@media screen and (max-width: 640px) {
    .type-list{
        display: block;
    }
    .list-main .side-right{
        width: 100%;
        float:none;
    }
    .list-main .side-left{
        float:none;
        display: none;
    }

    .head-thumb {
        width: 100%;
        margin-bottom: 48px;
    }

    .head-thumb img {
        width: 100%;
    }

    .volume li a {
        width: auto;
        max-width: 99999px;
    }

    .type-list li.type {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .summary .summary-info li {
        margin-bottom: 10px;
    }

    .summary .summary-info .label {
    }

    .summary .summary-info .value {
        width: auto;
    }

    .summary .summary-info .value span {
        padding-right: 5px;
    }

    .summary .summary-info li:nth-child(1) .label {
        float: none;
    }

    .summary .summary-info li:nth-child(1) .value {
        float: none;
    }

    .artwork-list .part-content li.item {
        margin: 0;
        width: 50%;
        padding: 10px 5px;
        float: left;
    }

    .artwork-list .part-content li.item a img {
        width: 100%;
        height: auto;
    }

    .footer {
        margin-top: 70px;
    }

    .crumbs {
        padding-top: 50px;
        line-height: 30px;
        font-size: 15px;
        border-bottom: 1px solid rgba(223, 122, 80, 1);
    }

    .crumbs .content {
        border: none;
    }

    .crumbs h3 {
        font-size: 15px;
    }

    .crumbs h3:first-child {
        display: none;
    }

    .crumbs a {
        font-size: 15px;
    }
    .volume ul#volume-name-to-show li {
        width: 72%;
    }
}
