em,
i {
    font-style: normal;
}
.crumb {
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    color: #666;
}
.crumb a {
    color: #666;
}
.crumb i {
    margin: 0 6px;
}
.body-main {
    float: right;
    width: 955px;
}

.top-filter .select-box {
    float: left;
    margin: 0 7px;
}

.top-filter .current-show {
    position: relative;
    max-width: 144px;
    padding: 0 0 0 8px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    font-size: 0;
    border-radius: 2px;
}

.top-filter .current-show.active,
.top-filter .current-show:hover {
    background: #e6382f;
}

.top-filter .current-show .text {
    float: left;
    z-index: 10;
    font-size: 14px;
    max-width: 120px;
    overflow: hidden;
    height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-filter .current-show.active .text {
    background: #e6382f;
    color: #fff;
}

.top-filter .current-show .icon {
    float: left;
    float: none\9;
    font-size: 16px;
    color: #a4a4a4;
    height: 26px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.top-filter .current-show.active .icon,
.top-filter .current-show:hover .icon {
    color: #fff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.top-filter .down-list,
.top-filter .school-select,
.top-filter .know-down {
    display: none;
    position: absolute;
    top: 25px;
    padding: 20px 12px;
    z-index: 11;
    left: -15px;
    right: -15px;
    border: 1px solid #e6382f;
    border-radius: 1px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px #cecece;
    -moz-box-shadow: 0 2px 4px #cecece;
    box-shadow: 0 2px 4px #cecece
}

.top-filter .down-list li,
.know-down li {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
}

.top-filter .down-list li a,
.top-filter .know-down li a {
    display: block;
    padding: 0 7px;
    margin: 0;
}

.top-filter .down-list li.active,
.top-filter .down-list li:hover,
.top-filter .knowledge li:hover,
.top-filter .knowledge li.active {
    background: #e6382f;
    color: #fff;
    border-radius: 2px;
}

.top-filter .down-list li.active a,
.top-filter .down-list li:hover a,
.top-filter .knowledge li.active a,
.top-filter .knowledge li:hover a {
    color: #fff;
}

/*地区学校筛选*/

.top-filter .school-select {
    padding: 0 6px;
}

.top-filter .school-select li {
    float: left;
}

.school-select .provinces-selected {
    display: none;
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
}

.school-select .provinces-selected li {
    margin: 0 0 0 10px;
    padding: 0 6px;
    line-height: 22px;
    height: 22px;
    cursor: pointer;
    background: #ff5252;
    border-radius: 2px;
}

.school-select .provinces-selected li a {
    color: #fff;
}

.school-select .provinces-list,
.school-select .area-list,
.school-select .school-list {
    padding: 13px 0;
    border-bottom: 1px solid #e6382f;
}

.school-select .provinces-list li,
.school-select .area-list li,
.school-select .school-list li {
    margin: 0 10px 0 10px;
}

.school-select .provinces-list li a,
.school-select .area-list li a,
.school-select .school-list li a {
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
    line-height: 30px;
    height: 30px;
}

.school-select .provinces-list li:hover,
.school-select .area-list li:hover {
    background: none;
}

.school-select .provinces-list li a:hover,
.school-select .area-list li a:hover,
.school-select .area-list li a.on,
.school-select .school-list li a:hover {
    color: #fa5714;
    background: none;
}

.school-select .area-list {
    display: none;
    border-bottom: 1px dotted #ccc;
}

.school-selected {
    display: none;
}

.school-selected li {
    float: left;
    margin: 5px 0 5px 10px;
    padding: 0 6px;
    line-height: 22px;
    height: 22px;
    background: #ff7b52;
    cursor: pointer;
    border-radius: 2px;
}

.school-selected li a {
    color: #fff;
}

.select-sure {
    display: none;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px dotted #ccc;
}

.school-select .select-sure {
    border-bottom: none;
}

.select-sure .sure-btn {
    width: 53px;
    height: 26px;
    background: none;
    font-size: 14px;
    color: #e6382f;
    line-height: 24px;
    border-radius: 1px;
    border: 1px solid #e6382f;
}

.select-sure .sure-btn:hover {
    background: #e6382f;
    color: #fff;
}

.school-select .search-school {
    margin-left: 10px;
}

.search-school {
    padding: 10px 0 5px;
}

.search-school .search-tips {
    float: left;
    margin: 0 10px;
    line-height: 26px;
    height: 26px;
}

.search-school .search-tips em {
    color: #e6382f;
}

.search-name {
    width: 160px;
    padding-left: 6px;
    float: left;
    line-height: 24px;
    height: 24px;
    color: #777;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.search-name.on {
    border-color: #e6382f;
}

.search-btn {
    margin-left: 10px;
    float: left;
    line-height: 26px;
    height: 26px;
    font-size: 14px;
    color: #999;
    border: none;
    background: none;
    cursor: pointer;
}

.school-select .school-list {
    border-bottom: none;
}

.more-school {
    text-align: center;
    padding: 5px 0;
    line-height: 16px;
}

.more-school .more {
    display: inline-block;
    float: none;
    width: 60px;
    line-height: 16px;
    height: 16px;
    font-size: 14px;
    color: #999;
}

.more-school .more:hover {
    color: #e6382f;
    background: none;
}

.more-school .more .icon {
    color: #e6382f;
    display: block;
    font-size: 16px;
}

/*地区筛选弹出框*/

.dialog-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1165px;
    background: rgb(0, 0, 0);
    z-index: 10000;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.xk-dialog {
    display: none;
    position: fixed;
    max-height: 450px;
    width: 600px;
    opacity: 0;
    left: 660px;
    top: 0;
    z-index: 100000;
    background: #fff;
    border: 4px solid #e6382f;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.dialog-box {
    overflow-y: auto;
    max-height: 425px;
}

.xk-dialog .xk-title {
    position: relative;
    height: 25px;
    line-height: 25px;
    background: #e6382f;
    color: #fff;
    padding: 0 5px;
    font-size: 12px;
}

.xk-dialog .xk-title .close {
    position: absolute;
    right: 5px;
    top: 0;
    color: #fff;
}

.xk-dialog .xk-title .close:hover {
    color: #ccc;
}

.xk-dialog .area-list,
.xk-dialog .district-list {
    display: none;
}

.xk-dialog .provinces-list,
.xk-dialog .area-list,
.xk-dialog .district-list,
.xk-dialog .school-list {
    margin: 5px 5px 0;
    padding: 5px 0;
    border: 1px solid #e5e5e5;
}

.xk-dialog .provinces-list li,
.xk-dialog .area-list li,
.xk-dialog .district-list li,
.xk-dialog .school-list li {
    float: left;
    margin: 2px 2px 0;
}

.xk-dialog .provinces-list li a,
.xk-dialog .area-list li a,
.xk-dialog .district-list li a,
.xk-dialog .school-list li a {
    display: block;
    line-height: 22px;
    padding: 0 5px;
    color: #666;
}

.xk-dialog .school-list li {
    width: 25%;
    margin: 0;
}

.xk-dialog .school-list li a {
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xk-dialog .provinces-list li a:hover,
.xk-dialog .provinces-list li a.active,
.xk-dialog .school-list li a:hover,
.xk-dialog .school-list li a.active,
.xk-dialog .area-list li a:hover,
.xk-dialog .area-list li a.active,
.xk-dialog .district-list li a:hover,
.xk-dialog .district-list li a.active {
    color: #fff;
    background: #e6382f;
}

.xk-dialog .select-sure {
    display: none
}

.pt-more {
    float: right;
    width: 58px;
    height: 24px;
    line-height: 24px;
}

.pt-more .less {
    display: none;
}

.pt-more.active .less {
    display: block;
}

.pt-more.active .more {
    display: none;
}

.pt-more a {
    text-align: center;
    display: block;
    color: #e6382f;
    border: 1px solid #e6382f;
    border-radius: 2px;
}

.pt-more a:hover {
    color: #fff;
    background: #e6382f;
}

.top-filter {
    position: relative;
    margin-bottom: 15px;
    padding: 25px 15px 15px;
    background: #fff;
}

.top-filter .reset-select {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #fa5714;
    z-index: 1;
    cursor: pointer;
    font-size: 12px;
}

.top-filter .rv-pt {
    position: relative;
    padding-bottom: 10px;
    line-height: 26px;
}

.top-filter .rv-pt .filter-name {
    float: left;
    width: 80px;
    color: #999;
    text-align: right;
}

.top-filter .rv-pt .rt-pt {
    float: left;
    width: 780px;
}

.top-filter .dx-area .rt-pt {
    height: 28px;
    overflow: hidden
}

.top-filter .rt-pt>a {
    float: left;
    height: 26px;
    padding: 0 8px;
    margin: 1px;
    color: #333;
    border-radius: 2px;
    cursor: pointer
}

.top-filter .rt-pt>a.on,
.top-filter .rt-pt>a:hover {
    color: #fff;
    background: #e6382f;
}

.top-filter .rt-pt .school-box {
    float: left;
    margin: 1px 7px;
}

.top-filter .rt-pt .select-check .iconfont,
.result-filter .select-check .iconfont {
    margin-right: 5px;
    font-size: 14px;
    color: #b2b2b2;
}

.top-filter .rt-pt .select-check.active .iconfont,
.result-filter .select-check.active .iconfont {
    color: #e6382f;
}

.top-filter .rt-pt .select-check:hover {
    background: none;
}

.result-filter {
    padding: 17px 20px 14px;
    background: #fff;
    font-size: 12px;
    line-height: 23px;
}

.result-filter .sort .sort-item {
    float: left;
    margin-right: 5px;
    padding: 0 5px;
    border-radius: 4px;
    cursor: pointer;
}

.result-filter .sort .sort-item.on a,
.result-filter .sort .sort-item:hover a {
    color: #fa5714;
}

.result-filter .sort .download .load-name {
    float: left;
    color: #999;
    margin-right: 10px;
}

.result-filter .sort .download .load-item {
    float: left;
    padding: 0 3px;
    margin-right: 3px;
    height: 21px;
    text-align: center;
    color: #333;
    line-height: 21px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    cursor: pointer;
}

.result-filter .sort .download .load-item.on,
.result-filter .sort .download .load-item:hover {
    border-color: #e6382f;
    color: #fff;
    background: #e6382f;
}

.result-filter .sift {
    float: left;
    position: relative;
    margin: 0 10px;
}

.result-filter .sift .current-show {
    width: 75px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    border: 1px solid #eaeaea;
    cursor: pointer;
    color: #999;
    font-size: 0;
}

.result-filter .sift .current-show .text {
    padding-left: 3px;
    display: inline-block;
    font-size: 12px;
}

.result-filter .sift .current-show .icon {
    display: inline-block;
    font-size: 13px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.result-filter .sift .current-show.active .icon,
.result-filter .sift .current-show:hover .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.result-filter .sift .down-list {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    z-index: 1;
    box-shadow: 0 2px 6px #666;
    border: 1px solid #eaeaea;
    border-top: none;
    box-sizing: border-box;
}

.result-filter .sift:hover .down-list {
    display: block
}

.result-filter .sift .down-list li a {
    display: block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    cursor: pointer
}

.result-filter .sift .down-list li:hover,
.result-filter .sift .down-list li.active {
    background: #eee
}

.result-filter .sift .down-list li.active a {
    color: #e6382f;
}

.result-filter .select-check {
    float: left;
    margin-left: 6px;
    color: #333;
}

.result-filter .f-price {
    display: none;
    float: left;
    margin-left: 10px;
    width: 150px;
    height: 23px;
}

.result-filter .f-price .ipt-box {
    font-size: 12px;
    line-height: 21px;
    padding: 0 5px;
}

.result-filter .f-price .ipt-box-hover {
    margin-top: -17px;
    padding: 16px 4px 12px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.result-filter .f-price .ipt-txt {
    padding: 0 5px;
    width: 30px;
    height: 21px;
    color: #666;
    border: 1px solid #ccc;
}

.result-filter .f-price em {
    margin: 0 2px;
    color: #ccc;
}

.result-filter .f-price .ipt-box .price-btn {
    display: none;
    margin-left: 5px;
    width: 40px;
    height: 23px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #f7f7f7;
}

.result-filter .f-price .ipt-box .price-btn:hover {
    background: #eaeaea;
}

.result-filter .f-price .ipt-box-hover .price-btn {
    display: block;
}

.result-filter .filter-rst {
    float: right;
    color: #999;
}

.result-filter .filter-rst b {
    margin: 0 5px;
    color: #333;
    font-weight: 700;
}

.result-filter .filter-rst .sm-page {
    float: right;
    margin-left: 10px;
}

.result-filter .filter-rst .sm-page input[type="text"] {
    float: left;
    width: 30px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #f00;
    border: 1px solid #ccc;
}

.result-filter .filter-rst .sm-page span {
    float: left;
    margin: 0 2px;
}

.result-filter .filter-rst a {
    float: left;
    width: 16px;
    height: 21px;
    position: relative;
    cursor: pointer;
}

.result-filter .filter-rst a .iconfont {
    position: absolute;
    top: 0;
    left: 0;
    color: #ccc;
    font-size: 16px;
}

.result-filter .filter-rst a .icon-zuo-xuan,
.result-filter .filter-rst a .icon-you-xuan {
    opacity: 0;
    filter: alpha(opacity=0);
    color: #e6382f;
}

.result-filter .filter-rst a:hover .icon-zuo-xuan,
.result-filter .filter-rst a:hover .icon-you-xuan {
    opacity: 1;
    filter: alpha(opacity=100);
}

.result-filter .filter-rst a:hover .icon-zuo-kong,
.result-filter .filter-rst a:hover .icon-you-kong {
    opacity: 0;
    filter: alpha(opacity=0);
}

.result-filter .filter-rst a.prev {
    margin: 0 5px 0 10px;
}

.result-filter .filter-rst a.disabled .iconfont {
    cursor: default;
}

.result-filter .filter-rst a.disabled:hover .iconfont {
    color: #ccc;
}

.result-filter .search-box {
    float: right;
    margin-right: 10px;
    padding-left: 10px;
    width: 120px;
    height: 21px;
    line-height: 21px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
}

.result-filter .search-box .ipt-txt {
    float: left;
    width: 100px;
    height: 21px;
}

.result-filter .search-box .btn {
    float: left;
    width: 20px;
    height: 21px;
    text-align: center;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}

.result-filter .search-box .btn .iconfont {
    font-size: 14px;
    color: #9a9a9a;
}

.list-cont {
    padding: 0 20px;
    background: #fff;
}

.list-cont .list-item {
    position: relative;
    width: 100%;
    padding: 25px 0 15px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.list-cont .list-item:first-child {
    border-top: 1px solid #eaeaea;
}

.list-cont .list-item:hover {
    padding: 25px 19px 15px;
    margin-left: -20px;
    border: 1px solid #e6382f;
    background: #f8f8f8;
}

.list-cont .list-item.third-item:hover {
    border: 1px solid #ff4d4d;
    padding: 25px 19px 15px;
    margin-left: -20px;
}

.list-cont .list-item.third-item:hover .third-tips {
    left: 0;
}

.list-cont .list-item .list-mid {
    float: left;
    width: 700px;
}

.list-cont.data-list .list-item .list-mid {
    float: left;
    width: 620px;
}

.list-cont .list-item .mid-tit {
    position: relative;
    height: 30px;
    line-height: 30px;
}

.list-cont .list-item .list-mid .mid-tit a {
    float: left;
    max-width: 620px;
    font-size: 16px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}

.list-cont .list-item .list-mid .mid-tit a:hover {
    color: #ef7413;
}

.list-cont .list-item .infos {
    margin-top: 5px;
    height: 50px;
    line-height: 25px;
    color: #666;
    overflow: hidden;
}

.list-cont .list-item .type-icon {
    position: relative;
    float: left;
    width: 57px;
    height: 70px;
    background: url(../images/type-icon.png) no-repeat;
    margin: 0 20px 0 0;
}

.list-cont .list-item .type-icon.doc {
    background-position: 0 0;
}

.list-cont .list-item .type-icon.xls {
    background-position: 0 -70px;
}

.list-cont .list-item .type-icon.ppt {
    background-position: 0 -140px;
}

.list-cont .list-item .type-icon.swf {
    background-position: 0 -210px;
}

.list-cont .list-item .type-icon.mp3 {
    background-position: 0 -280px;
}

.list-cont .list-item .type-icon.flv {
    background-position: 0 -210px;
}

.list-cont .list-item .type-icon.pdf {
    background-position: 0 -350px;
}

.list-cont .list-item .type-icon.rar {
    background-position: 0 -420px;
}

.list-cont .list-item .type-icon.other {
    background-position: 0 -490px;
}

.list-cont .list-item .type-icon i {
    position: absolute;
    width: 36px;
    height: 20px;
    left: -3px;
    top: 5px;
    background: url(../images/type_num.png) no-repeat;
}

.list-cont .list-item .type-icon i.type-1 {
    background-position: 0 0;
}

.list-cont .list-item .type-icon i.type-2 {
    background-position: 0 -27px;
}

.list-cont .list-item .type-icon i.type-3 {
    background-position: 0 -55px;
}

.list-cont .list-item .type-icon i.type-4 {
    background-position: 0 -82px;
}

.list-cont .list-item .type-icon i.type-6 {
    background-position: 0 -109px;
}

.list-cont .list-item .type-icon i.type-7 {
    background-position: 0 -137px;
}

.list-cont .list-item .type-icon i.type-8 {
    background-position: 0 -164px;
}

.list-cont .list-item .type-icon i.type-9 {
    background-position: 0 -191px;
}

.list-cont .list-item .list-mid .attribute {
    overflow: hidden;
    color: #666
}

.list-cont .list-item .list-mid .attribute li {
    position: relative;
    float: left;
    margin: 5px 0 0;
    font-size: 12px;
    color: #666;
    line-height: 22px;
}

.list-cont .list-item .list-mid .attribute li.zhishi {
    margin-left: 10px;
}

.list-cont .list-item .list-mid .attribute li.feilei {
    width: 700px;
}

.list-cont .list-item .list-mid .attribute li span {
    display: inline-block;
}

.list-cont .list-item .list-mid .attribute li span .icon,
.list-cont .list-cont .list-item .list-mid .attribute li.zj-icon,
.list-cont .list-item .list-mid .attribute li.taojuan {
    width: 700px;
}

.list-cont .list-item .list-mid .attribute li.taojuan p{
    max-height:80px;
    overflow:hidden;
    line-height:20px;
    -webkit-line-clamp: 4;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    display: -webkit-box;
     text-overflow: ellipsis;
    line-clamp: 4;
}
.list-cont .list-item .list-mid .attribute li.zj-icon p {
    display: inline;
}

.list-cont .list-item .list-mid .attribute li span {
    display: inline-block
}

.list-cont .list-item .list-mid .attribute li span .icon {
    margin-right: 5px;
    font-size: 14px;
    color: #999
}

.list-cont .list-item .list-mid .attribute li a {
    display: inline-block;
    padding: 0 10px;
    color: #666;
    border-radius: 2px;
    background: #ebf5ff;
}

.list-cont .list-item .list-mid .attribute li a:hover {
    color: #fff;
    background: #e6382f;
}

.list-cont .list-item .list-mid .attribute li a.bg-info {
    background: #fff1f1;
}

.list-cont .list-item .list-mid .attribute li a.bg-info:hover {
    background: #fa5614;
}

.list-item .list-mid .det li .icon {
    margin-right: 5px;
    font-size: 14px;
    color: #999;
}

.list-cont .list-item .list-mid .det {
    margin-top: 5px;
    height: 30px;
    color: #666;
    overflow: hidden;
}

.list-cont .list-item .list-mid .det li {
    float: left;
    margin-right: 20px;
    line-height: 30px;
    font-size: 12px;
    color: #666;
}

.list-cont.data-list .list-item .list-mid .det li {
    font-size: 12px;
}

.list-cont .list-item .dn-btn {
    float: right;
    text-align: center;
    padding-top: 8px;
}

.list-cont .list-item .dn-btn a {
    color: #999;
    font-size: 14px;
    line-height: 34px
}

.list-cont .list-item .dn-btn a:hover {
    color: #fa5714;
}

.list-cont .list-item .dn-btn .btn {
    display: block;
    width: 70px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background: #e6382f;
    cursor: pointer;
}

.list-cont .list-item.third-item .dn-btn .btn {
    background: #ff4d4d;
}

.list-cont .list-item .dn-btn .btn:hover {
    color: #fff;
    background: #f6685e;
}

.list-cont .list-item.third-item .dn-btn .btn:hover {
    background: #e73d3d;
}

.list-cont .list-item .dn-btn .point {
    margin-top: 5px;
    color: #fa5614;
    line-height: 15px;
    cursor: default;
}

.list-cont .list-item.third-item .dn-btn .point {
    margin-top: 20px;
    color: #ff4d4d;
}

.list-cont .list-item .dn-btn .free {
    color: #e6382f;
    line-height: 15px;
    cursor: default;
}

.list-cont .list-item .list-mid .mid-tit a {
    display: inline-block;
    vertical-align: middle;
    max-width: 640px;
    font-size: 16px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
}

.list-cont .list-item .list-mid .mid-tit .you {
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAARCAYAAACrfj41AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkMxMDgwQUFEMUFBMDExRTdCNzlDOTlFNUEzMUJFOTZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkMxMDgwQUFFMUFBMDExRTdCNzlDOTlFNUEzMUJFOTZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzEwODBBQUIxQUEwMTFFN0I3OUM5OUU1QTMxQkU5NkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzEwODBBQUMxQUEwMTFFN0I3OUM5OUU1QTMxQkU5NkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Oe5WjAAACJElEQVR42sxWOywEQRiedas5jYijJKLzLCR0Co1qGxIK0Uk8ck6iVChEqXASITrNKTRe0VDoFJ6hFiq5k1yUwt2t/5ub2Zud3WW32z/5Mo/9d+b7n7vG90QzC5A5wjaLidQF7FuELRYj8SM6SMgREnEm2kk4ISTDvGz0DDMze+Os6w8++Ii9xMyGSw/PMDrvrRw6ulGJpgjnYgz38pDF7Kcrz35pcYAZLW0OWej8TKY4OZBMWOkaedLDKCGN0cUUY1J4sjNKOHAoSEmxC281suvjHn2QrRuZdubSo+oZQWKKXMyJ3KyR6B9h5uxm9dKdDLMfLt3exIX5V+41ebkafimVy31uEDyHeXlvmY9RxaD2lKUxrT+o33lmrLG1uvjMs5/ZbreFyC0iqnoOewiz/fLoIQNjjI4+TjgovDJN/KIBjzaEsMe1ghdxoU1E1TRgyjpIJAmcIQ0KE34U0wLhznPg7hJ5ssDs4jvNM27aRBIh9BSWkqP/mk5nRG1PX4QxQtEVgvsLCncXK8338rmfV/TCqlwfe9uXaEOe/G5t900PP3216hGzKcLpH1+rQOFtiMLOW9WQ5e9Byk8nbbRuoRahHimdKBM9dI2wGrVFwROy3ejhRTrgOYB55SjrIROmPRnaTwm8eUYY/TdncDm8RyHExbLxY1/9KiFN0ODLx1tcB4XzV34GVb3h8/fURLgltMf9p6Qoiusr7kSZaFcLcSL6K8AAB7fYMDJqOtUAAAAASUVORK5CYII=")
}

.list-item-img {
    margin-right: 20px;
    width: 120px;
    height: 154px;
    position: relative;
    float: left;
}

.list-item-img img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.list-item-img em {
    position: absolute;
    left: 5px;
    top: 30px;
    z-index: 2;
    width: 80px;
    height: 54px;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    word-break: break-all;
    overflow: hidden;
}

.list-cont .list-item .dn-btn .look-all {
    display: block;
    margin-top: 28px;
    width: 60px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    border-radius: 2px;
    background: #e6382f;
}

.list-cont .list-item .dn-btn .look-all:hover {
    color: #fff;
    background: #f6685e;
}

.no-found {
    padding: 60px 0;
    text-align: center;
    font-size: 16px;
    color: #999;
    background: #fff;
}

.no-found .no-found-bg {
    display: block;
    margin: 0 auto 20px;
    width: 141px;
    height: 108px;
    background: url(../images/sorry.png) no-repeat;
}

.list-page {
    text-align: center;
    font-size: 0;
    padding: 25px 0;
}

.list-page a {
    display: inline-block;
    font-size: 14px;
    min-width: 23px;
    height: 33px;
    line-height: 33px;
    padding: 0 5px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    margin: 0 6px;
}

.list-page a.disabled {
    color: #666;
    cursor: default;
}

.list-page a.disabled:hover {
    color: #666;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}

.list-page a.on,
.list-page a:hover,
.list-page .sure-page input:hover {
    color: #fff;
    border: 1px solid #e6382f;
    background-color: #e6382f;
}

.list-page span {
    display: inline-block;
    font-size: 14px;
    line-height: 33px;
    padding: 0 5px;
}

.list-page span input {
    width: 33px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #e0e0e0;
    text-align: center;
}

.list-page .sure-page input {
    width: 48px;
    border: 1px solid #e0e0e0;
    background: #fff;
}

.det-top {
    position: fixed;
    right: 80px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    bottom: 82px;
    display: none;
    background: #fff;
}

.det-top:hover {
    background-color: #e1e1e1
}

.det-top .iconfont {
    font-size: 40px;
    vertical-align: middle;
    color: #999;
}

.cart {
    position: absolute;
    width: 29px;
    height: 30px;
    z-index: 100;
    opacity: 0;
    filter: alpha(opacity=0);
}

.cart-trash {
    background: url("../images/trash.jpg") no-repeat 0 0;
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 100;
    opacity: 0;
    filter: alpha(opacity=0);
}

.cart-doc {
    background: url("../images/icobg.png") no-repeat -18px -183px;
}

.cart-rar {
    background: url("../images/icobg.png") no-repeat -17px -38px;
}

.cart-other {
    background: url("../images/icobg.png") no-repeat -18px -318px;
}

.cart-pdf {
    background: url("../images/icobg.png") no-repeat -17px -251px;
}

.cart-ppt {
    background: url("../images/icobg.png") no-repeat -16px -111px;
}

.cart-swf {
    background: url("../images/icobg.png") no-repeat -19px -456px;
}

.cart-mp3 {
    background: url("../images/icobg.png") no-repeat -18px -388px;
}

.cart-xls {
    background: url("../images/icobg.png") no-repeat -20px -580px;
}

.cart-txt {
    background: url("../images/icobg.png") no-repeat -17px -38px;
}

.detail-title,
.aside-title {
    padding: 25px 0;
    height: 24px;
    line-height: 24px;
}

.detail-title span {
    padding-left: 20px;
    height: 24px;
    border-left: 4px solid #e6382f;
    font-size: 20px;
    line-height: 24px;
}

.detail-title .more {
    margin-right: 25px;
    color: #999;
}

.detail-title .more:hover {
    color: #e6382f;
}

.aside-title span {
    padding: 0 10px;
    font-size: 18px;
    border-left: 4px solid #e6382f;
}

.aside-title a {
    margin-right: 25px;
    color: #999;
}

.aside-title a:hover {
    color: #e6382f;
}

.aside-rank li {
    position: relative;
    margin-bottom: 25px;
    padding: 0 15px 0 30px;
    counter-increment: decimal;
}

.aside-rank li:before {
    content: counter(decimal);
    position: absolute;
    top: 4px;
    left: 10px;
    width: 14px;
    height: 14px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #ccc;
}

.aside-rank li.top:before {
    background: #e6382f;
}

.aside-rank li .rank-hd {
    display: inline-block;
    max-height: 44px;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    word-break: break-all;
}

.aside-rank li .rank-img {
    position: relative;
    display: none;
    float: left;
    margin-right: 10px;
    width: 80px;
    height: 102px;
}

.aside-rank li .rank-img img {
    width: 80px;
    height: 102px;
}

.aside-rank li .rank-img em {
    position: absolute;
    left: 5px;
    top: 20px;
    z-index: 2;
    width: 70px;
    height: 60px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    word-break: break-all;
    text-align: center;
    overflow: hidden;
}

.aside-rank li .hit {
    overflow: hidden;
}

.aside-rank li .view-btn {
    display: none;
    margin: 30px 0 10px;
    width: 85px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
    border-radius: 4px;
    background: #f2f2f2;
}

.aside-rank li .view-btn:hover {
    color: #fff;
    background: #e6382f;
}

.aside-rank li p {
    font-size: 12px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.aside-rank li.active .rank-img,
.aside-rank li.active .view-btn {
    display: block;
}

.list-cont .studio-item:hover {
    background: none;
}

.studio-item-img {
    margin-right: 20px;
    width: 180px;
    height: 120px;
    float: left;
}

.studio-item-img img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.studio-intro {
    margin: 10px 0;
    color: #666;
}

.aside {
    width: 230px;
    background: #fff;
}

.studio {
    margin: 25px 25px 0;
    border-bottom: 1px dashed #ccc;
}

.studio img {
    width: 180px;
    height: 120px;
}

.studio-info {
    margin-top: 5px;
}

.studio-info li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
    line-height: 20px;
    color: #666;
}

.studio-info li i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #999;
}

.process {
    margin-left: 20px;
}

.process li {
    position: relative;
    margin-bottom: 30px;
    padding: 0 15px;
    clear: both;
}

.process li i {
    position: absolute;
    top: 0;
    left: -7px;
    width: 14px;
    height: 14px;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #e6382f;
}

.process li .hd {
    margin-bottom: 10px;
    line-height: 20px;
}

.process li .bd {
    font-size: 12px;
    line-height: 22px;
    color: #666;
}

.process li a {
    display: block;
    margin-top: 10px;
    color: #e6382f;
    text-align: right;
}

.article {
    padding: 40px;
    min-height: 726px;
}

.detail-main {
    margin-bottom: 40px;
    width: 955px;
    background: #fff;
}

.detail-content,
.collect-con {
    margin-bottom: 40px;
    width: 865px;
    background: #fff;
}

.detail-content .inner {
    min-height: 628px;
    padding: 25px;
}

.detail-content table {
    border-collapse: separate;
    max-width: 720px;
}

.detail-aside {
    position: relative;
    margin-bottom: 40px;
    width: 320px;
    background: #fff;
}

.detail-aside .tree-box {
    height: 770px;
}

.detail-main table {
    width: 100%;
    line-height: 30px;
    border: 1px solid #ccc;
}

.detail-main table td {
    padding: 5px;
    line-height: 30px;
    border: 1px solid #ccc;
}

.detail-main table img {
    vertical-align: middle;
}

.detail-main table b {
    font-weight: 700;
}

.data-info {
    position: relative;
    margin-bottom: 15px;
    padding: 25px;
    background: #fff;
}

.data-info .copyright-zj {
    position: absolute;
    top: -35px;
    right: 200px;
}

.data-info .copyright-zj img {
    width: 170px;
}

.data-info .data-pic,
.data-info .data-pic img {
    position: relative;
    width: 140px;
    height: 180px;
}

.data-info .data-pic em {
    position: absolute;
    left: 10px;
    top: 40px;
    z-index: 2;
    width: 120px;
    height: 90px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    word-break: break-all;
    text-align: center;
    overflow: hidden;
}

.data-info .data-item {
    margin-left: 160px;
}

.data-info .data-hd {
    height: 40px;
}

.data-info .data-hd h1 {
    margin: 0;
    max-width: 800px;
    font-size: 20px;
    line-height: 40px;
}

.doc-label {
    padding: 10px 0;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.doc-label li {
    float: left;
    margin-right: 30px;
    color: #999;
}

.data-info .intro {
    margin-top: 20px;
    line-height: 30px;
    color: #666;
}

.data-item .intro a {
    color: #e6382f;
}

.data-item .intro a:hover {
    color: #e73d3d;
}

.data-info .tools .iconfont {
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    color: #999;
}

.data-info .tools .collect {
    margin-right: 40px;
    line-height: 40px;
    cursor: pointer;
}

.data-info .tools .collect:hover {
    color: #e6382f;
}

.data-info .tools .collect.active .icon-shoucang-xian1:before,
.data-info .tools .collect:hover .icon-shoucang-xian1:before {
    content: "\e6db";
    color: #e6382f;
}

.data-info .share {
    position: relative;
    line-height: 40px;
    cursor: pointer;
}

.share .share-dropdown {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 10;
    padding: 5px 10px;
    width: 30px;
    height: 160px;
    background: #f2f2f2;
    box-shadow: 0 0 10px #ccc;
}

.share .share-dropdown:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 0;
    border-bottom: 10px solid #f2f2f2;
}

.share:hover .share-dropdown {
    display: block;
}

.share .bdsharebuttonbox a {
    margin: 5px 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    background: none;
}

.share .bdsharebuttonbox a:before {
    font-size: 30px;
    font-family: "iconfont";
}

.share .bdsharebuttonbox .bds_qzone:before {
    content: "\e658";
    color: #ffc243;
}

.share .bdsharebuttonbox .bds_sqq:before {
    content: "\e657";
    color: #4989d2;
}

.share .bdsharebuttonbox .bds_tsina:before {
    content: "\e65b";
    color: #ff6e5e;
}

.share .bdsharebuttonbox .bds_weixin:before {
    content: "\e65e";
    color: #99d516;
}

.recom-list li {
    margin-bottom: 35px;
    padding: 0 25px;
    overflow: hidden;
}

.recom-list .recom-img,
.recom-list .recom-img img {
    position: relative;
    width: 60px;
    height: 78px;
}

.recom-list .recom-img em {
    position: absolute;
    left: 5px;
    top: 15px;
    z-index: 2;
    width: 50px;
    height: 45px;
    line-height: 15px;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    word-break: break-all;
    text-align: center;
    overflow: hidden;
}

.recom-list .recom-info {
    margin-left: 80px;
    overflow: hidden;
}

.recom-list .recom-hd {
    display: block;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
}

.recom-list .view {
    font-size: 12px;
    line-height: 30px;
    color: #999;
}

.detail-bg {
    height: 170px;
    background: url(../images/banner.png) no-repeat 50% 50%;
}

.detail-bg .copyright-zj {
    position: absolute;
    top: 10px;
    right: 240px;
}

.detail-bg .copyright-zj img {
    width: 170px;
}

.detail-bg .crumb,
.detail-bg .crumb a {
    color: #fff;
}

.detail-bg .data-info {
    margin: 30px 0 0;
    padding: 0;
    color: #fff;
    background: none;
}

.detail-bg .data-info a,
.detail-bg .data-info .tools .iconfont {
    color: #fff;
}

.detail-bg .doc-label {
    border-bottom: none;
}

.detail-bg .doc-label li,
.detail-bg .doc-label li a {
    color: #b2b2b2;
}

.crumb a:hover,
.detail-bg .doc-label li a:hover {
    color: #e6382f;
}

.data-intro {
    margin: 15px 0;
    background: #fff;
}

.data-intro .intro {
    padding: 0 25px 25px;
    line-height: 30px;
    color: #666;
}

.collect-detail {
    position: relative;
    z-index: 1;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    background: #fbfbfb;
}

.collect-detail h2 {
    float: left;
    width: 300px;
    margin-right: 10px;
    color: #333;
    line-height: 50px;
    font-size: 14px;
}

.collect-detail h2 a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.collect-detail h2 i {
    margin-right: 5px;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
}

.collect-detail h2 i.doc {
    background-image: url("../images/icon-word.png");
}

.collect-detail h2 i.ppt {
    background-image: url("../images/icon-ppt.png");
}

.collect-detail h2 i.pdf {
    background-image: url("../images/icon-pdf.png");
}

.collect-detail h2 i.excel {
    background-image: url("../images/icon-excel.png");
}

.collect-detail h2 i.rar {
    background-image: url("../images/icon-zip.png");
}

.collect-detail h2 i.audio {
    background-image: url("../images/icon-audio.png");
}

.collect-detail h2 i.flv {
    background-image: url("../images/icon-media.png");
}

.collect-detail h2 i.other,
.collect-detail h2 i.unkowm {
    background-image: url("../images/icon-unkown.png");
}

.collect-detail .meta {
    margin-right: 15px;
    font-size: 12px;
    color: #999;
}

.collect-detail .price {
    font-size: 12px;
    line-height: 50px;
    color: #ff4d4d;
}

.collect-detail .btn-download {
    margin: 12px 10px 0;
    width: 70px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background: #e6382f;
}

.collect-detail .btn-download:hover {
    background: #f6685e;
}

.collect-detail .det-info {
    color: #999;
}

.collect-detail .iconfont {
    font-size: 14px;
    margin-right: 2px;
}

.collect-detail .det-info .det-info-name,
.pay-down-load .pay-name {
    position: relative;
    z-index: 2;
    height: 49px;
    line-height: 47px;
    border: 1px solid transparent;
    cursor: pointer;
}

.collect-detail .det-info .det-info-name {
    padding: 0 10px;
    font-size: 12px;
}

.collect-detail .det-info .det-info-name .iconfont {
    font-size: 16px;
    display: inline-block;
    transition: all 0.2s;
}

.collect-detail .det-info .det-info-name:hover .iconfont {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.collect-detail .det-info:hover .det-info-name,
.pay-down-load:hover .pay-name {
    border-color: #e7e7e7;
    background: #fff;
    border-bottom-color: #fff;
}

.collect-detail .det-info:hover .det-info-name,
.pay-down-load:hover .pay-name {
    color: #e6382f;
}

.collect-detail .det-info:hover .down-list {
    display: block;
}

.det-info .down-list {
    display: none;
    z-index: 1;
    position: absolute;
    top: 49px;
    border: 1px solid #e7e7e7;
    background: #fff;
}

.pay-down-load .instant-pay {
    z-index: 1;
    position: absolute;
    top: 49px;
    border: 1px solid #e7e7e7;
    background: #fff;
}

.det-info .down-list {
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 0;
    font-size: 12px;
    line-height: 30px;
}

.det-info .down-list .info {
    padding: 0 20px;
}

.det-info .down-list .info span {
    margin-right: 10px;
}

.det-info .down-list .info a {
    color: #999;
}

.det-info .down-list .info a:hover {
    color: #e6382f;
}

.det-info .down-list .info-text {
    text-indent: 2em;
    word-break: break-all;
}

.collect-detail .coll-tool {
    float: right;
    text-align: center;
    color: #999;
}

.collect-detail .add-cart {
    width: 34px;
    height: 48px;
    float: right;
    cursor: pointer;
    text-align: center;
}

.collect-detail .add-cart .iconfont {
    font-size: 16px;
    color: #999;
    margin-right: 0
}

.collect-detail .add-cart .jiar[name='removecart'] .iconfont {
    color: #1e8cf5
}

.collect-detail .add-cart .jiar[name='removecart']:hover .iconfont {
    color: #1e8cf5
}

.collect-detail .add-cart .jiar:hover .iconfont {
    color: #666
}

.pay-down-load {
    float: right;
    width: 100px;
    position: relative;
}

.pay-down-load .pay-name .txt {
    font-size: 12px;
}

.pay-down-load .qrcode {
    display: none;
}

.pay-down-load:hover .qrcode {
    display: block;
}

.pay-down-load .instant-pay {
    right: -50px;
}

.collect-con.fixed .fixed-tool {
    position: fixed;
    left: 0;
    right: 0;
    width: 1200px;
    margin: 0 auto;
    top: 200px;
    height: 0;
}

.collect-con.fixed .coll-tool {
    position: absolute;
    top: 0;
    right: 0;
    background: #f1f1f1;
}

.collect-con.fixed .pay-down-load,
.collect-con.fixed .add-cart {
    width: 50px;
    display: block;
    float: none;
}

.collect-con.fixed .pay-down-load .txt {
    display: none;
}

.collect-con.fixed .pay-down-load .iconfont {
    margin: 0;
}

.collect-con.fixed .pay-down-load .instant-pay {
    right: 0;
}

.collect-con.fixed .add-cart:hover {
    background: #fff;
}

.collect-con .file {
    background: #fff;
    margin:0 auto;
}

.collect-con .preview {
    background: #fff;
    margin:20px 72px;
    min-height:417px;
}

.collect-con .preview p {
  line-height: 24px;
  margin-bottom: 15px;
  text-indent: 2em
}


.detail-aside .catalog {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 320px;
    background: #fff;
    transition: all 0.3s;
}

.detail-aside .catalog.open {
    width: 800px;
    box-shadow: 5px 0 5px #ccc;
}

.detail-aside .catalog .btn-switch {
    position: absolute;
    top: 30%;
    right: -12px;
    width: 12px;
    height: 60px;
    background: url(../images/btn-switch.png) no-repeat;
    cursor: pointer;
}

.detail-aside .catalog.open .btn-switch {
    background-position: 0 -60px;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 510;
    background: rgba(0, 0, 0, 0.6);
}

.popup {
    display: none;
    position: fixed;
    top: 200px;
    left: 50%;
    z-index: 511;
    margin-left: -360px;
    width: 720px;
    border: 2px solid #e6382f;
    border-radius: 6px;
    background: #fff;
}

.popup .close {
    position: absolute;
    top: 10px;
    right: 20px;
    font: 700 30px/1 arial;
    color: #fff;
    cursor: pointer;
}

.popup-hd {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background: #e6382f;
}

.popup-bd {
    padding: 20px;
    overflow: hidden;
}

.popup-bd ul li {
    float: left;
    margin: 0 10px;
    padding-left: 25px;
    width: 280px;
    height: 40px;
    list-style: none;
    background: url(../images/icon-word.png) no-repeat 0 50%;
}

.popup-bd ul li a {
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
    color: #333;
}

.popup-bd ul li a:hover {
    color: #e6382f;
}

.tree-node.disabled,
.tree-node.disabled:hover {
    color: #666;
    background: none;
    cursor: default;
}

.related {
    background: #fff;
}

.related-top {
    padding: 30px 18px 0;
    font-size: 16px;
    color: #333;
}

.related-name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.related-change {
    float: right;
    color: #999;
    font-size: 12px;
}

.related-change:hover {
    color: #ff7200;
}

.related-list {
    margin-top: 30px;
    padding-bottom: 20px;
}

.related-list li {
    float: left;
    width: 100px;
    margin: 0 21px;
}

.related-list li .list-item-img {
    display: block;
    width: 90px;
    height: 116px;
    margin: 0 auto;
    float: none;
}

.related-list li img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.related-list li .text {
    display: block;
    margin-top: 8px;
    line-height: 18px;
    font-size: 12px;
}

.related .list-item-img .list-item-det .text {
    max-height: 72px;
}

.zhuanji-related .related-list li .list-item-det .text {
    margin-top: 0;
    line-height: 18px;
    max-height: 54px;
    color: #fff;
}

.related-list li a.text {
    height: 36px;
    overflow: hidden;
}

.list-lt {
    width: 230px;
    position: relative;
    border: solid #eaeaea;
    border-width: 1px;
    float: left;
    background-color:#fff;
}

.list-lt.fed {
    position: fixed;
    top: 0;
    z-index: 10
}

.list-lt .list-tree {
    background-color: #fff;
    padding: 10px 0;
}

.list-lt .list-tree .tree-cont {
    width: 100%;
    position: relative
}

.list-lt .list-tree ul li a {
    padding-left: 32px;
    background: url("../images/zi_icon2.png") no-repeat;
    line-height: 40px;
    background-position: 11px 2px
}

.list-lt .list-tree ul li.add a {
    padding-left: 32px;
    background: url("../images/zi_icon2.png") no-repeat;
    background-position: 11px -26px
}

.list-lt .list-tree ul li p {
    height: 40px
}

.list-lt .list-tree ul li p a {
    display: block;
    width: 100%;
    padding: 0;
    color: #666;
    text-indent: 32px;
    box-sizing: border-box;
    height: 40px;
    background-position: 11px 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.list-lt .list-tree ul li  a {
    display: block;
    width: 100%;
    padding: 0;
    color: #666;
    text-indent: 32px;
    box-sizing: border-box;
    height: 40px;
    background-position: 11px 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.list-lt .list-tree ul li a.on,
.list-lt .list-tree ul li a:hover {
    color: #fa5614;
    background-color: #f6f6f6;
}

.list-lt .list-tree ul li ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-indent: 45px;
    color: #666;
    background: none;
    z-index: 0
}
.list-lt .list-tree ul li ul li a span {
    display: inline-block;
    width: 160px;
    height: 40px;
    text-indent: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    *display: inline;
    *zoom: 1;
}
.list-lt .list-tree ul li a span {
    display: inline-block;
    width: 160px;
    height: 40px;
    text-indent: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    *display: inline;
    *zoom: 1;
}
.list-lt .list-tree ul li a span.tree-close {
    width: 25px;
    height: 40px;
    float:right;
    text-indent:0px;
    transition:transform .5s ease;
    color:red;
}
.list-lt .list-tree ul li a span.tree-arrow {
    width: 25px;
    height: 40px;
    float:right;
    text-indent:0px;
    transition:transform .5s ease
}
a span.tree-hide{
 -webkit-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 -o-transform: rotate(90deg);
 transform: rotate(90deg)
}
.list-lt .list-tree ul li ul li a span.tree-arrow {
    width: 25px;
    height: 40px;
    float:right;
}
.list-lt .list-tree ul li ul li a span.srt-lk {
    width: 150px
}

.list-lt .list-tree ul li ul li a.on,
.list-lt .list-tree ul li ul li a:hover {
    color: #fa5614;
    background: #fff;
    border-left: 3px solid #e6382f;
    text-indent: 42px;
    background-color: #f6f6f6;
}
.list-lt .list-tree ul li a.on,
.list-lt .list-tree ul li a:hover {
    padding: 0;
    text-indent: 29px;
    background-position: 9px 12px;
    border-left: 3px solid #e6382f;
    background-color: #f6f6f6;
}
.list-lt .list-tree ul li p a.on,
.list-lt .list-tree ul li p a:hover {
    padding: 0;
    text-indent: 29px;
    background-position: 9px 12px;
    border-left: 3px solid #e6382f;
    background-color: #f6f6f6;
}

.list-lt .list-tree ul.lst-tree li a {
    font-size: 12px;
    color: #666;
    text-indent: 65px
}

.list-lt .list-tree ul.lst-tree li a.on,
.list-lt .list-tree ul.lst-tree li a:hover {
    text-indent: 62px
}

.list-lt .list-tree.zj li a {
    background: none
}

.list-lt .list-tree.zj li.on,
.list-lt .list-tree.zj li:hover {
    background: #f6f6f6;
    border-left: 3px solid #e6382f;
    margin-left: -1px;
    cursor: pointer
}

.list-lt .list-tree.zj li.on a,
.list-lt .list-tree.zj li:hover a {
    padding-left: 30px
}

.list-lt .list-tree.icon-none ul li a {
    background: none
}

.list-lt .type-tit {
    height: 45px;
    line-height: 45px;
    background-color: #e6382f;
    text-align: center;
    color: #f5f5f5;
    position: relative;
    cursor: pointer
}

.list-lt .type-tit .txt {
    font-weight: bold;
    display: inline-block;
    width: 175px;
    height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.list-lt .type-tit i {
    display: inline-block;
    width: 19px;
    height: 18px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkNCOEJDQjMxMEFFQTExRTdCRjdFRTY3QkIzNzRBMzNEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkNCOEJDQjMyMEFFQTExRTdCRjdFRTY3QkIzNzRBMzNEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0I4QkNCMkYwQUVBMTFFN0JGN0VFNjdCQjM3NEEzM0QiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0I4QkNCMzAwQUVBMTFFN0JGN0VFNjdCQjM3NEEzM0QiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7VGpbJAAAASklEQVR42mL6////OyDOBGIGPBgk/xbEiAbiP3g0ZELl42ACuDTAFILkGZAlYBqKsSlEVwzT8BeID6MrxKYYhAOB+Au6QhAGCDAAclrXiSvNAucAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 13px;
    right: 12px;
    cursor: pointer
}

.query-view {
    float: right;
    height: 23px;
    margin-left: 10px
}

.query-view a {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background: url(../images/block_icon.png) no-repeat;
    background-size: 44px 40px;
    margin-top: 2px;
    margin-left: 10px
}

.query-view .view-type-table {
    background-position: 0 0
}

.query-view .view-type-table.on {
    background-position: -27px 0
}

.query-view .view-type-thumb {
    background-position: 0 -24px
}

.query-view .view-type-thumb.on {
    background-position: -27px -24px
}

.tree-name {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: #e6382f;
}

.tree-btn {
    position: absolute;
    left: 0;
    background: url(../images/tree-icon.png) 0 0 no-repeat;
}

.tree-node {
    display: block;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tree1-name>.tree-node {
    float: left;
}

.tree-node:hover a,
.tree-node.active a {
    color: #e6382f;
}

.tree-node:hover,
.tree-node.active {
    color: #e6382f;
}

.tree-box {
    position: relative;
    min-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tree1-list {
    padding: 8px 12px 20px;
}

.tree1-name {
    position: relative;
    padding-left: 16px;
    height: 40px;
    line-height: 40px;
}

.tree1-name .tree-node {
    font-weight: bold
}

.tree1-name .tree-node.active {
    color: #e6382f;
}

.tree1-name .tree-btn {
    top: 14px;
    width: 12px;
    height: 12px;
    background-position: 0 -14px;
    cursor: pointer;
}

.tree1.show .tree1-name .tree-btn {
    background-position: 0 1px;
}

.tree1 .tree-list {
    display: none;
}

.tree1.show>.tree-list {
    display: block;
}

.tree2 {
    border-left: 1px dotted #ebebeb;
}

.tree2:last-child {
    border-left: none;
}

.tree2-list {
    display: none;
    padding-left: 16px;
}

.tree-select {
    cursor: pointer;
}

.tree2-name {
    position: relative;
    margin-left: -6px;
    padding-left: 15px;
    height: 35px;
    line-height: 35px;
    background: #fff;
}

.tree2-name .tree-btn {
    width: 11px;
    top: 0;
    height: 35px;
    background-position: -25px -34px;
    cursor: pointer
}

.tree2:first-child>.tree2-name .tree-btn {
    background-position: -25px 13px;
}

.tree2:last-child .tree2-name .tree-btn {
    background-position: -25px -81px;
}

.tree2.show>.tree2-name .tree-btn {
    background-position: 0 -106px;
}

.tree2.show>.tree-list {
    display: block
}

.tree2.show:first-child>.tree2-name .tree-btn {
    background-position: -52px 13px;
}

.tree3-list {
    padding-left: 3px;
    display: none;
}

.tree3-name {
    position: relative;
    padding-left: 26px;
    height: 35px;
    line-height: 35px;
}

.tree3-name .tree-btn {
    width: 24px;
    top: 0;
    height: 35px;
    background-position: 0 -30px;
}

.tree2:last-child .tree3:last-child .tree3-name .tree-btn {
    background-position: -55px -33px;
}
.tree1:last-child .tree3:last-child .tree3-name .tree-btn {
    background-position: -55px -33px;
}
.tree3.show>.tree-list {
    display: block
}
.selected-tips{float:left;margin-top:9px;color:#fff;max-width:144px;overflow:hidden;}
.selected-tips .tip{position:relative;float:left;color:#fff;margin-left:2px;max-width:58px;padding:0 9px 0 3px;height:22px;line-height:22px;background:#ff5252;cursor:pointer;border-radius:2px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.selected-tips .tip .icon{position:absolute;right:0;top:0;width:10px;font-size:14px;color:#fff;}
.selected-tips .tip a{color:#fff;display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
