.advance-search-wrapper .content-wrapper {display: flex;}
.advance-search-content-wrapper {width: 100%;display: flex;flex-direction: column;font-family: Microsoft YaHei;margin-bottom: 20px;}
.advance-search-content-wrapper a {color: #5092FF;cursor: pointer;}
.search-result-wrapper {width: 880px;}
.search-result-wrapper .no-record {width: 100%;text-align: center;font-size: 17px;color: #999;line-height: 300px;background: #fff;margin-top: 20px;}

/* 企业列表 */
.search-result-wrapper .advance-item {display: flex;padding: 20px;background-color: white;margin-top: 20px;}
.search-result-wrapper .advance-item img {width: 300px;height: 180px;border-radius: 2px;cursor: pointer;}
.search-result-wrapper .advance-item .text {margin-left: 20px;}
.search-result-wrapper .advance-item .name {height: 18px;font-size: 18px;font-family: Microsoft YaHei;color: #333;line-height: 24px;cursor: pointer;font-weight: bold;}
.search-result-wrapper .advance-item .contact-line {display: flex;height: 12px;font-size: 12px;font-family: Microsoft YaHei;font-weight: normal;color: #333;margin: 19px 0;}
.search-result-wrapper .advance-item .contact-line .phone {width: 200px;}
.search-result-wrapper .advance-item .content {width: 520px;height: 70px;font-size: 15px;font-family: Microsoft YaHei;font-weight: normal;color: #999;line-height: 23px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;text-align: justify;margin-bottom: 20px;}
.search-result-wrapper .advance-item .bottom-link {display: flex;justify-content: flex-end;}

/* 产品列表 */
.search-result-wrapper .product-list {background: white;padding: 20px;display: flex;margin-top: 20px;width: 880px;flex-flow: wrap;}
.search-result-wrapper .product-item {width: 202px;background: #F6F8FA;border-radius: 0px 0px 2px 2px;margin-right: 10px;margin-top: 10px;}
.search-result-wrapper .product-item:nth-child(4n) {margin-right: 0;}
.search-result-wrapper .product-item:nth-child(1),
.search-result-wrapper .product-item:nth-child(2),
.search-result-wrapper .product-item:nth-child(3),
.search-result-wrapper .product-item:nth-child(4) {margin-top: 0;}
.search-result-wrapper .product-item .image {width: 202px;height: 152px;border-radius: 2px;}
.search-result-wrapper .product-item .text {padding: 0 9px;}
.search-result-wrapper .product-item .name {width: 183px;height: 40px;font-size: 14px;font-weight: bold;color: #333;line-height: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;margin-top: 8px;}
.search-result-wrapper .product-item .description {width: 182px;height: 40px;font-size: 12px;font-weight: normal;color: #999;line-height: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;margin-top: 8px;}
.search-result-wrapper .product-item .price {margin-top: 8px;font-size: 14px;font-weight: bold;color: #BF3D45;}
.search-result-wrapper .product-item .price.line-through {text-decoration: line-through;color: #0f0f0f;font-size: 12px;font-weight: normal;}
.search-result-wrapper .product-item .source {font-size: 12px;font-weight: normal;color: #669CFF;margin: 6px auto;}	

/* 商机列表 */
.search-result-wrapper .opportunity-item {display: flex;padding: 20px;background-color: white;margin-top: 20px;}
.search-result-wrapper .opportunity-item .cover {width: 300px;height: 180px;border-radius: 2px;cursor: pointer;}
.search-result-wrapper .opportunity-item .text {margin-left: 20px;width: 524px;}
.search-result-wrapper .opportunity-item .name {height: 18px;font-size: 18px;font-family: Microsoft YaHei;color: #333;line-height: 24px;cursor: pointer;font-weight: bold;}
.search-result-wrapper .opportunity-item .contact-line {display: flex;height: 12px;font-size: 12px;font-family: Microsoft YaHei;font-weight: normal;color: #333;margin: 19px 0;align-items: center;}
.search-result-wrapper .opportunity-item .contact-line img {margin-right: 8px;width: 14px;height: 14px;} 
.search-result-wrapper .opportunity-item .contact-line .line-item {margin-right: 40px;}
.search-result-wrapper .opportunity-item .content {height: 70px;font-size: 15px;font-family: Microsoft YaHei;font-weight: normal;color: #999;line-height: 23px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;text-align: justify;margin-bottom: 20px;}
.search-result-wrapper .opportunity-item .bottom-link {display: flex;justify-content: flex-end;}
.search-result-wrapper .opportunity-item .blue {color: #5092FF;}
