@charset "utf-8";
* {
	padding: 0;
	margin: 0
}
.test_block {
	
}
.test_block_pc li {
	width: 180px;
	height: 180px;
	z-index: 1
}
.aaa{
	text-align: center;
	margin: 0 auto;
	opacity: 1;
	flex-shrink:0;
}
.bbb{
	opacity: 1;
  display: none;
  text-align: center
}
.test_block li .block_test_f {
	z-index: 1;
	display: flex;
	justify-content:center;
	flex-direction:column;
	background-position: center;
	-webkit-transition: all ease .3s;
	transition: all ease .5s;
}
::-webkit-scrollbar {
  width: 0;
  height: 5px;
  background-color: transparent;
}
.test_block li .block_test_f_1 {
	background: url("../images/honeycomb.png")/*tpa=http://www.zc-culture.com/images/honeycomb.png*/no-repeat;
	background-size: 100% 100%;
}
.test_block li .block_test_f_2 {
	background: url("../images/honeycomb1.png")/*tpa=http://www.zc-culture.com/images/honeycomb1.png*/no-repeat;
	background-size: 100% 100%;
}
.test_block li .block_test_f_3 {
	background: url("../images/honeycomb2.png")/*tpa=http://www.zc-culture.com/images/honeycomb2.png*/no-repeat;
	background-size: 100% 100%;
}
.test_block li .block_test_f_4 {
	background: url("../images/honeycomb3.png")/*tpa=http://www.zc-culture.com/images/honeycomb3.png*/no-repeat;
	background-size: 100% 100%;
}
.block_test_title{
	font-size:13px;
	font-weight:600;
	transform: scale(0.5);
	display:block;
	opacity: 1;
}
.block_test_content{
	font-size:12px;
	font-weight:400;
	padding: 0 4px;
	transform: scale(0.5);
	/* overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical; */
	margin-top: -10px;
	/* height:75px; */
	overflow:scroll;
	color:rgba(114,118,119,1);
}
.test_block li:hover {
	z-index: 99;
}
.test_block li:hover .block_test_f{
	-webkit-transform: scale(1.05);
	transform: scale(1.70);
	border-radius: 50%
}
.test_block li:hover .aaa{
	display: none
	
}
.test_block li:hover .bbb{
	display: block;
}
.test_block .block_2:hover .block_test_title{
	transform: scale(0.6);
	
}
.test_block .block_2:hover .block_test_content{
	transform: scale(0.6);
}
.test_block .block_3:hover .block_test_title{
	transform: scale(0.7);
	
}
.test_block .block_3:hover .block_test_content{
	transform: scale(0.7);
	margin-top: 0px;
}
.test_block .block_4:hover .block_test_title{
	transform: scale(0.8);
	
}
.test_block .block_4:hover .block_test_content{
	transform: scale(0.8);
	width: 200px;
	margin: 0 auto;
}
/* .test_block li:hover .block_test_title{
	transform: scale(0.5);
}
.test_block li:hover .block_test_content{
	transform: scale(0.5);
} */