@charset "gb2312";
html,
body {
    margin: 0;
    padding: 0;
    background: #f8f8f8;
    font-size: 14px;
}

html.noscroll {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    border: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clc {
    clear: both;
}

.iconfont {
    vertical-align: middle;
    margin-right: 5px;
}

.shadow {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
}

i.fg {
    display: inline-block;
    width: 2px;
    height: 12px;
    background: #efeff4;
    margin: 0 10px;
    vertical-align: middle;
}

::-webkit-input-placeholder {
    color: #cccccc;
}

::-moz-placeholder {
    color: #cccccc;
}

:-ms-input-placeholder {
    color: #cccccc;
}

.tkscroll::-webkit-scrollbar {
    width: 3px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0);
}

.tkscroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0);
}

.tkscroll::-webkit-scrollbar-thumb {
    width: 3px;
    border-radius: 10px;
    background-color: #d5d8dd;
}

.shadow {
    box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
}

.nodata {
    width: 320px;
    text-align: center;
    margin: 25px auto;
    color: #999;
}

.nodata img {
    width: 100%;
    opacity: .8;
    margin-bottom: 10px;
}

/*内容*/

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 110px;
}

.nav-left {
    width: 280px;
    height: 340px;
    box-sizing: border-box;
    padding: 19px 0;
    background: #FFFFFF;
    position: relative;
    color: #333333;
}

.nav-left .nav {
    line-height: 43px;
}

.nav-left .nav li {
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 15px;
}

.nav-left .nav li.on {
    background: #0064A7;
    color: #ffffff;
}

.nav-left .nav li:hover {
    background: #0064A7;
    color: #ffffff;
}

.nav-left .nav li a {
    margin-right: 9px;
}

.nav-left .nav li i {
    font-size: 14px;
    float: right;
    margin-right: 0;
}

.sub {
    width: 620px;
    height: 340px;
    position: absolute;
    top: 0;
    left: 280px;
    background: #FFFFFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    padding: 10px 25px;
    display: none;
    z-index: 5;
    color: #666;
}

.sub-nav li {
    display: none;
}

.sub-nav li .sub-nav-tlt {
    font-size: 16px;
    color: #0064A7;
    padding: 15px 0 10px 0;
    border-bottom: 1px solid rgba(0, 100, 167, .17);
    margin-bottom: 5px;
}

.sub-nav li a {
    line-height: 36px;
    padding: 0 10px 0 0;
    display: inline-block;
}

.sub-nav li a:hover {
    color: #0064A7;
}

/*轮播*/

.slide-ad {
    width: 600px;
    height: 340px;
    margin-left: 20px;
    position: relative;
    overflow: hidden;
}

.slide-ad .bd ul li img {
    width: 100%;
}

.slide-ad .hd {
    position: absolute;
    bottom: 10px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

.slide-ad .hd ul li {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #FFFFFF;
    opacity: .5;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
}

.slide-ad .hd ul li.on {
    width: 30px;
    opacity: 1;
}

.slide-ad .prev,
.slide-ad .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #FFFFFF;
    opacity: 0;
}

.slide-ad:hover .prev,
.slide-ad:hover .next {
    opacity: .5;
}

.slide-ad .next {
    right: 0;
}

.slide-ad .prev i,
.slide-ad .next i {
    font-size: 40px;
    margin-right: 0;
}

.slide-ad .prev:hover,
.slide-ad .next:hover {
    opacity: 1;
}

/*登录*/

.login {
    width: 280px;
    height: 340px;
    margin-left: 20px;
    box-sizing: border-box;
    padding: 20px;
    background: #FFFFFF;
    color: #333333;
}

.log-member span {
    width: 50%;
    line-height: 32px;
    background: #f0f3fa;
    text-align: center;
    color: #666666;
    display: inline-block;
    cursor: pointer;
}

.log-member span.on {
    color: #FFFFFF;
    background: #0064a7;
}

.log-form .log-group {
    position: relative;
    width: 100%;
    margin-top: 18px;
}

.log-form .log-group span {
    position: absolute;
    left: 10px;
    line-height: 30px;
    color: #999999;
}

.log-form .log-group input {
    width: 100%;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    height: 30px;
    padding: 0 10px 0 65px;
}

.log-form .log-group input.pwd,
.log-form .log-group input.useraccount {
    padding-left: 50px;
}

.log-form .log-code,
.log-form .log-tel {
    display: none;
}

.log-form .log-group button {
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    border: none;
    background: none;
    color: #0064A7;
    line-height: 32px;
    width: 90px;
    cursor: pointer;
}

.log-form .log-group button:hover {
    color: #1777b9;
}

.log-form .log-group button:disabled {
    color: #999;
}

.log-form #btnLogin {
    width: 100%;
    height: 32px;
    outline: none;
    border: none;
    background: #E77817;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
}

.log-form #btnLogin:hover {
    background: #f2892e;
}

.log-form font {
    font-size: 13px;
    float: left;
    color: #999999;
    padding-top: 20px;
}

.log-form font a {
    text-decoration: underline;
}

.log-form font a:hover {
    color: #0064A7;
}

.log-form label {
    font-size: 13px;
    float: right;
    color: #999999;
    padding-top: 20px;
}

.log-form label a:hover {
    color: #0064A7;
}

.log-other {
    margin-top: 15px;
    text-align: center;
}

.log-other .tlt {
    width: 100%;
    text-align: center;
    color: #CCCCCC;
    position: relative;
    margin-bottom: 15px;
}

.log-other .tlt:before {
    content: "";
    height: 1px;
    width: 70px;
    background: #dddddd;
    position: absolute;
    left: 0;
    top: 11px;
}

.log-other .tlt:after {
    content: "";
    height: 1px;
    width: 70px;
    background: #dddddd;
    position: absolute;
    right: 0;
    top: 11px;
}

.log-other span {
    margin-right: 35px;
    cursor: pointer;
    opacity: 1;
    display: inline-grid;
}

.log-other span:hover {
    opacity: 0.8;
}

.log-other span label {
    color: #666;
    font-size: 12px;
}

.log-other span.shouji {
    color: #007ed3;
}

.log-other span.mima {
    color: #c2a469;
    display: none;
}

.log-other span.weixin {
    color: #44b549;
}

.log-other span.weibo {
    color: #ea5d5c;
}

.log-other span.qq {
    margin-right: 0;
    color: #12b7f5;
}

.log-other span a {
    display: inline-grid;
}

.log-other i {
    font-size: 30px;
    margin-right: 0;
    display: inline-block;
}

/*已登录*/

.login-user {
    width: 280px;
    height: 340px;
    margin-left: 20px;
    box-sizing: border-box;
    padding: 40px 30px;
    background: #FFFFFF;
    color: #333333;
    position: relative;
}

.login-user-head {
    width: 50px;
    height: 50px;
    border-radius: 40px;
    border: 1px solid #EFEFF4;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.login-user-head img {
    width: 100%;
}

.login-user-name {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 20px 0;
    padding-left: 5px;
    box-sizing: border-box;
}

.login-user-name i {
    color: #249ede;
    font-size: 18px;
    margin-left: 5px;
    margin-right: 0;
}

.login-user-name i.icon-nv {
    color: #e87496;
}

.login-user p {
    text-align: center;
}

/*.login-user a{
	position: absolute;
	top: 40px;
	right: 30px;
	color: #666666;
}

.login-user a:hover{
	color: #0064A7;
}*/

.login-user-status {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    background: url(../images/down.png) no-repeat right center;
    background-position-x: 190px;
    text-align: center;
    line-height: 36px;
    height: 36px;
    position: relative;
    cursor: pointer;
    margin: 20px 0;
}

.login-user-status:hover .status-show {
    display: block;
}

.status-show {
    position: absolute;
    width: 220px;
    left: -1px;
    top: 34px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    background: #FFFFFF;
    display: none;
    z-index: 1;
}

.status-show li {
    line-height: 40px;
    margin: 0;
}

.status-show li:hover {
    background: #e9f0ff;
}

.login-num-show {
    width: 100%;
    margin: 25px 0;
}

.login-num-show li {
    float: left;
    width: 25%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.login-num-show li span {
    display: block;
    color: #666666;
    padding-top: 5px;
}

.login-num-show li a {
    position: static;
}

/*企业登录*/

.login-company {
    width: 280px;
    height: 340px;
    margin-left: 20px;
    box-sizing: border-box;
    padding: 40px 30px;
    background: #FFFFFF;
    color: #333333;
    position: relative;
}

.login-company-head {
    width: 60px;
    height: 60px;
    border-radius: 40px;
    border: 1px solid #EFEFF4;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.login-company-head img {
    width: 100%;
}

.login-company-name {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 20px 0;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.login-company-show {
    width: 100%;
    margin: 30px 0 25px 0;
}

.login-company-show li {
    float: left;
    width: 45%;
    text-align: center;
    margin: 0;
    padding: 0;
    background: #e77817;
    color: #ffffff;
    padding: 5px 0;
    margin-bottom: 20px;
    border-radius: 3px;
}

.login-company-show li:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.login-company-show li:nth-child(2) {
    float: right;
    background: #0064a7;
}

.login-company-show li:nth-child(3) {
    float: left;
    background: #7481e2;
}

.login-company-show li:nth-child(4) {
    float: right;
    background: #29c7bd;
}

.login-company-show li span {
    display: block;
    padding-top: 5px;
}

.login-company-show li a {
    position: static;
}

/*广告位*/

.ad-show {
    margin-top: 30px;
}

.ad-show .ad-list li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #efeff4;
    width: 292px;
    height: 82px;
    overflow: hidden;
}

.ad-show .ad-list li:nth-child(4n) {
    margin-right: 0;
}

.ad-show .ad-list li img {
    display: block;
}

.ad-show .ad-list li img:hover {
    opacity: .8;
}

.ad-show .ad-list li .tag {
    position: absolute;
    right: 1px;
    bottom: 1px;
}

/*职位热招*/

.hot-job {
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
    background: #ffffff;
    color: #333333;
}

.hot-tlt {
    width: 100%;
    font-size: 24px;
    border-bottom: 1px solid #efeff4;
    box-sizing: border-box;
    padding: 20px 25px 0 25px;
    height: 67px;
}

.hot-tlt i {
    color: #E77817;
    font-size: 20px;
    vertical-align: inherit;
    margin-right: 10px;
}

.hot-tlt ul {
    font-size: 16px;
    display: inline-block;
    color: #666666;
}

.hot-tlt ul li {
    display: inline-block;
    margin-left: 35px;
    cursor: pointer;
    padding-bottom: 15px;
    position: relative;
}

.hot-tlt ul li.on {
    color: #0064A7;
    border-bottom: 2px solid #0064A7;
}

.hot-tlt a {
    font-size: 14px;
    margin-left: 35px;
}

.hot-tlt a:hover {
    color: #0064A7;
}

.hot-job-list {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 15px;
}

.hot-job-list ul:not(:first-child) {
    display: none;
}

.hot-job-list ul:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.hot-job-list ul li {
    width: 390px;
    box-sizing: border-box;
    /*padding: 40px 50px;*/
    /*padding: 30px 40px;*/
    padding: 30px 40px 20px 40px;
    border-right: 1px solid #efeff4;
    border-bottom: 1px solid #efeff4;
    float: left;
}

.hot-job-list ul li:nth-child(3n) {
    border-right: none;
}

.hot-job-list ul li:nth-last-child(1) {
    border-bottom: none;
}

.hot-job-list ul li:nth-last-child(2) {
    border-bottom: none;
}

.hot-job-list ul li:nth-last-child(3) {
    border-bottom: none;
}

.hot-job-list ul li:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    z-index: 5;
}

.joblink {
    /*border-bottom: 1px #999999 dotted;*/
}

.joblink:hover h3 {
    color: #0064A7;
}

.joblink:hover label {
    display: inline-block
}

.jobprice h3 {
    font-size: 18px;
    width: 70%;
    float: left;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jobprice h3 .icon-putong {
    color: #0064A7;
    font-size: 18px;
    vertical-align: baseline;
}

.jobprice h3 .icon-ji {
    color: #dc2e27;
    font-size: 18px;
    vertical-align: baseline;
}

.jobprice h4 {
    width: 30%;
    float: right;
    text-align: right;
    color: #e77817;
    font-weight: normal;
    font-size: 18px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.joblink p {
    font-size: 14px;
    color: #666;
    width: 220px;
    display: inline-block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.joblink label {
    color: #fff;
    text-align: center;
    width: 60px;
    line-height: 24px;
    background: #0064A7;
    border-radius: 3px;
    cursor: pointer;
    display: none;
    float: right;
    margin-top: 10px;
}

.joblink label:hover {
    background: #1777b9;
}

.gslink {
    margin-top: 10px;
}

.gslink .gshead {
    width: 40px;
    height: 40px;
    border: 1px solid #efeff4;
    overflow: hidden;
    margin-right: 15px;
}

.gslink .gshead img {
    width: 100%;
}

.gslink .zhuan {
    font-size: 14px;
    width: 78%;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gslink .zhuan p {
    color: #999;
    margin: 5px 0 0 0;
    font-size: 13px;
}

/*名企推荐*/

.hot-company {
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
    background: #ffffff;
    color: #333333;
}

.hot-company .hot-tlt ul li {
    margin-left: 100px;
}

.hot-company .hot-tlt a {
    margin-left: 100px;
    float: right;
    padding-top: 10px;
}

.hot-company-list {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 15px;
}

.hot-company-list ul:not(:first-child) {
    display: none;
}

.hot-company-list ul:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.hot-company-list ul li {
    width: 390px;
    box-sizing: border-box;
    /*padding: 40px;*/
    padding: 30px 40px;
    border-right: 1px solid #efeff4;
    border-bottom: 1px solid #efeff4;
    float: left;
}

.hot-company-list ul li:nth-child(3n) {
    border-right: none;
}

.hot-company-list ul li:nth-last-child(1) {
    border-bottom: none;
}

.hot-company-list ul li:nth-last-child(2) {
    border-bottom: none;
}

.hot-company-list ul li:nth-last-child(3) {
    border-bottom: none;
}

.hot-company-list ul li:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    z-index: 5;
}

.hot-company-list ul li:hover h3 {
    color: #0064A7;
}

.company-img {
    width: 56px;
    height: 56px;
    border: 1px solid #efeff4;
    overflow: hidden;
}

.company-img img {
    width: 100%;
}

.company-detail {
    margin-left: 20px;
    width: 230px;
    color: #666666;
}

.company-detail h3 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    margin: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 13px;
}

.company-detail p {
    color: #333;
    margin: 0;
    margin-top: 13px;
}

.company-detail p span {
    background: #E77817;
    color: #ffffff;
    line-height: 24px;
    padding: 0 7px;
    margin-right: 5px;
}

/*通栏广告*/

.ad-tshow {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #efeff4;
    margin: 30px 0;
    position: relative;
}

.ad-tshow img {
    width: 100%;
    display: block;
}

.ad-tshow img:hover {
    opacity: .8;
}

.ad-tshow .tag {
    width: auto;
    position: absolute;
    bottom: 1px;
    right: 1px;
}

/*新闻咨询*/

.news {
    width: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 30px 30px 20px 30px;
}

.news-left {
    width: 300px;
}

.news-tlt {
    width: 100%;
    border-bottom: 1px solid #dddddd;
    height: 26px;
}

.news-tlt img {
    padding-bottom: 5px;
    border-bottom: 2px solid #E77817;
}

.news-list {
    margin-top: 15px;
    line-height: 40px;
}

.news-list li {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list li span {
    background: #bbbbbb;
    color: #FFFFFF;
    font-size: 12px;
    width: 16px;
    height: 16px;
    text-align: center;
    display: inline-block;
    line-height: 17px;
    margin-right: 10px;
}

.news-list li label {
    display: inline-block;
    background: #999999;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin: 0 10px 0 5px;
    vertical-align: middle;
}

.news-list li:hover {
    color: #0064a7;
}

.news-list li:hover span {
    background: #0064A7;
}

.news-list li:hover label {
    background: #0064A7;
}

.news-center {
    width: 480px;
    margin-left: 30px;
}

.news-center img {
    display: block;
    width: 100%;
}

.news-center img:hover {
    opacity: .8;
}

.big-img {
    border: 1px solid #efeff4;
    width: 240px;
    height: 310px;
    overflow: hidden;
}

.small-img {
    border: 1px solid #efeff4;
    margin-left: 10px;
    margin-bottom: 8px;
    width: 225px;
    height: 150px;
    overflow: hidden;
}

.news-right {
    margin-left: 30px;
    width: 300px;
}

.news-right .news-tlt {
    background: #f8f8f8;
    border-bottom: none;
    font-size: 18px;
    font-weight: bold;
    color: #0064A7;
}

.news-right .news-tlt label {
    background: #FFFFFF;
    padding: 2px 10px;
    margin-left: 20px;
    letter-spacing: 1px;
}

.news-right .news-tlt label font {
    color: #E77817;
}

/*友情链接*/

.friend-link {
    margin-top: 30px;
    color: #333333;
}

.friend-link ul:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.friend-link ul li {
    float: left;
    line-height: 30px;
    width: 80px;
    text-align: center;
    cursor: pointer;
    margin-right: 15px;
}

.friend-link ul li.on {
    color: #FFFFFF;
    background: #0064A7;
}

.link-list {
    margin-top: 10px;
}

.link-list:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.link-one:not(:first-child) {
    display: none;
}

.link-list a {
    color: #999999;
    line-height: 36px;
    float: left;
    margin-right: 30px;
}

.link-list a:hover {
    color: #0064A7;
}

/*职位列表页*/

.search {
    width: 880px;
    margin: 0 auto;
    position: relative;
    font-size: 16px;
    color: #333;
}

.search .jobkey {
    outline: none;
    border: 1px solid #DDDDDD;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    box-sizing: border-box;
    padding-left: 120px;
    padding-right: 130px;
}

.search #txtCorpKey {
    padding-left: 20px;
}

.search .jobkey:focus {
    border-color: #0064A7;
}

.city-choose {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 25px 0 20px;
    cursor: pointer;
}

.city-choose .label-text {
    width: 60px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.city-choose b {
    font-weight: 400;
    font-size: 15px;
    color: #333333;
}

.city-choose i {
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 18px;
}

.city-choose .line {
    width: 1px;
    height: 26px;
    background-color: #DDDDDD;
    position: absolute;
    top: 12px;
    right: 0;
}

.btnJobSearch {
    outline: none;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 50px;
    background: #0064A7;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
}

.btnJobSearch:hover {
    background: #0375c1;
}

.tan-city {
    display: none;
}

.city-dialog {
    display: block;
    width: 800px;
}

.city-dialog .tlt {
    background: #FFFFFF;
    color: #0064A7;
}

.city-dialog .close {
    color: #efeff4;
}

.city-dialog .close:hover {
    color: #cccccc;
}

.cont-nav {
    width: 100%;
    background: #f1f6ff;
    line-height: 36px;
}

.cont-nav:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.cont-nav li {
    float: left;
    width: 16.6%;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.cont-nav li.on {
    color: #0064A7;
}

.cont-nav li:hover {
    color: #0064A7;
}

.cont-nav li.on:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    height: 2px;
    transform: translateX(-50%);
    background: #0064A7;
}

.city-dialog .cont {
    width: 780px;
    height: 400px;
}

.city-dialog .cont li:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.city-dialog .cont li {
    margin-bottom: 10px;
}

.city-dialog .cont li:first-child dl {
    width: 100%;
    text-align: center;
}

.city-dialog .cont li:not(:first-child) {
    display: none;
}

.city-dialog .cont li span {
    float: left;
    width: 10%;
    text-align: center;
    color: #0064A7;
    padding-top: 21px;
}

.city-dialog .cont li dl {
    width: 90%;
    float: left;
    margin-top: 10px;
}

.city-dialog .cont li dl dt {
    width: 18%;
    padding: 0;
    margin: 10px 2% 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.city-dialog .cont li dl dt:hover {
    background: #FFFFFF;
}

.condition {
    background: #ffffff;
    padding: 0 20px 20px 20px;
    margin-top: 40px;
}

.condition li {
    color: #999999;
    padding: 20px 0;
    border-bottom: 1px solid #efeff4;
}

.condition li span {
    padding: 0 13px;
    cursor: pointer;
    color: #333333;
    display: inline-block;
    height: 29px;
    line-height: 29px;
}

.condition li span a {
    float: none;
    margin-top: 0;
}

.condition li span:hover {
    color: #0064a7;
}

.condition li span.on {
    background: #f9fbff;
    color: #0064A7;
}

.condition li span i {
    font-size: 22px;
    margin-right: 0;
    margin-left: 5px;
}

.condition li span .icon-shangla {
    display: none;
}

.condition li span.con-job-no.on {
    background: #0064A7;
    color: #ffffff;
}

.condition li span.on .icon-xiala {
    display: none;
}

.condition li span.on .icon-shangla {
    display: inline-block;
}

.condition li dl {
    margin: 0;
    padding: 10px 20px;
    background: #f9fbff;
    color: #333333;
}

.condition li dl:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.condition li dl dd {
    float: left;
    cursor: pointer;
    margin: 5px 0;
}

.condition li dl dd a {
    margin: 0;
    padding: 5px 13px;
    display: block;
}

.condition li dl dd:hover a {
    color: #0064a7;
}

.condition li dl dd.on:hover a {
    color: #FFFFFF;
}

.condition li dl dd.on {
    background: #0064A7;
    color: #ffffff;
}

.condition li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.condition li select {
    outline: none;
    border: none;
    padding: 5px;
    width: 100px;
    margin-right: 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/down.png) no-repeat right center;
    cursor: pointer;
}

.condition li .select {
    width: auto;
    min-width: 75px;
    height: 27px;
    margin-right: 40px;
    /*background: url(../images/down.png) no-repeat right center;*/
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.condition li .select:after {
    content: url(../images/down.png);
    position: absolute;
    right: -20px;
    top: 5px;
}

.condition li .select font {
    line-height: 27px;
    color: #333333;
}

.condition li .select:hover .select-show {
    display: block;
}

.condition li .select .select-show {
    width: 120px;
    background: #ffffff;
    position: absolute;
    top: 27px;
    left: -10px;
    border: 1px solid #efeff4;
    display: none;
    z-index: 1;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}

.condition li .select .select-show a {
    float: none;
    display: block;
    line-height: 36px;
    margin: 0;
    padding: 0 10px;
    color: #666666;
}

.condition li .select .select-show a:hover {
    background: #e9f0ff;
}

.condition li .select#con-type .select-show {
    width: 180px;
}

.condition li a {
    float: right;
    margin-top: 4px;
}

.condition li a:hover {
    color: #0064a7;
}

.condition li.Workers span a {
    margin: 0;
    padding: 0 13px;
    display: block;
}

.condition li.Workers span a:hover {
    color: #0064A7;
}

.condition li.Workers span {
    padding: 0;
}

.condition li.Workers span.on a {
    color: #ffffff;
    background: #0064A7;
}

.condition li.con-workers dl dd {
    margin: 0;
}

.job-list-left {
    margin-top: 20px;
    width: 880px;
}

.job-sort {
    margin-top: 20px;
}

.job-sort a {
    border: 1px solid #cccccc;
    color: #666666;
    padding: 3px 10px;
    margin-right: 20px;
    cursor: pointer;
    line-height: 30px;
}

.job-sort a:hover {
    border-color: #0064a7;
    background: #e9f0ff;
}

.job-sort a.on {
    color: #0064A7;
    border-color: #0064A7;
    background: #e9f0ff;
}

.job-list {
    background: #FFFFFF;
    /*margin-top: 10px;*/
}

.job-list li {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #efeff4;
}

.job-list li:hover {
    background: #e9f0ff;
}

.job-list li:hover .fg {
    background: #dddddd;
}

.job-list li .icon-tuijian1 {
    position: absolute;
    top: -1px;
    right: 0;
    margin-right: 0;
    color: #ffba00;
    font-size: 40px;
}

.job-list li .joblink {
    width: 460px;
    border: none;
}

.job-list li .joblink .jobprice h3 i {
    margin-left: 10px;
    margin-right: 0;
}

.job-list li .joblink .jobprice h3 {
    width: 100%;
    float: none;
}

.job-list li .joblink p {
    width: 100%;
    margin: 10px 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: none;
}

.job-list li .joblink p span {
    color: #e77817;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    margin-right: 20px;
}

.job-list li .joblink dl {
    margin: 0;
    height: 37px;
    overflow: hidden;
}

.job-list li .joblink dl:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.job-list li .joblink dl dd {
    float: left;
    margin: 10px 10px 0 0;
    color: #999999;
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding: 3px 10px;
}

.job-list li .gslink {
    width: 360px;
    margin: 0;
}

.job-list li .gslink .gshead {
    width: 55px;
    height: 55px;
}

.job-list li .gslink .zhuan {
    font-size: 16px;
    height: 57px;
    width: 78%;
}

.job-list li .gslink .zhuan p {
    font-size: 14px;
    margin-top: 15px;
}

.gslink .zhuan p i {
    color: #4ac711;
    vertical-align: baseline;
    font-size: 16px;
    margin-right: 10px;
}

.dian {
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: #999999;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

.gslink .btns {
    margin-top: 15px;
    width: 100%;
}

.gslink .btns a {
    display: inline-block;
    font-size: 14px;
    background: #e77817;
    color: #FFFFFF;
    border-radius: 3px;
    padding: 3px 10px;
    margin-right: 10px;
}

.gslink .btns a.toudi {
    background: #0064A7;
}

.gslink .btns a:hover {
    background: #f2892e;
}

.gslink .btns a.toudi:hover {
    background: #0375c1;
}

.gslink .btns a i {
    font-size: 14px;
    margin-right: 5px;
    vertical-align: baseline;
}

.job-list li:hover .collect .icon-shoucang {
    display: inline-block;
}

.job-list li:hover .collect span {
    display: inline-block;
}

.job-list li:hover .collect span.h {
    display: none;
}

.collect {
    color: #666666;
    cursor: pointer;
    padding: 2px;
}

.collect .icon-shoucang {
    display: none;
}

.collect span {
    display: none;
}

.collect .icon-shoucangh {
    color: #ffae01;
}

.collect:hover {
    color: #ffae01;
}

.collect i {
    font-size: 19px;
    vertical-align: text-top;
}

/*列表分页*/

.pagger {
    text-align: center;
    background: #ffffff;
    padding: 30px 0;
    line-height: 30px;
}

.pagger a {
    display: inline-block;
    padding: 0 13px;
    margin: 0 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #666;
}

.pagger a:hover {
    color: #ffffff;
    background: #0064A7;
    border: 1px solid #0064a7;
}

.pagger a.on {
    color: #ffffff;
    background: #0064A7;
}

.pagger a.k {
    border: 1px solid #666;
    color: #666;
}

.pagger a.k:hover {
    color: #ffffff;
    border: 1px solid #0064a7;
}

/*列表分页*/

.spagger {
    text-align: center;
    background: #ffffff;
    padding: 30px 0;
    line-height: 24px;
}

.spagger a {
    display: inline-block;
    padding: 0 8px;
    margin: 0 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0);
}

.spagger a:hover {
    color: #ffffff;
    background: #0064A7;
}

.spagger a.on {
    color: #ffffff;
    background: #0064A7;
}

.spagger a.k {
    border: 1px solid #0064a7;
    color: #0064a7;
}

.spagger a.k:hover {
    color: #ffffff;
}

/*右侧广告*/

.right-ad {
    margin-top: 20px;
    width: 300px;
    height: 200px;
    overflow: hidden;
    border: 1px solid #efeff4;
}

.right-ad img {
    width: 100%;
}

.right-ad img:hover {
    opacity: 0.8;
}

.right-news {
    background: #ffffff;
    margin-top: 20px;
    padding: 20px;
    width: 260px;
}

.right-news .news-tlt {
    text-align: center;
}

.right-news ul {
    padding: 10px 0;
}

.right-news ul li {
    line-height: 24px;
    margin-top: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-news .right-news-more {
    width: 260px;
    margin: 10px auto 5px auto;
    display: block;
    background: #f3f7ff;
    color: #333;
    text-align: center;
    line-height: 40px;
    transition: all .3s;
    border-radius: 3px;
}

.right-news .right-news-more:hover {
    color: #FFFFFF;
    background: #0064A7;
}

.right-news ul li:hover {
    color: #0064A7;
}

.right-news ul li:hover .news-text {
    color: #0064A7;
}

.news-img {
    width: 100px;
    height: 55px;
    overflow: hidden;
    border: 1px solid #efeff4;
    margin-bottom: 6px;
}

.news-img img {
    width: 100%;
}

.news-text {
    width: 140px;
    margin-top: 5px;
    white-space: normal;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.hot-recommend {
    background: #ffffff;
    margin-top: 20px;
    width: 300px;
}

.rec-tlt {
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    padding: 20px;
}

.rec-tlt i {
    color: #e77817;
    font-size: 18px;
    vertical-align: inherit;
    margin-right: 10px;
}

.rec-list {
    padding: 0 20px 10px 20px;
}

.rec-list li {
    border-bottom: 1px solid #efeff4;
    padding: 15px 0;
}

.rec-list li:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.rec-list li:last-child {
    border-bottom: none;
}

.rec-list li:hover span {
    color: #0064A7;
}

.rec-list li span {
    font-size: 15px;
    display: inline-block;
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rec-list li .com span {
    width: 260px;
}

.rec-list li font {
    float: right;
    width: 80px;
    font-size: 16px;
    text-align: right;
    color: #e77817;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rec-list li p {
    font-size: 13px;
    margin: 0;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rec-list li p label {
    color: #0064a7;
}

.rec-list li .com-img {
    width: 40px;
    height: 40px;
    border: 1px solid #efeff4;
}

.rec-list li .com-img img {
    width: 100%;
}

/*登录弹窗*/

.tan-login-layer {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
    position: fixed;
    display: none;
}

.tan-login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 458px;
    height: 420px;
    padding: 40px 80px;
    border-radius: 10px;
}

.tan-login .close {
    top: 10px;
    right: 5px;
    color: #ccc;
}

.tan-login .close:hover {
    color: #ccc;
}

.tan-login .log-form .log-group {
    margin-top: 15px;
}

.tan-login .log-form .log-tel {
    display: block;
}

.tan-login .log-form .log-group input {
    line-height: 40px;
    height: 41px;
}

.tan-login .log-form .log-group span {
    line-height: 40px;
}

.tan-login .log-form .log-group button {
    line-height: 40px;
}

.tan-login .log-form #btnLogin {
    height: 40px;
    margin-top: 15px;
}

.tan-login .log-other {
    margin-top: 25px;
}

.tan-login .log-other .tlt {
    margin-bottom: 20px;
}

.tan-login .log-other .tlt:before {
    width: 90px;
    top: 10px;
}

.tan-login .log-other .tlt:after {
    width: 90px;
    top: 10px;
}

.tan-login .log-other span {
    margin-right: 55px;
}

.tan-login .log-other span.qq {
    margin-right: 0;
}

/*公司列表*/

.company-list-left {
    margin-top: 20px;
    width: 880px;
}

.company-list:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.company-list li {
    width: 350px;
    background: #ffffff;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 30px 40px;
}

.company-list li:hover {
    background: #e9f0ff;
}

.company-list li:nth-child(2n) {
    margin-right: 0;
}

.company-list li .company-left {
    font-size: 16px;
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company-list li .company-left p {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0 0 0;
}

.company-list li .company-right {
    width: 60px;
    height: 60px;
    border: 1px solid #efeff4;
}

.company-list li .company-right img {
    width: 100%;
}

.company-list li .company-job {
    width: 100%;
    border-top: 1px solid #efeff4;
    padding-top: 10px;
}

.company-list li .company-job span {
    color: #0064A7;
    max-width: 200px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}

.company-list li .company-job font {
    color: #E77817;
}

.company-list li:hover .fg {
    background: #DDDDDD;
}

.company-list li:hover .company-job {
    border-top-color: #DDDDDD;
}

.company-list li:hover .company-left {
    color: #0064a7;
}

/*职位三级页*/

.path {
    margin-top: -20px;
    color: #0064a7;
}

.path i {
    font-size: 10px;
    margin: 0 3px 0 5px;
    vertical-align: inherit;
}

.path a:hover {
    color: #0064A7;
}

.path a {
    color: #666666;
}

.path a.on {
    color: #0064A7;
}

.path font {
    margin: 0 5px;
    color: #666666;
}

.job-show {
    width: 100%;
    background: #FFFFFF;
    padding: 40px;
    margin-top: 20px;
    color: #666666;
    box-sizing: border-box;
    position: relative;
}

.job-show p {
    margin: 0;
}

.show-left {
    width: 750px;
}

.job-show .dian {
    margin: 0 6px;
}

.job-show h1 {
    font-size: 30px;
    font-weight: normal;
    margin: 15px 0;
    color: #E77817;
}

.job-show h1 span {
    display: inline-block;
    color: #333333;
    margin-right: 40px;
    max-width: 640px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}

.job-show .show-left p {
    margin: 15px 0;
}

.job-show .icon-ji {
    margin-right: 10px;
    color: #dc2e27;
}

.job-show h1 i.icon-putong {
    color: #0064A7;
}

.job-show .fg {
    margin: 0 10px;
}

.job-show .welfare-show {
    margin: 0;
    position: relative;
}

.job-show .welfare-show .welfare-list {
    height: 30px;
    overflow: hidden;
}

.job-show .welfare-show span {
    float: left;
    margin: 5px 10px 0 0;
    border: 1px solid #0064a7;
    background: none;
    color: #0064a7;
    border-radius: 3px;
    padding: 1px 8px;
}

.job-show .welfare-show .welfare-list-more {
    position: absolute;
    top: 0;
    right: 0;
}

.job-show .welfare-show .welfare-list-more span.welfare-more {
    margin: 5px 10px 0 0;
    border-radius: 3px;
    line-height: 13px;
    padding: 0px 13px 8px 13px;
    cursor: pointer;
    border: 1px solid #0064a7;
    background: none;
    color: #0064a7;
    display: none;
}

.welfare-all {
    position: absolute;
    top: 50px;
    right: 0;
    width: 600px;
    background: #f1f5ff;
    /*box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);*/
    padding: 30px;
    padding-top: 10px;
    box-sizing: border-box;
    display: none;
}

.welfare-all .welfare-all-txt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.welfare-all:before {
    content: '';
    position: absolute;
    top: -20px;
    right: 20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #f1f5ff;
}

.job-show .welfare-show .welfare-all span {
    margin-top: 20px;
}

.job-show .welfare-show .welfare-list-more:hover .welfare-all {
    display: block;
}

.show-right {
    margin-top: 25px;
    text-align: right;
}

.show-right a {
    display: inline-block;
    width: 160px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    border: 1px solid #0064A7;
    color: #0064A7;
    font-size: 16px;
    margin-left: 15px;
}

.show-right a:hover {
    background: #e77817;
    color: #fff;
    border-color: #e77817;
}

.show-right a.toudi {
    color: #FFFFFF;
    background: #0064A7;
}

.show-right a.toudi:hover {
    background: #0375c1;
    border-color: #0375c1;
}

.job-show .inoperable {
    position: absolute;
    bottom: 42px;
    right: 40px;
    background: rgba(255, 255, 255, 0.9);
    width: 342px;
    height: 75px;
    padding: 18px 0;
    font-size: 20px;
    line-height: 40px;
    color: #F44336;
    text-align: center;
    cursor: no-drop;
    border: 1px solid #f44336;
}

.job-show .col {
    display: inline-block;
    margin-top: 20px;
    width: 160px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666666;
    border: 1px solid #ffffff;
    font-size: 15px;
    cursor: pointer;
}

.job-show .col:hover {
    color: #FFAE01;
}

.job-show .colhover {
    display: inline-block;
    display: none;
    color: #FFAE01;
}

.job-show .col i {
    font-size: 18px;
    vertical-align: baseline;
}

.job-show .col label {
    font-size: 12px;
    color: #999999;
}

.job-left {
    width: 880px;
    margin-top: 20px;
}

.job-show-left {
    background: #FFFFFF;
    padding: 5px 40px 25px 40px;
}

.job-tlt {
    font-size: 16px;
    border-bottom: 1px solid #EFEFF4;
    padding-bottom: 8px;
    margin-top: 40px;
}

.job-tlt span {
    padding: 0 10px 7px 0;
    border-bottom: 2px solid #0064A7;
    font-weight: bold;
    color: #333;
}

.job-tlt a {
    float: right;
    font-size: 14px;
    color: #999999;
}

.job-tlt a:hover {
    color: #0064a7;
}

.job-detail {
    padding: 15px 0;
    line-height: 32px;
    color: #333333;
}

.job-company {
    padding: 15px 0 0 0;
    line-height: 32px;
    color: #333333;
    position: relative;
    max-height: 360px;
    overflow: hidden;
}

.job-company p {
    margin: 0;
    padding: 0
}

.job-company-more {
    cursor: pointer;
    color: #0064A7;
    display: block;
    text-align: right
}

.job-company-more {
    color: #0375c1;
}

.job-show-right {
    padding: 40px 30px 30px 30px;
    width: 240px;
    background: #FFFFFF;
    margin-top: 20px;
}

.recommend-list {
    padding: 20px 0 10px 0;
}

.recommend-list:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.recommend-list li {
    background: #FFFFFF;
    padding: 20px 20px 5px 20px;
    width: 240px;
    float: left;
    margin: 0 20px 20px 0;
}

.recommend-list li:nth-child(3n) {
    margin-right: 0;
}

.recommend-list li:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.recommend-list li .joblink {
    border-bottom: none;
}

.recommend-list li .joblink h3 {
    font-size: 16px;
    border-bottom: none;
}

.recommend-list li .joblink h4 {
    font-size: 16px;
}

.recommend-list li p {
    width: 100%;
}

.recommend-tlt {
    font-size: 20px;
    width: 100%;
    text-align: center;
    color: #333333;
    position: relative;
    margin: 50px 0 30px 0;
}

.recommend-tlt:before {
    content: "";
    height: 1px;
    width: 160px;
    background: #cccccc;
    position: absolute;
    left: 59%;
    top: 15px;
}

.recommend-tlt:after {
    content: "";
    height: 1px;
    width: 160px;
    background: #cccccc;
    position: absolute;
    right: 59%;
    top: 15px;
}

.other-job-list {
    padding: 20px 0 10px 0;
}

.other-job-list:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.other-job-list li {
    margin: 0 20px 20px 0;
    width: 348px;
    border: 1px solid #EFEFF4;
    float: left;
    padding: 20px;
}

.other-job-list li:hover {
    background: #f2f6ff;
}

.other-job-list li:hover h3 {
    color: #0064A7;
}

.other-job-list li:nth-child(2n) {
    margin-right: 0;
}

.other-job-list li .joblink {
    border-bottom: none;
}

.other-job-list li .joblink h3 {
    font-size: 16px;
    width: 70%;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    display: inline-block;
}

.other-job-list li .joblink p {
    width: 100%;
    float: none;
    margin-bottom: 0;
    font-size: 12px;
    margin-top: 5px;
}

.other-job-list li .joblink h4 {
    float: right;
    margin: 0;
    color: #E77817;
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
}

.company-headname {
    height: 62px;
    position: relative;
}

.company-head {
    width: 60px;
    height: 60px;
    border: 1px solid #EFEFF4;
    overflow: hidden;
    margin-right: 10px;
}

.company-head img {
    width: 100%;
    transition: all 0.2s;
}

.company-head img:hover {
    transform: scale(1.1);
}

.company-name {
    position: absolute;
    color: #0064a7;
    width: 165px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.company-name:hover {
    text-decoration: underline;
}

.company-info {
    color: #666666;
    margin-top: 20px;
}

.company-info li {
    position: relative;
    margin: 10px 0;
}

.company-info li i {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 2px;
}

.company-info li span {
    margin-left: 35px;
    line-height: 24px;
    width: 200px;
    vertical-align: bottom;
    display: inline-block;
    word-break: break-all;
}

.news-nav {
    font-size: 16px;
    height: 36px;
}

.news-nav span {
    width: 26%;
    float: left;
    text-align: center;
    cursor: pointer;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #dddddd;
}

.news-nav span:nth-child(2) {
    width: 48%;
}

.news-nav span.on {
    color: #0064a7;
}

.news-nav span.on:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 65px;
    height: 3px;
    background: #0064a7;
    left: 50%;
    transform: translateX(-50%);
}

.right-news-list ul:not(:first-child) {
    display: none;
}

.company-show {
    width: 100%;
    background: #FFFFFF;
    padding: 40px;
    margin-top: 20px;
    color: #666666;
    box-sizing: border-box;
}

.company-image {
    width: 100px;
    height: 100px;
    border: 1px solid #efeff4;
}

.company-image img {
    width: 100%;
}

.company-name-left {
    margin-left: 30px;
}

.company-name-left h1 {
    max-width: 675px;
    font-size: 28px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    margin-top: 11px;
    display: inline-block;
}

.company-name-left .icon-renzhengyonghu {
    color: #00a99d;
    vertical-align: super;
    font-size: 24px;
    margin-left: 10px;
}

.company-name-left .icon-renzheng- {
    color: #2680f0;
    vertical-align: super;
    font-size: 26px;
    margin-left: 10px;
}

.company-name-left p {
    margin: 0;
    margin-top: 15px;
}

.company-name-left p .fg {
    margin: 0 20px;
}

.company-show-right {
    text-align: right;
}

.company-show-right .job-num {
    margin: 15px 0;
    font-size: 16px;
}

.company-show-right .job-num font {
    width: 36px;
    font-size: 14px;
    display: inline-block;
    color: #333333;
    vertical-align: bottom;
}

.company-show-right .job-num span {
    background: #e77817;
    color: #ffffff;
    font-size: 28px;
    padding: 0 10px;
    cursor: pointer;
}

.company-show-right .job-num span:hover {
    background: #f2892e;
}

.company-show-right a {
    font-size: 16px;
    color: #0064A7;
}

.company-show-right a:hover {
    color: #0375c1;
}

.company-nav {
    font-size: 18px;
    padding: 35px 40px 10px 40px;
    background: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
}

.company-nav span {
    margin-right: 40px;
    cursor: pointer;
}

.company-nav span:hover {
    color: #0064a7;
}

.company-nav span.on {
    color: #0064A7;
    border-bottom: 2px solid #0064A7;
    padding-bottom: 9px;
    font-weight: bold;
}

.company-show-left {
    background: #FFFFFF;
    padding: 10px 40px 25px 40px;
}

.company-content {
    padding: 20px 0 0 0;
    line-height: 32px;
    color: #333333;
    max-height: 620px;
    overflow: hidden;
    position: relative;
    /*margin-bottom: 20px;*/
}

.company-content p {
    margin: 0;
}

.company-content.all {
    max-height: none;
}

.company-more {
    cursor: pointer;
    color: #0064a7;
    line-height: 24px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255));
    text-align: center;
}

.company-more i {
    font-size: 24px;
    margin-right: 0;
}

.company-address {
    padding: 15px 0;
    line-height: 32px;
    color: #333333;
}

.company-address span {
    color: #0064A7;
    cursor: pointer;
    margin-left: 20px;
}

.company-map {
    width: 800px;
    height: 300px;
    margin: 10px 0;
    display: none;
}

.company-jobs {
    background: #FFFFFF;
    padding: 25px 40px;
    display: none;
}

.job-type {
    background: #f9fbff;
    padding: 15px;
    color: #333;
}

.job-type:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.job-type li {
    float: left;
    margin-right: 20px;
    cursor: pointer;
    line-height: 30px;
}

.job-type li.on {
    color: #0064A7;
}

.job-type li a:hover {
    color: #0064a7;
}

.company-jobs-list li {
    padding: 20px;
}

.company-jobs-list li:hover {
    background: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.company-jobs-list li .joblink {
    width: 520px;
}

.company-jobs-list li .joblink h3 {
    color: #0064A7;
}

.company-jobs-list li .gslink {
    width: 240px;
    text-align: right;
    color: #999999;
}

.company-jobs-list li .gslink .btns {
    margin-bottom: 15px;
    margin-top: 0;
}

.company-jobs-list li .gslink .btns a {
    margin-right: 0;
    margin-left: 10px;
}

.recommend-company li {
    padding: 20px 30px;
}

.recommend-company li:hover {
    background: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.recommend-company li p {
    margin-bottom: 0;
}

.company-photo-right {
    padding: 1px 20px 25px 20px;
    width: 260px;
    background: #FFFFFF;
    margin-top: 20px;
}

.company-photo {
    margin: 20px 0 25px 0;
    position: relative;
    border: 1px solid #EFEFF4;
}

.company-photo li {
    background: #f4f7ff;
    text-align: center;
}

.company-photo li img {
    width: 100%;
}

.company-photo li p {
    margin: 5px 0;
}

.company-photo a {
    position: absolute;
    top: 29%;
    background: rgba(255, 255, 255, .7);
    padding: 5px 0;
    display: none;
}

.company-photo:hover a {
    display: block;
}

.company-photo a.prev {
    left: 0;
}

.company-photo a.next {
    right: 0;
}

.company-photo a:hover {
    background: rgba(255, 255, 255, 1);
}

.company-photo a i {
    margin-right: 0;
    font-size: 20px;
    color: #333333;
}

.list-recommend ul li {
    width: auto;
    margin-right: 40px;
    border-bottom: 2px solid none;
}

.list-recommend ul li.on {
    background: none;
    color: #0064A7;
    font-weight: bold;
}