﻿.wm-h2{
	padding-top: 129px;
}

.catebar {
	height: 60px;
	background: #FFFFFF;
	box-shadow: 0 4px 32px 0 rgba(0,0,0,0.04);
}
.catebar .cates {
	float: left;
}
.catebar .cates li {
	float: left;
}
.catebar .cates li a {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #666666;
	letter-spacing: 0;
	line-height: 56px;
	height: 56px;
	border-bottom: 4px solid #fff;
	display: block;
	margin: 0 16px;
}
.catebar .cates li.on a {
	border-bottom: 4px solid #0042B1;
	font-family: PingFangSC-Medium;
	color: #0042B1;
	font-weight: bold;
}

.content {
	background: #F2F5FA;
	padding-bottom: 100px;
}
.content:before {
	content: "";
	display: table;
}
.content .crumb {
	margin-top: 40px;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #999999;
	line-height: 24px;
}
.content .crumb a {
	color: #999999;
}
.content .main {
	width: 780px;
	float: left;
	background: #FFFFFF;
	box-shadow: 0 2px 20px 0 rgba(0,16,50,0.10);
	margin-top: 16px;
	min-height: 450px;
}
.content .main .text {
	padding: 26px 80px 40px 40px;
}
.content .main .text .title {
	font-family: PingFangSC-Medium;
	font-size: 24px;
	color: #000000;
	line-height: 36px;
}
.content .main .text .tags {
	font-family: PingFangSC-Medium;
	font-size: 14px;
	color: #0042B1;
	line-height: 22px;
	margin-top: 7px;
}
.content .main .text .tags a {
	color: #0042B1;
	margin-right: 16px;
}
.content .main .text .date {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	margin-top: 6px;
}
.content .main .text .body {
	margin-top: 13px;
}
.content .main .text .body p {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	margin-bottom: 24px;
}

.content .sidebar {
	width: 300px;
	float: right;
	background: #FFFFFF;
	box-shadow: 0 2px 20px 0 rgba(0,16,50,0.10);
	margin-top: 16px;
	min-height: 220px;
	border-top: 12px solid #0042B1;
	padding: 28px 40px 40px;
}

.content .sidebar h3 {
	font-family: PingFangSC-Medium;
	font-size: 24px;
	color: #000000;
	letter-spacing: 0;
	line-height: 36px;
}
.content .sidebar .list {
	margin-top: 16px;
}
.content .sidebar .item {
	margin-top: 15px;
}
.content .sidebar .item p {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
}
.content .sidebar .item span {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #999999;
	line-height: 22px;
}