@import url("../../../common/css/init.css");


.tab_body>div {
	display: none;
}

.selected {
	margin-top: 1rem;
	display: block !important;
}

.tab_body {
	width: 75%;
	margin: 0 auto;
	/*margin-top: 40px;*/
}

.selected ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: .625rem;

}


.selected ul li:hover img {
	/*-webkit-transform: scale(1.3);*/
	/*-moz-transform: scale(1.3);*/
	/*-ms-transform: scale(1.3);*/
	/*-o-transform: scale(1.3);*/
	/*transform: scale(1.3);*/
	/*z-index: 99;*/
}

.selected ul li:hover .zz {
	display: none;
}

.selected ul li:hover .zz2 {
	/*display: block;*/
	/*z-index: 100;*/
	/*transform: scale(1.3);*/
	display: inline-block;
	background: rgba(0, 0, 0, 0.6);

}

.selected ul li h6{
	color: #FFFFFF;
	position: absolute;
	align-self: center;
	top: 62%;
	left: 0;
	right: 0;
	z-index: 101;
	/*display: none;*/
	font-size: .25rem;
	opacity: 0;
	transition: all 0.5s;
	padding: 0 15px;
	line-height: 30px;
}

.selected ul li .wh-img{
	height: 380px;
	width: 100%;
}

.selected ul li .c-text-box {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 30%;
	/*padding: 30px;*/
	text-align: center;
	/*-webkit-transform: translateY(-0.5rem);*/
	/*transform: translateY(-0.5rem);*/
	transition: all 0.5s;
}

.selected ul li:hover .c-text-box {
	/*-webkit-transform: translateY(-50%);*/
	/*transform: translateY(-50%);*/
	top: 30%;
}

.selected ul li:hover .c-text-box h6 {
	opacity: 1;
}

.selected ul li:hover h6{
	/*display: inline-block;*/
}

.selected ul li:hover h2{
	/*display: none;*/
}

.selected ul li {
	margin-right: 20px;
	width: calc((100% - 1.25rem) / 3);
	/*margin-top: 1.25rem;*/
	margin-bottom: .1875rem;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	cursor: pointer
}

.selected ul li .zz2 {
	/*display: block;*/
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s;
}

.selected ul li h2 {
	color: #FFFFFF;
	position: absolute;
	align-self: center;
	display: inline-block;
	left: 0;
	right: 0;
	z-index: 101;
	font-size: .45rem;
}


.selected ul li img {
	width: 100%;
	height: 100%;
}

/*.selected ul li:nth-of-type(4n+0) {*/
/*	margin-right: 0;*/
/*}*/
.selected_table{
	display: inline-block;

}


.selected h2 {
	display: inline-block;
	color: #ab0017;
}

.selected_table hr{
	width: 50%;
	height: 2px;
	background:#ab0017 ;

}

.news-title {
	font-size: 0.475rem;
	color: #b21e23;
	font-weight: bold;
	position: relative;
	padding-bottom: 0.25rem;
	text-decoration: underline;
	text-underline-offset: 0.4em;
	text-decoration-thickness: 0.12em;
}

.news-title::after {
	content: "";
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0.9625rem;
	height: 0.0625rem;
	background-color: #b21e23;
}