﻿@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: 1086px;
	margin: 30px auto;
	box-shadow: 0 0 5px #999;
	background-color: #FFFFFF;
}
.mt-tabpage-title {
    padding-left: 0px;
	height: 600px;
	font-size: 0;
	background-color: #fff;
	width: 10%;
	margin: auto;
	background: #fff;
	
}
.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 105px;
	height: 44px;
	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: #3f94eb;
	font-size: 14px;
	border-right: 3px solid #3f94eb;
}
.mt-tabpage-count {
	position: relative;
	width: 970px;
	height: 650px;
	overflow: hidden;
	float: right;
	background-color: #fff;
}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	width: 970px;
	height: 600px;
	line-height: 30px;
	text-align: center;
}
.aaa{margin-top: 20px !important; width:314px !important; }
.aaa1{margin-top: 20px !important; width:314px !important; }
.aaa2{margin-top: 20px !important; width:960px !important; }

