@charset "utf-8";
#conPage{ background-color: #f8f8f8; overflow: hidden; min-height:500px;padding-bottom: 50px;
 
 }
.breadNav{  background-color: #ffffff;box-shadow: 0px 5px 5px #f5f5f5; height: 40px; line-height: 40px; margin-bottom: 20px;}
.breadNav span{ color: #1676C0; font-weight: bold;}
.conContent{ background-color: #ffffff;box-shadow: 5px 0px 5px #f5f5f5; min-height: 400px;} 

.conContentTit { font-size: 18px;    border-bottom: 1px solid #ccc; height: 66px;    margin: 0 20px;    padding: 0px 20px;line-height: 60px;  } 
.conContentTit li{ float: left; text-align: center; height: 66px;line-height:80px;    }
.conContentTit a{ display: inline-block;padding:0 8px; }
.conContentTit a:hover{color: #00b5f1; border-bottom:2px solid #00b5f1;display: inline-block; padding:0 8px;   height:50px; line-height:50px; }
.conActive{ color: #00b5f1; border-bottom:2px solid #00b5f1;  height: 55px;line-height: 60px; padding:0 8px; }
.newsCon{ padding: 20px;}
.newsCon li{ line-height: 45px; border-bottom: 1px dashed #ccc;  overflow: hidden; background:url(../img/icon_wd.png) left 15px no-repeat;padding-left:20px; font-size:16px; color:#333;}
.newsCon span{ padding-right: 10px; float: left;}
.newsCon a{  float: left;}
.newsCon h5{  color: #999;}

.newsScreen{ width: 1060px;margin: 0 auto;border-bottom: 1px solid #ccc;padding-bottom: 20px;}
.newsScreen select{width:1060px;border: 1px solid #ccc;height: 36px;color: #666666;line-height:36px; padding: 0 10px; text-align: center;text-align-last: center;margin-top:20px;}


/* 新闻分页标签样式 */
.page{width:500px; margin: 0 auto; margin-bottom: 30px; height:100px; position: relative; }
.page ul{
	padding:0;
	min-width: 450px;
}
.page ul::after{
	content: '';
	display: block;
	clear: both;
}
.page ul li{
	float: left;
	width:auto;
	min-width:32px;
	height: 30px;
	line-height:30px;
	list-style: none;
}
.page a{
	color:#999999;
	padding:0 10px;
	text-decoration: none;
	display: block;
	text-align: center;
	border: 1px solid #ccc;
	border-left: none;
}
.page ul li:first-child a{
	border-left: 1px solid #ccc;
}

.page ul li a:hover{
	background-color: #cccccc;
}
.page ul li a:hover{
	color: white;
}
.page .disabled a:hover{
	background-color: white;
	cursor:not-allowed;
	color: #999999;
}
.page .active a{
	background-color: #00b5f1;
	color: white;
}

/* 内页新闻信息 */
.pageInfo{ padding: 20px;}
.pageInfo h1 {font-size: 22px; color: #1676C0; text-align: center; line-height: 45px;}
.pageInfoLittle{color: #999; font-size: 12px; text-align: center;  line-height:30px;}
.pageInfoLittle span{padding-right: 20px;}
.infoCon { line-height: 30px; font-size: 14px;}
.infoCon p{ text-indent: 2em;}


/* 内页联系我们 */
.infoCon
