@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #333;
	background-color: #E4E1E1;
}

a,
a:hover {
	text-decoration: none;
	color: #333;
}

ul,
li {
	list-style: none;
}

svg {
	fill: currentColor;
}

.mt-tabpage {
	width: 1180px;
	margin: 30px 0;
}

.mt-tabpage-title {
	height: 44px;width:1180px;position:relative;
	font-size: 0;
	margin: auto;
	border-bottom: 1px solid #f1f1f1;
	display: flex;
}

.mt-tabpage-title .mt-tabpage-item {
	/display: inline-block;/flex: 1;
	padding: 0 20px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #666;
	font-size: 14px;display:block;float:left;
}
.mt-tabpage-title .mt-tabpage-item:last-child{padding-right:0 }
.mt-tabpage-title a:last-child{padding-right:0!important ;float:right;position:absolute;right:0}
.mt-tabpage-title .mt-tabpage-item:hover {
	color: #2aaad5;
}

.mt-tabpage-title .mt-tabpage-item-cur {
	color: #fff;
	font-size: 14px;
	background: #2aaad5;
	border-bottom: 1px solid #2aaad5;
}

.mt-tabpage-count {
	position: relative;
	width: 1180px;
	height: 800px;
	overflow: hidden;
}

.mt-tabpage-cont__wrap {
	position: absolute;
}

.mt-tabpage-count .mt-tabpage-item {
	width: 1180px;
	height: 200px;
	margin-right: 0 !important;
}
.hg60 {
	height: auto;
}
.tagdiv {
	display: inline-block;
}
.tag {
	display: block;
	float: left;
	margin: 0 10px
}
.tag:hover {
	color: aqua !important;
}