.case{
	line-height: 1;
	margin-top: 100px;
	text-align: center;
}
.case .title{
	font-size: 28px;
	color: #030303;
	margin-bottom: 50px;
}
.case .content{
	width: 1200px;
	margin: 0 auto;
}
.case .content li{
	display: inline-block;
	width: 380px;
	height: 294px;
	padding: 37px 30px 0;
	box-sizing: border-box;
	vertical-align: top;
	border-radius: 5px;
	margin-bottom: 30px;
}
.case .text-title{
	font-size: 24px;
	color: #333333;
	margin-bottom: 19px;
}
.case .text-description{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	display: -webkit-box;
	overflow: hidden;	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	text-overflow: hidden;
}
.case .star{
	text-align: left;
	padding-left: 1.5px;
	margin-top: 21px;
	padding-bottom: 23px;
	border-bottom: 1px solid #fce0ba;
	display: none;
}
.case .star img{
	margin: 0 1.5px;
}
.case li:hover .star{
	display: block;
}
.case li:hover{
	 box-shadow: 0px 6px 21.84px 4.16px rgba(200, 200, 200, 0.2);
}
.case li:nth-child(3n-1){
	margin: 0 25px 30px;
}
.partners{
	margin-top: 47px;
}
@media screen and (max-width: 780px) {
	.case{
		margin-top: 40px;
	}
	/* .hot-issue .title{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.hot-issue .content{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	} */
	.case .content ul{
		overflow: hidden;
	}
	/* .hot-issue li .text-title{
		font-size: 18px;
		line-height: 1.4;
	}
	.hot-issue li .text-title:before{
		top: 0;
		transform: translateY(0);
		left: -10px;
	}
	.hot-issue li{
		padding-left: 10px;
	}
	.hot-issue li .text-description{
		font-size: 16px;
	}
	.hot-issue{
		margin-bottom: 30px;
	} */
	.case .title{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.case .content{
		width: 100%;
	}
	.case .content li{
		width: 50%;
		float: left;
		height: auto;
		padding: 10px;
		margin-bottom: 20px;
	}
	.case li:nth-child(3n-1){
		margin-left: 0;
		margin-right: auto;
	}
	.case .text-title{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.case .text-description{
		font-size: 14px;
	}
}