html {
    min-height: 100%;
    position: relative;
}

body {
    min-height: 100%;
}


.libs-top {
    position: relative;
    width: 100%;
    min-height: 215px;
    background: #fafafa;
}

    .libs-top .top-left {
        float: left;
        position: relative;
        width: 390px;
    }

    .libs-top .zt-pic {
        position: relative;
    }

        .libs-top .zt-pic:before, .libs-top .zt-pic:after {
            display: inline-block;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            border-right-color: transparent !important;
        }

        .libs-top .zt-pic:before {
            border: 1px solid #e35353;
            border-width: 32px 43px 0 0;
            z-index: 1;
        }

        .libs-top .zt-pic:after {
            border: 1px solid #fff;
            border-width: 36px 47px 0 0;
        }


    .libs-top .college-name {
        margin-left: 65px;
        padding-right: 140px;
        font-size: 22px;
        font-weight: lighter;
        color: #040404;
    }

        .libs-top .college-name .title-more a {
            display: inline-block;
            color: #555;
            background: #FFF;
            border: 1px solid #d4d4d4;
            padding: 2px 10px 3px 10px;
            font-size: 14px;
            line-height: 18px;
            border-radius: 3px;
            position: relative;
            margin-left: 10px;
            top: -2px;
        }


    .libs-top .zt-name {
        margin-left: 65px;
        margin-bottom: 10px;
        padding-right: 140px;
    }

        .libs-top .zt-name h1 {
            position: relative;
            display: inline;
            overflow: hidden;
            color: #c33f3f;
            font-size: 24px;
            font-weight: bolder;
            text-overflow: ellipsis;
            line-height: 30px;
        }

    .libs-top .zt-edit {
        position: relative;
        top: 3px;
        display: inline-block;
        overflow: hidden;
        width: 26px;
        height: 26px;
        padding: 5px;
        background: #fff;
        border: 1px solid #c5c5c5;
        border-radius: 100%;
        vertical-align: text-bottom;
    }

        .libs-top .zt-edit a {
            color: #989898;
            font-size: 15px;
        }

        .libs-top .zt-edit li {
            display: inline;
            list-style-type: none;
        }

    .libs-top .top-right {
        position: relative;
        margin-left: 395px;
        padding: 12px 25px 13px 0;
    }

        .libs-top .top-right:before {
            content: url(../../../images/assemblydetail/z1/zt-ico.png);
            position: absolute;
            left: 0;
            top: 15px;
            width: 60px;
            height: 60px;
        }

    .libs-top .libs-intro {
        position: relative;
        overflow: hidden;
        max-height: 66px;
        margin-bottom: 8px;
        color: #848484;
        line-height: 22px;
    }

        .libs-top .libs-intro strong {
            font-weight: lighter;
            font-size: 14px;
        }

        .libs-top .libs-intro.show {
            max-height: none;
        }

            .libs-top .libs-intro.show .more {
                display: none;
            }

        .libs-top .libs-intro .more {
            display: inline-block;
            margin-left: 3em;
        }

            .libs-top .libs-intro .more a {
                color: #333;
            }

                .libs-top .libs-intro .more a i {
                    margin: 0 2px 0 3px;
                }

    .libs-top .libs-entrance {
        position: absolute;
        /*right: 50px;*/
        left: 1045px;
        top: 12px;
    }

    .libs-top .num {
        position: absolute;
        right: 165px;
        top: 27px;
        margin-left: 65px;
        margin-bottom: 10px;
        color: #666;
    }

        .libs-top .num span {
            position: relative;
            display: inline-block;
            top: 2px;
            font-size: 20px;
            font-family: "Microsoft YaHei";
            font-weight: lighter;
            color: #d83433;
        }

    .libs-top .libs-custom {
        margin-bottom: 10px;
        line-height: 22px;
        color: #848484;
    }

        .libs-top .libs-custom span {
            margin-right: 0;
        }

    .libs-top .libs-tags {
        color: #919191;
    }

        .libs-top .libs-tags a {
            margin-right: 1em;
            color: #777;
            text-decoration: underline;
        }

        .libs-top .libs-tags span, .libs-top .libs-tags a {
            margin-right: 1em;
            color: #27B0B9;
            text-decoration: none;
            cursor: default;
        }

    .libs-top .libs-data {
        overflow: hidden;
        color: #919191;
        zoom: 1;
    }

        .libs-top .libs-data span {
            float: left;
            margin-right: 2em;
            font-size: 12px;
            line-height: 30px;
        }

            .libs-top .libs-data span b {
                margin-right: 3px;
                font-size: 15px;
                color: #000;
            }

        .libs-top .libs-data .update {
            float: left;
            margin-left: 2em;
            margin-right: 0;
            color: #666;
        }

        .libs-top .libs-data span:first-child.update {
            margin: 0;
        }

        .libs-top .libs-data .update b {
            color: #90a723
        }

    .libs-top .libs-entrance a {
        display: inline-block;
        width: 100px;
        height: 37px;
        font: 0/0 a;
        color: transparent;
        background: url(../../../images/assemblydetail/z1/join-in.png) no-repeat;
        vertical-align: bottom;
    }

    .libs-top .libs-entrance .join-in {
        background-position: left top
    }

    .libs-top .libs-entrance .shut-down {
        background-position: left center;
    }

    .libs-top .libs-entrance .join-out {
        width: 130px;
        background-position: left bottom
    }

.libs-nav {
    display: table;
    width: 100%;
    height: 43px;
    margin-bottom: 10px;
    padding: 0;
    background: #e6e6e6;
    border: 1px solid #d4d4d4;
    border-top: 1px solid #e1e1e1;
    border-bottom: 0;
}

    .libs-nav li {
        float: left;
        border-right: 1px solid #cbcbcb;
    }


    .libs-nav .libs-edit a {
        color: #fff;
    }

    .libs-nav .libs-edit i {
        font-size: 15px;
        margin-right: 4px;
    }

    .libs-nav li a {
        display: block;
        width: 125px;
        font-size: 14px;
        line-height: 42px;
        text-align: center;
        color: #000;
    }

    .libs-nav li .current {
        position: relative;
        color: #000;
        font-weight: bold;
        background: #f8f8f8;
        border-bottom: 2px solid #c62b2b;
    }

.libs-re {
    position: absolute;
    left: 250px;
    top: 22px;
}

.libs-return {
    background: #FFF;
    border: #d4d4d4 solid 1px;
    padding: 5px 10px 5px 20px;
    font-size: 14px;
    color: #333;
    float: left;
    color: #333;
}

.main {
}

    .main:before, .main:after {
        content: " ";
        display: table;
    }

    .main:after {
        clear: both;
    }

.left-part {
    float: left;
    width: 900px;
}

.part-box {
    margin-bottom: 20px;
}

    .part-box h2 {
        height: 48px;
        font-size: 16px;
        font-weight: lighter;
        line-height: 46px;
        color: #961114;
        background: url(../../../images/assemblydetail/z1/libs-left-box-bg.png) no-repeat center top;
        border-top: 1px solid #ddd;
    }

        .part-box h2 i {
            position: relative;
            top: -2px;
            margin: 0 5px;
            font-size: 12px;
            color: #bfbfbf;
        }

.book-list {
    overflow: hidden;
    height: 354px;
}

    .book-list dl {
        float: left;
        position: relative;
        width: 300px;
        height: 170px;
        padding: 2px 25px 2px 135px;
        margin-bottom: 15px;
        border-bottom: 1px solid #e0e0e0;
    }

    .book-list dt {
        padding: 3px 0;
    }

        .book-list dt a {
            line-height: 20px;
            color: #000;
            text-decoration: none;
        }

            .book-list dt a:hover {
                text-decoration: underline;
            }

        .book-list dt i:after {
            color: #b91417;
            border-color: #b91417;
        }

    .book-list dd {
        padding: 3px 0;
        color: #999999;
    }

    .book-list .cover {
        position: absolute;
        left: 0;
        top: 0;
        width: 128px;
        height: 155px;
        padding: 5px;
        background: url(../../../images/assemblydetail/z1/libs-cover-bg.png) no-repeat;
    }

        .book-list .cover img {
            width: 99px;
            height: 138px;
            vertical-align: bottom;
        }

    .book-list .author {
        padding: 0 4px;
        line-height: 18px;
        background: #f2f2f2;
        border: 1px solid #d7d7d7;
    }

    .book-list .score {
        position: absolute;
        bottom: 15px;
        width: 100%;
        height: 30px;
        padding: 0;
        line-height: 30px;
    }

        .book-list .score .stars, .book-list .score .num {
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
        }

        .book-list .score .stars {
            top: -2px;
        }

        .book-list .score .num {
            font-size: 14px;
            font-family: "Microsoft YaHei";
            font-weight: bold;
            color: #6f7900;
        }


.video-list dl {
    float: left;
    position: relative;
    width: 220px;
    height: 205px;
    padding: 112px 20px 2px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.video-list dt {
    overflow: hidden;
    height: 26px;
    padding: 3px 0;
}

    .video-list dt a {
        font-size: 13px;
        line-height: 20px;
        color: #000;
        text-decoration: underline;
    }

    .video-list dt i:after {
        color: #b91417;
        border-color: #b91417;
    }

.video-list dd {
    padding: 3px 0;
    color: #999999;
}

.video-list .view {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 110px;
    padding: 5px;
    background: url(../../../images/assemblydetail/z1/video-view-bg.png) no-repeat;
}

    .video-list .view img {
        width: 190px;
        height: 100px;
        vertical-align: bottom;
    }

.video-list .author {
    float: left;
    width: 50%;
    line-height: 18px;
}

.video-list .time {
    float: right;
    width: 50%;
    line-height: 18px;
    text-align: right;
}

.video-list .score {
    clear: both;
    height: 30px;
    padding: 0;
    line-height: 30px;
}

    .video-list .score .stars, .book-list .score .num {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

    .video-list .score .stars {
        top: -2px;
    }

    .video-list .score .num {
        font-size: 14px;
        font-family: "Microsoft YaHei";
        font-weight: bold;
        color: #6f7900;
    }


.paper-list {
    overflow: hidden;
    height: 220px;
}

    .paper-list dl {
        float: left;
		position: relative;
        overflow: hidden;
        width: 445px;
        height: 70px;
        margin: 0 5px 5px 0;
        padding: 15px 20px;
        line-height: 20px;
        background: #fff;
        border: 1px solid #d6d6d6;
    }

    .solution-list .no-data, .paper-list .no-data {
        font-size: 14px !important;
        text-align: center !important;
    }

    .paper-list li i {
    }

    .paper-list dt a {
        font-size: 14px;
        color: #4e4e4e;
        text-decoration: underline;
    }

    .paper-list dd {
        overflow: hidden;
        height: 25px;
        color: #a6a6a6;
        text-overflow: ellipsis;
    }
	.paper-list .check {
    position: absolute;
    height: 17px;
    left: 14px;
    top: 20px;
		line-height: 17px!important;
}

    .paper-list .check input {
        vertical-align: bottom;
    }


        .paper-list dd span {
            margin-right: 15px;
        }

.database-list {
    overflow: hidden;
    width: 100%;
}

    .database-list ul {
        width: 105%;
    }

    .database-list li {
        float: left;
        overflow: hidden;
        width: 166px;
        height: 58px;
        margin: 0 17px 10px 0;
        border: 1px dashed #ccc;
    }


.right-part {
    float: right;
    width: 280px;
}

.side-box, .in-box {
    margin-bottom: 10px;
    background: #fff;
}

    .side-box h3, .in-box h2 {
        height: 45px;
        padding-left: 12px;
        font-size: 16px;
        font-weight: lighter;
        line-height: 45px;
        background: url(../../../images/assemblydetail/z1/libs-side-h.png) no-repeat #dcdcdc;
    }

.discuss-list dl, .discuss-top dl, .reply-list dl, .discuss-top dl {
    position: relative;
    height: 120px;
    padding: 20px 10px 10px 85px;
    border-bottom: 1px solid #eee;
}

    .discuss-list dl a, .discuss-top dl a, .reply-list dl a, .discuss-top dl a {
        color: #747474;
    }

.discuss-list dt, .discuss-top dt {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    line-height: 26px;
}

.discuss-list dd, .discuss-top dd {
    line-height: 24px;
}

.discuss-list .user {
    position: absolute;
    left: 10px;
    top: 20px;
    width: 65px;
    height: 90px;
    line-height: 25px;
    text-align: center;
}

    .discuss-list .user img {
        width: 65px;
        height: 65px;
    }

.discuss-list .intro {
    color: #aaaaaa;
}

.catalog-list {
    padding: 10px;
}

    .catalog-list .tree {
        padding-left: 35px;
    }

        .catalog-list .tree:before {
            left: 45px;
            bottom: 0;
            border-style: solid;
            border-color: #d5d5d5;
        }

    .catalog-list .tree-num {
        display: none;
        position: absolute;
        left: -20px;
        top: 0;
        line-height: 42px;
        z-index: 99;
        text-align: center;
    }

    .catalog-list .icon-minus, .catalog-list .icon-plus, .catalog-list .icon-point {
        border-radius: 100% !important;
        border-color: #cecece;
    }

        .catalog-list .icon-point:before {
            display: none !important;
        }

    .catalog-list .tree .tree-item, .catalog-list .tree .tree-folder .tree-folder-header {
        padding: 10px 5px;
    }

        .catalog-list .tree .tree-folder:before, .catalog-list .tree .tree-item:before {
            top: 20px;
            left: -15px;
            border-top: 1px solid #cecece
        }

    .catalog-list .tree > .tree-folder > .tree-folder-header {
        margin-left: -32px;
        font-size: 14px;
    }

        .catalog-list .tree > .tree-folder > .tree-folder-header > .icon-minus, .catalog-list > .tree > .tree-folder > .tree-folder-header > .icon-plus {
            width: 53px;
            height: 29px;
            border: 0 !important;
            background: url(../../../images/assemblydetail/z1/tree-head-icon.png) no-repeat transparent !important;
            border-radius: 0 !important;
        }

        .catalog-list .tree > .tree-folder > .tree-folder-header > .icon-plus {
            background-position: right top !important;
        }

        .catalog-list .tree > .tree-folder > .tree-folder-header > .icon-minus + .tree-num {
            left: 38px;
        }

        .catalog-list .tree > .tree-folder > .tree-folder-header > .icon-plus + .tree-num {
            left: 13px;
        }

        .catalog-list .tree > .tree-folder > .tree-folder-header > .icon-minus:before, .catalog-list .tree > .tree-folder > .tree-folder-header > .icon-plus:before {
            display: none;
        }

    .catalog-list > .tree > .tree-folder > .tree-folder-header > .tree-num, .catalog-list > .tree > .tree-folder > .tree-folder-content > .tree-item > .tree-num {
        display: block
    }


    .catalog-list .tree > .tree-folder > .tree-folder-content {
        margin-left: 0;
    }

        .catalog-list .tree > .tree-folder > .tree-folder-content:before, .catalog-list .tree > .tree-folder > .tree-folder-content > .tree-folder > .tree-folder-content:before {
            display: none;
        }

        .catalog-list .tree > .tree-folder > .tree-folder-content > .tree-folder:before, .catalog-list .tree > .tree-folder > .tree-folder-content > .tree-item:before {
            display: none;
        }

    .catalog-list .tree .tree-folder:last-child:after {
        display: none;
    }

    .catalog-list .tree .tree-selected i {
        color: #d32121 !important;
        border-color: #d32121 !important;
        transform: scale(1.2);
        border-width: 2px;
    }

    .catalog-list .tree > .tree-item {
        font-size: 14px;
        margin-left: -32px;
    }

        .catalog-list .tree > .tree-item:before {
            display: none;
        }

        .catalog-list .tree > .tree-item > .icon-point {
            width: 53px;
            height: 29px;
            top: -2px;
            border: 0 !important;
            background: url(../../../images/assemblydetail/z1/tree-head-icon.png) no-repeat right bottom transparent !important;
            border-radius: 0 !important;
        }

            .catalog-list .tree > .tree-item > .icon-point + .tree-num {
                display: block;
                left: 13px;
            }



.in-box {
    background: transparent;
}

    .in-box:before, .in-box:after {
        content: " ";
        display: table;
    }

    .in-box:after {
        clear: both;
    }

    .in-box .in-box-head {
        position: relative;
    }

        .in-box .in-box-head h2, .part-type2 h2 {
            overflow: hidden;
            height: 33px;
            padding-left: 15px;
            line-height: 31px;
            background: #f6f6f6;
            border: 1px solid #c8c8c8;
        }

            .in-box .in-box-head h2 span, .part-type2 h2 span {
                position: relative;
                float: left;
                margin-right: 5px;
                margin-left: -15px;
                padding-left: 15px;
                padding-right: 17px;
                background-color: #ececec;
            }

                .in-box .in-box-head h2 span:before, .part-type2 h2 span:before {
                    position: absolute;
                    right: -3px;
                    top: 0;
                    width: 4px;
                    height: 33px;
                    content: " ";
                    background: url(../../../images/assemblydetail/z1/head-span-bg.png) no-repeat right center;
                }

        .in-box .in-box-head .switch li {
            float: left;
            height: 14px;
            margin: 8px 0;
            padding: 0 7px;
            line-height: 14px;
            border-right: 1px solid #b7b7b7;
        }

            .in-box .in-box-head .switch li:last-child {
                border: 0;
            }

        .in-box .in-box-head .switch a {
            position: relative;
            top: -4px;
            display: inline-block;
            padding: 5px 10px;
            font-size: 12px;
            line-height: 12px;
            color: #505050;
            border-radius: 3px;
        }

            .in-box .in-box-head .switch a:hover {
                background: #eee;
            }

        .in-box .in-box-head .switch .current {
            color: #fff;
            background: #e15d5b !important;
        }

        .in-box .in-box-head h2 {
            margin-bottom: -1px;
        }

        .in-box .in-box-head .in-search {
            position: absolute;
            width: 375px;
            right: -11px;
            top: -2px;
            border: 0;
            padding: 6px 15px;
        }

            .in-box .in-box-head .in-search input {
                width: 100%;
                height: 24px;
                background: #fff;
                border: 1px solid #c0c0c0;
                border-radius: 0;
            }

            .in-box .in-box-head .in-search button {
                position: absolute;
                top: 8px;
                right: 17px;
                width: 40px;
                height: 20px;
                padding: 3px;
                color: #fff;
                text-align: center;
                background: #8f8f8f;
                border: 0;
                border-radius: 0;
            }

    .in-box .right-part {
        width: 930px;
    }

    .in-box .left-part {
        width: 253px;
    }

    .in-box .catalog-list {
        background: #f6f6f6;
    }

    .in-box .paper-list {
        overflow: visible;
        height: auto;
        padding: 10px 0;
    }

        .in-box .paper-list dl {
            float: none;
            width: auto;
            height: auto;
            margin-right: 0;
			padding-left: 40px;
        }

        .in-box .paper-list dt, .in-box .paper-list dd {
            line-height: 25px;
        }

            .in-box .paper-list dt a {
                font-size: 16px;
                color: #333;
                text-decoration: none;
            }

    .in-box .book-list, .in-box .video-list {
        height: auto;
        padding: 20px 0;
    }

        .in-box .book-list .list-op, .in-box .video-list .list-op {
            margin-bottom: 20px;
        }

            .in-box .book-list .list-op a, .in-box .video-list .list-op a {
                display: inline-block;
                width: 105px;
                height: 33px;
                margin-right: 15px;
                font-size: 14px;
                text-align: center;
                line-height: 31px;
                color: #333;
                background: #fff;
                border: 1px solid #bebebe;
                border-radius: 5px;
            }

                .in-box .book-list .list-op a i, .in-box .video-list .list-op a i {
                    position: relative;
                    bottom: -1px;
                    font-size: 17px;
                    margin-right: 5px;
                }

        .in-box .book-list dl {
            width: 285px;
            padding-right: 10px;
        }





.member-list {
    padding: 10px 0;
}

    .member-list:before, .member-list:after {
        content: " ";
        display: table;
    }

    .member-list:after {
        clear: both;
    }

    .member-list .list-op {
        width: 300px;
        height: 40px;
        padding: 3px;
        margin-bottom: 20px;
        background: -moz-linear-gradient(top, #949494 0%, #cdcdcd 100%);
        background: -webkit-linear-gradient(top, #949494 0%,#cdcdcd 100%);
        background: -o-linear-gradient(top, #949494 0%,#cdcdcd 100%);
        background: -ms-linear-gradient(top, #949494 0%,#cdcdcd 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949494', endColorstr='#cdcdcd',GradientType=0 );
        border-radius: 5px;
    }

        .member-list .list-op a {
            float: left;
            width: 50%;
            height: 100%;
            line-height: 34px;
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            text-align: center;
            border-radius: 5px;
        }

        .member-list .list-op .current {
            background: -moz-linear-gradient(top, #95b100 0%, #73880a 100%);
            background: -webkit-linear-gradient(top, #95b100 0%,#73880a 100%);
            background: -o-linear-gradient(top, #95b100 0%,#73880a 100%);
            background: -ms-linear-gradient(top, #95b100 0%,#73880a 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95b100', endColorstr='#73880a',GradientType=0 );
            box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
        }

        .member-list .list-op a i {
            font-size: 17px;
            margin-right: 3px;
        }

    .member-list dl {
        float: left;
        position: relative;
        width: 186px;
        height: 230px;
        margin: 0 16px 16px 0;
        padding: 110px 10px 10px;
        text-align: center;
        background: #f8f8f8;
        border: 1px solid #d1d1d1;
    }

        .member-list dl:nth-child(6n) {
            margin-right: 0;
        }

    .member-list dt {
        font-size: 18px;
        font-family: "Microsoft YaHei";
        font-weight: lighter;
        color: #333;
    }

        .member-list dt span {
            font-family: Tahoma;
            font-size: 12px;
        }

        .member-list dt .sp {
            color: #dd0000;
        }

    .member-list dd {
        color: #959595;
    }

    .member-list .pic {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        padding: 10px;
        background: #fff;
        border-bottom: 1px dashed #cccccc;
    }

        .member-list .pic img {
            width: 80px;
            height: 80px;
            border: 1px solid #b2b2b2;
            border-radius: 100%;
        }

    .member-list .op {
        margin-top: 10px;
    }

        .member-list .op a {
            display: inline-block;
            min-width: 50px;
            height: 20px;
            margin: 0 5px;
            padding: 0 5px;
            text-align: center;
            line-height: 17px;
            color: #333;
            background: #fff;
            border: 1px solid #bebebe;
            border-radius: 3px;
        }


/*--- discuss ---*/

.part-type2 h2 {
    margin-bottom: -1px;
}

.part-type2 .left-part {
    width: 835px;
}

.part-type2 .left-part {
    width: 835px;
}

.part-type2 .right-part {
    width: 357px;
}

.discuss-post {
    margin-bottom: 15px;
    padding: 15px;
    background: #e4e4e4;
}

    .discuss-post .post-name {
        margin-bottom: 10px;
    }

        .discuss-post .post-name input {
            width: 80%;
            padding: 8px
        }

    .discuss-post .post-input {
        height: 85px;
        margin-bottom: 20px;
        /*	background: #f5f5f5;
	border: 1px solid #b6b6b6;*/
    }

        .discuss-post .post-input textarea {
            width: 100%;
            height: 99%;
            background: #f7f7f7;
            border: 0;
        }

    .discuss-post .post-sel {
        float: left;
    }

        .discuss-post .post-sel li {
            float: left;
            position: relative;
            width: 55px;
            padding-top: 20px;
            text-align: center;
            color: #9b9b9b;
            cursor: pointer;
        }

            .discuss-post .post-sel li i {
                font-size: 24px;
            }

            .discuss-post .post-sel li span {
                display: block;
                line-height: 30px;
            }

        .discuss-post .post-sel .current:before {
            border-top: 9px solid rgba(0, 0, 0, 0.2);
            border-left: 9px solid transparent;
            border-right: 9px solid transparent;
            content: "";
            display: inline-block;
            left: 50%;
            margin-left: -9px;
            position: absolute;
            top: 0px;
        }

        .discuss-post .post-sel .current:after {
            border-top: 8px solid #f5f5f5;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            content: "";
            display: inline-block;
            left: 50%;
            margin-left: -8px;
            position: absolute;
            top: -1px;
        }


        .discuss-post .post-sel .current i {
            color: #82a03d;
        }

        .discuss-post .post-sel .current span {
            color: #333;
            font-weight: bold;
        }

    .discuss-post .post {
        /*height: 70px;*/
        padding-top: 15px;
        padding-left: 600px;
        text-align: right;
    }

        .discuss-post .post button {
            color: #fff;
            padding: 5px 10px;
            background: #df5f62;
            border: 0;
        }

            .discuss-post .post button i {
                margin-right: 10px;
            }

.discuss-last h3 {
    height: 33px;
    margin-bottom: 13px;
    line-height: 30px;
    background: #e4e0e5;
    border: 1px solid #b3b3b3;
    border-top: 2px solid #cb3535;
}

    .discuss-last h3 span {
        display: inline-block;
        position: relative;
        width: 86px;
        color: #000;
        background: #efecef;
        text-align: center;
        border-right: 1px solid #b3b3b3;
    }

.discuss-reply {
    background: #fff;
    border: 1px solid #cecece;
}

.discuss .discuss-list dl, .discuss-detail .discuss-top dl, .discuss .discuss-reply dl, .discuss-top dl {
    position: relative;
    height: auto;
    min-height: 140px;
    margin-bottom: 13px;
    padding-left: 105px;
    background: #fff;
    border: 1px solid #cecece;
    border-radius: 0;
}

.discuss-reply dl {
    margin-bottom: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #cecece !important;
}

.discuss .discuss-list dl:before, .discuss-detail .discuss-top dl:before, .discuss .discuss-reply dl:before, .discuss-top dl:before {
    content: " ";
    position: absolute;
    width: 85px;
    left: 0;
    top: 0;
    bottom: 0;
    background: #f7f7f7;
    border-right: 1px solid #cecece;
    border-radius: 5px 0 0 5px;
}

.discuss .discuss-list .user-pic, .discuss .discuss-list .user-name, .discuss .discuss-list .post-time, .discuss .discuss-top .user-pic, .discuss .discuss-top .user-name, .discuss .discuss-top .post-time, .reply-list .user-pic, .reply-list .user-name, .reply-list .post-time {
    position: absolute;
    left: 15px;
    top: 10px;
    text-align: center;
    line-height: 20px;
}


.discuss .discuss-list .user-pic, .discuss-detail .discuss-top .user-pic, .reply-list .user-pic, .discuss-top .user-pic {
    top: 0 !important;
    left: 0 !important;
    width: 85px;
    padding-top: 20px;
    text-align: center;
}

    .discuss .discuss-list .user-pic img, .discuss-detail .discuss-top .user-pic img, .reply-list .user-pic img, .discuss-top .user-pic img {
        width: 64px;
        height: 64px;
        border: 2px solid #978e97;
        border-radius: 100%;
    }

.discuss .discuss-list .user-name, .discuss-detail .discuss-top .user-name, .reply-list .user-name, .discuss .discuss-top .user-name {
    left: 0;
    top: 95px;
    width: 85px;
    padding: 0 10px;
    text-align: center;
    line-height: 24px;
}

.reply-list .user-name {
    line-height: 20px;
}

.discuss .discuss-list .post-time, .discuss-detail .discuss-top .post-time, .reply-list .post-time {
    left: auto;
    right: 25px;
    top: 20px;
    color: #959595;
}

.discuss .discuss-list .intro, .discuss-detail .discuss-top .intro, .reply-list .intro {
    padding: 0;
    color: #636363;
    line-height: 22px;
}

    .discuss .discuss-list .intro img, .discuss-detail .discuss-top .intro img, .reply-list .intro img {
        max-width: 100%
    }

.discuss .discuss-list .op, .discuss .discuss-top .op, .reply-list .op {
    width: 300px;
    margin-top: 5px;
    padding-top: 5px;
    color: #ed4141;
    font-weight: bold;
    /*border-top: 1px  dotted #e2e2e2;*/
}

    .discuss .discuss-list .op span, .discuss .discuss-top .op span, .reply-list .op span {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .discuss .discuss-list .op span span, .discuss .discuss-top .op span span, .reply-list .op span span {
            margin: 0;
        }

    .discuss .discuss-list .op a, .discuss .discuss-top .op a, .reply-list .op a {
        color: #949494;
        font-weight: lighter;
    }

    .discuss .discuss-list .op i, .discuss .discuss-top .op i, .reply-list .op i {
        position: relative;
        font-size: 15px;
        margin-right: 3px;
    }

    .discuss .discuss-list .op input {
        width: 210px !important;
        height: 26px !important;
        padding: 3px 4px !important;
        border: 1px solid #d6d6d6 !important;
        border-radius: 0 !important;
    }

    .discuss .discuss-list .op button {
        height: 26px !important;
        margin-left: 10px;
        padding: 3px 10px !important;
        color: #555 !important;
        border: 1px solid #d6d6d6 !important;
        background: #fff !important;
        border-radius: 3px !important;
    }

.part-type2 .side-box {
    background: #ffffff;
    border: 1px solid #dfdfdf;
}

    .part-type2 .side-box h3 {
        position: relative;
        height: 32px;
        padding: 0 0 0 16px;
        line-height: 30px;
        color: #626262;
        background: #f6f6f6;
        border-bottom: 1px solid #e5e5e5;
    }

        .part-type2 .side-box h3 span {
        }

.side-box .paper-list {
    padding: 10px;
}

    .side-box .paper-list dl {
        padding: 5px;
        border: 0;
        border-bottom: 1px solid #dedede;
    }

        .side-box .paper-list dl:last-child {
            border: 0;
        }

    .side-box .paper-list dt a {
        font-size: 14px !important;
    }

    .side-box .paper-list dd {
        overflow: hidden;
        text-overflow: ellipsis;
        color: #777777;
        height: 25px;
    }

.side-box .book-list {
    padding: 10px;
}

    .side-box .book-list li {
        float: left;
        width: 90px;
        margin: 10px;
        padding: 0 10px;
        text-align: center;
        background: url(../../../images/assemblydetail/z1/libs-cover-bg2.png) no-repeat left top;
    }

        .side-box .book-list li a {
            position: relative;
            overflow: hidden;
            display: inline-block;
        }

            .side-box .book-list li a:hover span {
                top: auto;
                bottom: 0;
            }

        .side-box .book-list li img {
            width: 69px;
            height: 102px;
        }

        .side-box .book-list li span {
            position: absolute;
            left: 0;
            top: 100%;
            width: 100%;
            padding: 3px;
            line-height: 18px;
            color: #fff;
            background: rgba(0,0,0,0.4)
        }

.side-box .member-list {
    padding: 0;
}

    .side-box .member-list dl {
        float: none;
        width: auto;
        height: 80px;
        margin: 0;
        padding: 15px 80px 15px 80px;
        text-align: left;
        background: transparent;
        border: 0;
        border-bottom: 1px dotted #c9c9c9;
    }

    .side-box .member-list dt {
        font-size: 16px;
    }

    .side-box .member-list .pic {
        left: 0;
        top: 0;
        width: 60px;
        height: 65px;
        padding-top: 11px;
        background: transparent;
        border: 0;
    }

        .side-box .member-list .pic img {
            width: 60px;
            height: 60px;
        }

    .side-box .member-list .op {
        position: absolute;
        right: 10px;
        top: 0;
        margin: 0;
        padding-top: 28px;
        text-align: center;
    }

.side-top {
}

.solution-content, .article-content {
    position: relative;
    overflow: hidden;
    zoom: 1;
}

    .solution-content:before, .article-content:before {
        display: none;
        position: absolute;
        content: " ";
        right: 5px;
        top: 10px;
        bottom: 10px;
        width: 357px;
        background: #f7f7f7;
        border: 1px solid #cccccc;
    }


    .discuss-detail .left-part, .solution-content .left-part, .article-content .left-part {
        width: 832px;
        margin-right: -1px;
    }

.discuss-detail .left-part {
    background: transparent;
    border: 0;
}

.discuss .discuss-top dl {
    /*border: 0;*/
    height: auto;
}

.discuss .discuss-top dd.post-time {
    top: 20px;
    left: auto;
    right: 17px;
    color: #777;
}

.discuss .discuss-top .user-name {
    position: absolute;
}

.discuss .discuss-reply h3 {
    height: 36px;
    margin-bottom: 0;
    padding: 5px 10px 0;
    background: #dedede;
}

    .discuss .discuss-reply h3 span {
        display: inline-block;
        position: relative;
        height: 31px;
        margin: 0 5px;
        padding: 0 15px;
        line-height: 29px;
        background: #f7f7f7;
        text-align: center;
        font-weight: lighter;
        border: 1px solid #c2c2c2;
        border-bottom: 0;
        border-top: 2px solid #cb3535;
    }


.reply-list dl .num {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 5px 2px;
    text-align: center;
    color: #999;
    background: #ddd;
    border-left: 0;
}

.reply-list dl .intro {
    min-height: 70px;
}

.reply-list .quote {
    margin-top: 20px;
    padding: 0;
}

    .reply-list .quote .quote {
        margin-top: 10px;
    }

    .reply-list .quote dl {
        min-height: inherit;
        margin-bottom: 3px;
        padding: 5px;
        border: 1px solid #ddd;
    }

        .reply-list .quote dl:before {
            display: none;
        }

    .reply-list .quote .intro {
        min-height: inherit;
    }

    .reply-list .quote dt {
        font-size: 12px;
        margin-bottom: 3px;
    }

.discuss-detail .discuss-post {
    margin-top: 10px;
}


.discuss-detail .right-part, .solution-content .right-part {
    position: relative;
}

/*--- solution ---*/
.solution-list dl {
    position: relative;
    margin-bottom: -1px;
    padding: 15px;
    background: #fff;
    border: 1px solid #cccccc;
}

.solution-list dt {
    margin-bottom: 3px;
    padding-right: 160px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    font-weight: lighter;
    color: #333;
}

    .solution-list dt a {
        color: #333;
        text-decoration: underline;
    }

    .solution-list dt i {
        position: relative;
        left: -15px;
        margin-right: -10px;
        padding: 4px 15px 4px 7px;
        font-size: 17px;
        color: #fff;
        background-color: #adadad;
        border-radius: 0 14px 14px 0;
    }

.solution-list dd {
    padding: 5px 0;
    color: #7e7e7e;
    line-height: 22px;
}

    .solution-list dd.time {
        position: absolute;
        right: 17px;
        top: 10px;
        color: #777;
    }

dd.download {
    width: 600px;
    min-height: 32px;
}

    dd.download a {
        display: inline-block;
        margin-right: 15px;
        color: #777;
        text-decoration: underline;
    }

    dd.download i {
        margin-right: 3px;
    }

.solution-list .op {
    position: absolute;
    right: 10px;
    bottom: 15px;
    text-align: right;
    color: #ed4141;
    font-weight: bold;
}

    .solution-list .op a {
        color: #949494;
        font-weight: lighter;
    }

    .solution-list .op i {
        position: relative;
        font-size: 15px;
        margin-right: 3px;
    }

    .solution-list .op span {
        display: inline-block;
        margin-right: 15px;
    }

.side-box .simple-list {
    padding: 10px;
    background: #fff;
}

    .side-box .simple-list li {
        padding: 8px 5px;
        line-height: 24px;
        border-bottom: 1px dotted #c9c9c9;
    }

        .side-box .simple-list li i {
            position: relative;
            top: 3px;
            margin-right: 4px;
            font-size: 24px;
            color: #adadad;
        }

        .side-box .simple-list li a {
            font-size: 14px;
            color: #555;
        }

.side-box .simple-list2 {
    padding: 10px;
    background: #fff;
}

    .side-box .simple-list2, .side-box .simple-list2 ul {
        position: relative;
    }

        .side-box .simple-list2:before {
            position: absolute;
            content: " ";
            left: 3px;
            top: 10px;
            bottom: 10px;
            width: 1px;
            border-left: 1px solid #ccc;
        }

        .side-box .simple-list2 li {
            overflow: hidden;
            height: 30px;
            padding: 5px 2px;
            text-overflow: ellipsis;
            line-height: 20px;
            list-style-type: circle;
            list-style-position: inside;
        }

            .side-box .simple-list2 li a {
                font-size: 14px;
                color: #555;
            }



.book-content {
    overflow: hidden;
    position: relative;
    zoom: 1;
}

    .book-content:before {
        position: absolute;
        content: " ";
        right: 0px;
        top: 0px;
        bottom: 0px;
        width: 325px;
        background: url(../../../images/assemblydetail/z1/book-right-part.png) no-repeat left center;
    }

    .book-content .left-part {
        float: left;
        width: 870px;
    }

    .book-content .right-part {
        position: relative;
        float: right;
        width: 325px;
        padding-left: 10px;
    }
/*.hot-box h3 {
	height: 40px;
	margin-bottom: 8px!important;
	line-height: 40px;
	background: transparent!important;
	border: 0!important;
	border-bottom: 2px solid #f2f2f2!important;
}
.hot-box h3 span {
	position: relative;
	width: auto!important;
	height: 38px;
	padding: 0 10px;
	font-size: 16px!important;
	background: url(../../../images/assemblydetail/z1/right-box-hot-h.png) no-repeat center bottom!important;
	border: 0!important;
}*/
.hot-box .simple-list2 {
    padding: 5px 0;
}

    .hot-box .simple-list2 li a {
        font-size: 12px;
        color: #09656c;
    }

.article-content .paper-list {
    padding: 0;
}

    .article-content .paper-list dl {
        position: relative;
        margin: 0 0 -1px 0;
        padding: 15px;
        background: #fff;
        border: 1px solid #cecece;
    }

/*.article-content .hot-box h3 {
	margin-bottom: 0!important;
	background: #e4e4e4!important;
	border: 1px solid #c0c0c0!important;
	border-width: 1px 0!important;
}
.article-content .hot-box h3 span {
	margin: 6px 10px!important;
	height: 18px!important;
	line-height: 18px!important;
	background: transparent!important;
	border-left: 5px solid #ca3435!important;
}*/
.article-content .hot-box .simple-list2 {
    padding: 10px;
}

    .article-content .hot-box .simple-list2:before {
        top: 26px;
        bottom: 20px;
        left: 13px;
    }

.update-list dl {
    overflow: hidden;
    position: relative;
    margin-bottom: -1px;
    padding: 15px 20px 10px 50px;
    background: #fff;
    border: 1px solid #cecece;
    border-radius: 0;
    zoom: 1;
}

    .update-list dl:after {
        content: " ";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fafafa;
        border-top: 1px solid #e5e5e5;
        height: 36px;
        line-height: 1px;
    }

.update-list dt {
    padding-bottom: 4px;
    line-height: 20px;
}

    .update-list dt a {
        font-size: 18px;
        color: #4e4e4e;
        font-weight: bold;
    }

    .update-list dt i {
        position: absolute;
        left: -4px;
        display: inline-block;
        width: 48px;
        height: 27px;
        margin-top: -2px;
        padding: 4px 15px 4px 7px;
        font-size: 14px;
        color: #fff;
        background: url(../../../images/assemblydetail/z1/icon-dt.png) no-repeat;
        border-radius: 0;
    }

        .update-list dt i:before {
            display: none;
        }

        .update-list dt i:after {
            display: none;
            padding: 0;
            border: 0;
            background: #adadad !important
        }

.update-list dd {
    padding: 2px 0;
    color: #585858;
    line-height: 18px;
}

    .update-list dd span {
        color: #909090;
        margin-right: 1em;
    }

    .update-list dd.download {
        margin-top: 5px;
    }

.update-list .update-user, .update-list .update-time {
    position: relative;
    float: left;
    margin: 20px -5px 0;
    padding: 0 5px;
    line-height: 20px;
    z-index: 1;
}

.update-list .update-time {
    float: right;
    text-align: right;
}

    .update-list .update-time i {
        font-size: 13px;
        margin-right: 3px;
    }

.update-list .update-user a {
    color: #209ea7;
}

.update-list .update-user .pic {
    vertical-align: middle;
    margin-right: 5px;
}

    .update-list .update-user .pic img {
        width: 20px;
        height: 20px;
        border: 1px solid #b2b2b2;
        border-radius: 100%;
    }

.add-btn {
    position: relative;
    width: 30%;
    top: -46px;
    margin-bottom: -46px;
    padding: 10px;
}

    .add-btn a {
        padding: 4px 8px;
        color: #fff;
        font-size: 12px;
        background: #ae3928;
        border: 1px solid #ae3928;
        border-radius: 0;
    }


/*----left-cluster----*/
.left-cluster {
    float: left;
    width: 250px;
}

    .left-cluster h2 {
        padding-left: 15px;
        background: none;
        height: 32px !important;
        line-height: 32px !important;
        margin-bottom: 0;
    }

    .left-cluster h3 {
        position: relative;
        height: 33px;
        margin: 0;
        padding: 0;
        background: #e4e4e4;
        border: 1px solid #c0c0c0;
    }

        .left-cluster h3 span {
            display: inline-block;
            padding-left: 10px;
            font-size: 16px;
            line-height: 30px;
            color: #333333;
            text-align: center;
            font-weight: lighter;
            background: #efecef;
            margin: 6px 10px !important;
            height: 18px !important;
            line-height: 18px !important;
            background: transparent !important;
            border-left: 5px solid #ca3435 !important;
        }

.search-refine {
    margin-top: -1px;
    padding: 20px 10px;
    background: #f7f7f7;
    border: 1px solid #c0c0c0;
}

    .search-refine .refine-item, .search-refine .refine-submit {
        min-height: 34px;
        _height: 34px;
        margin-bottom: 15px;
        line-height: 24px;
        text-align: left;
    }

        .search-refine .refine-item .sel, .search-refine .refine-item .t, .search-refine .refine-item .input {
            display: inline-block;
            margin-right: 5px;
        }
        /*.search-refine .refine-item .sel {
	width: 100px;
	height: 20px;
	padding: 6px 8px;
	font-size: 14px;
	line-height: 20px;
	color: #303d3f;
	background: url(../../../images/assemblydetail/z1/search-input.png) repeat-x top #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	vertical-align: middle;
}*/


        .search-refine .refine-item .sel {
            width: 97px;
            padding: 4px 6px;
            background-position: right 5px;
        }

            .search-refine .refine-item .sel .sel-box {
                width: 97px;
            }


        .search-refine .refine-item .input {
            margin-right: 0;
        }

            .search-refine .refine-item .input input {
                width: 122px;
            }

        .search-refine .refine-item span {
            float: left;
            width: 15px;
            text-align: center;
        }

        .search-refine .refine-item strong {
            float: left;
            width: 72px;
            height: 24px;
            margin-right: 10px;
            padding-right: 2px;
            font-weight: lighter;
            text-align: right;
            line-height: 22px;
            line-height: 26px\9;
        }

    .search-refine .refine-submit {
        text-align: center;
        margin-bottom: 0;
    }

        .search-refine .refine-submit .submit {
            width: 100px;
            background: #f93549;
            border-color: #f93549;
        }
/*--------*/
.cluster .fx {
    margin-left: 5px;
    background: url(../../../images/assemblydetail/z1/icon-fx.gif) no-repeat;
    vertical-align: text-bottom;
}

.cluster-group {
    margin-top: -1px;
    border: 1px solid #c0c0c0;
}

    .cluster-group h3 {
        position: relative;
        height: 33px;
        padding-left: 10px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: lighter;
        line-height: 33px;
        color: #303d3f;
        background: #e4e4e4;
        border: 0;
        border-bottom: 1px solid #c0c0c0 !important;
    }

        .cluster-group h3 i {
            margin-left: 5px;
        }

        .cluster-group h3 tt {
            position: absolute;
            right: 9px;
            top: 9px;
        }

            .cluster-group h3 tt a {
                display: block;
                height: 22px;
                width: 22px;
                padding-left: 100px;
                background: url(../../../images/assemblydetail/z1/close-op.png) no-repeat;
            }

            .cluster-group h3 tt .open {
                background-position: right top;
            }

            .cluster-group h3 tt .close {
                background-position: right bottom;
            }

    .cluster-group .list {
        background: #f7f7f7;
        padding: 12px;
        border-top: 0;
    }

        .cluster-group .list ul {
            overflow: hidden;
        }

    .cluster-group li {
        display: block;
        margin-bottom: 2px;
        padding: 1px 3px;
        font-size: 12px;
        line-height: 20px;
        color: #000;
    }

    .cluster-group .list span {
        cursor: pointer;
    }

    .cluster-group .level0 {
    }

        .cluster-group .level0 li {
            padding-right: 0;
        }

    .cluster-group .level1 {
        margin-bottom: -5px;
        padding: 5px 0 0 16px;
    }

        .cluster-group .level1 li {
            padding-right: 0;
        }

    .cluster-group .level2 {
        padding: 5px 0 0 7px;
    }

        .cluster-group .level2 li {
            padding-right: 0;
        }

    .cluster-group .list li input {
        margin: -1px 5px 2px 0;
        _margin-right: 2px;
        _margin-top: 0;
    }

    .cluster-group .list li .show, .cluster-group .list li .hide, .cluster-group .list li .loading {
        display: inline-block;
        width: 16px;
        height: 15px;
        margin: 1px 0 0;
        _margin-top: 2px;
        background: url(../../../images/assemblydetail/z1/cluster-group-show.gif) no-repeat 0 1px;
        vertical-align: middle;
    }

    .cluster-group .list li .hide {
        background: url(../../../images/assemblydetail/z1/cluster-group-hide.gif) no-repeat;
    }

    .cluster-group .list li .loading {
        padding: 0;
        background: url(../../../images/assemblydetail/z1/treeloading.gif) 0 0;
    }

    .cluster-group .list li:hover {
        background: #eee;
    }

    .cluster-group .list li tt {
        float: right;
    }

    .cluster-group .list .list-abc {
        overflow: hidden;
        zoom: 1;
    }

        .cluster-group .list .list-abc li {
            float: left;
            width: 14%;
            line-height: 26px;
        }

            .cluster-group .list .list-abc li:hover {
                background: transparent;
            }

        .cluster-group .list .list-abc a {
            display: inline-block;
            width: 26px;
            text-align: center;
            font-weight: bold;
            color: #555;
            ;
            border-radius: 3px;
        }

            .cluster-group .list .list-abc a.current {
                color: #fff;
                background: #379be9 !important;
            }

            .cluster-group .list .list-abc a:hover {
                background: #d5e2e3;
            }


    .cluster-group .find {
        padding: 0 10px;
    }

        .cluster-group .find .input {
            width: 125px;
            height: 23px;
            padding: 0 5px;
            line-height: 21px;
            border: 1px solid #e3e3e3;
        }

        .cluster-group .find select {
            width: 63px;
            height: 23px;
            padding-left: 5px;
            line-height: 21px;
            border: 1px solid #e3e3e3;
            vertical-align: middle;
        }

.year-graph {
    margin-bottom: 10px;
}

.year-input {
    height: 40px;
}

    .year-input input {
        float: left;
        width: 48px;
        padding: 6px 5px;
        text-align: center;
    }

    .year-input .ui-slider {
        float: left;
        width: 100px;
        margin-left: 14px;
        margin-right: 14px;
        margin-top: 10px;
    }

.search-year-graph {
    padding: 5px 0;
    text-align: center;
    background: #fff;
}

.search-year-slider {
    overflow: hidden;
    padding: 10px;
    background: #fff;
}

    .search-year-slider .t {
        float: left;
        width: 53px;
        margin-right: 0;
    }

        .search-year-slider .t input {
            width: 55px;
            text-align: center;
        }

    .search-year-slider .ui-slider {
        float: left;
        width: 90px;
        margin-left: 15px;
        margin-right: 17px;
        margin-top: 10px;
    }

.cluster-group .submit {
    padding: 10px;
    background: #fff;
    text-align: center;
}

    .cluster-group .submit input[type="button"] {
        width: 100px;
        background: #f93549;
        border-color: #f93549;
    }

#datecluster .submit {
    text-align: left;
}

    #datecluster .submit input[type="button"] {
        width: 40px;
        margin-right: 0;
        padding: 3px;
        background: #aaa;
        border-color: #aaa;
        font-size: 12px;
    }

        #datecluster .submit input[type="button"]:last-child {
            color: #777;
            background: #fff;
            border-color: #aaa;
        }
/*----left-cluster end----*/

.cluster:before {
    display: none;
}

.cluster .left-part {
    float: none;
    width: inherit;
    margin-left: 260px;
    margin-right: 0;
}

    .cluster .left-part .pages {
        clear: inherit;
    }

.cluster .right-part {
    display: none;
}

.paper-list .d-more {
    position: relative;
    height: 32px;
    margin: 10px 0 0 0;
    padding: 0;
    background: #f9f9f9;
    border: 1px solid #c5d0dc;
}

    .paper-list .d-more a {
        float: left;
        height: 31px;
        margin: 0;
        padding: 0 20px 0 5px;
        line-height: 29px;
        border: 0;
        border-right: 1px solid #c5d0dc;
    }

        .paper-list .d-more a i {
            margin-right: 3px;
            font-size: 13px;
        }

    .paper-list .d-more .current {
        position: relative;
        background: #fff;
        border-top: 2px solid #135E33;
    }

        .paper-list .d-more .current i {
            color: #135E33;
        }

    .paper-list .d-more .more-right {
        float: right;
        border-left: 1px solid #c5d0dc;
        border-right: 0;
    }

    .paper-list .d-more .el-source {
        padding-left: 0;
        border-right: 0;
    }

    .paper-list .d-more .asource {
        border-right: 0;
    }

    .paper-list .d-more .adetail {
        border-left: 1px solid #c5d0dc;
    }

.paper-list .s-pic {
    display: inline-block;
    height: 20px;
    margin: 0 3px !important;
}
.paper-list .s-pic img {
    position: relative;
    top: -2px;
    height: 13px;
    vertical-align: middle;
}

    .paper-list .s-pic.vip {
        width: 37px;
    }

    .paper-list .s-pic.cnki {
        width: 42px;
        background-position: -46px 0;
    }

    .paper-list .s-pic.cx {
        width: 19px;
        background-position: -96px 0;
    }

    .paper-list .s-pic.wf {
        width: 19px;
        background-position: -122px 0;
    }

.d-more a .stars {
    position: relative;
    top: 0px;
    margin-left: 3px !important;
    vertical-align: middle;
    zoom: 0.8;
}

.paper-list .d-more-content {
    overflow: inherit;
    height: auto;
    margin: -2px -9px -3px -9px;
    padding: 10px;
    border: 1px solid #c5d0dc;
}

.source h6 {
    line-height: 30px;
}

.source-list {
    margin-bottom: 5px;
    padding: 5px;
    border: 1px dashed #cccccc
}

    .source-list table {
        width: 100%;
    }

    .source-list ul {
        overflow: hidden;
        zoom: 1;
    }
.source-list li {
	    float: left;
    list-style: none;
    margin-right: 2em;
}
.top-filter {
    margin: 0 0 -1px 0;
    padding: 15px;
    background: #fff;
    border: 1px solid #cecece;
}

.filter-content {
    padding: 1px 0;
}

    .filter-content .filter-line {
        line-height: 30px;
    }

    .filter-content .filter-label {
        float: left;
        width: 4em;
        text-align: right;
    }

    .filter-content .filter {
        position: relative;
    }

        .filter-content .filter ul {
            overflow: hidden;
            padding: 3px 0;
            zoom: 1;
        }

        .filter-content .filter li {
            float: left;
            margin-right: 10px;
        }

            .filter-content .filter li a {
                display: inline-block;
                height: 30px;
                padding: 1px 10px;
                line-height: 27px;
                color: #666;
                font-size: 14px;
                border-radius: 3px;
            }

            .filter-content .filter li .current {
                color: #fff;
                background: #db6655;
            }

    .filter-content .filter-search input {
        padding: 3px 5px;
    }

    .filter-content .filter-search button {
        height: 24px;
        padding: 0px 10px;
        line-height: 20px;
        font-size: 12px;
        background: #666;
        border: none;
    }

.top-clustering {
    background: #fff;
    border: #CCC solid 1px;
    font-size: 12px;
    padding: 10px 20px;
}

.clustering-content .clustering-line {
    overflow: hidden;
    height: 25px;
    margin-bottom: 5px;
    line-height: 21px;
    border-bottom: 1px dotted #ccc;
}

.clustering-content .show-more {
    overflow: inherit;
    height: auto;
}

.clustering-content .clustering-line:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.clustering-content .clustering-label {
    float: left;
    width: 6em;
    text-align: right;
    color: #888;
}

.clustering-content .clustering {
    position: relative;
    margin-left: 6em;
}

    .clustering-content .clustering ul {
        overflow: hidden;
        padding: 0 45px 0 0;
        zoom: 1;
    }

    .clustering-content .clustering .f-more {
        position: absolute;
        right: 0;
        top: 0px;
    }

        .clustering-content .clustering .f-more a {
            display: inline-block;
            height: 20px;
            padding: 0px 5px;
            line-height: 17px;
            border: 1px solid #ccc;
        }

            .clustering-content .clustering .f-more a i {
                position: relative;
                top: 1px;
            }

    .clustering-content .clustering li {
        float: left;
        margin-right: 10px;
        margin-bottom: 5px;
        list-style: none;
    }

        .clustering-content .clustering li a {
            display: inline-block;
            padding: 1px 10px;
            color: #666;
            border-radius: 3px;
            text-decoration: underline;
        }

        .clustering-content .clustering li .current {
            color: #fff;
            text-decoration: none;
            background: #db6655;
        }

.cover-list .cover .default-cover {
    width: 120px !important;
    height: 167px !important;
}

.search-refine {
    margin-bottom: 10px;
    padding: 20px 10px;
    background: #ffffff;
    border: 1px solid #d5e2e3;
    border-bottom: 5px solid #dceaf5;
}

    .search-refine .refine-item, .search-refine .refine-submit {
        min-height: 34px;
        _height: 34px;
        margin-bottom: 15px;
        line-height: 24px;
        text-align: left;
    }

        .search-refine .refine-item .sel, .search-refine .refine-item .t, .search-refine .refine-item .input {
            display: inline-block;
            margin-right: 5px;
        }


        .search-refine .refine-item .sel {
            width: 97px;
            padding: 4px 6px;
            background-position: right 5px;
        }

            .search-refine .refine-item .sel .sel-box {
                width: 97px;
            }


        .search-refine .refine-item .input {
            margin-right: 0;
        }

            .search-refine .refine-item .input input {
                width: 122px;
            }

        .search-refine .refine-item span {
            float: left;
            width: 15px;
            text-align: center;
        }

        .search-refine .refine-item strong {
            float: left;
            width: 72px;
            height: 24px;
            margin-right: 10px;
            padding-right: 2px;
            font-weight: lighter;
            text-align: right;
            line-height: 22px;
            line-height: 26px\9;
        }

    .search-refine .refine-submit {
        text-align: center;
        margin-bottom: 0;
    }

        .search-refine .refine-submit .submit {
            width: 100px;
            background: #EB5F3C;
            border-color: #EB5F3C;
        }

.search-year-slider {
    overflow: hidden;
    padding: 10px;
    background: #fff;
}

.search-year-slider .t {
    float: left;
    width: 53px;
    margin-right: 0;
}

.search-year-slider .t input {
    width: 55px;
    text-align: center;
}

.search-year-slider .ui-slider {
    float: left;
    width: 90px;
    margin-left: 15px;
    margin-right: 17px;
    margin-top: 10px;
}

#datecluster .submit {
    text-align: left;
}

#datecluster .submit input[type="button"] {
    width: 40px;
    margin-right: 0;
    padding: 3px;
    background: #aaa;
    border-color: #aaa;
    font-size: 12px;
}

#datecluster .submit input[type="button"]:last-child {
    color: #777;
    background: #fff;
    border-color: #aaa;
}

.cluster-group .submit {
    padding: 10px;
    background: #fff;
    text-align: center;
}

.cluster-group .submit input[type="button"] {
    width: 100px;
    background: #EB5F3C;
    border-color: #EB5F3C;
}

.tools {
    width: 50px;
    position: fixed;
    right: 5px;
    bottom: 100px;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,100)||15)-(parseInt(this.currentStyle.marginBottom,100)||0)));
    _position: absolute;
    z-index: 999;
}

.tools .tools-btn {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: -1px;
    padding: 8px 10px;
    text-align: center;
    line-height: 16px;
    color: #333;
    background: #fafafa;
    border: 1px solid #cdcdcd;
}

.tools .current {
    background: #fff;
    border-left: 1px solid #fff;
    z-index: 3;
}

.tools .sel-num {
    position: absolute;
    right: -3px;
    top: -3px;
    padding: 2px 4px;
    font-size: 8px;
    line-height: 8px;
    color: #fff;
    background: #a9090c;
    border-radius: 4px;
}

.cluster-selected {
    position: absolute;
    right: 48px;
    bottom: 0;
    width: 200px;
    min-height: 152px;
    _height: 152px;
    background: #fff;
    border: 2px solid #aaa;
    z-index: 2;
}

.cluster-selected li {
    position: relative;
    padding: 15px 10px;
    border-bottom: 1px dotted #ccc;
}

.cluster-selected li a {
    color: #000;
}

.cluster-selected li .del {
    position: absolute;
    right: 10px;
    top: 15px;
}

.cluster-selected .submit {
    height: 48px;
    padding: 10px;
    text-align: center;
}

.cluster-selected .submit-btn, .cluster-selected .submit-btn2 {
    float: left;
    width: 62px;
    height: 28px;
    padding: 3px 5px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: #EB5F3C;
    border-color: #EB5F3C;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
}

.cluster-selected .submit-btn2 {
    float: none;
    display: inline-block;
    width: 80px;
}

.cluster-selected .clear-btn {
    float: right;
    width: 50px;
    height: 28px;
    margin: 0 auto;
    line-height: 26px !important;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
}
.pages .total {
    float: none;
}


.media .progress {
    width: 120px;
    float: right;
}

.media p {
    width: 220px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}

.media .delete-file {
    margin-left: 10px;
    float: right;
}

.media .progress-bar {
    background-color: #34A853;
}

#spanButtonPlaceHolder {
    display: inline-block;
    height: 30px;
    padding: 3px 15px;
    font-size: 12px;
    line-height: 24px;
    color: #34A853;
    background: #fff;
    border: #34A853 1px solid;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
    font-weight: normal;
}



.search-op, .about-op {
    height: 44px;
    padding: 5px;
    color: #c0d3d5;
    background: #fff;
    border: 1px solid #d5e2e3;
    border-bottom: 5px solid #d5e2e3;
}
.search-op-sel, .search-op-more {
    display: inline-block;
}

    .search-op-sel a, .search-op-more a, .search-op-show a {
        display: inline-block;
        margin-right: 10px;
        padding: 4px 5px; /* padding: 4px 7px; update: 5px*/
        line-height: 20px;
        color: #004fa1;
    }

        .search-op-sel a .icon-question-circle-o {
            margin-left: 3px;
        }

        .search-op-sel a:hover, .search-op-more a:hover, .search-op-sort:hover, .search-op-show a:hover {
            background: #d5e2e3;
            border-radius: 3px;
        }

    .search-op-sel i, .search-op-more i, .search-op-show i {
        position: relative;
        top: 1px;
        margin-right: 3px;
        font-size: 13px;
    }

    .search-op-sel b {
        position: relative;
        display: inline-block;
        top: 1px;
        min-width: 14px;
        height: 14px;
        padding: 0 3px;
        margin-left: 3px;
        line-height: 14px;
        color: #fff;
        font-weight: lighter;
        background: #004fa1;
        border-radius: 3px;
    }

    .search-op-sel .tip {
        padding: 0 5px;
        color: #004fa1;
        cursor: help;
    }