/* 简约模版详情页 news_lawyer.html */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font: 14px/1.8 "PingFang SC", "Microsoft YaHei", sans-serif;
	color: #333;
	background: #f5f5f5;
	-webkit-user-select: none;
	user-select: none;
}

a {
	color: #1a3a6b;
	text-decoration: none;
}

img {
	max-width: 100%;
	vertical-align: middle;
	-webkit-user-drag: none;
}

.box {
	max-width: 1100px;
	margin: 0 auto;
	padding: 15px;
	overflow: hidden;
}

.main {
	float: left;
	width: 68%;
	background: #fff;
	padding: 20px;
}

.side {
	float: right;
	width: 30%;
}

.main h1,
.title h1 {
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 8px;
}

.time {
	color: #999;
	font-size: 13px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.news_content {
	font-size: 15px;
	line-height: 2;
	color: #333;
}

.news_content p {
	margin: 0 0 1em;
	text-indent: 2em;
}

.news_content h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 1.2em 0 0.6em;
	text-indent: 0;
	color: #000;
}

.news_content h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 1em 0 0.5em;
	text-indent: 0;
	color: #000;
}

.news_content strong {
	font-weight: bold;
}

.news_content hr {
	margin: 1.5em 0;
	border: 0;
	border-top: 1px solid #eee;
}

.news_content ul,
.news_content ol {
	margin: 0 0 1em 2em;
}

.news_content li {
	margin-bottom: 0.5em;
}

.tip {
	margin: 20px 0;
	padding: 12px 15px;
	background: #444;
	color: #ccc;
	font-size: 13px;
	line-height: 1.8;
}

.tip p:first-child {
	color: #f44;
	margin-bottom: 8px;
}

.tip a {
	color: #ccc;
	word-break: break-all;
}

.side h3 {
	font-size: 16px;
	margin: 0 0 10px;
	padding-bottom: 8px;
	border-bottom: 2px solid #1a3a6b;
	color: #1a3a6b;
}

.side ul {
	list-style: none;
	background: #fff;
	padding: 10px 15px;
	margin-bottom: 15px;
}

.side li {
	padding: 8px 0;
	border-bottom: 1px dotted #eee;
}

.side li:last-child {
	border-bottom: 0;
}

.side li a {
	color: #333;
	font-size: 14px;
}

.side li a:hover {
	color: #1a3a6b;
}

.side p a,
.lawyer-tag {
	display: inline-block;
	margin: 0 6px 6px 0;
	padding: 3px 10px;
	background: #eef2f7;
	border-radius: 3px;
	font-size: 13px;
}

.lawyer-tag:hover {
	background: #1a3a6b;
	color: #fff;
}

.footer {
	clear: both;
	background: #333;
	color: #aaa;
	text-align: center;
	padding: 15px;
	font-size: 12px;
}

.footer p {
	margin-bottom: 4px;
}

@media (max-width: 768px) {
	.main,
	.side {
		float: none;
		width: 100%;
	}
}
