﻿/* CSS Document */
.mobile{
	display: none;
}
.pc {
	display: block;
}
body,
		.nav ul li a,
		.lanmu_title,
		div,
		span,
		a {
			font-family: "Microsoft YaHei", "Arial Narrow", HELVETICA;
		}

		.arlist {
			padding-top: 0px;
		}

		#wholePage {
			float: none;
			color: black;
		}

		.barcon2 li {
			font-size: 16px;
		}

		.webpath a {
			color: #666 !important;
		}
		.pagebd {
			padding: 5px 12px 35px 12px;
		}
		.contentbd {
			padding: 35px;
			line-height: 200%;
			color: #666;
			font-size: 18px;
		}
.middlewrap{
	width: 100%;
    margin: 0 auto;
}
.webpath{ 
	height: 46px;
    line-height: 30px;
    font-size: 18px; 
	padding-top: 10px;
	}
.pagebox {
	border-radius:5px;
	border:1px solid #dcdcdc;
}
.webpath *{ padding:0 5px; }
.pagehd{ height:20px; padding:15px 0; border-bottom:2px solid #dcdcdc; font-size:18px; }
.pagehd span{ display:block; float:left; height:20px; line-height:20px; border-left:5px solid #0071bf;  padding-left:20px; }
.pagebd{  padding: 35px 12px 35px 12px; }

.duoji{
	margin: 26px 0 6px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #dbdbdb;
}
.duoji span a{
	color: #393939;
    line-height: 42px;
    font-size: 18px;
    font-weight: bold;
}

/*标题列表*/
.erlist{    padding-top: 10px; }
.erlist li{ height:47px; border-bottom:1px dashed #ccc; line-height:48px;   }
.erlist li span.pullright{ color:#999; float:right; font-size: 16px;}
.erlist li a {
    display: block;
    font-size: 16px;
    line-height: 48px;
    color: #666666;
  }

/*content*/
.contenthd{ height:auto; text-align:center; border-bottom:1px dashed #ccc; font-size: 16px;	line-height: 200%;  }
.contenthd div.ertile{ font-size:24px; }
.contenthd div.ertinf{ line-height:40px; margin-top:10px; color:#999;   }
.contentbd{ padding:35px 0; line-height:25px; color:#666;  }
.contentbd img{
	margin-bottom:4px;
}


/* ////页码 */
.pck {
	padding: 10px;
}
.barcon2 ul {
    	margin: 20px 0;
    	padding-left: 0;
    	list-style: none;
    	text-align: center;
	}
 
	.barcon2 li {
    	display: inline;
		font-size:16px;
	}
 
	.barcon2 a {
		font-size: 16px;
		font-weight: normal;
		display: inline-block;
		padding: 5px;
		padding-top: 0;
		color: black;
	}
 
	.barcon2 a:hover{
		color: rgb(255, 0, 0);
	}
	#wholePage {
	float: none;
	color: black;
}