@charset "utf-8";
ul, li { list-style: none; }
svg{
	fill: currentColor;
}
.mt-tabpage {
	width: 100%;
	margin: 0px auto;
	box-shadow: 0 0 5px #999;
	background-color: #FFFFFF;
		height:100%;

}
.mt-tabpage-title {
	height: 44px;
	background-color: #fff;
	width: 94%;
	margin: auto;
	background: #fff;
	border-bottom: 1px solid #f1f1f1;
}
.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 85px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #666;
	font-size:14px;
	font-weight: bolder;
}
.mt-tabpage-title .mt-tabpage-item:hover{
	color: #159901;
		font-size:14px;
	font-weight: bolder;

}
.mt-tabpage-title .mt-tabpage-item-cur {
	color: #eb4537;
		font-size:14px;
	font-weight: bolder;
	border-bottom: 3px solid #ffcc01;
}
.mt-tabpage-count {
	position: relative;
	width: 800px;
	height: 380px;
	overflow: hidden;
		margin-top:30px;

}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	width: 100%;
	height: 380px;
	text-align: center;
}

/*新闻
/* xinwen */
.xinwenlist .more{text-align:center;float:left;}
.xinwenlist .more a{margin:0px 40px; color:#159901;}

.xinwenlist{text-align:left; backgrou nd:#f2f2f2; display:block;width:100%;}

.xinwenlist ul{width:95%;text-align:left;float:left}
.xinwenlist li{float:left;width:100%;height:100px;overflow:hidden;margin-right:20px;margin-left:20px;}

.xinwenlist li .text{float:left;margin:0px 0px 0px 20px;width:440px;}
.xinwenlist li .text span{ height:26px;font-size:16px; color:#333;font-weight: bold;}
.xinwenlist li .text p{ color:#aaa; font-size:12px;margin-top:10px;}
.xinwenlist li a:hover .text h3{color:#4874e7;}


/* xinwen 结束*/
