
.select_box{
    width: 100%;
    background-color: #ffffff;
	box-shadow: -1px 0px 16px 0px  rgba(217, 217, 217, 0.64);
    margin-bottom: 32px;
    padding:10px 0;
}
.select_box .main_con{
    width: 1200px;
    margin:0 auto;
}
.hot_city:last-child {
    border-bottom: 0;
}
.hot_city{
    border-bottom: solid 1px #ebebeb;
    padding:10px 0;
    font-size: 14px;
}
.hot_city .title{
    color:#9ba2b4;
}
.hot_city .select_i{
    margin-right: 20px;
    color:#00b38a;
}
.hot_city .item{
    color:#414a60;
    margin-right: 26px;
    cursor: pointer;
    line-height: 28px;
    white-space: nowrap;
}
.hot_city .all_city{
    float: right;
    cursor: pointer;
}
.hot_city .item:hover{
    color:#00b38a;
}
/* 企业推荐 */
.common-tab-box{
    width: 1200px;
    margin: 30px auto 0;
}
.common-tab-box .list_box .li_be_a:nth-child(4n){
    margin-right: 0
}
.common-tab-box .li_be_a{
    display: block;
    height: 230px;
    width: 285px;
    float: left;
    margin: 0 19px 20px 0;
    background: #fff;
    cursor: pointer;
}
.common-tab-box .li_be_a .company-info{
    height: 120px;
    margin: 0 20px;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 20px;
    
}
.common-tab-box .li_be_a .company-info img {
    height: 74px;
    width: 74px;
    border-radius: 10px;
    border: solid 1px #f2f5fa;
}
.common-tab-box .li_be_a .conpany-text{
    /* border-bottom: dashed 1px #ededed; */
    text-align: center;
}
.common-tab-box .li_be_a .conpany-text h4 {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#414a60;
    padding: 0 20px;
}
.common-tab-box .li_be_a .conpany-text p {
    height: 40px;
    line-height: 41px;
    color: #898e9d;
    font-size: 12px;
    display: inline-block;
    white-space: nowrap;
}
.common-tab-box .li_be_a .conpany-text .vline {
    display: inline-block;
    width: 1px;
    height: 12px;
    vertical-align: middle;
    background: #e0e0e0;
    margin: 0 10px;
}
.common-tab-box .li_be_a .about-info {
    display: none;
    color: #8d92a1;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
}
.common-tab-box .li_be_a .about-info p{
    width: 240px;
    margin: 0 auto;
}
.common-tab-box .li_be_a .about-info .pull-right {
    text-align: right;
    float: right;
}
.common-tab-box .li_be_a .about-info .text-blue{
    color:#00b38a;
}
.common-tab-box .sub-li{
    display: block;
    height: 140px;
    width: 284px;
}
.page_box{
    width: 1200px;
    margin:0 auto;
    margin-bottom: 90px;
    padding:10px 0;
    text-align: center;
	background-color: #ffffff;
}
/* loadding */
.loadding{
    width: 100%;
    background-color: #fff;
    height: 64px;
    text-align: center;
    margin-bottom: 20px;
    display: none;
    
}
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #00b38a;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(19px, 0);
    }
}
#company .sidebar{
    margin-bottom: 10px;
    font-size: 14px;
}
#company .sidebar a{
    color:#414a60;
}