/**/

.list {
    margin: 0 auto;
    min-width: 840px;
    width: 73.5%;
}

.list>a {
    width: 32%;
    height: 43vh;
    display: block;
    border-radius: 5px;
    color: #e1bf93;
    overflow: hidden;
    margin-bottom: 25px;
}

.list>a>div {
    bottom: 0;
    width: 100%;
    height: 60px;
    background: rgba(48, 19, 21, .8);
    font-size: 15px;
    line-height: 60px;
}

.detail {
    margin: 0 auto;
    min-width: 840px;
    width: 73.5%;
}

.detail>div:first-child>img {
    border: 1px solid #d4d3d3;
    padding: 5px;
    border-radius: 5px;
}

.detail>div:first-child>div {
    margin-top: 25px;
    font-size: 18px;
    color: #301315;
    font-weight: bold;
    font-stretch: normal;
    margin-bottom: 39px;
}

.detail>div:nth-child(2) {
    height: 50px;
    width: 100%;
    font-size: 14px;
    border-bottom: 1px dotted #c0c0c0;
    margin-bottom: 40px;
    color: #958888;
}

.detail>div:nth-child(2)>span:first-child {
    color: #301315;
    font-size: 15px;
    display: inline-block;
    height: 100%;
    border-bottom: 2px solid #301315;
    position: relative;
    top: 1;
}

.detail>div:nth-child(2)>span:last-child {
    margin: 0 5px;
}

.detail>div:last-child {
    height: 100px;
    width: 100%;
    background: #ebebeb;
    margin-top: 80px;
    margin-bottom: 120px;
    padding: 0 24px;
}

.detail>div:last-child>a {
    font-size: 15px;
    color: #301315;
    display: block;
    width: 50%;
    border-right: 1px solid #dddddd;
    height: 100%;
    line-height: 100px;
}

.detail>div:last-child>a:last-child {
    text-align: right;
    border: none;
}

.icon-jiantou_xiangzuo_o {
    font-size: 25px;
    vertical-align: sub;
    margin-right: 7px;
}

.icon-jiantou1 {
    font-size: 22px;
    vertical-align: sub;
    margin-left: 7px;
}

.nx-pagination {
    height: 50px;
    line-height: 50px;
    padding-bottom: 117px;
    margin-top: 40px;
}

.page {
    display: inline-block;
    height: 46px;
    width: 46px;
    line-height: 46px!important;
    text-align: center;
    line-height: 30px;
    background: white;
    font-size: 18px;
}

.active {
    background: #3a2812;
    color: #d8a767;
}

.next {
    font-size: 25px;
    line-height: 22px;
    font-weight: 600;
    margin: 0;
    vertical-align: middle;
}

.pre {
    font-size: 25px;
    line-height: 22px;
    margin: 0px;
    vertical-align: middle;
    font-weight: 600;
}

.iconPre,
.iconNext {
    display: inline-block;
    height: 46px;
    width: 46px;
    line-height: 46px!important;
    text-align: center;
    line-height: 30px;
    background: white;
}