body{
	padding-top: 135px;
}
.case{
	min-height: 600px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.ca_center{
	width: 1300px;
	height: 100%;
}
.ca_c_title{
	display: block;
	width: 96px;
	margin: 50px auto 50px;
	/*text-align: center;*/
	font-size: 24px;
	font-weight: 900;
	/*margin-top: 50px;*/
	position: relative;
	z-index: 10;
	color: #333333;
}
.ca_c_title::before{
	position: absolute;
	content: "SUCCESS";
	font-weight: 900;
	font-size: 72px;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	top: 50%;
	color: #e7e7e7;
	z-index: -1;
}
.ca_c_title::after{
	position: absolute;
	content: "";
	height: 2px;
	width: 24px;
	left: 0px;
	bottom: -2px;
	background-color: #ff0000;
}
.ca_c_list{
	margin-top: 20px;
	width: 100%;
	height: auto;
	/*background-color: #aaa;*/
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	padding-bottom: 60px;
}
.ca_c_l_detail_box{
	margin-right: 21px;
	text-decoration: none;
	margin-bottom: 40px;
	/*display: block;*/
	flex-wrap: wrap;
	display: flex;
	width: 419px;
	min-height: 280px;
	/*background-color: #fff;*/
}
.ca_c_l_detail_box:nth-child(3n){
	margin-right: 0px;
}
.ca_c_l_detail_box:hover .ca_c_l_d_text{
	color: #ffffff;
	background-color: #ff0000;
}
.ca_c_l_detail_box:hover .ca_c_l_d_date{
	color: #ffffff;
	/*background-color: #ff0000;*/
}
.ca_c_l_detail_box:hover .ca_c_l_d_title {
	color: #ffffff;
	/*background-color: #ff0000;*/
}
.ca_c_l_d_img_box{
	font-size: 0;
	width: 100%;
	height: 600px;
	/*overflow: hidden;*/
	box-sizing: border-box;
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #3c3940;
}
.ca_c_l_d_img_box img{
	/*height: 100%;*/
	width: 100%;
}
.ca_c_l_d_text{
	transition: 300ms;
	background-color: #3c3940;
	height: 70px;
	width: 100%;
}
.ca_c_l_d_title{
	transition: 300ms;
	width: 100%;
	font-size: 16px;
	font-weight: 900;
	color: #ffffff;
	text-align: center;
	margin-top: 15px;
}
.ca_c_l_d_date{
	transition: 300ms;
	font-size: 12px;
	margin-top: 5px;
	color: #CCCCCC;
	text-align: center;
}