*{
	margin:0;
	padding:0;
	list-style:none;
}
body{
	background-color: #ebebeb;
}
.flex{
	display: flex;
	align-items: center;
}
.flex-float{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex-column{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.inner{
	width: 980px;
	margin: 0 auto;
}
.body-title{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
a,a:hover {
	text-decoration:none;
}
.header{
	padding: 0 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	background-color: #fff;
}
.navigation-list {
	background:url(images/main_bg2.gif);
	width:100%;
	height:36px;
	font-weight:bold;
	display: flex;
	justify-content: flex-end;
}

.navigation-list-uls {
	width: 755px;
	height:100%;
	display:flex;
	align-items:center;
}

.navigation-list-li {
	flex-grow:1;
	flex-shrink:0;
	position:relative;
}

.navigation-list-li .navigation-list-a {
	color:#fff;
	width:100%;
	height:36px;
	line-height:36px;
	text-align:center;
	display:inline-block;
	box-sizing:border-box;
}

.navigation-list-li .navigation-list-as:hover {
	background-color:#9c0000;
	color:#fff;
}

.navigation-list-li .navigation-list-as {
	color:#000;
	width:100%;
	height:36px;
	line-height:36px;
	text-align:center;
	display:inline-block;
	box-sizing:border-box;
	padding:0 10px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}

.navigation-list-on {
	min-width:108px;
	position:absolute;
	top:36px;
	left:0px;
	opacity:0;
	background-image:linear-gradient(#fbfbfb,#e1dfe0);
	z-index:999;
	transform:translateY(30px);
	transition:all 0.2s ease-in-out;
	pointer-events:none;
	font-size:14px;
}

.navigation-list-li:hover .navigation-list-on {
	transform:translateY(0);
	pointer-events:all;
	opacity:1;
}
#nav_content{
	padding: 0 10px 10px;
	box-sizing: border-box;
	background-color: #fff;
}
.nav_header{
	border-bottom: 1px solid #e3e3e3;
}
.nav-header-title{
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #9a0000;
	font-size: 25px;
	color: #fde3a8;
}
.location{
	color: #3d2f26;
	font-weight: bold;
}
.location span a{
	font-weight: 500;
	color: #333333;
}
.location span a:hover{
	color: #750A20;
}
.nav-right-list{
	width: 100%;
}
.news-li{
	width: 100%;
	height: 50px;
	padding: 20px 0;
	border-bottom: 1px solid #e3e3e3;
}
.news-date{
	width: 80px;
	height: 50px;
	background-color: #ebebeb;
	color: #8f0111;
	font-size: 12px;
	margin-right: 20px;
}
.news-date div:first-child{
	font-size: 16px;
	font-weight: bold;
}
.news-li-title{
	align-items: flex-start;
}
.news_text a{
	color: #363636;
}
.news_title a{
	margin-top: 5px;
	color: #aaaaaa;
}