/**/

.newsList {
    margin: 0 auto;
    min-width: 840px;
    width: 73.5%;
}

.newsList>a {
    color: #301315;
}

.item {
    padding: 20px 14px;
    height: 121px;
    width: 100%;
    border-bottom: 1px dotted #c0c0c0;
    margin-bottom: 24px;
    border-radius: 5px;
    transition: all 0.1s linear;
    background: white;
}

.time {
    width: 78px;
    height: 82px;
    background: #ebebeb;
    margin-right: 60px;
    border-radius: 5px;
    text-align: center;
}

.time>div:first-child {
    padding: 0 20px;
}

.time>div:last-child {
    font-size: 14px;
    color: #9e9e9e;
}

.line {
    border-bottom: 2px solid #301315;
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-bottom: 11px;
    font-size: 18px;
}

.mainTitle {
    font-size: 16px;
    color: #301315;
    margin-bottom: 23px;
    transition: all 0.1s linear;
}

.subTitle {
    font-size: 14px;
    color: #929292;
    transition: all 0.1s linear;
}

.detail {
    font-size: 14px;
    text-align: center;
    transition: all 0.1s linear;
}

.icon-jiantou_qiehuanyou_o {
    font-size: 27px;
    line-height: 12px;
}


/**/

.content {
    margin: 0 auto;
    overflow: hidden;
    min-width: 840px;
    width: 73.5%;
}

.contentTitle {
    padding: 50px 0;
    border-bottom: dashed 1px #c0c0c0;
    margin-bottom: 35px;
}

.contentTitle>div:first-child {
    color: #301315;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    margin-bottom: 22px;
}

.contentTitle>div:last-child {
    color: #a29798;
    font-size: 14px;
}

.content>div:last-child {
    height: 100px;
    width: 100%;
    background: #ebebeb;
    margin-top: 70px;
    margin-bottom: 120px;
    padding: 0 24px;
}

.content>div:last-child>a {
    font-size: 15px;
    color: #301315;
}

.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;
}