@charset "utf-8";

.color-333 {
	color: #333;
}
.color-666 {
	color: #666;
}
h2, h3 {
	font-weight: normal;
}
body {
	background-color: #f7f7f7;
	font-size: 14px;
}
p {
	margin: 0;
	padding: 0;
}
/* y0z0m.c0r */
.article-main {
	width: 1200px;
	margin: 0 auto;
}
.article-main .wrap {
	position: relative;
	margin-top: 10px;
	background-color: #fff;
}
.article-main .wrap-banner img {
	width: 100%;
	height: 100px;
}
.article-main .nav {
	margin-top: 16px;
	margin-bottom: 6px;
}
.article-main .text {
	width: 630px;
	min-height: 750px;
	padding-top: 24px;
	padding-left: 30px;
	margin-bottom: 60px;
}
.article-main .text h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.article-main .text p {
	margin-bottom: 14px;
}
.article-main .text p.p1 {
	font-size: 12px;
	margin-bottom: 30px;
}
.article-main .text img {
	margin-top: 30px;
}
.article-main .problem {
	position: absolute;
	top: 30px;
	right: 40px;
	min-width: 400px;
	min-height: 350px;
	border: 1px solid #eee;
}
.article-main .problem h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eee;
}
.article-main .problem ul {
	margin: 20px 30px 20px 50px;
}
.article-main .problem li {
	font-size: 16px;
	list-style-type: disc;
	display: list-item;
	margin-bottom: 20px;
}
