
/*list*/

.list-nav-box {
    position: relative;
    float: left;
    margin-top: 30px;
    width: 240px;
}

.list-nav-title {
    position: relative;
    height: 48px;
    border-radius: 5px;
    background: #811224;
    font-size: 22px;
    font-family: "Microsoft YaHei";
    color: #fff;
    line-height: 48px;
    text-align: center;
    font-weight: bold;
}


.list-nav-ul {
    margin: 4px auto 0;
    /*min-height: 300px;*/
    box-sizing: border-box;
    border: 1px solid #811224;
    border-radius: 5px;
    background: #fff;
}
    .list-nav-ul > li {
        position:relative;
        margin-top:-1px;
    }


        .list-nav-ul > li:not(:last-of-type) {
            background:url(../img/list.jpg) center bottom no-repeat;
        }

        .list-nav-ul > li > a {
            display: block;
            height: 48px;
            font-size: 18px;
            font-family: "Microsoft YaHei";
            color: #333;
            line-height: 48px;
            text-align: center;
            border-radius:5px;
        }


            .list-nav-ul > li.check > a{
                color: #fff;
                background: #811224;
            }

.list-con-box {
    float: right;
    margin-top: 30px;
    width: 920px;
}


    .list-con-ul {

    }

        .list-con-ul > li {
            position: relative;
            margin-bottom: 14px;
            height: 180px;
            background:#fff;
            border-radius:3px;
            overflow:hidden;
        }
.lsit-img {
    float: left;
    margin-top:30px;
    margin-left:30px;
}
.lsit-img, .lsit-img > img {
    width: 180px;
    height: 120px;
}
.list-detail {
    float:right;
    margin-top:30px;
    margin-right:30px;
    width:650px;
    height:120px;
    overflow:hidden;
}
.list-title {
    display:inline-block;
    max-width: 100%;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: #6e6e6e;
    font-weight: bold;
    line-height:38px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
    .list-title:hover {
        text-decoration: underline;
        color: #811224;
    }
    .list-author {
        font-size: 14px;
        font-family: "Microsoft YaHei";
        color: #999;
    }
        .list-author span {
            margin:0 5px;
        }
        .list-description {
            font-size: 16px;
            font-family: "Microsoft YaHei";
            color: #333;
            line-height: 28px;
        }

.page-box {
    padding: 28px 0 48px;
    width: 100%;
    height: 32px;
    text-align: center;
}


.m-pagination-page > li {
    margin: 0 9px;
    display:inline-block;
}
    .m-pagination-page > li > a {
        color:#999 !important;
        border-radius: 4px !important;
        background-color: #e9e9e9 !important;
        border-color: #e9e9e9 !important;
    }
    .m-pagination-page > li.active > a {
        color: #fff !important;
        background-color: #811224 !important;
        border-color: #811224 !important;
    }
.m-pagination-page {
    float:none !important;
    display: inline-block;
}
