
.cate-list {
    background: #ffffff;
    margin-bottom: 20px;
    padding: 15px 30px;
}

.cate-list dt {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #EDEFF2;
    padding-bottom: 24px;
    margin-top: 10px;
}

.cate-list .cate-item {
    float: left;
    margin: 0 22px;
    line-height: 55px;
}

.cate-list .cate-item a {
    font-size: 14px;
    transition: all .2s;
    border-radius: 3px;
    position: relative;
}

.cate-list .current a:after {
    content: '';
    width: 28px;
    height: 3px;
    position: absolute;
    background-color: red;
    bottom: -14px;
    left: 28%;
}

.cate-list .cate-item.current a,
.cate-list .cate-item a:hover {
    color: #f63c2e;
    font-weight: bold;
}

.mod-list-big .item {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #EDEFF2;
    cursor: pointer;
}

.mod-list-big .item .img {
    width: 263px;
    height: 142px;
    float: left;
    background: #f5f5f5;
}

.mod-list-big .item .img img {
    width: 263px;
    height: 142px;
}

.mod-list-big .info {
    margin-left: 292px;
}

.mod-list-big .info .title {
    padding: 10px 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mod-list-big .info .title span {
    font-size: 16px;
    font-weight: bold;
}

.mod-list-big .info .title i {
    display: inline-block;
    width: 32px;
    height: 18px;
    color: #fff;
    background: #ddd;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 300;
    text-align: center;
    line-height: 18px;
    vertical-align: 1px;
    margin-right: 7px;
}

.mod-list-big .info .title i.i-hot {
    background: #F89018;
}

.mod-list-big .info .title i.i-new {
    background: #FE2D2D;
}

.mod-list-big .info .intro {
    font-size: 14px;
    color: #888;
    line-height: 23px;
    height: 46px;
    word-break: break-all;
    margin-bottom: 23px;
    overflow: hidden;
}

.mod-list-big .info .extra {
    font-size: 14px;
    color: #bbb;
}

.mod-list-big .info .extra span {
    display: inline-block;
    vertical-align: top;
}

.mod-list-big .info .extra .time {
    margin-right: 20px;
}

.mod-list-big .info .extra .view img {
    vertical-align: -1px;
}
.list-page {
    color: #7c7c7c;
    font-size: 13px;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    font-weight: 600;
    margin-top: 60px;
}

.list-page .page:nth-child(2), .list-page .page:nth-child(3) {
    margin-right: 20px;
}

.list-page .page i {
    margin-right: 5px;
}

.list-page .page input[type="text"] {
    border: 1px solid #c9c9c9;
    text-align: center;
    color: #7c7c7c;
    width: 35px;
    height: 35px;
    margin: 0 5px;
}

.list-page a {
    border: 1px solid;
    border-color: #c9c9c9;
    padding: 10px 15px;
	margin: 0 5px;
}

.list-page .first {
    background-position: -12px -427px;
    width: 9px;
    height: 10px;
    margin-right: 10px;
}

.list-page .prev {
    background-position: -34px -427px;
    width: 7px;
    height: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.list-page .next {
    background-position: -58px -427px;
    width: 7px;
    height: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.list-page .last {
    background-position: -81px -427px;
    width: 9px;
    height: 10px;
    margin-left: 10px;
}

.list-page select {
    border: 1px solid #c9c9c9;
    color: #7c7c7c;
}

.list-page span {
    border: 1px solid;
    border-color: #c9c9c9;
    padding: 10px 15px;
    cursor: pointer;
    background: #fff;
}
.page_prev {
    margin-right: 8px;
}

.page_next {
    margin-left: 8px;
}

.disabled-span {
    background: #f5f5f500;
    color: #c7c7c7;
}

.page-num-current {
    background: #FA3D2F;
    color: white;
    border-color: #FA3D2F !important;
}

.disabled-a:hover {
    color: white;
}
.list-page .page-s-1{ display: inline-block; }

.mob-article-cate .list-page {
    color: #7c7c7c;
    font-size: 13px;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
}
.mob-article-cate .list-page a{
	border: 1px solid;
	border-color: #c9c9c9;
	padding: 5px 10px;
	margin: 0 2px;
}