.card {

	padding: 1rem;
}


#main {
	display: flex;
	justify-content: space-around;
}

.text-right {
	text-align: right;
}
/*侧边二级导航*/
.sidebar {
	width: 23.333%;
	width: 280px;
	height: 100%;
}

.sidebar .head{
	display: flex;
	
}

.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;
}

/*^^^侧边二级导航^^^*/

/*文章样式*/
.article {
	width:100%;
	text-align: center;
	padding: 35px 100px;
}
.article-head h3{
	line-height: 200%;
	font-size: 30px;
	font-weight: bold;
}

.article  p{
	text-align: left;
	text-indent: 32px;
	font-size: 16px;
	line-height: 2;
}

.article footer {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
/*^^^文章样式^^^*/

/* 曾德杭新加*/
/* 栏目列表*/
.col_menu_con {
	width:100%;
}
.col_list{
	width:100%;
}
/*文章样式*/
.mianban4{
	width:90%;
}

/*footer*/
#footer li p {
color:#FFFFFF;
}