


/*PC端内容区 左侧导航*/
.con-left-navs{
	width: 25%;
	height: 450px;
}
.con-left-nav{
	display: block;
	width: 100%;
	height: 90px;
	border-bottom: solid 1px #ccc;
	padding-left: 25px;
	padding-top: 25px;
	text-decoration: none;
	background: #f0f0f0;
}
.con-left-nav p{
	color: #666;
	font-size: 16px;
}
.con-left-nav em{
	color: #999;
	font-size: 11px;
	font-style: normal;
}
.con-left-nav:hover{
	opacity: .7;
	text-decoration: none;
}
.navCurr{
	background: #edc386;
	border: none;
}
.navCurr p, .navCurr em{
	color: #86560f;
}
.nav-end{
	border: 0;
	border-radius: 0 0 14px 0;
}






/*移动端内容区 导航（此导航为PC端内容区左侧导航响应式后状态）*/
.con-mb-top-navs{
	width: 100%;
	border-bottom: solid 1px #ccc;
}
.mb-top-navs{
	height: 50px;
	background: #f5f5f5;
}

.mb-top-navs-nav{
	text-align: center;
	width: 25%;
	font-weight: bold;
	border-right: solid 1px #b3b3b3;
	color: #666;
    font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 20px;

	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.mb-top-navs-nav img{
	position: absolute;
	width: 37px;
	bottom: 0;
	left: 50%;
	margin-left: -18px;
	margin-bottom: -1px;
}
.mb-top-navs-navCurr{
	color: #86560f;
}

.nav-b-bar{
	position: absolute;
	width: 80%;
	height: 2px;
	left: 10%;
	bottom: -15px;
	background-color: #86560f;
}
.border-t{
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: -1px;
}

/*翻页导航*/
.pagination{
	margin: 0;
}
.pagination li a{
	color: #666;
	cursor: pointer;
}
.pagination li a:hover{
	color: #dfb578;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #c39769;
    border-color: #c39769;
}




/*报道、新闻条目*/
.news-lists{
	padding: 0;
	margin: 0;
    list-style: none;
}
.news-lists li{
	line-height: 50px;
	border-color: #d9d9d9;
}
.news-lists li > a{
	display: block;
	line-height: 50px;
}
.news-lists li > a > p{
	width: 80%;
}
.news-lists li > a > em{
	line-height: 50px;
	margin-left: 8px;
}
.news-lists li > a:hover > p, .news-lists li > a:hover > span{
	text-decoration: underline;
}