/*TODO common.css*/


.tag-title {
    float: left;
    min-width: 30px;
    height: 24px;
    line-height: 24px;    
    color: #999;
    border: 0px solid #eee;   
    font-size: 13px;
    border-radius: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

.tag-item {
    float: left;
    min-width: 50px;
    height: 20px;
    line-height: 20px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
    color: #999;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 10px;
    margin-right: 8px;
    cursor: pointer;
	/*font-weight: normal;*/
}
/*产品列表 need-list*/
.ad002,.ad006{
	width: 1200px;
	height: 120px;
	object-fit: cover;
}

.need-list{
	width: 1200px;
	height: auto;
}

.need-list .left{
	float: left;
	width: 840px;
	height: auto;
	/*background-color: #ccc;*/
}
.need-list .left .item{
	width: 830px;
	height: 180px;
	background-color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	padding:10px;	
	box-sizing: border-box;
}

.need-list .left .item .s1 {
    float: left;
    width: 220px;
    height: 150px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
     /*background-color: #cc1; */
}

.need-list .left .item .s1 .png {
    width: 220px;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.6s;
}

.need-list .left .item .s1 .png:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}

.need-list .left .item .s2 {
    float: left;
    width: 500px;
    height: 150px;
    margin-left: 10px;
    box-sizing: border-box;
     /*background-color: #cc2; */
}

.need-list .left .item .s2 .topic {
    font-size: 16px;
    width: 580px;
    height: 25px;
    line-height: 25px;
    box-sizing: border-box;
    overflow: hidden;
    color: #333;
    /* margin-top: 5px; */
}

.need-list .left .item .s2 .subject {
    font-size: 12px;
    width: 580px;
    height: 25px;
    margin-bottom: 0px;
    margin-top: 5px;
    line-height: 25px;
    box-sizing: border-box;
    overflow: hidden;
    color: #999;
}

.need-list .left .item .s2 .three-column {
    width: 100%;
    display: flex;
}

.need-list .left .item .s2 .three-column span {
    flex: 1;
    font-size: 12px;
    color: #999;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}


.need-list .left .item .s3 {
    float: left;
    width: 70px;
    height: 150px;
    /*margin-left: 10px;*/
    box-sizing: border-box;
     /*background-color: #cc8; */
     text-align: center;
     line-height: 150px;
     font-size: 16px;
     color: #0099cc;
     font-weight: bold;
}


.need-list .right{
	float: right;
	width: 360px;
	/*height: 500px;*/
	background-color: #fff;
}


/*2023-7-29 新添加的*/
.need-list .right .cont01{
	width: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;	
}
.need-list .right .cont01 .item{
	width: 360px;
	height: 100px;
	overflow: hidden;
	border-bottom: 1px dashed #eee;

}
.need-list .right .cont01 .item .s1{
	float: left;
	width: 135px;
	height: 90px;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
}
.need-list .right .cont01 .item .s1 .png{
	width: 135px;
	height: 90px;
	overflow: hidden;
	border-radius: 8px;
	transition: all 0.6s;
}

.need-list .right .cont01 .item .s1 .cert{
	position: absolute; 	
	width: 68px; 
	height: 68px; 
	left: 67px; 	
	top: 0px;	
	z-index: 100;
}
.need-list .right .cont01 .item .s1 .png:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}
.need-list .right .cont01 .item .s2{
	float: right;
	width: 195px;
	height: 90px;
	overflow: hidden;
	margin-right: 10px;
}
.need-list .right .cont01 .item .s2 .t1{
	width: 190px;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	overflow: hidden;
	margin-top: 5px;

}
.need-list .right .cont01 .item .s2 .t2{
	width: 190px;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	color: #999;
	overflow: hidden;
	margin-top: 15px;
}



.need-list .right .cont02{
	width: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;	
}
.need-list .right .cont02 .item{
	width: 360px;
	height: 100px;
	overflow: hidden;
	border-bottom: 1px dashed #eee;
    margin-bottom: 10px;
}
.need-list .right .cont02 .item .s1{
	float: left;
	width: 135px;
	height: 90px;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
}
.need-list .right .cont02 .item .s1 .png{
	width: 135px;
	height: 90px;
	overflow: hidden;
	border-radius: 8px;
	transition: all 0.6s;
}

.need-list .right .cont02 .item .s1 .cert{
	position: absolute; 	
	width: 68px; 
	height: 68px; 
	left: 67px; 	
	top: 0px;	
	z-index: 100;
}
.need-list .right .cont02 .item .s1 .png:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}
.need-list .right .cont02 .item .s2{
	float: right;
	width: 195px;
	height: 90px;
	overflow: hidden;
	margin-right: 10px;
}
.need-list .right .cont02 .item .s2 .t1{
	width: 190px;
	height: 40px;
	line-height: 20px;
	font-size: 15px;
	overflow: hidden;

}
.need-list .right .cont02 .item .s2 .t2{
	width: 190px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	margin-top: 5px;
}
.need-list .right .cont02 .item .s2 .t3{
	width: 190px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}

.need-list .right .cont02 .item .s2 .t4{
	width: 190px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #999;
	margin-top: 15px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}





/*need-detail*/
.need-detail{
	width: 1200px;
	height: auto;
}

.need-detail .left{
	float: left;
	width: 840px;
	height: auto;
}

.need-detail .left .cont01{
	width: 830px;
	overflow: hidden;
	background-color: #fff;
	height: 300px;
	/*margin-bottom: 120px;*/
}

.need-detail .left .cont01 .s1 {
    float: left;
    width: 350px;
    height: 230px;
    margin: 15px;
    overflow: hidden;
}
.need-detail .left .cont01 .s1 .png {
    width: 350px;
    height: 230px;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.6s;
    object-fit: cover;
}
.need-detail .left .cont01 .s1 .png:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}




.need-detail .left .cont01 .s2{
    float: right;
    width: 430px;
    height: 260px;
    margin: 15px;
    margin-left:5px;
    margin-right: 5px;
    overflow: hidden;
    /*background-color: #eee;*/
}
.need-detail .left .cont01 .s2 h1{
    font-size: 18px;
    height: auto;
    line-height: 30px;
    overflow: hidden;
    /*background-color: #ccc;*/
}
.need-detail .left .cont01 .s2 .t1{
    display: flex;
    flex-flow: row nowrap;
}
.need-detail .left .cont01 .s2 .t1 span{
    width: 270px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #999;
}
.need-detail .left .cont01 .s2 .t1 span:last-child{
    width: 160px;
    display: flex;
}
.need-detail .left .cont01 .s2 .t1 span:last-child p{
    flex: 1;
    margin: 4px;
    cursor: pointer;
}
.need-detail .left .cont01 .s2 .t2{
    display: flex;
    flex-flow: row nowrap;
    /*background-color: #322;*/
}
.need-detail .left .cont01 .s2 .t2 .p1{
    width: 80px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #888;
}
.need-detail .left .cont01 .s2 .t2 .p2{
    width: 350px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}


.need-detail .left .cont02 {
    width: 830px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f4f4f4;
    background-color: #fff;
}


.need-detail .left .cont02 .item {
    float: left;
    /* width: 120px; */
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    /* cursor: pointer; */
    text-align: center;
    padding: 0 10px;
}
.need-detail .left .cont02 .item {
    background-color: #3892cb;
    color: #fff;
}

.need-detail .left .cont03 {
    width: 830px;
    /*min-height: 120px;*/
    height: auto;
    line-height: 30px;
    font-size: 14px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 30px;
}



.need-detail .left .cont04{
	width: 830px;
	height: 50px;
	background-color: #fff;
	font-size: 14px;
	box-sizing: border-box;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #999;
}

/*看过该需求的人正在关注*/
.need-detail .left .cont05{
	width: 830px;
	height: 200px;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	flex-flow: row nowrap;
	/*justify-content:space-around;*/
}
.need-detail .left .cont05 .item{
    /*width: 190px;*/
    height: auto;
    background-color: #fff;
    margin: 10px;
    display: flex;
    flex-flow: column nowrap;
}
.need-detail .left .cont05 .item .png{
    width: 188px;
    height: 125px;
}
.need-detail .left .cont05 .item .t{
    margin-top: 5px;
    width: 188px;
    height: 44px;
    line-height: 22px;
    padding: 0 5px;
    box-sizing:  border-box;
    overflow: hidden;
}



/*上一个 下一个*/
.need-detail .left .cont06{
	/*margin-top: 10px;*/
	width: 830px;
	height: 80px;
	line-height: 80px;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
    font-size: 18px;
    border-top: 1px dashed #dedede;
    
}

.need-detail .left .cont06 span {
    flex: 1;
    margin: 0 20px;
    color: #999;
}
.need-detail .left .cont06 span:last-child{
    text-align: right;
}

.need-detail .left .cont06 a{
    color: #127dc2;
    text-decoration: none;
}

.need-detail .left .cont06 a:hover{
    /*color: #333;*/
    text-decoration: underline;
}



.need-detail .right{
	float: right;
	width: 360px;
	/*height: 500px;*/
	/*background-color: #fff;*/
}
.need-detail .right .cont01{
	width: 360px;
	height: 170px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 10px;
}
.need-detail .right .cont01 .s1{
	float: left;
	width: 150px;
	height: 150px;
	margin: 10px;
	/*background-color: #eee;*/
}
.need-detail .right .cont01 .s1 img{
	width: 150px;
	height: 150px;
	/*object-fit: cover;*/
	overflow: cover;
}
.need-detail .right .cont01 .s2{
	float: right;
	width: 170px;
	height: 130px;
	margin: 10px;
	/*background-color: #eee;*/
}
.need-detail .right .cont01 .s2 .t1{
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-top: 15px;
}
.need-detail .right .cont01 .s2 .t2{
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	margin-top: 10px;
	color: #ff0000;
}


.need-detail .right .cont02{
	width: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	
}
.need-detail .right .cont02 .title{
	width: 340px;
	padding: 0 5px;
	box-sizing: border-box;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
}

.need-detail .right .cont02 .title span{ 
	color: #666; 
	height: 20px; 
	line-height: 20px; 
	width: 20px; 
	margin:0px 10px;
	text-align: center;
}




/*2023-8-5 报名参会 新添加的*/
.need-detail .right .cont03{
	width: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;	
}
.need-detail .right .cont03 .item{
	width: 360px;
	height: 100px;
	overflow: hidden;
	border-bottom: 1px dashed #eee;

}
.need-detail .right .cont03 .item .s1{
	float: left;
	width: 135px;
	height: 90px;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
}
.need-detail .right .cont03 .item .s1 .png{
	width: 135px;
	height: 90px;
	overflow: hidden;
	border-radius: 8px;
	transition: all 0.6s;
}

.need-detail .right .cont03 .item .s1 .cert{
	position: absolute; 	
	width: 68px; 
	height: 68px; 
	left: 67px; 	
	top: 0px;	
	z-index: 100;
}
.need-detail .right .cont03 .item .s1 .png:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}
.need-detail .right .cont03 .item .s2{
	float: right;
	width: 195px;
	height: 90px;
	overflow: hidden;
	margin-right: 10px;
}
.need-detail .right .cont03 .item .s2 .t1{
	width: 190px;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	overflow: hidden;
	margin-top: 5px;

}
.need-detail .right .cont03 .item .s2 .t2{
	width: 190px;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	color: #999;
	overflow: hidden;
	margin-top: 15px;
}






.need-detail .right .cont04{
	width: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;	
}
.need-detail .right .cont04 .item{
	width: 360px;
	height: 100px;
	overflow: hidden;
	border-bottom: 1px dashed #eee;
    margin-bottom: 10px;
}
.need-detail .right .cont04 .item .s1{
	float: left;
	width: 135px;
	height: 90px;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
}
.need-detail .right .cont04 .item .s1 .png{
	width: 135px;
	height: 90px;
	overflow: hidden;
	border-radius: 8px;
	transition: all 0.6s;
}

.need-detail .right .cont04 .item .s1 .cert{
	position: absolute; 	
	width: 68px; 
	height: 68px; 
	left: 67px; 	
	top: 0px;	
	z-index: 100;
}
.need-detail .right .cont04 .item .s1 .png:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}
.need-detail .right .cont04 .item .s2{
	float: right;
	width: 195px;
	height: 90px;
	overflow: hidden;
	margin-right: 10px;
}
.need-detail .right .cont04 .item .s2 .t1{
	width: 190px;
	height: 40px;
	line-height: 20px;
	font-size: 15px;
	overflow: hidden;

}
.need-detail .right .cont04 .item .s2 .t2{
	width: 190px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	margin-top: 5px;
}
.need-detail .right .cont04 .item .s2 .t3{
	width: 190px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}

.need-detail .right .cont04 .item .s2 .t4{
	width: 190px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #999;
	margin-top: 15px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}













