﻿@charset "utf-8";
/* 资源列表页 */
/* mTool */
.mainBox .mTool {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 10px;
}

.mainBox .mTool-sort {
    float: left;
}

.mainBox .mTool-sort li {
    float: left;
    font-size: 16px;
    line-height: 26px;
    margin-right: 25px;
}

.mainBox .mTool-sort li.on a {
    color: #163168;
}

.mainBox .mTool-statistics {
    float: right;
    line-height: 26px;
    font-size: 14px;
    color: #999999
}

.mainBox .mTool-statistics .num {
    color: #163168;
    margin: 0 5px;
}
/* 侧栏-树状菜单 */
.side {
    font-size: 14px;
    width: 240px;
    float: left;
}

.side + .mainContent {
    zoom: 1;
    position: relative;
    margin-left: 260px;
    float: none;
}

.sideMenuTree {
    padding: 30px 20px;
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(51, 51, 51, 0.1);
}

.sideMenuTree h3 {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 26px;
}

.sideMenuTree h3 i {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    line-height: 100%;
    text-align: center;
    border: 1px solid #999999;
    color: #999999;
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 14px;
    background: url(img/icons-sidemenurree.png) 2px -98px no-repeat #ffffff;
    cursor: pointer;
}

.sideMenuTree li:last-child h3 {
    margin-bottom: 0px;
}

.sideMenuTree li:has(ul) > h3 i {
    background-position: 2px 2px
}

.sideMenuTree .smTree ul {
    padding-left: 26px;
    margin-bottom: 20px;
    display: none;
    position: relative
}

.sideMenuTree .smTree ul:after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    bottom: 12px;
    width: 0px;
    border-left: 1px dotted #ddd;
    left: 7px;
}

.sideMenuTree .smTree ul li {
    position: relative;
}

.sideMenuTree .smTree ul li:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 0px;
    border-top: 1px dotted #ddd;
    top: 13px;
    left: -18px;
}

.sideMenuTree .smTree li.active > ul {
    display: block
}

.sideMenuTree .smTree li.active > h3 i {
    background-position: 2px -98px
}

.sideMenuTree .h1 {
    line-height: 26px;
    padding-left: 26px;
    font-size: 16px;
    color: #333333;
    position: relative
}

.sideMenuTree #li-home {
    display: none
}

/* 资源筛选栏 */
.resourceSelectorBar {
    /*width:75%;*/
    padding: 30px 30px 20px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(51, 51, 51, 0.1);
    margin-bottom: 10px;
}

.resourceSelectorBar .selectorLine {
    display: flex;
    margin-bottom: 10px;
}

.resourceSelectorBar .selectorLine:last-child {
    margin-bottom: 0px;
}

.resourceSelectorBar .sl-key {
    min-width: 40px;
    line-height: 26px;
    font-size: 14px;
    color: #666666;
    flex-grow: 0
}

.resourceSelectorBar .sl-value {
    line-height: 26px;
    font-size: 14px;
    color: #333333;
    flex-grow: 1;
}

.resourceSelectorBar .sl-valueList {
    display: flex;
}

.resourceSelectorBar .sl-valueList li {
    margin-left: 10px;
    margin-bottom: 10px;
    height: 26px;
}

.resourceSelectorBar .sl-valueList li a {
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    min-width: 30px;
    text-align: center;
}

.resourceSelectorBar .sl-valueList li.on a {
    background-color: #0B4EA1;
    color: #fff;
    border-radius: 3px;
}

/* 资源列表页 */
.resourcePageList li {
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding: 15px 120px 15px 100px;
}

.resourcePageList li::before {
    content: "";
    display: block;
    width: 84px;
    height: 100px;
    background: url(img/icon-word-big.png) 0px 0px no-repeat;
    background-size: 100% auto;
    margin-right: 15px;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
}

.resourcePageList li .title {
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.resourcePageList li .tags {
    overflow: hidden;
    margin-bottom: 15px;
}

.resourcePageList li .tags > span {
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    background: #F0F6F9;
    margin-right: 5px;
}

.resourcePageList li .other {
    overflow: hidden
}

.resourcePageList li .other span {
    float: left;
    padding-left: 21px;
    background: url(img/resource-list-icons.png) -16px -14px no-repeat;
    margin-right: 30px;
    position: relative;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}

.resourcePageList li .other span:after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #e0e0e0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -15px;
}

.resourcePageList li .other span:last-child {
    margin-right: 0px;
}

.resourcePageList li .other span:last-child:after {
    display: none;
}

.resourcePageList li .other span.author {
    background-position: -16px -14px
}

.resourcePageList li .other span.date {
    background-position: -16px -114px
}

.resourcePageList li .other span.hits {
    background-position: -16px -214px
}

.resourcePageList li .other span.quantity {
    background-position: -16px -314px
}

.resourcePageList li .operate {
    width: 100px;
    position: absolute;
    right: 0px;
    top: 30px;
}

.resourcePageList li .operate .link {
    margin-bottom: 5px;
}

.resourcePageList li .operate .link a {
    display: block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    background: #345699;
    text-align: center;
    color: #ffff;
    font-size: 14px;
    border-radius: 3px;
}

.resourcePageList li .operate .link a:hover {
    background-color: #1e3d7b
}

.resourcePageList li .operate .price {
    line-height: 26px;
    text-align: center;
}

.resourcePageList li .operate .price .free {
    color: #E09400
}

.resourcePageList li:last-child,
.resourcePageList li.last {
    border-bottom: none
}
/* resourcePageList图标 */
.resourcePageList li.li-icon-word:before {
    background-image: url(img/icon-word-big.png)
}

.resourcePageList li.li-icon-pdf:before {
    background-image: url(img/icon-pdf-big.png)
}

.resourcePageList li.li-icon-ppt:before {
    background-image: url(img/icon-ppt-big.png)
}

.resourcePageList li.li-icon-xls:before {
    background-image: url(img/icon-xls-big.png)
}

.resourcePageList li.li-icon-zip:before {
    background-image: url(img/icon-zip-big.png)
}

/* 资源详情页 */
.mainContent {
    width: auto;
}

.mainContent.resourcePage {
    width: 100%;
}

.resourcePage-hd .title {
    min-height: 36px;
    line-height: 36px;
    font-size: 20px;
    padding-left: 34px;
    position: relative;
    margin-bottom: 10px;
}

.resourcePage-hd .title:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(img/icon-word.png) 0px 0px no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0px;
    top: 6px;
}

.resourcePage-hd .title-icon-word:before {
    background-image: url(img/icon-word.png)
}

.resourcePage-hd .title-icon-pdf:before {
    background-image: url(img/icon-pdf.png)
}

.resourcePage-hd .title-icon-ppt:before {
    background-image: url(img/icon-ppt.png)
}

.resourcePage-hd .title-icon-xls:before {
    background-image: url(img/icon-xls.png)
}

.resourcePage-hd .title-icon-zip:before {
    background-image: url(img/icon-zip.png)
}

.resourcePage-hd .property {
    min-height: 30px;
    line-height: 30px;
}

.resourcePage-hd .property .areaL {
    float: left;
}

.resourcePage-hd .property .areaL > span {
    float: left;
    padding-left: 21px;
    background: url(img/resource-info-icons.png) -16px -9px no-repeat;
    margin-right: 30px;
    position: relative;
    color: #758295
}

.resourcePage-hd .property .areaL > span:after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #e0e0e0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -15px;
}

.resourcePage-hd .property .areaL > span:last-child {
    margin-right: 0px;
}

    .resourcePage-hd .property .areaL > span:last-child:after {
        display: none;
    }

.resourcePage-hd .property .areaL > span.author {
    background-position: -16px -9px;
}

.resourcePage-hd .property .areaL > span.date {
    background-position: -16px -109px
}

.resourcePage-hd .property .areaL > span.hits {
    background-position: -16px -310px;
}

.resourcePage-hd .property .areaL > span.download {
    background-position: -16px -209px
}

.resourcePage-hd .property .areaR {
    float: right
}

.resourcePage-hd .property .likes-group {
    float: left;
    margin: 0px;
    height: auto;
    text-align: left;
}

.resourcePage-hd .property .likes-group li {
    background: none;
    height: auto;
    line-height: 30px;
    border-radius: 0;
    width: auto;
    margin: 0 20px 0 0;
    position: relative;
    float: left;
}

.resourcePage-hd .property .likes-group li:after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #e0e0e0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -10px;
}

.resourcePage-hd .property .likes-group li a {
    display: block;
    padding: 0px 0px 0px 22px;
    font-size: 14px;
    color: #758295;
}

.resourcePage-hd .property .likes-group li a.Likes {
    background: url(img/icons-resource-property.png) -15px -10px no-repeat;
}

.resourcePage-hd .property .likes-group li a.addLikes {
    background: url(img/icons-resource-property-on.png) -15px -10px no-repeat;
}

.resourcePage-hd .property .likes-group li a.Collection {
    background: url(img/icons-resource-property.png) -15px -110px no-repeat;
}

.resourcePage-hd .property .likes-group li a.addCollection {
    background: url(img/icons-resource-property-on.png) -15px -110px no-repeat;
}

.resourcePage-hd .property .likes-group li a.recommend {
    background: url(img/icons-resource-property.png) -15px -210px no-repeat;
}

.resourcePage-hd .property .likes-group li a.addRecommend {
    background: url(img/icons-resource-property-on.png) -15px -210px no-repeat;
}

.resourcePage-hd .property .bdsharebuttonbox {
    float: left;
}

.resourcePage-hd .bdsharebuttonbox {
    position: relative;
}

.resourcePage-hd .bdsharebuttonbox .hd {
    padding: 0px 0px 0px 22px;
    font-size: 14px;
    color: #758295;
    background: url(img/icons-resource-property.png) -15px -310px no-repeat;
    float: none;
    cursor: pointer;
}

.resourcePage-hd .bdsharebuttonbox .bd {
    float: none;
    background: #fff;
    padding: 10px;
    position: absolute;
    right: 0px;
    top: 30px;
    height: auto;
    box-shadow: 0px 0px 4px rgba(51, 51, 51, 0.1);
    border-radius: 3px;
    display: none;
}

.resourcePage-hd .bdsharebuttonbox .bd .social-share-icon {
    float: none;
    display: block;
    margin-bottom: 5px;
}

.resourcePage-hd .bdsharebuttonbox .bd .social-share-icon:last-child {
    margin-bottom: 0px;
}

.resourcePage-hd .bdsharebuttonbox:hover .bd {
    display: block
}

.resourcePage-side {
    float: right;
    width: 340px;
}

    .resourcePage-side + .resourcePage-main {
        margin-right: 360px;
    }

.resourcePage-main-box {
    padding: 40px 50px 90px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(51, 51, 51, 0.1);
    border-radius: 3px;
    margin-bottom: 20px;
}

.resourcePage-main .printArea .title {
    font-size: 30px;
    color: #000000
}

.resourcePage-main .printArea .subTitle,
.resourcePage-main .printArea .subheading {
    font-size: 26px;
    margin-top: 10px;
}

.resourcePage-main .printArea .property {
    background: none;
    border: none;
    padding: 0px;
}

.resourcePage-main .resource-hide-tips {
    position: relative;
    min-height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.resourcePage-main .resource-hide-tips:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, rgba(204,204,204,0), rgba(204,204,204,1), rgba(204,204,204,0));
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1
}

.resourcePage-main .resource-hide-tips .tips-txt {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    z-index: 3;
    color: #0B4EA1
}

.resourcePage-main .resource-hide-tips .tips-txt:hover {
    color: #E09400;
}

.resourcePage-main .resource-pay {
    text-align: center;
    margin-bottom: 40px;
}

.resourcePage-main .resource-pay .price,
.resourcePage-main .resource-pay .wealth {
    display: inline-block;
    margin: 0 10px;
    line-height: 30px;
    color: #555555
}

.resourcePage-main .resource-pay .price {
    font-size: 16px;
}

.resourcePage-main .resource-pay .price .charge {
    color: #333333;
    font-weight: bold;
}

.resourcePage-main .resource-pay .price .charge .num {
    color: #ff0000;
    margin-right: 5px;
    font-weight: bold;
}

.resourcePage-main .resource-pay .wealth {
    font-size: 14px;
}

.resourcePage-main .resource-pay .wealth .num {
    color: #FF5500;
    margin-right: 5px;
}

.resourcePage-main .resource-btns .btn-download {
    width: 216px;
    height: 40px;
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #345699;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
}

.resourcePage-main .resource-btns .btn-download:hover {
    background-color: #1e3d7b
}

/* 相关资源 */
.resourcePage-main #relativeInfo {
    padding: 20px 0px 0px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(51, 51, 51, 0.1);
}

.resourcePage-main #relativeInfo .hd {
    position: relative;
    padding: 0 20px;
    margin-bottom: 20px;
    border: none
}

.resourcePage-main #relativeInfo .hd:before {
    content: "";
    width: 3px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 10px;
    background: #163168;
}

.resourcePage-main #relativeInfo .hd h3 {
    float: left;
    line-height: 40px;
    font-size: 24px;
    color: #163168;
    border: none;
    font-weight: normal;
}

.resourcePage-main #relativeInfo .hd h3 a {
    color: #163168
}

.resourcePage-main #relativeInfo .hd h3 a:hover {
    color: #E09400
}

.resourcePage-main #relativeInfo .bd {
    padding: 0 40px 30px;
}

.resourcePage-main #relativeInfo .bd ul {
    display: flex;
    justify-content: space-between
}

.resourcePage-main #relativeInfo .bd li {
    width: 15%;
    line-height: 20px;
}

.resourcePage-main #relativeInfo .bd .pic {
    margin-bottom: 5px;
    position: relative;
    border-radius: 3px;
    border: 1px solid #E0E0E0;
    overflow: hidden;
    filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.05));
}

.resourcePage-main #relativeInfo .bd .pic img {
    width: 100%;
    height: auto;
}

.resourcePage-main #relativeInfo .li-icon-word .pic:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(img/icon-word.png) 0px 0px no-repeat;
    background-size: 100% auto;
}

.resourcePage-main #relativeInfo .li-icon-word .pic:after {
    background-image: url(img/icon-word.png)
}

.resourcePage-main #relativeInfo .li-icon-pdf .pic:after {
    background-image: url(img/icon-pdf.png)
}

.resourcePage-main #relativeInfo .li-icon-ppt .pic:after {
    background-image: url(img/icon-ppt.png)
}

.resourcePage-main #relativeInfo .li-icon-xls .pic:after {
    background-image: url(img/icon-xls.png)
}

.resourcePage-main #relativeInfo .li-icon-zip .pic:after {
    background-image: url(img/icon-zip.png)
}

/* 资源下载提示 */
.ResourceDownloadTips {
    padding-top: 400px;
    background: url(img/bg-download.png) 50% 80px no-repeat;
    padding-bottom: 100px;
}

.ResourceDownloadTips .title {
    line-height: 30px;
    font-size: 23px;
    text-align: center;
    margin-bottom: 60px;
}

.ResourceDownloadTips .tips {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #555555;
}

.ResourceDownloadTips .tips a {
    color: #E09400;
}

.ResourceDownloadTips .tips i {
    margin-right: 5px;
    color: #999999;
}

/* 下载弹窗 */
.layui-layer-dialog {
    background: #fff;
    border-radius: 10px;
}

    .layui-layer-dialog .layui-layer-title {
        background: #345699;
        color: #fff;
        border-radius: 10px 10px 0 0;
    }

    .layui-layer-dialog .layui-layer-setwin {
        height: 30px;
        line-height: 30px;
        top: 7px;
    }

        .layui-layer-dialog .layui-layer-setwin a {
            background: none;
            height: 30px;
            line-height: 30px;
        }

            .layui-layer-dialog .layui-layer-setwin a:before {
                content: "×";
                color: #fff;
                font-size: 20px;
            }

/*
.popup-dialog{width:700px;  position:fixed; z-index:9999; top:80px; left:50%; margin-left:-350px; overflow:hidden; text-align:left; display: none;  }
.popup-dialog .popup-header{height:44px; line-height:44px; background:#345699; color:#fff; border-radius:10px 10px 0 0;}
.popup-dialog .popup-header .closecomment{float:right; font-size:25px; font-weight: 100; padding: 0 10px;}
.popup-dialog .popup-header .popup-title{font-size:16px; padding-left:20px;}
.popup-dialog .popup-body{padding:20px; background:#fff; border-radius:0px 0px 10px 10px;}
*/

/* 资源下载 */
.popup-resourceDownload {
    text-align: left
}

.popup-resourceDownload .rd-title {
    padding: 20px;
    background: #f8f8f8;
}

.popup-resourceDownload .rd-title .title {
    line-height: 26px;
    font-size: 18px;
    color: #000000;
    position: relative;
    padding-left: 34px;
    margin-bottom: 15px;
}

.popup-resourceDownload .rd-title .title:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(img/icon-word.png) 0px 0px no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0px;
    top: 1px;
}

.popup-resourceDownload .rd-title .title-icon-word:before {
    background-image: url(img/icon-word.png)
}

.popup-resourceDownload .rd-title .title-icon-pdf:before {
    background-image: url(img/icon-pdf.png)
}

.popup-resourceDownload .rd-title .title-icon-ppt:before {
    background-image: url(img/icon-ppt.png)
}

.popup-resourceDownload .rd-title .title-icon-xls:before {
    background-image: url(img/icon-xls.png)
}

.popup-resourceDownload .rd-title .title-icon-zip:before {
    background-image: url(img/icon-zip.png)
}

.popup-resourceDownload .rd-title .info {
    line-height: 20px;
    font-size: 14px;
    color: #758295;
    overflow: hidden;
}

.popup-resourceDownload .rd-title .info span {
    float: left;
    padding-left: 21px;
    background: url(img/resource-info-icons.png) -16px -14px no-repeat;
    margin-right: 30px;
    position: relative
}

.popup-resourceDownload .rd-title .info span:after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #e0e0e0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -15px;
}

.popup-resourceDownload .rd-title .info span:last-child {
    margin-right: 0px;
}

    .popup-resourceDownload .rd-title .info span:last-child:after {
        display: none;
    }

.popup-resourceDownload .rd-title .info span.author {
    background-position: -16px -14px
}

.popup-resourceDownload .rd-title .info span.date {
    background-position: -16px -114px
}

.popup-resourceDownload .rd-title .info span.hits {
    background-position: -16px -214px
}

.popup-resourceDownload .rd-tips {
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 30px;
}

.popup-resourceDownload .rd-pay {
    line-height: 24px;
    text-align: center;
    margin-top: 40px;
}

.popup-resourceDownload .rd-pay .price,
.popup-resourceDownload .rd-pay .wealth {
    display: inline-block;
    margin: 0 10px;
    color: #555555;
}

.popup-resourceDownload .rd-pay .price {
    font-size: 16px;
}

.popup-resourceDownload .rd-pay .price .free {
    font-weight: bold;
    color: #FD9054
}

.popup-resourceDownload .rd-pay .price .charge {
    color: #333
}

.popup-resourceDownload .rd-pay .price .charge .num {
    color: #FF0000;
    font-weight: bold;
    margin-right: 5px;
}

.popup-resourceDownload .rd-pay .wealth {
    font-size: 14px;
}

.popup-resourceDownload .rd-pay .wealth .num {
    color: #FD9054
}

.popup-resourceDownload .rd-btns {
    padding: 40px 0px;
}

.popup-resourceDownload .btn-download {
    width: 216px;
    height: 40px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    text-align: center;
    background: #345699;
    border-radius: 20px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
}

.popup-resourceDownload .btn-download:hover {
    background: #1e3d7b;
}

.popup-resourceDownload .rd-recharge {
    width: 332px;
    min-height: 234px;
    margin: 0 auto;
    background: url(img/rd-recharge-bg.png) 0px 0px no-repeat;
    margin-top: 35px;
    box-sizing: border-box;
    padding: 124px 20px 0px;
    text-align: center;
}

.popup-resourceDownload .rd-recharge .txt {
    text-align: center;
    font-size: 14px;
    color: #555555;
    margin-bottom: 20px;
    line-height: 20px;
}

.popup-resourceDownload .rd-recharge .txt .num {
    color: #FF5500;
}

.popup-resourceDownload .btn-recharge {
    width: 100px;
    height: 40px;
    margin: 0 15px 0 30px;
    display: block;
    float: left;
    cursor: pointer;
    text-align: center;
    background: #FF7F15;
    border-radius: 20px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
}

.popup-resourceDownload .btn-recharge:hover {
    background: #eb7411;
}