﻿.article-block{
	margin: 0 14px 30px;
}
.article-block-header{
	height: 35px;
	margin-bottom: 34px;
	position: relative;
}
.article-block-header>.dotted-line{
	width: 100%;
	height: 1px;
	border-top: 1px dotted #d2d2d2;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.5px;
}
.article-block-header>.title{
	width: 192px;
	font-size: 26px;
	color: #414141;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -96px;
	z-index: 1;
	text-align: center;
	background-color: #fff;
}
.article-block-list>.list-li{
	width: 250px;
	height: 58px;
	background-color: #ecf5ff;
	margin-bottom: 29px;
	margin: 0 9px 29px;
}
.article-block-list>.list-li:hover{
	background-color: #e1f0ff;
}
.article-block-list>.list-li>a{
	line-height: 58px;
	text-align: center;
	display: block;
	font-size: 18px;
	color: #4f4f4f;
}