/* 分类筛选 */
.enterpriseBox .screen {
    position: relative;
    width: auto;
    height: auto;
    padding: 30px 30px 16px 30px;
    background-color: #fff;
    margin-bottom: 16px;
}

.enterpriseBox .screen .liuhu {
    position: relative;
    width: 1140px;
    margin-bottom: 10px;
}

.enterpriseBox .screen .liuhu h2 {
    color: #333;
    height: 24px;
    line-height: 24px;
}

.enterpriseBox .screen .liuhu ul {
    width: 1070px;
    display: flex;
    flex-wrap: wrap;
}

.enterpriseBox .screen .liuhu ul li {
    float: left;
    width: auto;
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
    border-radius: 2px;
    cursor: pointer;
    margin: 0 0 10px 8px;
}

.enterpriseBox .screen .liuhu ul li.layui-this {
    background-color: #e1251b;
}

.enterpriseBox .screen .liuhu ul li.layui-this a{
    color: #fff;
}

.enterpriseBox .screen .city {
    height: 24px;
    overflow: hidden;
    margin-bottom: 20px;
}

.enterpriseBox .screen .city ul {
    width: 770px;
    height: auto;
    padding-right: 20px;
}

.enterpriseBox .screen .city ul li {
    margin-bottom: 10px;
}

.enterpriseBox .screen .city .iocsan {
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    transition: transform .5s;
}

.enterpriseBox .screen .city .open {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.enterpriseBox .screen .poster {
    position: absolute;
    top: 30px;
    right: 16px;
    width: 272px;
    height: 156px;
    border-radius: 4px;
    overflow: hidden;
}

.enterpriseBox .screen .poster img {
    width: 100%;
    height: 100%;
}

/* 列表 */
.enterpriseBox .listBox .item {
    height: 204px;
    margin-bottom: 16px;
    overflow: hidden;
}

.enterpriseBox .listBox .item .left-data {
    width: auto;
}

.enterpriseBox .listBox .item .left-data .nritre {
    padding-left: 18px;
}

.enterpriseBox .listBox .item .left-data .title .text {
    max-width: 450px;
    margin-right: 6px;
}

.enterpriseBox .listBox .item:hover .left-data .title .text {
    color: #e1251b;
}

.enterpriseBox .listBox .item .left-data .wide {
    width: 180px;
}

.enterpriseBox .listBox .item .right-data {
    width: 415px;
}

.enterpriseBox .listBox .item .right-data .sort-tab-title .tab-item {
    margin-right: 60px;
    border-bottom: 2px solid #fff;
    padding-bottom: 2px;
	cursor: pointer;
}

.enterpriseBox .listBox .item .right-data .sort-tab-title .tab-item:hover {
    color: #e1251b;
}

.enterpriseBox .listBox .item .right-data .sort-tab-title .tab-item.layui-this {
    border-color: #e1251b;
    color: #e1251b;
}

.enterpriseBox .listBox .item .right-data .sort-content .conItem {
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.enterpriseBox .listBox .item .right-data .sort-content .conItem.layui-show {
    width: auto;
    height: auto;
    opacity: 1;
}

.enterpriseBox .listBox .item .right-data .sort-content .conItem .blurb {
	position: relative;
	padding-top: 10px;
	overflow: hidden;
	max-height: 116px;
	line-height: 29px;
}
.enterpriseBox .listBox .item .right-data .sort-content .conItem .blurb  .text{
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}


.enterpriseBox .listBox .item .right-data .sort-content .conItem .swiper-vibeImg {
    padding-top: 16px;
    height: 100px;
}

.enterpriseBox .listBox .item .right-data .sort-content .conItem .swiper-vibeImg img {
    display: block;
    width: 100%;
    height: 100%;
}

.enterpriseBox .listBox .item .right-data .sort-content .conItem .swiper-staff {
    padding-top: 16px;
    height: 100px;
}

.enterpriseBox .listBox .item .right-data .sort-content .conItem .swiper-staff .swiper-slide {
    background-color: #F6F6F6;
}

.enterpriseBox .listBox .item .right-data .sort-content .conItem .swiper-staff .swiper-slide .float {
    padding: 26px 10px;
}

.enterpriseBox .listBox .item .right-data .sort-content .conItem .swiper-staff .swiper-slide .nameText {
    padding-top: 6px;
    padding-left: 6px;
    width: 65px;
}

/* 企业详情 */
.dataHeader {
    background-color: #494F5F;
    padding-top: 25px;
}

.dataHeader .name {
    line-height: 20px;
    margin-bottom: 12px;
}

.dataHeader .tuRecord dl {
    margin-left: 60px;
}

.dataHeader .tuRecord dl dt {
    line-height: 40px;
    font-size: 40px;
}

.dataHeader .selectTab a {
    position: relative;
    display: block;
    width: 84px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
}

.dataHeader .selectTab a:hover {
    color: #e1251b;
}

.dataHeader .selectTab a:after {
    position: absolute;
    bottom: 0;
    left: 12px;
    content: " ";
    display: block;
    width: 60px;
    height: 0px;
    background: #e1251b;
    clear: both;
}

.dataHeader .selectTab a.onThis {
    background-color: #fff;
    color: #e1251b;
}

.dataHeader .selectTab a.onThis:after {
    height: 3px;
}

.enteDataCon .heatPosition {
    margin-bottom: 16px;
}

.enteDataCon .heatPosition .posList {
    margin-left: -6px;
}

.enteDataCon .heatPosition .posList li {
    margin-left: 6px;
}

.enteDataCon .heatPosition .posList li a {
    width: 278px;
    height: 84px;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
}

.enteDataCon .heatPosition .posList li a .name .fl {
    font-size: 18px;
}

.enteDataCon .heatPosition .posList li a .name .fr {
    font-size: 16px;
}

.enteDataCon .heatPosition .posList li a .name .fl,
.enteDataCon .heatPosition .posList li a .name .fr {
    line-height: 18px;
    width: 50%;
}

.enteDataCon .heatPosition .posList li a:hover {
    border-color: #e1251b;
    background: rgba(237, 20, 91, 0.05);
}

.enteDataCon .heatPosition .posList li a:hover .name {
    color: #e1251b;
}

.enteDataCon .heatPosition .posList li a:hover .ask {
    color: #333;
}

.enteDataCon .heatProduct {
    margin-bottom: 16px;
}

.enteDataCon .heatProduct .posList li a {
    width: 374px;
    height: 136px;
    border: 1px solid #F2F2F2;
}

.enteDataCon .heatProduct .posList li a .ntrText {
    padding-left: 10px;
    width: 240px;
}

.enteDataCon .heatProduct .posList li a .ntrText .name {
    height: 48px;
    line-height: 24px;
    font-size: 18px;
}

/* 基础信息 */
/* 左侧基础信息 */
.BaseBox .fleftBox {
    width: 896px;
}

.BaseBox .fleftBox .mb40 {
    margin-bottom: 40px;
}

.BaseBox .fleftBox .Introduction .textcmnt {
    line-height: 30px;
}

.BaseBox .fleftBox .main .tag {
    padding: 0 24px;
    height: 34px;
    line-height: 34px;
    background: #EDEDED;
}

.BaseBox .fleftBox .album {
    margin-bottom: 30px;
}

.BaseBox .fleftBox .album .float {
    margin-right: -10px;
}

.BaseBox .fleftBox .album .float .img {
    width: 272px;
    height: 150px;
    background: #ECECEC;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 10px 10px 0;
}

.BaseBox .fleftBox .album .float .img img {
    border-radius: 4px;
}

.BaseBox .fleftBox .address .kuang {
    border: 1px solid #F2F2F2;
    border-radius: 4px;
    padding: 10px;
}

.BaseBox .rightBox {
    width: 288px;
}

.BaseBox .rightBox .waikmg {
    padding: 30px 20px;
}

.BaseBox .rightBox .staffList .item a {
    display: block;
}

.BaseBox .rightBox .staffList .item a:hover .name {
    color: #e1251b;
}

/* 在线职位信息 */
.positionBox .shrink {
    width: 340px;
}

.positionBox .shrink .item {
    background: #FFFFFF;
    border: 1px solid #fff;
    cursor: pointer;
    margin-bottom: 16px;
}

.positionBox .shrink .item.layui-this {
    border-color: #e1251b;
}

.positionBox .shrink .item:hover {
    border-color: #e1251b;
}

.positionBox .shrink .item .title {
    line-height: 15px;
}

.positionBox .shrink .item .title .name {
    width: 180px;
}

.positionBox .shrink .item:hover .title .name {
    color: #e1251b !important;
}

.positionBox .shrink .item.layui-this .title .name {
    color: #e1251b !important;
}

.positionBox .shrink .item .tag {
    margin-bottom: 15px;
}

.positionBox .shrink .item .tag .fl {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    background: #F2F2F2;
    font-size: 12px;
    margin-right: 8px;
}

.positionBox .shrink .item .that {
    line-height: 22px;
}

.positionBox .shrink .item .that .zhiName {
    margin-left: 4px;
    width: 200px;
}

.positionBox .changeBtn {
    cursor: pointer;
    height: 43px;
    line-height: 43px;
    background: #e1251b;
}

.positionBox .DataBox {
    width: 844px;
    min-height: 800px;
}

.positionBox .DataBox .operateBtn .layui-btn {
    height: 32px;
    line-height: 32px;
    background-color: #e1251b;
    border: 1px solid #e1251b;
}

.positionBox .DataBox .operateBtn .layui-btn.hollow {
    background: rgba(237, 20, 91, 0.05);
    color: #e1251b;
}

.positionBox .DataBox .operateBtn .layui-btn.hollow:hover {
    background-color: #e1251b;
    color: #fff;
}

.positionBox .DataBox .treetop {
    margin-bottom: 40px;
}

.positionBox .DataBox .treetop span {
    line-height: 18px;
    padding-left: 2px;
}

.positionBox .DataBox .positionData {
    margin-bottom: 40px;
}

.positionBox .DataBox .positionData .tag {
    padding: 0 14px;
    height: 26px;
    line-height: 26px;
    background: #F2F2F2;
}

.positionBox .DataBox .positionData .cntText {
    white-space: pre-wrap;
	line-height: 30px;
}

.positionBox .DataBox .person {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 20px 0px;
    margin-bottom: 40px;
}

.positionBox .DataBox .person .name {
    padding-top: 8px;
}

.positionBox .DataBox .person .name .c3 {
    margin-bottom: 6px;
}

.positionBox .DataBox .addressBox .imgTy {
    margin-right: 4px;
}

.positionBox .DataBox .addressBox .addView {
    width: auto;
    height: 320px;
    background: #ECECEC;
    border-radius: 2px;
}

/* 产品 */
.productBox {
    margin-left: -12px;
	min-height: 460px;
}

.productBox .item {
    width: 392px;
    background-color: #fff;
    margin-left: 12px;
    margin-bottom: 12px;
}

.productBox .item:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.productBox .item a {
    display: block;
    padding: 30px 26px;
}

.productBox .item a .nameText {
    position: relative;
    width: 178px;
    height: 130px;
    padding-left: 20px;
}

.productBox .item a .nameText .name {
    margin-bottom: 6px;
}

.productBox .item:hover a .nameText .name {
    color: #e1251b;
}

.productBox .item a .nameText .dd {
    margin-bottom: 6px;
}

.productBox .item a .nameText .seek {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 200px;
}

.productBox .item a .nameText .seek {
    height: 28px;
    line-height: 28px;
}

.productBox .item a .nameText .seek .Btn {
    width: 76px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #e1251b;
    border-radius: 16px;
    color: #e1251b;
    font-size: 12px;
}

.productBox .item a .nameText .seek .Btn:hover {
    background-color: #e1251b;
    color: #fff;
}