@charset "utf-8";
.ygfcbox{ width:950px; margin-top:13px;}
svg{
	fill: currentColor;
}
.mt-tabpage {
	width: 950px;
	margin: 0px auto;
}
.mt-tabpage-title {
	height: 50px;
	font-size: 0;
	width: 95%;
	margin-left:20px;
	border-bottom:1px solid #F7F7F7;
}
.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #666;
	font-size: 18px;
	
}
.mt-tabpage-title .mt-tabpage-item:hover{
	color: #2270dc;
}
.mt-tabpage-title .mt-tabpage-item-cur {
	color: #2270dc;
	font-size: 18px;
	background:#f7f7f7;
	border-radius:8px 8px 0  0;
	border-top:1px solid #e7e7e7;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	}
.mt-tabpage-count {
	position: relative;
	width: 940px;
	height: 1080px;
	overflow: hidden;
}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	width: 940px;
	height: 1080px;
	text-align:left;
}

.ygfclist{ overflow:hidden;}
.ygfclist ul { padding-left:10px; padding-top:10px;}
.ygfclist ul li{float:left; padding:10px 10px 0 10px; overflow:hidden; font-size:16px; width:210px;}
.ygfclist ul li p{ text-align:center; line-height:36px; display:inline-block; width:210px;}
.ygfclist ul li p.width{ height:130px; width:210px; overflow:hidden;}
.ygfclist ul li img{ width:210px; height:130px; overflow:hidden; transition: all 0.5s;  -moz-transition: all 0.5s; /* Firefox 4 */  -webkit-transition: all 0.5s; /* Safari 和 Chrome */  -o-transition: all 0.5s; /* Opera */}
.ygfclist ul li:hover img{transform: scale(1.1);-ms-transform: scale(1.1);  /* IE 9 */  -moz-transform: scale(1.1);  /* Firefox */  -webkit-transform: scale(1.1); /* Safari 和 Chrome */ 　-o-transform: scale(1.1);}
