/*item-info.css*/
.content{
    width: 1200px;
    margin: 0 auto;
}
.content::after{
    display: block;
    content: "";
    clear: both;
}
/*主体内容*/
.item-box{
    overflow: hidden;
}
.content-left{
    width: 886px;
    float: left;
}
.item-container{
    line-height: 0;
    position: relative;
}
.item-header-img{
    width: 886px;
}
.item-content{
    min-height: 436px;
    padding: 34px 0 40px 42px;
    background: #FFFFFF;
    box-shadow: 12px 12px 16px 16px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    box-sizing: border-box;
}
.item-title-detail{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    width: 650px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 33px;
}
.item-ul{
    margin-top: 36px;
}
.item-ul li{
    overflow: hidden;
    margin-bottom: 18px;
}
.item-ul .li-margin{
    margin-top: 34px;
}
.item-ul .item-ul-last{
    margin-bottom: 0;
}
.item-ul-left{
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    float: left;
    width: 20%;
}
.item-ul-right{
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    float: left;
    /*margin-left: 18px;*/
    /*width: 368px;*/
    width: calc(100% - 20% - 30px);
    padding: 0 15px;
    word-break: break-all;
}
.online-chat{
    width: 138px;
    height: 54px;
    background: #D50000;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bolder;
    color: #FFFFFF;
    line-height: 54px;
    text-align: center;
    /*position: absolute;*/
    bottom: 42px;
    right: 24px;
    cursor: pointer;
    margin: 20px auto 0;
}
.online-chat:hover{
    background: #b60e0e;
}
.user-code{
    position: absolute;
    bottom: -36px;
    right: 182px;
    width: 180px;
    padding: 20px 0;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 18px 0px rgb(211 211 211 / 30%);
    display: none;
    z-index: 9;
    text-align: center;
}
.user-code-img{
    width: 140px;
    height: 140px;
}
.user-code-tip{
    width: 114px;
    height: 24px;
    margin: 6px auto 0 auto;
}
/* 当鼠标悬停在 .online-chat 上时显示 .user-code */
.online-chat:hover + .user-code,
.user-code:hover {
    display: block;
}
/*企业信息*/
.company-tip{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 20px;
    border-bottom: 1px solid #EDEDED;
}
.company-blur{
    position: relative;
    width: 886px;
    height: 256px;
    margin-top: 23px;
}
.company-blur-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 884px;
    height: 254px;
    background: rgba(255,255,255,0.41);
    border-radius: 4px;
    border: 1px solid #ECECEC;
    backdrop-filter: blur(8px);
}
.company-blur-content{
    position: relative;
}
.company-blur-title{
    color: #303030;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    font-style: normal;
    padding: 73px 0 4px 0;
}
.company-blur-desc{
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    font-style: normal;
}
.company-blur-button{
    width: 112px;
    height: 38px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
    font-style: normal;
    margin: 20px auto 0 auto;
    background: #D50000;
    border-radius: 2px;
    cursor: pointer;
}
.company-blur-button:hover{
    background: #b60e0e;
}
.item-down{
    width: 886px;
    margin-top: 40px;
    cursor: pointer;
}
.popup-box{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.61);
    display: none;
    z-index: 999;
}
.official-code{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 348px;
    padding: 70px 0;
    background: #FFFFFF;
    text-align: center;
}
.official-code-img{
    width: 208px;
}
.official-code-tip{
    width: 298px;
    margin-top: 46px;
}
.popup-box-close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    cursor: pointer;
}

/* 扫码进入招商端小程序 */
.popup-mini-box{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.61);
    display: none;
    z-index: 999;
}
.mini-code{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 348px;
    padding: 70px 0 44px 0;
    background: #FFFFFF;
    text-align: center;
}
.mini-code-img{
    display: block;
    width: 208px;
    height: 208px;
    margin: 0 auto;
}
.mini-code-tip{
    display: block;
    width: 268px;
    height: 40px;
    margin: 24px auto 0 auto;
}

/* common_right.css */
/* 右侧挂件公共样式 */
.list-right-wrapper {
    width: 282px;
    border: 1px solid #ededed;
    border-top: 0;
    overflow: unset;
    margin-bottom: 40px;
    padding-top: 0;
}
.list-right-wrapper .red-btn{
    display: block;
    border-top: 2px solid #d50000;
    width: 284px;
    margin-left: -1px;
}
.list-right-tit {
    padding: 0 20px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
}


/*right_broadcast.css*/
.list-content-right {
    width: 284px;
    float: right;
}
.list-right-wrapper {
    width: 282px;
    border: 1px solid #ededed;
    border-top: 0;
    overflow: unset;
    margin-bottom: 41px;
    padding-top: 0;
}
.list-right-wrapper .red-btn{
    display: block;
    border-top: 2px solid #d50000;
    width: 284px;
    margin-left: -1px;
}
.list-right-tit {
    padding: 0 20px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
}
.list-right-tit .broadcast-more {
    cursor: pointer;
}
.list-right-tit .broadcast-more:hover {
    color:#d50000;
}
.item-right-list {
    margin: 10px 20px;
    overflow: hidden;
}
.list-right-tit span {
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#666666;
    float: right;
}
.broadcast-box {
    margin: 15px 20px;
    overflow: hidden;
    margin-top: 18px
}
.broadcast-box-list .broadcast-box-title {
    color: #333;
}
.broadcast-box-title a:hover{
    color:#d50000;
}
.broadcast-box-title a:hover span{
    background:#d50000;
}
.broadcast-box-title span {
    width: 4px;
    height: 4px;
    background: #999;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    margin-top: 5px;
    margin-left: -14px;
}
.broadcast-box-list div {
    color: #666;
    font-size: 12px;
    line-height: 24px;
    margin-left: 0px;
}
.list-right-wrapper .broadcast-box-line:last-child{
    border-bottom: none;
}
.broadcast-box-line {
    width: 244px;
    border-bottom: 1px solid #ededed;
    margin: 0 auto;
}
.broadcast-box a {
    font-size: 16px;
    color: #333;
    display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.broadcast-box-list .broadcast-box-title{
    line-height: 14px;
}
.broadcast-box a p{
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 16px;
    line-height: 16px;
}
body .broadcast-box-list .keyword-div{
    padding: 6px 10px;
    color: #5E98D3;
    background-color: #ECF4FC;
    display: inline-block;
    line-height: 1;
    margin-right: 10px;
    margin-left: 0px;
    float: left;
}
body .broadcast-box-list .keyword-div:last-child{
    margin-right: 0px;
}
.broadcast-box a p{
    margin-bottom: 10px;
}
.broadcast-box a {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.keyword-div-all{
    overflow: hidden;
    max-height: 24px;

}

/* 最新项目 */
/* item_right.css */
.item-right-all{
    width: 282px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;

}
.accurateaccurate-zhaoshang-div{
    padding: 0 20px;
}
.item-all-title{
    margin-top: 30px;
}
.item-left{
    font-weight: bold;
    text-align: left;
}

.new-left{
    margin-left: 20px;
    font-weight: 600;
    color: #343434;
    display: inline-block;
    font-size: 20px;
}
.more-item-rigt{
    color: #666666;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    float: right;
    margin-right: 20px;
}
.accurateaccurate-zhaoshang-li{
    margin-top: 19px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
}
.accurateaccurate-p{
    max-width: 243px;
    color: #343434;
    font-size: 16px;
    line-height: 24px;
}
.accurateaccurate-p:hover{
    /*color: #d50000;*/
}
.accurateaccurate-p-content p{
    color: #666666;
    margin-bottom: 10px;
    font-size: 14px;
}
.accurateaccurate-label-all{
    margin-bottom: 14px;
}
.accurateaccurate-p a{
    color: #333333;
    font-weight: bold;
}
.accurateaccurate-p a:hover{
    color: #d50000;
}
.quick-zhaoshang-li{
    padding-bottom: 10px;
}
.quick-zhaoshang-li li{
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #EDEDED;
}
.quick-zhaoshang-li li:last-child{
    border-bottom: none;
}
.red-span{
    color: #D60000;
}
.more-item-rigt a{
    color: #666666;
}
.more-item-rigt a:hover{
    color: #D60000;
}
.right-user-box{
    height: 24px;
    margin-top: 10px;
}
.item-username{
    float: left;
}
.item-username img{
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    object-fit: cover;
    object-position: top;
}
.item-username span{
    float: left;
    max-width: 120px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.item-user-operate{
    float: left;
    cursor: pointer;
    position: relative;
}
.item-user-operate>img{
    float: left;
    width: 18px;
    height: 18px;
    margin: 3px 0 3px 8px;
}
.chat-default{
    display: block;
}
.chat-active{
    display: none;
}
.item-user-operate span{
    float: left;
    color: #d50000;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.item-user-operate:hover .chat-default{
    display: none;
}
.item-user-operate:hover .chat-active{
    display: block;
}
.item-user-operate:hover span{
    color: #FFFFFF;
}
.item-user-operate:hover .item-user-qrcode{
    display: block;
}
.item-user-qrcode{
    display: none;
    position: absolute;
    z-index: 9;
    top: -100px;
    right: -200px;
    padding: 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 18px 0px rgb(211 211 211 / 30%);
}
.user-qrcode{
    display: block;
    width: 140px;
    height: 140px;
}
.user-qrcode-desc{
    display: block;
    width: 114px;
    height: 24px;
    margin: 6px auto 0 auto;
}
.program-guide{
    margin-bottom: 41px;
}
.program-guide img{
    width: 284px;
}

.zsbridge {
    width: 190px;
    position: fixed;
    left: 15px;
    top: 40%;
    font-family: "Microsoft Yahei";
    z-index: 990;
    text-align: left;
}
.zsbridge .brit {
    height: 80px;
    background: url(../images/brig.png);
    color: #FFFFFF;
    font-weight: bold;
    overflow: hidden;
}
.zsbridge .brit .brt {
    height: 17px;
    font-size: 15px;
    color: #FFFFFF;
    padding: 19px 0 0 55px;
}
.zsbridge .brit .bre {
    height: 22px;
    font-size: 18px;
    color: #FFFFFF;
    margin-left: 55px;
    font-weight: 700;
    letter-spacing: -0.2px;
    margin-top: 4px;
}
.zsbridge .bricon {
    padding-top: 18px;
    width: 187.5px;
    border: 1px solid #dddddd;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 0;
    padding-bottom: 5px;
    background: #fff;
}
.zsbridge .bricon li {
    list-style: none;
    width: 150px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    border-radius: 14px;
    border: 1px solid #1f6cdd;
    color: #1f6cdd;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 13px;
}
.zsbridge .bricon li a {
    width: 150px;
    height: 28px;
    display: block;
    cursor: pointer;
    color: #1f6cdd;
}
.zc-close {
    position: absolute;
    width: 28px;
    height: 28px;
    right: -3px;
    top: 10px;
    cursor: pointer;
}
.zc-close img {
    width: 14px;
    height: 14px;
}



/* 底部类似载体 */
.carrier-details-title{
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}
.carrier-details-content-bottom{
    width: 1200px;
    margin-top: 40px;
}
.carrier-details-content-bottom.margin-top-0{
    margin-top: 0;
}
.carrier-details-content-left{
    width: 886px;
    float: left;
    overflow: hidden;
}
.carrier-details-content-right{
    width:284px;
    float: right;
}

.margin-bottom-40{
    margin-bottom:40px;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: block;
}
.clearfix {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

/* 热门项目开始 */
.carrier-hot-factory-box {
    margin-top: 60px;
}
.item-wrap{
    margin-top: 18px;
}
.item-wrap li{
    float: left;
    width: 386px;
    margin: 0 16px 20px 0;
    padding: 24px;
    border-radius: 2px;
    background: #FFFFFF;
    box-shadow: 2px 6px 20px 0px rgb(215 224 230 / 30%);
}
.item-wrap li.item-even{
    margin: 0 0 20px 0;
}
.item-title{
    width: 388px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 11px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: block;
}
.item-title:hover{
    color: #d50000;
}
/* 热门项目上新标签样式 */
.relabel-tag-img-pc{
    position: relative;
}
/*项目人员信息*/
.item-user{
	position: relative;
	margin-top: 18px;
}
.item-user::after{
    content: "";
    clear: both;
    display: block;
}
.item-user-logo{
    float: left;
	width: 24px;
	height: 24px;
	border-radius: 2px;
    object-fit: cover;
    object-position: top;
}
.item-user-name{
	float: left;
	max-width: 200px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
    line-height: 24px;
    margin-left: 10px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
}
.item-user-code{
    float: left;
	cursor: pointer;
    position: relative;
}
.item-user-code .item-chat-default{
	float: left;
	width: 18px;
    margin-left: 8px;
    margin-top: 2px;
}
.item-user-code .item-chat-active{
    float: left;
    width: 18px;
    margin-left: 8px;
    margin-top: 2px;
}
.item-user-code span{
	float: left;
	color: #D50000;
	font-size: 12px;
    font-weight: 400;
	line-height: 24px;
}
.item-chat-default{
	display: block;
}
.item-chat-active{
	display: none;
}
.item-user-code:hover .item-chat-active{
	display: block;
}
.item-user-code:hover .item-chat-default{
	display: none;
}
.item-user-code:hover span{
	color: #fff;
}
.item-user-code:hover .item-chat-code{
	display: block;
}
.item-chat-code{
	position: absolute;
	z-index: 1;
	top: -94px;
	left: 46px;
	padding: 20px;
	background-color: #FFFFFF;
	box-shadow: 0px 5px 18px 0px rgb(211 211 211 / 30%);
	display: none;
}
.item-chat-code .item-qrcode{
	display: block;
	width: 140px;
	height: 140px;
}
.item-chat-code .item-code-text{
	display: block;
	width: 114px;
	height: 24px;
	margin: 6px auto 0 auto;
}
.item-district-sim{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    font-size: 14px;
}
.item-district-sim span{
    font-weight: bold;
}
.similar-area{
    float: right;
    color: #D50000;
    font-size: 24px;
    font-weight: bold;
}

.chat-default{
    display: block;
}
.chat-active{
    display: none;
}
.item-user-qrcode{
    display: none;
    position: absolute;
    z-index: 9;
    top: -100px;
    right: -200px;
    padding: 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 18px 0px rgb(211 211 211 / 30%);
}
.user-qrcode{
    display: block;
    width: 140px;
    height: 140px;
}
.user-qrcode-desc{
    display: block;
    width: 114px;
    height: 24px;
    margin: 6px auto 0 auto;
}
.program-guide{
    margin-bottom: 41px;
}
.program-guide img{
    width: 284px;
}

.claim-park-img{
    width: 284px;
}
.claim-park {
    margin-bottom: 41px;
    position: relative;
}
.claim-code{
    position: absolute;
    top: 10px;
    left: -194px;
    width: 140px;
    background: #fff;
    padding: 20px;
    z-index: 99;
    display: none;
    box-shadow: 0px 5px 18px 0px rgb(211 211 211 / 30%);
}
.claim-code img{
    width: 140px;
}
.claim-park:hover .claim-code{
    display: block;
}
