@charset "gb2312";
/*------------------------------------------------------------
	¥È©`¥×¥Ú©`¥¸
------------------------------------------------------------*/
.detail_box h3 {
	border-bottom: 1px solid #E3E3E3;
	line-height: 30px;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 8px;
	text-align: center;
	padding-bottom: 8px;
}

.detail_box img {
	max-width: 100%;
}

.xj {
	text-align: center;
}

.detail_box .detail {
	/*padding: 20px 40px;
    line-height: 2.2;
	margin-bottom: 20px;
	font-size: 14px;
    color:#000000;*/
    line-height: 2.2;
	margin-bottom: 20px;
	font-size: 14px;
    color:#000000;
}
.detail_box .detail div,
.detail_box .detail p {
	/*color: #666;*/
	/*line-height: 36px;
	text-indent: 2em;*/
	/*padding-top: 10px;*/
    padding-top: 10px;
}
.detail_box .detail img {
	max-width: 100%;
}

@media all and (min-width: 0) and (max-width: 640px)  {
	

}

.detail_box .detail table {
    border: #cccccc 1px;
    border-left-style:solid;
    border-top-style:solid;
}
.detail_box .detail table td{
    border: #cccccc 1px;
    border-bottom-style:solid;
    border-right-style:solid;
}

.pageP {
	border-top: 1px dotted #DADADA;
	margin-top: 30px;
	line-height: 2.2;
	padding-top: 30px;
}

.pageP a {
	color: #666;
}

.pageP a:hover {
	color: #fb2f00;
	text-decoration: none;
}