@charset "utf-8";
*{margin: 0; padding: 0; }
body {
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #333;
	/*background-color: #E4E1E1;*/
	background: #12c2e9;
	background: linear-gradient(45deg, #E4E1E1, #12c2e9 60%, #fff);
}
a, a:hover { text-decoration: none; color: #333; }
ul, li { list-style: none; }
svg{
	fill: currentColor;
}
.mt-tabpage {
	width: 800px;
	margin: 30px auto;
	box-shadow: 0 0 5px #999;
	background-color: #FFFFFF;
}
.mt-tabpage-title {
	height: 44px;
	font-size: 0;
	background-color: #fff;
	width: 94%;
	margin: auto;
	background: #fff;
	border-bottom: 1px solid #f1f1f1;
}
.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 105px;
	/*height: 44px;*/
	height:auto;
	line-height: 44px;
	text-align: center;
	color: #666;
	font-size: 12px;
}

.mt-tabpage-title .mt-tabpage-item:hover{
	color: #eb4537;
}
.mt-tabpage-title .mt-tabpage-item-cur {
	color: #eb4537;
	font-size: 14px;
	border-bottom: 1px solid #F85B5E;
}
.mt-tabpage-count {
	position: relative;
	width: 800px;
	height: 200px;
	/*height:auto;*/
	overflow: hidden;
}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	width: 800px;
	/*height: 200px;
	line-height: 200px;*/
	height:auto;
	text-align: left;
}

.mt-tabpage-count .mt-tabpage-item p{ font-size:14px; color:#666; line-height:32px; height:auto; overflow:hidden; margin:15px;}

a:link { color: #002c99; text-decoration: none }
a:visited { color: #002c99; text-decoration: none }
a:hover { color: #cc0066; background-color: #f5f5f5; text-decoration: underline }
a.vip:link {color: #FF0000;} /* 未访问的链接 */
a.vip:visited {color: #FF0000;} /* 已访问的链接 */
a.vip:hover{color: #0000FF;} /* 鼠标在链接上 */ 