
* {
	margin: 0;
	padding: 0;
	outline: none;
	font-family: JhengHeiLight;
	color: #252525;
}

.content1 {
	display: block;
	text-align: center;
	position: relative;
	overflow: hidden;
	background-color: #FFF;
	margin: 10px;
}

.item {
	box-sizing: border-box;
	margin-bottom: 5px;
	padding: 3px;
	
}

.item > a {
	text-decoration: none;
}

.item:hover > a {
	text-decoration: underline;
}

.list_box {
	list-style: none;
	text-align: center;
	list-style-type: none;
	padding: 3px;
	background-color: #FFF;
}


/* showcase */

.block {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	color: transparent;
	text-align: center;
	vertical-align: middle;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: none;
	z-index: 1;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.block::after {
	content: '';
	width: 0;
	height: 100%;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	background-color: transparent;
}

.content {
	display: block;
	text-align: center;
	position: relative;
	height: 150px;
	overflow: hidden;
	background-color: #FFF;
	border: 5px solid #FFF;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.exhibition {
	display: inline-block;
	position: absolute;
	position: inherit;
	width: auto;
	height: 100%;
	vertical-align: middle;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}


.move_title {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	transition: all .6s;
	color: #FFF;
}

.subject {
	display: inline-block;
	width: 40%;
	box-sizing: border-box;
	margin: 4%;
	border-left: 20px solid;
	border-right: 20px solid;
	border-bottom: 20px solid;
	max-width: 290px;
	min-width: 240px;
}

.subject:hover .block {
	background-color: #0E7F83;
	color: #CCC;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 10px;
	text-decoration: none;
}

.subject:hover .content {
	border-radius: 10px;
	transform: translateY(-27%);
}

.subject:hover .title {
	letter-spacing: 2px;
}

.subject:hover .exhibition {
	transform-origin: top;
	transform: scale(1.25, 1.25);
}

.subject:hover .move_title {
	transform: translateX(-100%);
}

.subject:hover .watermark {
	color: #CCC;
}

.title {
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.title2 {
	position: relative;
	background: inherit;
	border: 1px solid #FFF;
	margin-top: 20px;
	margin-bottom: 10px;
}

.title_zh {
	position: relative;
	display: block;
	top: -0.7em;
	font-size: 0.8em;
	z-index: 2;
}

.title_zh > span {
	display: inline-block;
	color: #EEE;
}

.title_en {
	display: block;
	position: relative;
	top: -0.55em;
	text-align: center;
}

.t_type1 {
	display: inline-block;
	font-size: 1.2em;
	vertical-align: middle;
	color: #EEE;
}

.t_type2 {
	display: inline-block;
	font-size: 0.5em;
	vertical-align: middle;
	color: #EEE;
}

.watermark {
	background-color: transparent;
	color: transparent;
	font-weight: bold;
}

/*
上色
*/
.subject {
	border-color: #0E7F83;
}

.subject,
.title_zh > span,
.subject .title {
	background-color: #0E7F83;
}