﻿#inside-content{
	background-color: #fff;
	padding: 60px 65px 30px;
}
.article-block{
	margin-bottom: 30px;
}
.article-block-header{
	height: 34px;
	margin-bottom: 40px;
	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: 256px;
	font-size: 32px;
	height: 34px;
	line-height: 34px;
	color: #414141;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -128px;
	z-index: 1;
	text-align: center;
	background-color: #fff;
}
.article-block-list>.list-li{
	width: 250px;
	height: 58px;
	background-color: #ffeded;
	margin-right: 23px;
	margin-bottom: 30px;
}
.article-block-list>.list-li>a{
	line-height: 58px;
	text-align: center;
	display: block;
	font-size: 18px;
	color: #4f4f4f;
}
.article-block-list>.list-li>a.chaochu{
	padding-top: 3px;
	line-height: 24px;
}