.content {
	margin-top: 40px;
}
.cell-box {
	width: 100%;
	margin-bottom: 40px;
}
.title-box {
	width: 100%;
	height: 40px;
	background: linear-gradient(90deg,#1644ae, #608df4 99%);
	display: flex;
	align-items: center;
	color: #FFFFFF;
	font-size: 16px;
	padding-left: 20px;
	box-sizing: border-box;
}
.classify-list {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
}
.classify-item {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #E5E5E5;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 0 15px;
	font-size: 14px;
	letter-spacing: 2px;
	color: #000;
}
.classify-list .active {
	color: #1644AE;
}
.classify-item:last-child {
	border-bottom: none;
}
.classify-item:hover {
	color: #000;
	opacity: 1;
}
.classify-list .active:hover {
	color: #43bdd4;
}
.we-info {
	width: 100%;
	height: 240px;
	background: #FFFFFF;
	padding: 20px 20px 0;
	box-sizing: border-box;
}

.header-title {
	font-size: 28px;
	font-weight: 700;
	color: #000000;
	letter-spacing: 7px;
	white-space: nowrap;
}

.header-english {
	font-size: 10px;
	color: #000000;
	white-space: nowrap;
}
.site {
	margin-top: 20px;
}
.site div {
	margin-bottom: 10px;
	font-size: 14px;
}

/* 主体右边 */
/* 面包屑导航 */
.position {
	height: 44px;
	width: 100%;
	background-color: #E5E5E5;
	box-sizing: border-box;
	border-bottom: 4px solid #1644AE;
	display: flex;
	align-items: center;
	padding-left: 20px;
	font-size: 14px;
	letter-spacing: 2px;
	
}
.separator {
	margin: 0 5px;
}
.position a {
	color: #000;
}
/* 面包屑导航结束 */

.article-box {
	width: 100%;
	background: #FFFFFF;
	min-height: 500px;
	box-sizing: border-box;
}
.h1 {
	font-weight: 700;
	letter-spacing: 4px;
	font-size: 32px;
	text-align: center;
	padding-top: 40px;
}

.article-list {
	padding: 20px 55px 0;
	box-sizing: border-box;	
}
.article-item {
	width: 100%;
	display: flex;
	align-items: center;
	height: 50px;
	justify-content: center;
}
.info-box {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	border-bottom: 1px solid #F0F0F0;
	box-sizing: border-box;
	min-width: 0;
}
.article-item .icon-dayuhao {
	font-size: 17px;
	flex-shrink: 0;
}
.title {
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 50px;
}
.time {
	color: #999999;
	font-size: 14px;
	margin-left: 20px;
}

#paging {
	margin: 55px 55px 0;
	padding-bottom: 80px;
}
.layui-laypage {
	margin: 0;
}
.layui-laypage a, .layui-laypage span {
	padding: 0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	margin: 0;
	box-sizing: border-box;
	margin-left: 10px;
}
.layui-laypage-prev, .layui-laypage-next {
	width: initial !important;
	padding: 0 15px !important;
	font-size: 14px !important;
}

.layui-footer {
	margin-top: 140px;
}
/* 文章详情 */
.top-title-box {
	border-bottom: 1px solid #E5E5E5;
	margin: 0 40px;
	padding-bottom: 20px;
}
.h1 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 3px;
}
.inline-box {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #999999;
}
.inline-box span:last-child {
	margin-left: 40px;
}
.layui-text {
	margin: 20px 40px 0;
	line-height: 30px;
	padding-bottom: 80px;
}

.detail-box {
	display: none;
}