@charset "utf-8";
.banner {
    height: 128px;
    background: url("/static/images/ing_sy_banner.png") no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 20px 30px;
    box-sizing: border-box;
}
.banner_inner .notice{
    height:88px;
    line-height: 88px;
    font-size: 32px;
    text-align: right;
    color:#fff;
    font-weight: 600;
    font-style: italic;
}

/* .banner form {
    float: right;
    width: 560px;
    height: 128px;
    margin-top: 20px;
}

.banner form .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.banner form .top input,
.banner form .top .code input {
    width: 200px;
    height: 44px;
    padding: 0 12px;
    color: rgba(0, 0, 0, .85);
    background: #fff;
    border-radius: 4px;
    border: none;
    box-sizing: border-box;
    outline: none;
}

.banner form .top input::placeholder {
    color: #bbb;
}

.banner form .top .code {
    position: relative;
}

.banner form .top .code input {
    width: 220px;
}

.banner form .top .code span {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    font-size: 13px;
    color: #0092ff;
    font-weight: 400;
    line-height: 44px;
    cursor: pointer;
}

.banner form .top input:nth-child(3) {
    width: 128px;
    height: 44px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: hsla(0, 0%, 100%, .95);
    line-height: 42px;
    border-radius: 4px;
    cursor: pointer;
    background: transparent;
}

.banner form .bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.banner form .bottom input {
    margin-right: 4px;
}

.banner form .bottom span,
.banner form .bottom a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    margin-right: 4px;
}

.banner form .bottom a {
    text-decoration: none;
} */


/* 搜索部分 */

.box .search-box {
    width: 960px;
    margin: 40px auto;
}

.box .search-box .top,
.box .search-box .top .left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box .search-box .top .left {
    width: 790px;
    height: 56px;
    border-radius: 4px;
    margin-right: 20px;
    border: 2px solid #0092ff;
    border-right: none;
    box-sizing: border-box;
    background: #fff;
}

.box .search-box .top .left .select-wrap {
    height: 100%;
    padding: 6px 0 6px 20px;
    text-align: left;
    color: rgba(0, 0, 0, .85);
    background-color: #fff;
    border-radius: 4px 0 0 4px;
    width: 106px;
    height: 34px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

.box .search-box .top .left .select-wrap::after {
    content: "";
    width: 1px;
    height: 36px;
    background: #f6f6f6;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.box .search-box .top .left .select-wrap ul {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 10px 5px #f6f6f6;
    width: 100%;
    top: 100%;
    left: 0;
    border-radius: 5px;
    display: none;
    z-index: 3;
}

.box .search-box .top .left .select-wrap ul li {
    height: 35px;
    padding-left: 20px;
    line-height: 35px;
}

.box .search-box .top .left .select-wrap .trangle {
    display: inline-block;
    position: absolute;
    top: 53%;
    right: 20px;
    border-width: 5px;
    transform: translateY(-50%);
    border-style: solid;
    border-color: rgba(0, 0, 0, .85) transparent transparent transparent;
}

.box .search-box .top .left .select-wrap ul li.active {
    background: #0092ff;
    color: #fff;
}

.box .search-box .top .left .search-input {
    width: 517px;
    height: 100%;
    padding-left: 20px;
}

.box .search-box .top .left .search-input input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}

.box .search-box .top .left .search-btn {
    width: 147px;
    height: 100%;
    background: #0092ff;
    color: #fff;
    text-align: center;
    line-height: 52px;
    cursor: pointer;
}

.box .search-box .top .left .search-btn img,
.box .search-box .top .right img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.box .search-box .top .right {
    background: #0092ff;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    height: 100%;
    line-height: 52px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    font-weight: 700;
}

.box .search-box .bottom {
    margin-top: 15px;
    font-size: 14px;
}

.box .search-box .bottom,
.box .search-box .bottom .labels {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.box .search-box .title {
    font-weight: 400;
    color: rgba(0, 0, 0, .65);
    line-height: 22px;
    margin-right: 8px;
}

.box .search-box .bottom .labels a {
    display: inline-block;
    text-decoration: none;
    padding: 2px 8px;
    margin-right: 8px;
    border-radius: 2px;
    color: #0092ff;
    background-color: #fff;
}

.box .shaixuan {
    width: 1200px;
    margin: 40px auto;
    display: flex;
    justify-content: flex-start;
}

.box .shaixuan>div {
    display: inline-block;
}

.box .shaixuan>.left {
    width: 228px;
    height: 460px;
    padding-right: 8px;
}

.box .shaixuan>.left ul {
    position: relative;
}

.box .shaixuan>.left ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    font-size: 14px;
    color: #111;
    background: #fff;
}

.box .shaixuan>.left ul li:hover {
    background: #0092ff;
    color: #fff;
}

.box .shaixuan>.left ul li img {
    width: 16px;
    height: 16px;
}

.box .shaixuan>.left ul li .gz-detail {
    position: absolute;
    width: 780px;
    height: 100%;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0 0 16px rgb(50 52 60 / 1%);
    z-index: 3;
    display: none;
}

.box .shaixuan>.left ul li .gz-detail .title {
    width: 100%;
    height: 48px;
    padding: 0 32px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #111;
    letter-spacing: 0;
    font-weight: 500;
}

.box .shaixuan>.left ul li .gz-detail .line {
    height: 1px;
    width: 748px;
    background-color: #eff1f6;
    margin: 0 auto;
}

.box .shaixuan>.left ul li .gz-detail .labels {
    margin-top: 8px;
    width: 100%;
    height: 55%;
    overflow-y: scroll;
}

.box .shaixuan>.left ul li .gz-detail .labels a {
    width: 32%;
    height: 40px;
    padding: 8px 0 12px 32px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(0, 0, 0, .85);
    font-weight: 400;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
}

.box .shaixuan>.left ul li .gz-detail .labels a:hover {
    color: #0092ff;
    cursor: pointer;
}

.box .shaixuan>.left ul li .gz-detail .btns-wrap {
    width: 100%;
    height: 138px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
}

.box .shaixuan>.left ul li .gz-detail .btns-wrap>div {
    display: inline-block;
    width: 195px;
    height: 138px;
    line-height: 30px;
}

.box .shaixuan>.left ul li .gz-detail .btns-wrap>div a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #111;
    text-align: center;
}

.box .shaixuan>.left ul li .gz-detail .btns-wrap>div a p {
    height: 20px;
}

.box .shaixuan>.left ul li .gz-detail .btns-wrap>div a p:nth-child(2) {
    font-size: 16px;
}

.box .shaixuan>.left ul li .gz-detail .btns-wrap>div a p:nth-child(3) {
    font-size: 12px;
    color: rgba(0, 0, 0, .65);
}

.box .shaixuan>.left ul li .gz-detail .btns-wrap>div a img {
    width: 48px;
    height: auto;
}

.box .shaixuan .center {
    width: 616px;
    height: 460px;
    margin-right: 8px;
}

.box .shaixuan .center>a,
.box .shaixuan .right>a {
    display: block;
    width: 100%;
}

.box .shaixuan .center>a img {
    width: 100%;
}

.box .shaixuan .center>a img {
    height: 274px;
    margin-bottom: 8px;
}


/* #carousel-example-generic {
    height: 178px;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    width: 100%;
    height: 178px;
} */

.box .shaixuan .right {
    width: 328px;
    height: 100%;
}

.box .shaixuan .right>a {
    display: block;
    margin-bottom: 8px;
    border-radius: 4px;
    overflow: hidden;
}

.box .shaixuan .right img {
    height: 109px;
}

.hot-box {
    width: 1200px;
    margin: 30px auto;
}

.hot-box .hot-wrap {
    margin: 20px 0;
}

.hot-box .hot-wrap .title {
    width: 100%;
    margin: 64px 0 32px;
    text-align: center;
    font-size: 36px;
    color: rgba(0, 0, 0, .85);
    font-weight: 600;
}

.hot-box .hot-wrap .tabtitle {
    margin: 0 0 16px;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #ddd;
}

.hot-box .hot-wrap .tabtitle .item {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 12px 0;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 25px;
    margin-right: 40px;
    transition: all 0.3s;
}

.hot-box .hot-wrap .tabtitle .item.active {
    color: #0092ff;
}

.hot-box .hot-wrap .tabtitle .item.active::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #0092ff;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}

.hot-box .hot-wrap .tabcontent .list {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.c-item {
    width: 390px;
    margin-bottom: 16px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    transition: all .5s;
    box-shadow: 0 0 20px 1px #e1e1e1;
}

.c-item:hover {
    box-shadow: 0 0 10px 3px #ccc;
}

.c-item>a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.c-item>a .c-top {
    padding: 20px;
    box-sizing: border-box;
}

.c-item>a .c-title {
    font-size: 18px;
    flex: 1 1;
    color: #111;
    letter-spacing: 0;
    padding-right: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    font-family: helvetica neue, Tahoma, Arial, sans-serif;
    margin-bottom: 10px;
    transition: all .5s;
    box-sizing: border-box;
}

.c-item>a:hover .c-title {
    color: #0092ff;
}

.c-item>a .c-time {
    font-size: 12px;
    color: rgba(0, 0, 0, .45);
    margin-bottom: 10px;
}

.c-item>a .c-labels {
    display: flex;
    flex-wrap: wrap;
    height: 24px;
    overflow: hidden;
}

.c-item>a .c-labels span {
    flex-shrink: 0;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    padding: 0 8px;
    background: #f5f6fa;
    color: rgba(0, 0, 0, .65);
    border-radius: 2px;
    margin-right: 8px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
}

.c-item>a .c-info {
    width: 100%;
    height: 44px;
    background: linear-gradient(270deg, #fff, #f2f9ff);
    border-radius: 0 0 4px 4px;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.c-item>a .c-info .name {
    color: rgba(0, 0, 0, .65);
    max-width: 66px;
    padding: 0 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.c-item>a .c-info .otherinfo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.c-item>a .c-info .otherinfo .time {
    color: rgba(0, 0, 0, .45);
    margin-right: 16px;
    font-size: 12px;
}

.c-item>a .c-info .otherinfo .contact {
    width: 90px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    background-color: #fff;
    color: #0092ff;
    border: 1px solid #0092ff;
    text-align: center;
    font-size: 14px;
}

.hot-box .hot-wrap .more {
    margin: 20px 0;
    text-align: center;
}

.hot-box .hot-wrap .more a {
    display: inline-block;
    text-decoration: none;
    width: 200px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    background-color: #0092ff;
    color: #fff;
    border-radius: 2px;
}


/* 活跃工友 */

.c-item>a .c-top .c-baseinfo {
    margin-bottom: 12px;
}

.c-item>a .c-top .c-baseinfo,
.c-item>a .c-top .c-baseinfo .infos .info-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.c-item>a .c-top .c-baseinfo>img {
    width: 56px;
    margin-right: 10px;
}

.c-item>a .c-top .c-baseinfo .infos .info-top .name {
    color: rgba(0, 0, 0, .85);
    font-weight: 700;
    font-size: 14px;
    margin-right: 10px;
}

.c-item>a .c-top .c-baseinfo .infos .info-top .info-label span {
    display: inline-block;
    padding: 0 6px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 10px;
    border-radius: 2px;
    flex-shrink: 0;
}

.c-item>a .c-top .c-baseinfo .infos .info-top .info-label span:nth-child(1) {
    margin-right: 8px;
    color: rgb(0, 188, 57);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(207, 239, 217);
}

.c-item>a .c-top .c-baseinfo .infos .info-top .info-label span:nth-child(2) {
    margin-right: 0px;
    color: rgb(0, 146, 255);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(200, 231, 255);
}

.c-item>a .c-top .c-baseinfo .infos .info-bot {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400!important;
    color: rgba(0, 0, 0, .45)!important;
}

.c-item>a .c-top .intro {
    color: rgba(0, 0, 0, .45);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-top: 12px;
}