.mod-search .box {
	margin-bottom:10px;
}
.mod-search .box .c-hd {
	line-height:30px;
	font-weight:bold;
	color:#7c4328;
}
.mod-search .box .c-hd a {
	color:#7c4328;
}
.mod-search select {
	width:48px;
	height:30px;
	border:1px solid #d0ad9a;
	background:rgba(255,255,255,0.8);
	border-radius:5px;
	vertical-align:middle;
	outline:none;
}
.mod-search input[type="text"] {
	width:180px;
	height:20px;
	padding:4px 10px;
	border:1px solid #d0ad9a;
	background:rgba(255,255,255,0.8);
	border-radius:5px;
	vertical-align:middle;
	outline:none;
}
.mod-search button {
	min-width:38px;
	height:30px;
	padding:0 10px;
	border:1px solid #d0ad9a;
	background:rgba(255,255,255,0.025);
	border-radius:5px;
	vertical-align:middle;
	color:#7c4328;
	cursor:pointer;
}
.mod-search button:hover {
	background:#a4672e;
	border:1px solid #7c4328;
	color:#fff;
}
.mod-search .input-text-small[type="text"] {
	width:76px;
}
.module {
	margin-bottom:25px;
}
.module .bd {
	margin:0 20px;
}
.mod-panel .hd {
	padding:20px 0;
	text-align:center;
}
.mod-panel .hd h1 {
	line-height:36px;
	font-weight:bold;
	font-size:20px;
}
.mod-panel .hd p {
	line-height:20px;
	color:#666;
}
.mod-panel .bd {
	border:1px solid #ff9f9f;
}
.mod-panel .intro {
	height:50px;
	padding:25px 20px;
	margin-bottom:-1px;
	border-bottom:1px solid #ff9f9f;
	background:#fefbfc url("/static/www/image/explain/hd-bg.png") right center no-repeat;
	line-height:25px;
	text-indent:2em;
}
.mod-panel .item .c-hd {
	height:35px;
	line-height:35px;
	background:#fcf2f0;
	color:#dc0202;
	padding-left:25px;
	font-size:14px;
	font-weight:bold;
}
.mod-panel .item .c-bd {
	padding:10px 15px;
	line-height:22px;
}
.mod-panel .item .c-bd dl {
	margin-bottom:12px;
}
.mod-panel .item .c-bd dt {
	float:left;
	width:80px;
	text-align:right;
	font-weight:bold;
	color:#dc0202;
}
.mod-panel .item .c-bd dd {
	margin-left:80px;
}
.mod-panel .item .c-bd dd strong {
	font-weight:bold;
}
@media screen and (max-width:799px) {
	.mod-panel .hd {
	padding:15px 0;
}
.mod-panel .hd h1 {
	line-height:30px;
	font-size:18px;
}
.mod-panel .hd p {
	font-size:13px;
}
.mod-panel .bd {
	margin:0;
}
.mod-panel .intro {
	height:auto;
	padding:15px 10px;
	line-height:18px;
	font-size:13px;
}
.mod-panel .item .c-bd {
	padding:10px;
	line-height:20px;
}
}