/*********************************名企解析、求职知乎 start*************************************/
.company{
    width:100%;
    overflow:hidden;
}
.company_top{
    width:100%;
    height:50px;
    overflow:hidden;
}
.company_fixed {
    position:fixed;
    left:0;
    z-index:9999;
    top:95px;
    width:100%;
    border-top:10px solid #f4f4f4;
    background:#fff;
    overflow:hidden;
}
.tab{
    width:100%;
    height:40px;
    line-height:40px;
    border-bottom:1px solid #eee;
    padding:0 4%;
    margin:0 auto;
    overflow:hidden;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.tab li{
    float:left;
    width:50%;
    text-align:center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.tab li.active{
   font-weight:bold;
}
.tab li:first-child{
    border-right:1px solid #eee;
}
.tab li i{
    padding-left:5px;
}
.tab_nav {
    width:100%;
    height:calc(100% - 140px);
    overflow-y:scroll;
}
.tab_list{
    position: fixed;
    width:100%;
    height:calc(100% - 140px);
    background:rgba(0,0,0,.5);
    overflow-y:scroll;
    display:none;
}
.tab_item1 {
    width: 100%;
    background: #fff;
    padding:5px 4% 15px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tab_item1 li{
    float:left;
    line-height:35px;
    background:#eee;
    border-radius:5px;
    padding:0 10px;
    margin:10px 10px 0 0;
}
.tab_item2{
    width:100%;
    background:#fff;
    overflow:hidden;
}
.tab_item2 li{
    width:100%;
    line-height:40px;
    border-bottom:1px solid #eee;
}
.tab_item2 li p{
    width:100%;
    height:40px;
    line-height:40px;
    padding:0 4%;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tab_item2 li p i{
    float:right;
}
.sanji{
    width:100%;
    overflow:hidden;
    display:none;
}
.sanji span{
    display:block;
    width:100%;
    height:35px;
    line-height:35px;
    padding:0 4%;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sanji span:nth-child(odd){
    background:#f4f4f4;
}

.company_kinds{
    width:92%;
    margin:0 auto;
    overflow:hidden;
}
.am-list-news-default .am-list .am-list-item-desced .am-list-item-text {
    -webkit-line-clamp: 2;
    color: #999;
}

.text_list{
    width:100%;
    margin-top:8px;
    overflow:hidden;
}
.text_list span{
    float:left;
    width:50%;
    line-height:2rem;
    font-size:1.3rem;
    color:#999;
    padding-right:5px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 640px){
    .am-list-news-default .am-list-item-thumb-left .am-list-thumb, .am-list-news-default .am-list-item-thumb-right .am-list-thumb {
        max-height:95px;
        overflow: hidden;
    }
}
/*********************************名企解析、求职知乎 end*************************************/

/*********************************求职名企 start*************************************/
.apply{
    width:92%;
    margin:0 auto;
    overflow:hidden;
}
/*********************************求职名企 end*************************************/

/*********************************名企解析——详情页 start*************************************/
.detail_list{
    width:100%;
    border-top:10px solid #f4f4f4;
    overflow:hidden;
}
.detail_list li{
    width:100%;
    border-bottom:10px solid #f4f4f4;
    padding:10px 4%;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.detail_list li h1{
    font-size:1.6rem;
    font-weight:bold;
    color:#000;
    margin-bottom:10px;
}
.detail_list li h2{
    width:100%;
    font-size:1.5rem;
    font-weight:bold;
    line-height:2rem;
    margin-bottom:10px;
    overflow:hidden;
}
.detail_list li p{
    width:100%;
    color:#666;
    line-height:2rem;
    text-indent:2.8rem;
    text-align: justify;
    overflow:hidden;
}
.detail_list li .duo{
    width:100%;
    overflow:hidden;
}
.detail_list li .duo1 span{
    float:left;
    width:50%;
}
.detail_list li .duo2 span{
    float:left;
    width:33.3%;
}
.detail_list li .biaoji{
    width:100%;
    margin-top:10px;
    overflow:hidden;
}
.detail_list li .biaoji i{
    color:#f00;
    margin-right:5px;
}
/*********************************名企解析——详情页 end*************************************/
/************************求职知乎 start************************/
.know_list{
    width:100%;
    overflow:hidden;
}
.know_list li{
    position:relative;
    width:100%;
    border-bottom:1px dashed #ddd;
    padding:0 3%;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.know_list li:last-child{
    border:0;
}
.know_list li a{
    display:block;
}
.know_list li a img{
    position:absolute;
    top:10px;
    left:3%;
    width:30px;
}
.know_list li a span{
    display:block;
    width:100%;
    line-height:50px;
    padding-left:35px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/************************求职知乎 end*************************/