.bg{
	min-height: 295px;
	overflow: hidden;
}
a{
	color: black;
	font-size: 15px;
}
a:hover{
	color: rgb(27,87,150);
}
.navList{
	width: 250px;
	display: inline-block;
	margin-top: 25px;
}
.titleList{
	text-align: center;
	color: rgb(27,87,150);
	padding: 10px 0;
	line-height: 1.4;
	border-top: 2px solid #e7e7e7;
	border-bottom: 2px solid #e7e7e7;
	background-color: #F9F9F9;
	font-weight: 600;
	font-size: 16px;
}
.navList li{
	display: block;
	border-bottom: 1px solid #e9e9e9;
	padding: 9px 38px;
}
.navList li a{
	text-align: left;
}
.arrowDiv{
	display: inline-block;
	height: 30px;
	float: left;
	margin-right: 10px;
}

.arrow-right {
	display: inline-block;
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #5D5D5D;
    font-size: 0px;
    line-height: 0px;
}
.active>a{
	color: rgb(27,87,150);
}
.active .arrow-right{
	border-left: 9px solid rgb(27,87,150);
}
.showLists,.showArticle{
	margin-top: 25px;
	width: 900px;
	float: right;
	border-left: 1px solid #e7e7e7;
	padding-left: 28px;
	margin-bottom: 20px;
}
.breadNav{
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}
.article_lists{
	min-height: 400px;
}
.article_lists li {
	padding-left: 5px;
}
.article_lists li a{
	width:720px;
}
/*分页导航*/
.page{
	text-align:center;
	margin-top: 40px;
}
.page .pageBox{
	margin-left: 5px;
}

/*文章详细页*/
.showArticle{
	width: 910px;
	border: 1px solid #e7e7e7;
	border-top: 8px solid rgb(27,87,150);
	padding: 0;
	margin-bottom: 20px;
}
.article_bread{
	padding:5px 10px 5px 28px;
	border-bottom: 2px dashed #BCBCBC;
}
.article_title{
	text-align: center;
	font-weight: bolder;
	margin-top: 30px;
	color: rgb(27,87,150);
	padding: 0 28px;
}
.article_about{
	margin:20px 0 10px 0;
	text-align: center;
	font-size: 13px;
}
.article_about .publish_time{
	display: inline-block; 
	margin-right: 40px;
}
.article_body{
	padding: 28px;
	min-height: 200px;
}
.return{
	float:right;
	margin-right:10px;
}
.navList li {
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 0px;
}
.article_lists li a {
    width: auto;
}