@charset "utf-8";

.famous-company-banner{
    width: 100%;
    height: 350px;
    min-width: 1170px;
    background: #5b4d3d url('../image/famous-company-banner.jpg') no-repeat center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    text-shadow: 0 0 1px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .3);
    color: #FFFFFF;
}

.famous-company-banner .inner{
    padding-top: 130px;
    text-align: center;
}
.famous-company-banner .inner h1 {
    margin: 0;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: normal;
}

.famous-company-banner .inner p {
    margin-top: 30px;
    font-size: 20px;
}

.page-company-index{
    width: 1170px;
    margin: 0 auto;
}

/*筛选条件*/
.page-company-index .search{
    background: #FFFFFF;
    padding: 15px;
    margin-top: 20px;
}

/*区县市*/
.page-company-index .search .search-content .district{
    padding-top: 5px;
}

.page-company-index .search .search-content .district .district-title{
    line-height: 24px;
    padding-right: 10px;
    font-size: 13px;
}

.page-company-index .search .search-content .district .district-li{
    float: left;
    margin-right: 10px;
}
.page-company-index .search .search-content .district .district-li a{
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 6px;
    font-size: 13px;
}
.page-company-index .search .search-content .district .district-li.active a{
    background: #e83838;
    color: #FFFFFF;
    border-radius: 2px;
}

/*搜索框*/
.page-company-index .search .keyword-content{
    height: 32px;
    width: 320px;
    border: 2px solid #e83838;
    line-height: 32px;
    position: relative;
}
.page-company-index .search .keyword-content .keyword-btn{
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
    width: 90px;
    background: #e83838;
    cursor: pointer;
    color: #FFFFFF;
    border: none;
    font-size: 14px;
}
.page-company-index .search .keyword-content .keyword-input{
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 200px;
    border: none;
    line-height: 32px;
    padding: 0 10px;
    font-size: 13px;
}

/*街道*/
.page-company-index .search .search-content .street{
    padding-top: 15px;
    display: none;
    margin-bottom: -10px;
}
.page-company-index .search .search-content .street .street-content{
    border-top:1px solid #F3F3F3;
    padding:15px 0 0;
}
.page-company-index .search .search-content .street .street-content a{
    margin-right: 10px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    font-size: 12px;
    padding: 0 6px;
    color: #666666;
    margin-bottom: 10px;
}
.page-company-index .search .search-content .street .street-content a.active{
    background: #e83838;
    color: #FFFFFF;
    border-radius: 2px;
}

/*列表*/
.page-company-index .company-list{
    margin-top: 30px;
    width: 100%;
}
.page-company-index .company-list .company-list-content{
    position: relative;
    border-top: 1px solid #EEEEEE;
    background: #FFFFFF;
}
.page-company-index .company-list .company-list-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #EEEEEE;
}

.page-company-index .company-list .company-list-content li{
    text-align: center;
    width: 234px;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    background: #FFFFFF;
    box-sizing: border-box;
}

.page-company-index .company-list .company-list-content li .logo{
    width: 150px;
    height: 150px;
    margin: 30px auto 10px;
}

.page-company-index .company-list .company-list-content li .companyname-place-jobcount{
    padding-bottom: 30px;
    text-align: center;
}

.page-company-index .company-list .company-list-content li .companyname-place-jobcount .companyname{
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.page-company-index .company-list .company-list-content li .companyname-place-jobcount .place-jobcount{
    color: #999999;
    font-size: 13px;
    padding-top: 12px;
}
