i.icon {
    display: inline-block;
    background: url(../images/ppt_sp.png) no-repeat 0 0;
}

.like_btn .icon {
    margin: -5px 3px 0 0;
    width: 18px;
    height: 18px;
    background-position: -2px -3px;
    vertical-align: middle;
}

.down.icon {
    margin: -5px 3px 0 0;
    width: 18px;
    height: 18px;
    background-position: -2px -35px;
    vertical-align: middle;
}

.page.icon {
    margin: -5px 3px 0 0;
    width: 18px;
    height: 18px;
    background-position: -2px -67px;
    vertical-align: middle;
}



.search-box{
    background-color: #f5f7fb;
}
.search-box .search-container .fliter_from {
    border-bottom: 1px solid rgb(217,217,217);
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 16px;
}
.word-container.search-container:not(.search-article) {
    background-color: transparent;
    padding: 0;
}
.search-container .fliter_from .word_nav a{
    display: inline-block;
    line-height: 2;
    margin: 0  25px 0 0;
    border: 1px solid #cfcfcf;
    padding: 0px 10px;
    border-radius: 4px;
}
.search-container .fliter_from .word_nav a.choosed {
    background-color: #0e5dff;
    color: #fff;
    padding: 0px 10px;
    border-radius: 4px;
    border-color: #0e5dff;
}
.article-results {
    margin: 30px auto;
    background: #fff;
    width: 1200px;
}
.article-results .search_article_results {
    margin: 0 auto;
}

.search_article_results ul {
    overflow: hidden;
}

.search_article_results ul li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.search_article_results ul li .inner {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    transition: 0.4s;
}

.search_article_results ul li .img {
    display: none;
    width: auto;
    height: 272px;
    overflow: hidden;
}

.search_article_results ul li .img img {
    display: block;
    width: auto;
    height: 100%;
    transition: 0.4s;
}

.search_article_results ul li .item {
    position: relative;
    width: 100%;
    padding: 0;
    background: #fff;
    transition: height 0.4s;
}

.search_article_results ul li .title {
    height: auto;
}

.search_article_results ul li .title h2 {
    margin: 0 0 6px 0;
    font-weight: normal;
    font-size: 18px;
    color: #404552;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search_article_results ul li .title h2 a {
    color: #404552;
}

.search_article_results ul li .title p {
    position: relative;
    overflow: hidden;
    font-size: 14px;
    color: #969fac;
    padding: 10px 0;
    transition: height 0.4s;
}

.search_article_results ul li .title p a {
    position: absolute;
    bottom: 10px;
    opacity: 1;
    right: 12px;
    color: #0e5dff;
}

.search_article_results ul li .info {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #bdc5d1;
}
.search_article_results ul li .info a {
    color: #0e5dff;
}
.search_article_results ul li .title h2 a:hover, .search_article_results ul li .title p a:hover,
.search_article_results ul li .tag a:hover {
    text-decoration: underline;
}
.search_article_results ul li .right{
    float:right;
}
.search-article .fliter_from_container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.search-article .word_nav {
    display: inline-block;
}

.search-article .searchDiv {
    position: static;
    display: inline-block;
    float: right;
}

/* 在线简历 */
.search-box .search-resume .fliter_from .searchDiv {
    position: absolute;
    top: 12px;
    right: 20px;
}
.resume-results,.ppt-results{
    padding: 25px 1% 0px;
}
.resume-results ul{
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

.resume-results .li_item{
    width:274px;
    margin:0 0 30px 0;
    flex-grow: 1;
}
.resume-results .li_item .inner{
    width:90%;
    margin:0 auto;
    border:1px solid #d9dde9;
    border-radius:3px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.resume-results .li_item .inner:hover{
    box-shadow:0 5px 8px 0 rgba(0,0,0,.1)
}
.resume-results .li_item .img{
    position:relative;
    width: 100%;
    overflow:hidden;
}
.resume-results .li_item .like_btn{
    width: 120px;
    height: 40px;
    display: block;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #0e5dff;
    cursor: pointer;
    text-align: center;
    margin: 170px auto 0 auto;
}
.resume-results .li_item .bottom {
    position: absolute;
    bottom: 0;
    height:32px;
    line-height: 14px;
    width: 100%;
    padding: 10px 15px;
    color: #fff;
    background:rgba(0,0,0,.6);
    font-size: 12px;
}
.resume-results .li_item .bottom a{
    color:#00ff90;
    text-decoration:underline;
}
.resume-results .li_item img{
    width:100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.resume-results ul li.empty-item{
    margin: 0;
    height: 0;
}
.resume-results ul li.empty-item .inner{
    height:0px;
    border:none;
}

.resume-results .li_item .desc{
    padding:0 8px;
    height:40px;
    line-height:40px;
    color:#8f91be;
}
.resume-results .desc .num{
    float:right;
    color: #0e5dff;
}
.resume-results .desc .title{
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.resume-results .desc .num,.resume-results .desc .title{
    display:inline-block;

}
.resume-results .li_item .img .hover{
    position:absolute;
    width:100%;
    height:100%;
    top: -100%;
    left:0;
    background:rgba(0, 99, 250,0.6);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.resume-results .li_item:hover .hover{
    top: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.resume-results .li_item .img .down{
    width: 16px;
    height: 14px;
    display: inline-block;
    margin: 0px 4px 0 0;
    background: url(../images/vip.png) no-repeat center;
    vertical-align: middle;
}


/* ppt */


.ppt_list_box ul {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

.ppt_list_box ul li {
    width: 280px;
    height: 344px;
    margin: 0 0 60px 0;
    font-size: 14px;
    flex-grow: 1;
}
.ppt_list_box ul li.empty-item{
    margin: 0;
    height: 0;
}

.ppt_list_box ul li img {
    display: block;
    width: 100%;
}

.ppt_list_box .artcle {
    position: relative;
    height: 340px;
    overflow: hidden;
}

.ppt_list_box .item .hover {
    top:-100%;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 100px 0 0 0;
    background: rgba(0, 0, 0, 0.7);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.ppt_list_box .item:hover .hover {
    top: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.ppt_list_box .item .img {
    padding: 5px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.ppt_list_box .item .img img:first-child {
    width: 100%;
}
.ppt_list_box .item .img img{
    width: 49%;
    display: inline-block;
    margin: 0 0 3px 0;
}
.ppt_list_box .item:hover .img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.ppt_list_box .item .title {
    padding: 8px 8px 5px 8px;
    color: #71737d;
}

.ppt_list_box .item .title a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ppt_list_box .inner {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    width: 90%;
    margin: 0 auto;
}

.ppt_list_box .item .ppt_btn {
    display: block;
    width: 130px;
    height: 40px;
    line-height: 38px;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    margin: 16px auto;
    background: #07be6b;
    font-size: 14px;
}

.ppt_list_box .item .down_btn {
    background: #0e5dff;
}

.ppt_list_box .item .bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    color: #fff;
}
.ppt_detail_box .artcle{
    width: 820px;
    padding: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    background: #fbfbfb;
}
.ppt_detail_box{
    display: flex;
    align-items: flex-start;
    margin: 0 0 50px 0;
}
.ppt_detail_box .info,.ppt_detail_box .ppt_like{
    z-index: 1;
    position: fixed;
    width: 370px;
    padding: 18px 23px;
    margin: 0 0 18px 30px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
}
.ppt_detail_box .ppt_like {
    top: 396px;
    position: relative;
    z-index: 0;
}
.ppt_detail_box .artcle h2{
    margin: 10px 0 20px 0;
    font-size: 24px;
    color: #393e46;
}
.ppt_detail_box .artcle img{
    width: 100%;
    display: block;
}
.ppt_detail_box .info .price{
    padding: 0 0 15px 0;
    margin: 0 0 24px 0;
    font-size: 16px;
    border-bottom: 1px solid #dbe2ec;
    color: #393e46;
}
.ppt_detail_box .info .price span{
    color: #ff3131;
}
.ppt_detail_box .info .price span i{
    font-weight: bold;
    font-style: normal;
    font-size: 34px;
}
.ppt_detail_box .info p{
    padding: 10px 0 0 0;
    font-size: 12px;
    color: #737982;
}
.ppt_detail_box .ppt_info{
    margin: 40px 0 0 0;
    width: 100%;
}
.ppt_detail_box .ppt_info span{
    line-height: 36px;
    float: left;
    display: inline-block;
    width: 50%;
    font-size: 12px;
    color: #808894;
}
.ppt_detail_box .ppt_btn{
    display: inline-block;
    margin: 0 20px 0 0;
    width: 149px;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    color: #fff;
    background-color: #d0a553;
    font-size: 16px;
    text-align: center;
}
.ppt_detail_box .buy-btn{
    background: #0e5dff;
}
.ppt_detail_box .ppt_btn:last-child{
    margin-right: 0;
}
.ppt_detail_box .ppt_like .title{
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
    vertical-align: middle;
    border-bottom: 1px solid #dbe2ec;
}
.ppt_detail_box .ppt_like .title h4{
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #3b4048;
    vertical-align: middle;
    display: inline-block;
}
.ppt_detail_box .ppt_like .title a{
    font-size: 12px;
    color: #3b4048;
    vertical-align: middle;
    display: inline-block;
}
.ppt_detail_box .ppt_like .list li{
    display: inline-block;
    width: 152px;
    margin: 0 16px 10px 0;
}
.ppt_detail_box .ppt_like .list li:nth-child(2n){

    margin-right: 0;
}
.ppt_detail_box .ppt_like .list li a{
    position: relative;
    height: 120px;
    overflow: hidden;
    display: inline-block;
}
.ppt_detail_box .ppt_like .list li p{
    padding: 4px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    top: 100px;
    background: #fff;
    width: 152px;

}
.empty_tips_opt {
    min-height: 310px;
}
.ppt_list_box ul li.empty-item {
    margin: 0;
    height: 0;
}
.search-box .search-container .fliter_from .searchDiv {
    position: absolute;
    top: 17px;
    right: 50%;
    margin-right: -195px;
}
.search-box .search-container .fliter_from .searchDiv .keyword {
    position: relative;
    width: 430px;
    height: 34px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 32px;
    border: 1px solid rgb(217,217,217);
    background: #fff;
    font-size: 12px;
}
.search-box .search-container .fliter_from .searchDiv .keyword:focus{
    border-color: #07be6b;
}

.search-box .fliter_from .searchDiv .search {
    background-position: -3px -469px;
}
.tagDiv{
    float: right;
    vertical-align: middle;
    position: relative;
    top: -22px;
    right: 10px;
}
.tagDiv a{
    vertical-align: middle;
    margin: 0 0 0 15px;
    display: inline-block;
    color: #505050;
    border-bottom:2px solid transparent;
}
.tagDiv a.active{
    color: #0e5dff;
    border-color: #0e5dff;
}
.search-box .search-container.search-article .fliter_from .searchDiv {
    position: absolute;
    top: -3px;
    right: 50%;
    margin-right: -285px;
}

.search-box .search-container.search-article  .tagDiv {
    float: right;
    vertical-align: middle;
    position: relative;
    top: 0;
    right: 30px;
}