/* CSS Document */
.card {

	padding: 1rem;
}
#main {
	display: flex;
	justify-content: space-around;
}

.text-right {
	text-align: right;
}
/*侧边二级导航*/
.sidebar {
	width: 20%;
	height: 100%;
}

.sidebar .head{
	display: flex;
	padding-left:15%;
}

.sidebar .head h2 {
	line-height: 2;
	font-size:29px;
	font-weight: bold;
}

.sidebar .head img {
	height: 100%;
	margin: auto 10px auto 0;
	vertical-align: center;
}

.sidebar .menu-root {
	width: 100%;
	padding-left: 0;
	list-style: none;
}
.menu-root li{
	width: 100%;

}
.sidebar-item {
	width: 250px;
}
.sidebar-link {
	width: 100%;
	color: black;
}

.sidebar-link:hover {
	color: black;
}

.sidebar-link h3 {
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 200%;
}

.sidebar-foot, .sidebar-foot:hover {
	font-weight: bold;
	color: black;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
}


/* 栏目列表*/
.H-item{

}
.col_menu_con {
	width:100%;
}
.col_list{
	width:100%;
}
/*文章列表*/
.col_news{
	width:70%;
	height:100%;
	background-color:#FFFFFF;
	padding: 1rem;
}
/*栏目名称*/
.lanmuH2{
	line-height: 2;
	font-size:29px;
	font-weight: bold;
}
.path_name{
float:right;
}
/*footer*/
#footer li p {
color:#FFFFFF;
}

