/*公共头部*/
.common_header {
    width: 100%;
    height: 270rem;
    background-image: url("../../img/topImg/job.png");
    background-size: 100%;
}

.common_header_nav {
    display: flex;
    justify-content: space-between;
    padding-left: 96rem;
    padding-right: 35rem;
    display: none;
}

.common_header_nav_logo {
    width: 158rem;
    height: 122rem;
    flex-shrink: 0;
}

.common_header_nav_right {
    height: 30rem;
    margin-left: 272rem;
    margin-top: 29rem;
    flex-grow: 1;
    display: flex;

}

.common_header_nav_list {
    width: 1221rem;
    margin-right: 30rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.common_header_nav_list > a {
    color: #fff;
    font-size: 16rem;
}

.common_header_nav_other {
    display: flex;
    border-left: 1rem solid rgba(255, 255, 255, .1);
    color: white;
    font-size: 20rem;
    padding-left: 34rem;
}

.common_header_nav_other > div {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.common_header_nav_other > div:first-child {
    margin-right: 27rem;
}

.common_header_nav_other img {
    width: 21rem;
    height: 21rem;
}

.common_header_title {
    margin-top: 0;
    font-size: 40rem;
    line-height: 70rem;
    color: #fff;
    font-weight: bold;
    margin-left:0;
    padding: 100rem;
	text-align: center;
}


/*公用导航栏*/
.common_nav_list {
    width: 100%;
    height: auto!important;
    display: flex;
    justify-content: center;
    background-color: #fff;
    border-bottom: none;
    flex-wrap: wrap;
}

.common_nav_list > a {
    width: 33%;
    height: 100%;
	text-align: center;
    border: 1rem solid #DFDFDF;
    display: block;
    color: #333333;
    font-size: 20rem;
    cursor: pointer;
    padding: 20rem 5rem;
	word-break: break-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.common_nav_list > a:nth-child(3n) {
    border-right: none;
}

/* .common_nav_list > a:first-child {
    border-left: none;
} */

/* .common_nav_list > a:last-child {
    border-right: 1rem solid #DFDFDF;
} */

.common_nav_list > a:hover {
    color: #fff;
    background-color: #362B87;
}

.common_nav_list .choose_nav {
    color: #fff;
    background-color: #362B87;
}


/*公用内置导航栏*/
.common_option_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    width: 100%;
    padding: 0 30rem;
}

.common_option_list::-webkit-scrollbar {
    display: none;
}

.common_option_list_item {
    width: auto;
    height: 60rem;
    background: #362B87;
    border-radius: 26rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24rem;
    color: #fff;
    cursor: pointer;
    padding: 20rem 15rem;
    flex-shrink: 0;
}

.common_option_list_item + .common_option_list_item {
    margin-left: 22rem;
}

.common_option_list_item:hover {
    background: #AF4ACA;
}

.common_option_list_item_active {
    background: #AF4ACA;
}