.article-wrap {
	background-color: #f6f6f5;
	padding: 16px 0;
	min-height: calc(100vh - 120px - 57px - 236px);
}
.article-wrap .container {
	background-color: #fff;
}
.side {
	height: 100%;
	background: url("../img/jrzc/zczd_14.png") no-repeat center bottom/100%;
}
.side .side-title {
	color: #3558a1;
	border-bottom: 1px solid #e5e5e5;
	font-weight: 700;
	background-color: #fff;
}
.side .side-content {
	/* border: 1px solid #e5e5e5; */
	background-color: #fff;
}
.side .side-content ul {
	margin-bottom: 0;
}
.side .side-content ul li {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
	padding-left: 2.5rem !important;
	font-size: 14px;
}
.side .side-content ul li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background: url("../img/jrzc/zczd_11.png") no-repeat center/100%;
}
.side .side-content ul li.active {
	background: #3558a1;
	color: #fff;
}
.side .side-content ul li.active::before {
	background: url("../img/jrzc/zczd_07-08.png") no-repeat center/100%;
}
.artlist .newblock {
	/* background-color: #fff; */
	border-radius: 0px;
	transition: all 0.5s;
	border-bottom: 1px solid #e5e5e5;
}
.artlist .newblock:hover {
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.artlist .newblock:last-child {
	margin-bottom: 0 !important;
}

.artlist .newblock a {
	text-decoration: none;
	color: inherit;
}
.artlist .newblock p {
	padding-top: 4px;
	color: #666;
	font-size: 14px;
}
.artlist .newblock .top {
	color: #3558a1;
}
.artlist .newblock .info {
	font-size: 12px;
	color: #999;
	border-bottom: 1px dashed #e5e5e5;
}

.collect,
.collected {
	height: 26px;
	width: 88px;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 20px;
	z-index: 5;
}
.collect dt,
.collected dt {
	height: 26px;
	width: 26px;
	display: inline-block;
	float: left;
	margin-right: 10px;
	background-image: url("../img/jrzc/icon_collect2.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.collect dd,
.collected dd {
	font-size: 16px;
	line-height: 26px;
	color: #2989e1;
	text-decoration: none;
	float: left;
	box-sizing: border-box;
	text-align: left;
	font-weight: bold;
}
.collected dt,
.collect:hover dt {
	background-image: url("../img/jrzc/icon_collect3.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.collected dd,
.collect:hover dd {
	color: #ff8400;
}
