
/*** 钱江学堂-详情页 ***/
.page-schoolDet-box {
    position: relative;
}
.schoolDet{
    overflow: hidden;
}
.schoolDet-box{
    background: #f7f7f7;
    position: relative;
}
.schoolDet-box > .lg-inner{
    min-height: 500px;
    padding: 0 13.3em 0 0;
}
.schoolDet-box .bg-white{
    width: 5000px;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -266px;
    z-index: 10;
}
.schoolDet-bdbox{
    width: 100%;
    padding: 4.7em 11.5% 6.1em 0;
}
.schoolDet-bdbox .det-hd {
    margin-bottom: 2.8em;
}
.schoolDet-bdbox .det-hd .tit{
    font-size: 2em;
    line-height: 1.25em;
    color: #1a1a1a;
    font-weight: bold;
}
.schoolDet-bdbox .det-imgs{
    width: 100%;
    overflow: hidden;
    margin-bottom: 3.25em;
}
.schoolDet-bdbox .det-imgs img{
    width: 100%;
    max-width: 100%;
    display: block;
}
.schoolDet-bdbox .det-bd{
    font-size: 16px;
    line-height: 30px;
    color: #1a1a1a;
}
.schoolDet-bdbox .det-bd p{
    margin-bottom: 20px;
}
.schoolDet-bdbox .det-bd img{
    max-width: 100%;
}

.schoolDet-aside{
    width: 266px;
    height: 100%;
    background: #fff;
    padding: 6em 0 0 1.5em;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}
.schoolDet-aside .btn-return{
    width: 12.125em;
    display: block;
    border: solid 1px #05ad8e;
    text-align: center;
    font-size: 0.8em;
    line-height: 3.375em;
    color: #05ad8e;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}
.schoolDet-aside .btn-return img{
    width: 1.875em;
    margin: -3px 1em 0 0;
}
.schoolDet-aside .btn-return span{
    position: relative;
    display: inline-block;
    width: 1.875em;
    height: 5px;
    margin: 13% 1em 0 0;
    vertical-align: top;
}
.schoolDet-aside .btn-return span i {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}
.schoolDet-aside .btn-return span i:after {
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 6px;
    height: 2px;
    background: currentColor;
    transform: rotate(-45deg);
    content: '';
}
.schoolDet-aside .btn-return:hover span i {
    width: 3.125em;
}

.schoolDet-aside .introd-box{
    margin-top: 2em;
}
.had-sideFixed .schoolDet-aside .introd-box{
    margin-top: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.schoolDet-aside .introd-box .num{
    font-size: 0.9em;
    line-height: 1.67em;
    color: #2155a5;
    margin-bottom: 0.56em;
    font-weight: bold;
}
.schoolDet-aside .introd-box .tit{
    font-size: 1.2em;
    line-height: 1.25em;
    color: #1a1a1a;
    font-weight: bold;
    margin-bottom: 1.79em;
}
.schoolDet-aside .introd-box .desc{
    font-size: 0.8em;
    line-height: 1.5em;
    color: #4c4c4c;
}

#asideFixed{
    width: 10000px;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 3em;
    z-index: 998;
}
#asideFixed .schoolDet-aside{
    position: static;
}
body.had-sideFixed #asideFixed{
    display: block;
}
@media screen and (max-width: 991px){
    .schoolDet-bdbox .det-bd p{
        margin-bottom: 0.2rem;
    }
    .schoolDet-box{
        background:  #fff;
    }
    .schoolDet-box > .lg-inner{
        padding: 0 0.18rem;
    }
    .schoolDet-box .bg-white{
        display: none;
    }
    .schoolDet-aside{
        display: none;
    }
    .schoolDet-bdbox{
        padding: 0.3rem 0 0.56rem;
    }
    .schoolDet-bdbox .det-hd {
        margin-bottom: 0.26rem;
    }
    .schoolDet-bdbox .det-imgs {
        margin-bottom: 0.26rem;
    }
    .schoolDet-bdbox .det-hd .tit{
        font-size: 0.22rem;
        line-height: 0.36rem;
        font-weight: normal;
    }
    .schoolDet-bdbox .det-bd{
        font-size: 0.16rem;
        line-height: 0.3rem;
    }
}

/***** 企业报 ***/
.enterplayout{
    padding: 0 0 4.25em;
}
.cn-list-box ul{
    min-height: 300px;
    margin: 0 -1.25em -50px;
    overflow: hidden;
}
.cn-list-box li{
    padding: 0 1.25em;
    margin: 20px 0 50px;
}
@media screen and (max-width: 991px) {
    .cn-list-box ul{
        margin: 0 0 -20px;
    }
    .cn-list-box li{
        margin: 20px 0;
    }
}
.cn-list-box .img-box{
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 16px rgba(0,0,0,.1);
}
.cn-list-box .img-box img{
    width: 100%;
}
.cn-list-box .img-box .img01{
    position: relative;
    z-index: -1;
}
.cn-list-box .img-box .img02{
    max-height: 4rem;
    display: none;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .cn-list-box .img-box{
        background: none;
    }
    .cn-list-box .img-box .img01{
        display: none;
    }
    .cn-list-box .img-box .img02{
        display: block;
    }
}
.cn-list-box .cn-top{
    background: url('/Img/images/enterp_bg.jpg') no-repeat top right #469e9d;
    background-size: auto 100%;
    padding: 2.05em 0.9em 1.75em;
    position: relative;
}
.cn-list-box .cn-time{
    color: #193a6d;
    font-weight: bold;
    font-family: Arial;
    font-size: 2.05em;
    line-height: 1em;
    position: absolute;
    top: -0.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.cn-list-box .cn-tit{
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #fff;
    padding: 0 1.3em 4px 0;
    background: url("/Img/images/pdf2.png") no-repeat right center;
    background-size: 1em auto;
    max-width: 100%;
    overflow: hidden;
}
@media screen and (min-width: 992px){
    .cn-list-box li:hover .cn-time{
        top: -5px;
    }
}
@media screen and (max-width: 991px){
    .cn-list-box .cn-time{
        font-size: 0.4rem;
    }
    .cn-list-box .cn-tit{
        font-size: 0.2rem;
    }
}

/*** 员工风采 ***/
.stafflayout{
    padding-bottom: 5em;
}
.staff-box{
    padding: 1.7em 0 0;
}
.staff-topbox{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.staff-topbox .swiper-slide{
    height: 22.25em;
}
.d-sm-flex{
    height: 100%; 
}
.staff-topbox .swiper-slide:hover .imgsbox .image{
    transform: scale(1.1,1.1);
}
.staff-topbox .imgsbox{
    max-width: 46.8%;
    flex: 0 0 46.8%;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.staff-topbox .imgsbox .image{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background:  no-repeat center center;
    background-size: cover;
    position: relative;
    transition: all 0.6s;
}
.staff-topbox .bdbox{
    padding: 2.2em 6% 5.9em 4%;
    background: #409a97;
    position: relative;
    color: #fff;
}
.staff-topbox .bdbox .tit{
    font-size: 1.3em;
    line-height: 1.54em;
    font-weight: bold;
    padding-top: 1.46em;
    position: relative;
    margin-bottom: 0.46em;
}
.staff-topbox .bdbox .tit:before{
    content: '';
    width: 3.5em;
    height: 4px;
    display: block;
    background: #fff;
    position: absolute;
    left: 5px;
    top: 0;
}
.staff-topbox .bdbox .time{
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 1.25em;
}
.staff-topbox .bdbox .desc{
    font-size: 16px;
    line-height: 1.75em;
    overflow: hidden;
    max-height: 7em;
}
.staff-ctrlbox{
    white-space: nowrap;
    position: absolute;
    left: 50.8%;
    bottom: 1.9em;
    z-index: 50;
}
.staff-ctrl{
    display: inline-block;
    vertical-align: top;
    padding: 15px 0;
    margin-right: 3.25em;
    position: relative;
    line-height: 2px;
    cursor: pointer;
}
.staff-ctrl.swiper-button-disabled{
    display: none;
}
.staff-ctrl:last-child{
    margin-right: 0;
}
.staff-ctrl span{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 3em;
    height: 2px;
}
.staff-ctrl i{
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}
.staff-ctrl i:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    width: 6px;
    height: 2px;
    background: #fff;
    
}
.staff-ctrl.next i{
    left: 0;
}
.staff-ctrl.next i:after{
    right: 0;
    transform: rotate(45deg);
}
.staff-ctrl.prev i{
    right: 0;
}
.staff-ctrl.prev i:after{
    left: 0;
    transform: rotate(-45deg);
}
.staff-ctrl:hover span i{
    width: 4em;
}

.staff-list{
    overflow: hidden;
    margin: 0 -1em;
}
.staff-list li{
    padding: 2.1em 1em 0;
}
.staff-list .item-inner{
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
.staff-list .item-inner:hover .item-imgs .image{
    transform: scale(1.1,1.1);
}
.staff-list .item-imgs{
    width: 100%;
    height: 18.1em;
    display: block;
    overflow: hidden;
    position: relative;
}
.staff-list .item-imgs .image{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    position: relative;
    background-size: cover;
    transition: all 0.6s;
}
.staff-list .item-tit{
    width: 100%;
    height: 3em;
    overflow: hidden;
    margin-top: 1.25em;
    font-size: 1em;
    line-height: 1.5em;
    color: #333;
}
.staff-box .pagebox{
    margin-top: 3.9em;
}
@media screen and (max-width: 991px){
    .staff-box{
        padding-top: 0;
    }
    .staff-topbox .bdbox{
        padding-left: 3%;
        padding-right: 3%;
    }
    .staff-topbox .bdbox .tit{
        font-size: 0.2rem;
    }
    .staff-topbox .bdbox .time, 
    .staff-topbox .bdbox .desc{
        font-size: 0.14rem;
    }
    .staff-topbox .swiper-slide{
        height: 7rem;
    }
}
@media screen and (max-width: 575.98px){

    .staff-topbox .imgsbox{
        flex: none;
        max-width: 100%;
        width: 100%;
        height: 3rem;
    }
    .staff-topbox .bdbox{
        padding: 0.3rem 0.2rem 0.8rem;
        height: 100%;
    }
    .staff-topbox .bdbox .tit{
        font-size: 0.22rem;
        padding-top: 0.2rem;
    }
    .staff-topbox .bdbox .tit:before{
        width: 2.5em;
        height: 2px;
        left: 0;
    }
    .staff-topbox .bdbox .time, 
    .staff-topbox .bdbox .desc{
        font-size: 0.16rem;
    }
    .staff-ctrlbox{
        width: 100%;
        left: 0;
        bottom: 0.2rem;
        text-align: center;
    }
}

/**** 哲思短语 ***/
.phrase-box{
    width: 100%;
    overflow: hidden;
    margin-top: 1.2em;
}
.phrase-box .lg-inner{
    padding: 0 2.5em;
    
}
.phrase-box .topbox{
    width: 100%;
    overflow: hidden;
    padding-top: 2em;
    margin-bottom: 2em;
    border-top: solid 1px #000;
}
.phrase-box .topbox img{
    width: 100%;
    max-width:  100%;
    display: block;
}
.phrase-box .topbox .imgs{
    width: 100%;
    height: 2.25rem;
    display: none;
    background: no-repeat center center;
    background-size: cover;
}
.phrase-list li{
    margin-bottom: 20px;
}
.phrase-list .item-inner{
    width: 100%;
    height: 8.75em;
    display: table;
    position: relative;
    padding: 1.875em 11.67%;
    color:  #fff;
    font-size: 0.8em;
    line-height: 2em;
    border-top-left-radius: 3.75em;
    border-bottom-right-radius: 3.75em;
}
.phrase-list .item-bd{
    display: table-cell;
    vertical-align: middle;
    font-size: 1.125em;
    padding-right: 5.8%;
}
.phrase-list .item-side{
    width: 9.125em;
    display: table-cell;
    vertical-align: middle;
    border-left: solid 1px #fff;
    text-align: right;
}
.phrase-list li.item1 .item-inner{
    background: #163a6b;
}
.phrase-list li.item2 .item-inner{
    background: #555;
}
.phrase-list li.item3 .item-inner{
    background: #51afb5;
}
@media screen and (max-width: 991px){
    .phrase-box{
        margin-top: 0;
    }
    .phrase-box .lg-inner{
        padding-left: 0.18rem;
        padding-right: 0.18rem;
    }
}
@media screen and (max-width: 767px){
    .phraselayout{
        padding-bottom: 0.3rem;
    }
}
@media screen and (max-width: 575.98px){
    .phrase-box .topbox{
        padding: 0.26rem 0 0.4rem;
        margin-bottom: 0;
    }
    .phrase-box .topbox .pc{
        display: none;
    }
    .phrase-box .topbox .app{
        display: block;
    }
    .phrase-list li{
        margin-bottom: 0.2rem;
    }
    .phrase-list .item-inner{
        height: auto;
        padding: 0.24rem 0.26rem 0.18rem 0.22rem;
        border-radius: 0;
        font-size: 0.18rem;
        line-height: 0.3rem;
    }
    .phrase-list .item-bd{
        display: block;
        padding: 0;
        font-size: 1em;
    }
    .phrase-list .item-side{
        width: 100%;
        display: block;
        border: none;
        padding: 0;
        font-size: 0.13rem;
        line-height: 0.2rem;
        margin-top: 0.1rem;
    }
}