@charset "utf-8";
/* CSS Document */



/*********公共内容********/
.inContent{width:900px; margin:0 auto; overflow:hidden;}



/******公共标题 ****/
.pubTitle{overflow:hidden; padding:20px 0;}
.pubTitle p{float:left; margin:10px 14px 0 0; width:10px; height:10px; background:#603d1b;}
.pubTitle div{float:left; font-weight:normal;}
.pubTitle div span{display:block; color:#000; font-size:1.8em; letter-spacing:0.2em; line-height:1.6em;}
.pubTitle div em{display:block; color:#948375; font-size:2.4em; font-family: "Times New Roman", Times, serif; line-height:1.2em; letter-spacing:0.05em;}

/********公共列表标题********/
.slTitle{overflow:hidden; font-size:1.6em; color:#969696;}
.slTitle dl{overflow:hidden; width:900px; background:#eee;} 
.slTitle dl dd,.slTitle dl dt{float:left; height:32px; line-height:32px; padding-left:20px;}
.slTitle dl dd a{color:#969696;}

/*********公共图片放大***********/
.haPic{position:absolute; width:100%; height:100%; z-index:101;}
.haPic img{display:block; width:100%; height:100%;}

/******用于首页图层放大*****/
.haTag{width:0%; height:0%; position:absolute; left:5%; top:5%; background:rgba(255,255,255,0.5)!important; filter:Alpha(opacity=50); background:#fff; z-index:102; overflow:hidden;}
.haTag h1{width:100%; position:absolute; top:40%; font-size:1.8em; letter-spacing:0.2em; color:#000; text-align:center;}
.haTag p{width:95%;  position:absolute; bottom:5%; font-size:1.3em; letter-spacing:0.1em; line-height:1.8em; text-align:right; color:#fff;}

/******用于新闻列表图层放大*****/
.nlyout{width:0%; height:0%; position:absolute; left:5%; top:5%; background:rgba(153,153,153,0.8)!important; filter:Alpha(opacity=80); background:#999; z-index:102; overflow:hidden;}
.nlyout a{dispaly:block; position:absolute; left:5%; top:5%; width:90%; height:90%; border:1px solid #fff;}
.nlyout h1{width:90%; margin:15% 5% 0 5%; padding-bottom:5%; font-size:1.6em; letter-spacing:0.1em; color:#fff; text-align:center; border-bottom:1px solid #fff;}
.nlyout p{width:90%; height:80px; margin:5%; font-size:1.4em; line-height:1.8em; text-align:center; color:#fff; overflow:hidden;}


/******翻页按钮*****/
.changePage{width:190px; margin:0 auto; overflow:hidden;}
.changePage li{float:left;}
.pagePrev{width:32px; padding:1px; margin-right:10px;}
.pageNext{width:32px; padding:1px; margin-left:10px;}
.pageNum{width:96px; height:32px; line-height:32px; text-align:center; border:1px solid #888; color:#222; font-size:1.5em;}


.hideBox{display:none;}
.showBox{display:block;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mb100{margin-bottom:100px;}

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt50{margin-top:50px;}
.mt100{margin-top:100px;}

.pt100{padding-top:100px;}
.pb100{padding-bottom:100px;}