
/* sourcing list*/
.sourcing-list {
	padding: 20px 50px;
}
.sourcing-list h2{
	margin-left:-30px;
	margin-right:-30px;	
	margin-top:20px;
}

.sourcing-list h2:before {
    border-left: 5px solid #C00;
    content: "";
    margin-right: 20px;
    height: 25px;
    line-height: 25px;
}
.sourcing-list h2 span{
	font-size:14px;
	float:right;
	
	
}
.sourcing-list ul {
	margin: 0 -60px;
	padding: 0;
}

.sourcing-list ul li {
	list-style: none;
}

.sourcing-list>a>ul:hover{
	color:#444;
}
.sourcing-list > div a:hover{
	color:#fff;
}
.sourcing-box>div:hover {
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
}

.sourcing-box>div {
	background: #fff;
	padding: 30px 10px;
	margin: 20px 10px;
	border-radius: 2px;
}

.sourcing-info {
	padding: 0 5px 0 15px;
	position:relative;
	display:flex;
	flex-direction:column;
}
.sourcing-info .tagMark{
	background-image: linear-gradient(212deg,#EDF0F7 42px,rgba(255,255,255,0) 0);
    box-sizing: border-box;
    color: #78849e;
    font-size: 12px;
    height: 50px;
    padding: 8px;
    position: absolute;
    right: -10px;
    text-align: right;
    top: -30px;
    width: 80px;
}
.sourcing-info h5{
		cursor: pointer;
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 20px;
	    margin-bottom: 12px;
	    overflow: hidden;
	    text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		display: -webkit-box;
}
.sourcing-info small{
	    overflow: hidden;
	    text-overflow: ellipsis;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    display: -webkit-box;
}
.sourcing-info-detail {
	background-color: #f5f8fa;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 18px;
	margin: 16px 0;
	padding: 16px;
}
.sourcing-info-detail li{margin:2px 0;}
.sourcing-info-detail li span:first-of-type{
	color:#888;
}
.sourcing-info-detail li span:nth-of-type(2){
	color:#444;
}

.sourcing-info-detail .detail{
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000000;
    display: -webkit-box;
    line-height: 18px;
    max-height: 36px;
    min-height: 36px;
    overflow: hidden;
}


@media (max-width:768px) {
	.sourcing-box>div {
		padding: 10px;
	}
	.sourcing-list {
		padding: 20px;
	}
	.sourcing-list h2{
		margin-left:0px;
	}

	.sourcing-info {
		padding: 15px 10px;
	}

	.sourcing-list ul {
		margin: 0 -30px;
	}
	.sourcing-info-detail {
		font-size:12px;
	}
	.sourcing-info .tagMark{
	    position: absolute;
	    right: -10px;
	    top: -10px;
	}
}

.sourcingRequest-tips {
	background: #fff;
	padding: 40px 100px 10px 100px;
}

.sourcingRequest-tips .btn {
	padding: 10px 30px;
}

@media (max-width:768px) {
	.sourcingRequest-tips {
		padding: 30px 20px 0 20px;
	}
}

