﻿body {
font-size:14px;
color: #000;

}

* a {
color: #000;
font-family:"宋体", "新宋体";

}
img:hover {

}
* a:hover {
color:#ff0000;
text-decoration:none;
}
/* 通用新闻列表 */
.newlist12 ul li {
	line-height:24px;

	text-indent:14px;
}
.newlist14 ul li {
	line-height:30px;

	text-indent:14px;
	font-size:14px;
}
.newlist12-date ul li {
	line-height:24px;
	vertical-align:bottom;
}
.newlist14-date ul li {
	line-height:30px;
	vertical-align:bottom;
}
.newlist12-date ul li a,.newlist14-date ul li a {
	float:left;
}
.newlist12-date ul li span,.newlist14-date ul li span {
	float:right;
}
.newlist12-date ul li a {

	text-indent:14px;	
}
.newlist14-date ul li a {

	text-indent:14px;		
	font-size:14px;
}
.newlist14-date ul li span {
font-size:12px;
color:#ddd;	
}

/*  nav */
		#nav2022 a{ color:#fff;  }
		#nav2022 .nLi{ float:left;  position:relative; display:inline;width:170px;  }
		#nav2022 .nLi h3{ float:left; }
		#nav2022 .nLi h3 a{ display:block;width:170px;text-align:center; font-size: 22px; line-height:60px; }
		#nav2022 .sub{ display:none; width:auto; left:0; top:60px; width:220px; position:absolute; background:#4E4E4E; height:80px;background-color: rgba(38,38,38,.85); overflow:hidden; }
		#nav2022 .sub li{ zoom:1;box-sizing: border-box;
	display: flex;
	
	width: 30px;
	height: 100%;
	padding: 0 10px;
	font-size: 18px;
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	color: #fff; float:left;
		display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	
	margin-left:15px;
	}
		#nav2022 .sub a{ display:block; padding:0 10px; }
		#nav2022 .sub a:hover{ background:#f00; color:#fff;  }
		#nav2022 .on h3 a{ background:#23a8e3; color:#fff;   }
			#nav2022  .on  span{
			display: inline-block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: #F2F0F1;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto	
			}
		
		
		
