.case-list-container {
	width: 100%
}

.case-list-container:after {
	content: "";
	display: block;
	clear: both
}

.case-list-container .item-case {
	width: 100%;
	padding: 20px 4%;
	padding-top: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	display: inline-block;
	border-bottom: .5px solid #e5e5e5
}

.case-list-container .item-case .image-case {
	width: 70px;
	height: 70px;
	border-radius: 70px;
	border: 1px solid #e5e5e5;
	float: left
}

.case-list-container .item-case .one-line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.case-list-container .item-case .artical_detail_container {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 64px;
	width: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.case-list-container .item-case .artical_detail_container .title-tag-case {
	display: block;
	display: -webkit-box;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	color: #333;
	text-align: left;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis
}

.case-list-container .item-case .artical_detail_container .link-to-case {
	line-height: 18px;
	font-size: 12px;
	color: #38f;
	margin-top: 8px
}

.case-list-container .item-case .artical_image {
	-webkit-box-flex: 0;
	-webkit-flex: 0 110px;
	-moz-box-flex: 0;
	-ms-flex: 0 110px;
	flex: 0 110px;
	height: 64px;
	margin-right: 12px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%
}

.case-list-container .item-case .case-detail-container {
	margin-left: 85px
}

.case-list-container .item-case .case-detail-container .title-tag-case {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
text-align: left;
}

.case-list-container .item-case .case-detail-container .title-tag-case:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.case-list-container .item-case .case-detail-container .title-tag-case .title-case {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	font-weight: 700;
    color:#000;
}

.case-list-container .item-case .case-detail-container .title-tag-case .tag-case {
	display: inline-block;
	vertical-align: middle;
	float: right;
	padding: 3px 5px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	font-size: 12px;
	color: #999;
	margin-left: 5px
}

.case-list-container .item-case .case-detail-container .des-case {
	margin-top: 10px;
	height: 40px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	text-overflow: ellipsis;
	overflow: hidden
}

.case-list-container .item-case .case-detail-container .addr-case {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
	font-size: 14px;
	color: #666
}

.case-list-container .bottom-loading {
	margin: 0 auto;
	margin-top: 20px;
	width: 30px;
	height: 30px
}

.case-list-container .no-case-des {
	padding: 40px 0;
	background-color: #fff
}

.case-list-container .no-case-des .image-no-case {
	width: 127px;
	height: 99px;
	margin: 0 auto;
	background-position: 50% 50%;
	background-size: 127px 99px;
	background-repeat: no-repeat;
	background-image: url("https://img.yzcdn.cn/v2/image/intro/wsc/case/wap/search.png")
}


.swiper1 .swiper-slide {
				text-align: center;
				
				height: 50px;
				/* Center slide text vertically */
				padding: 0 10px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				-webkit-justify-content: center;
				justify-content: center;
				-webkit-box-align: center;
				-ms-flex-align: center;
				-webkit-align-items: center;
				align-items: center;
				cursor: pointer;
			}