@charset "utf-8";


.footer{
	border-top: 1px solid #e9e9e9;
}
.container{
	padding: 20px 0 50px 0;
}

.location{
	font-size: 14px;
	background: url(../img/home.png) no-repeat 0 center / 14px auto;
	padding-left: 25px;
}

.page-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin-top: 20px;
}

/*  sidebar  */
.page-sidebar{
	width: 240px;
	background: #f5f5f5;
}
.page-sidebar h2{
	background: #0079CE;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	padding: 10px 0;
	text-align: center;
}
.page-sidebar .nav{
	padding: 0 40px;
}
.page-sidebar .nav > li{
	clear: both;
	padding: 0 20px;
}
.page-sidebar .nav > li + li{
	border-top: 1px solid #e9e9e9;
}
.page-sidebar .nav > li > a{
	font-size: 14px;
	padding: 9px 0;
	display: block;
}
.page-sidebar .nav > li.on > a,
.page-sidebar .nav > li ul li.on a{
	color: #0079CE;
	font-weight: 900;
}

.page-sidebar .nav > li ul{
	padding: 0 0 8px 20px;
}
.page-sidebar .nav > li ul li{
	clear: both;
	position: relative;
	padding-left: 10px;
}
.page-sidebar .nav > li ul li:before{
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 2px;
	height: 2px;
	background: #999;
}
.page-sidebar .nav > li ul li a{
	display: block;
	padding: 1px 0;
}


/*  contents  */
.page-contents{
	width: 810px;
	background: #f5f5f5;
	padding: 50px;
}
.news-list li{
	clear: both;
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	position: relative;
	padding-left: 12px;
}
.news-list li:before{
	content: "";
	width: 3px;
	height: 3px;
	background: #999;
	position: absolute;
	top: 15px;
	left: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.news-list li a{
	display: block;
	width: 80%;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-list li span{
	position: absolute;
	top: 0;
	right: 0;
	color: #999;
}


/*  imglist  */
.imglist{
	width: 830px;
	margin: -20px 0 0 -20px;
}
.imglist li{
	float: left;
	overflow: hidden;
	width: 256.6666px;
	margin: 20px 0 0 20px;
}
.imglist li img{
	display: block;
	width: 100%;
	height: 200px;
}
.imglist li p{
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 90%;
	margin: 6px auto 0 auto;
}
	

/*  新闻详情页  */
.article .title{
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #e9e9e9;
}
.article .title h1{
	font-size: 30px;
	font-weight: 900;
}
.article .title p{
	margin-top: 25px;
	font-size: 14px;
	color: #999;
}
.article .title p span{
	display: inline-block;
	margin: 0 20px;
}
.article .content{
	margin-top: 20px;
}



