@charset "UTF-8";

.case-content-section {
	display: none;
}

.case-content-section.current {
	display: block;
}

.case-content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 0;
}

.case-content ul a {
	display: block;
	text-decoration: none;
}

.case-content ul a picture {
	display: block;
	position: relative;
	padding-bottom: 66.8%;
	background-color: #f2f2f2;
    border: 1px solid #e5e5e5;
}

.case-content ul a picture .tips {
	position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    padding: 5px 8px;
    background-color: #ea111c;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.case-content ul a picture img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border: 0;
}

.case-content ul a .summary {
	padding: 12px 0 40px 0;
    background-color: #fff;
}

.case-content ul a .summary h2 {
	font-size: .16rem;
	font-weight: bold;
	margin: 0 0 8px 0;
	color: #333;
}

.case-content ul a .summary p {
	font-size: .12rem;
	margin: 0 0 2px 0;
	color: rgba(0, 0, 0, .5);
}