﻿@charset "utf-8";
/* CSS Document */


.wrap-menu .mlink-bg{
	background-image:url(/images/index/menubg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.wrap-menu .mline-bg{
	background-color:#836224;
}
.wrap-menu .msub-bg{
	background-color:#c8ae7a;
}

.bot-line {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #c8ae7a;
}

/*
页面主体内容部分 ======================================================
*/

.wrap-body{
	width:1200px;
	margin:0px auto;
	height:auto;
	background-color: #fff;
	position:relative;
	overflow:hidden;
}

/*
	页面主体内容部分	左侧 ===================
*/

.wrap-body .wb-left{
	width:440px;
	height:auto;
	padding-right:35px;
	position:relative;
	float:left;
}
.wrap-body .wb-left .wbl-space{
	width:440px;
	height:20px;
	position:relative;
	float:left;
	font-size:0px;
}
.wrap-body .wb-left .wbl-topnews{
	width:440px;
	height:130px;
	position:relative;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
}
.wrap-body .wb-left .wbl-topnews .wblt-title{
	width:440px;
	height:30px;

	padding-bottom:15px;
	position:relative;
	float:left;	
	line-height:30px;
	text-align:left;
	font-size:23px;
	font-family:"微软雅黑",Verdana, Geneva, sans-serif;
	color:#000;
	font-weight:normal;
	overflow:hidden;
}
.wrap-body .wb-left .wbl-topnews .wblt-title a{
	font-size:23px;
	font-family:"微软雅黑",Verdana, Geneva, sans-serif;
	color:#000;
	overflow:hidden;
}
.wrap-body .wb-left .wbl-topnews .wblt-title a:hover{
	color:#900;
	font-size:23px;
}
.wrap-body .wb-left .wbl-topnews .wblt-txt{
	width:440px;
	height:75px;

	position:relative;
	float:left;
	overflow:hidden;
	
	line-height:25px;
	text-align:left;
	font-size:14px;
	font-family:"宋体",Verdana, Geneva, sans-serif;
	color:#666666;
	font-weight:normal;
}

.wrap-body .wb-left .wbl-topnews .wblt-link{
	width:440px;
	height:25px;

	position:absolute;
	right:0px;
	bottom:10px;
	
	line-height:25px;
	text-align:right;
	font-size:13px;
	font-family:"宋体",Verdana, Geneva, sans-serif;
	color:#900;
	font-weight:normal;
}


.wrap-body .wb-left .news{
	width:440px;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
	float:left;
}

.wrap-body .wb-left .news .list{
	width:440px;
	height:28px;
	position:relative;
	float:left;
}

.wrap-body .wb-left .news .list .title{
	width:390px;
	height:28px;
	padding:0px;
	padding-left:10px;
	line-height:28px;
	position:relative;
	float:left;
	text-align:left;
	font-size:13px;
	color:#4a4a4a;
	font-weight:normal;
	overflow:hidden;
	background-image: url(/images/common/pot-ash.jpg);
	background-repeat: no-repeat;
	background-position: left center;	
}
.wrap-body .wb-left .news .list .title a{
	color:#4a4a4a;
}
.wrap-body .wb-left .news .list .title a:hover{
	color:#F00;
}

.wrap-body .wb-left .news .list .date{
	width:40px;
	height:28px;
	line-height:28px;
	position:relative;
	float:left;
	text-align:right;
	font-size:13px;
	color:#4a4a4a;
	font-weight:normal;
}

.wrap-body .wb-left .wbl-morenews{
	width:440px;
	height:25px;
	line-height:25px;
	position:relative;
	float:left;
	background-color:#eaeaea;
	font-size:13px;
	color:#ac0000;
	font-weight:normal;
	text-align:right;
}
.wrap-body .wb-left .wbl-morenews a{
	color:#ac0000;
	font-size:13px;
}
.wrap-body .wb-left .wbl-morenews a:hover{
	color:#F00;
	font-size:13px;
}

/*
	弘法专栏
*/
.wrap-body .wb-left .wbl-title{
	width:440px;
	height:40px;
	line-height:40px;
	padding-top:30px;
	position:relative;
	float:left;
	background-image: url(/images/index/body-left-title.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align:left;
	font-size:25px;
	color:#aa8c53;
	font-family:"微软雅黑",Verdana, Geneva, sans-serif;
}
.wrap-body .wb-left .wbl-title a{
	color:#aa8c53;
	font-size:25px;
}
.wrap-body .wb-left .wbl-title a:hover{
	color:#900;
	font-size:25px;
}

.wrap-body .wb-left .wbl-top{
	width:440px;
	height:100px;
	padding-top:15px;
	padding-bottom:15px;
	float:left;
	position:relative;
}
.wrap-body .wb-left .wbl-top .pic{
	width:120px;
	height:100px;
	padding-right:10px;
	float:left;
	position:relative;
}
.wrap-body .wb-left .wbl-top .pic img{
	width:120px;
	height:100px;
}

.wrap-body .wb-left .wbl-top .title{
	width:310px;
	height:40px;
	line-height:40px;
	overflow:hidden;
	text-align:left;
	float:left;
	font-weight:bold;
	font-size:18px;
	color:#000000;
	position:relative;
}
.wrap-body .wb-left .wbl-top .title a{
	color:#000000;
	font-size:18px;
}
.wrap-body .wb-left .wbl-top .title a:hover{
	color:#900;
	font-size:18px;
}

.wrap-body .wb-left .wbl-top .des{
	width:310px;
	height:60px;
	line-height:26px;
	overflow:hidden;
	text-align:left;
	float:left;
	font-weight:normal;
	font-size:13px;
	color:#666;
	position:relative;
}
.wrap-body .wb-left .wbl-top .des a{
	color:#900;
	font-size:13px;
}
.wrap-body .wb-left .wbl-top .des a:hover{
	color:#F00;
	font-size:13px;
}


/*
	厦门佛协
*/
.wrap-body .wb-left .wbl-des{
	width:440px;
	height:auto;
	line-height:26px;
	float:left;
	text-align:left;
	position:relative;
	font-weight:normal;
	font-size:13px;
	color:#666;
	padding-top:15px;
	padding-bottom:15px;
}
.wrap-body .wb-left .wbl-des a{
	color:#900;
	font-size:13px;
}
.wrap-body .wb-left .wbl-des a:hover{
	color:#F00;
	font-size:13px;
}
.wrap-body .wb-left .wbl-des strong{
	color:#000;
	font-weight:bold;
	font-size:14px;
}

.wrap-body .wb-left .wbl-subtitle{
	width:440px;
	height:40px;;
	line-height:40px;
	float:left;
	text-align:left;
	position:relative;
	font-weight:bold;
	font-size:20px;
	color:#000;
}

.wrap-body .wb-left .wbl-subpic{
	width:440px;
	height:105px;;
	float:left;
	text-align:left;
	position:relative;
}
.wrap-body .wb-left .wbl-subpic img{
	width:440px;
	height:105px;	
}

.wrap-body .wb-left .wbl-subpic-small{
	width:440px;
	height:40px;;
	float:left;
	text-align:left;
	position:relative;
}
.wrap-body .wb-left .wbl-subpic-small img{
	width:440px;
	height:40px;	
}

/*
	组织机构
*/
.wrap-body .wb-left .wbl-subdir{
	width:440px;
	height:auto;
	float:left;
	position:relative;
	padding-top:15px;
	padding-bottom:15px;
}
.wrap-body .wb-left .wbl-subdir .item1{
	width:140px;
	height:34px;
	line-height:34px;
	text-align:center;
	font-weight:normal;
	font-size:14px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:10px;
	color:#333;
	background-color:#e2e2e2;
	float:left;
}
.wrap-body .wb-left .wbl-subdir .item1 a{
	color:#333;
}
.wrap-body .wb-left .wbl-subdir .item1 a:hover{
	color:#900;
}

.wrap-body .wb-left .wbl-subdir .item2{
	width:140px;
	height:34px;
	line-height:34px;
	text-align:center;
	font-weight:normal;
	font-size:14px;
	margin-top:5px;
	margin-bottom:5px;
	color:#333;
	background-color:#e2e2e2;
	float:left;
}
.wrap-body .wb-left .wbl-subdir .item2 a{
	color:#333;
}
.wrap-body .wb-left .wbl-subdir .item2 a:hover{
	color:#900;
}




/*
	页面主体内容部分	中部 ===================
*/
.wrap-body .wb-center{
	width:410px;
	height:auto;
	padding-right:35px;
	position:relative;
	float:left;
}

/*
	新闻幻灯
*/
.wrap-body .wb-center .webc-toppi{
	width:410px;
	height:280px;
	position:relative;
	float:left;
}
.wrap-body .wb-center .webc-toppi img{
	width:410px;
	height:280px;
}

/*
	中部 大标题
*/
.wrap-body .wb-center .wbc-title{
	width:410px;
	height:36px;
	position:relative;
	float:left;
	padding-bottom:10px;
	padding-top:20px;
}

.wrap-body .wb-center .wbc-title .left{
	width:110px;
	height:36px;
	line-height:36px;
	position:relative;
	float:left;
	font-size:25px;
	font-family:"宋体";
	font-weight:bold;
	color:#000;
	text-align:left;
}
.wrap-body .wb-center .wbc-title .left a{
	color:#000;
	font-size:25px;
}
.wrap-body .wb-center .wbc-title .left a:hover{
	color:#900;
	font-size:25px;
}
.wrap-body .wb-center .wbc-title .right{
	width:300px;
	height:35px;
	position:relative;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
}

/*
	中部 图片 左右两张图
*/
.wrap-body .wb-center .wbc-video{
	width:410px;
	height:auto;
	position:relative;
	float:left;
}
.wrap-body .wb-center .wbc-video .item1{
	width:190px;
	height:195px;
	position:relative;
	float:left;
	padding-right:30px;
}
.wrap-body .wb-center .wbc-video .item1 .pi{
	width:190px;
	height:135px;
	float:left;
}
.wrap-body .wb-center .wbc-video .item1 .pi img{
	width:190px;
	height:135px;
}
.wrap-body .wb-center .wbc-video .item1 .txt{
	width:190px;
	height:60px;
	line-height:30px;
	float:left;
	font-size:14px;
	color:#666;
	text-align:center;
	font-weight:normal;
	overflow:hidden;
}
.wrap-body .wb-center .wbc-video .item1 .txt a{
	color:#666;
}
.wrap-body .wb-center .wbc-video .item1 .txt a:hover{
	color:#900;
}
.wrap-body .wb-center .wbc-video .item2{
	width:190px;
	height:195px;
	position:relative;
	float:left;
}
.wrap-body .wb-center .wbc-video .item2 .pi{
	width:190px;
	height:135px;
	float:left;
}
.wrap-body .wb-center .wbc-video .item2 .pi img{
	width:190px;
	height:135px;
}
.wrap-body .wb-center .wbc-video .item2 .txt{
	width:190px;
	height:60px;
	line-height:30px;
	float:left;
	font-size:14px;
	color:#666;
	text-align:center;
	font-weight:normal;
	overflow:hidden;
}
.wrap-body .wb-center .wbc-video .item2 .txt a{
	color:#666;
}
.wrap-body .wb-center .wbc-video .item2 .txt a:hover{
	color:#900;
}

/*
	中部 图片 一排三张图
*/
.wrap-body .wb-center .wbc-pics{
	width:410px;
	height:auto;
	position:relative;
	float:left;
}
.wrap-body .wb-center .wbc-pics .item1{
	width:130px;
	height:135px;
	position:relative;
	float:left;
	padding-right:10px;
}
.wrap-body .wb-center .wbc-pics .item1 .pi{
	width:130px;
	height:85px;
	float:left;
}
.wrap-body .wb-center .wbc-pics .item1 .pi img{
	width:130px;
	height:85px;
}
.wrap-body .wb-center .wbc-pics .item1 .txt{
	width:130px;
	height:40px;
	line-height:20px;
	float:left;
	font-size:13px;
	color:#666;
	text-align:center;
	font-weight:normal;
	overflow:hidden;
}
.wrap-body .wb-center .wbc-pics .item1 .txt a{
	color:#666;
}
.wrap-body .wb-center .wbc-pics .item1 .txt a:hover{
	color:#900;
}
.wrap-body .wb-center .wbc-pics .item2{
	width:130px;
	height:135px;
	position:relative;
	float:left;
}
.wrap-body .wb-center .wbc-pics .item2 .pi{
	width:130px;
	height:85px;
	float:left;
}
.wrap-body .wb-center .wbc-pics .item2 .pi img{
	width:130px;
	height:85px;
}
.wrap-body .wb-center .wbc-pics .item2 .txt{
	width:130px;
	height:40px;
	line-height:20px;
	float:left;
	font-size:13px;
	color:#666;
	text-align:center;
	font-weight:normal;
	overflow:hidden;
}
.wrap-body .wb-center .wbc-pics .item2 .txt a{
	color:#666;
}
.wrap-body .wb-center .wbc-pics .item2 .txt a:hover{
	color:#900;
}

/*
	中部 新闻列表
*/
.wrap-body .wb-center .news{
	width:410px;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
	float:left;
}

.wrap-body .wb-center .news .list{
	width:410px;
	height:28px;
	position:relative;
	float:left;
}

.wrap-body .wb-center .news .list .title{
	width:360px;
	height:28px;
	padding:0px;
	padding-left:10px;
	line-height:28px;
	position:relative;
	float:left;
	text-align:left;
	font-size:13px;
	color:#4a4a4a;
	font-weight:normal;
	overflow:hidden;
	background-image: url(/images/common/pot-ash.jpg);
	background-repeat: no-repeat;
	background-position: left center;	
}
.wrap-body .wb-center .news .list.title a{
	color:#4a4a4a;
}
.wrap-body .wb-center .news  .list .title a:hover{
	color:#F00;
}

.wrap-body .wb-center .news .list .date{
	width:40px;
	height:28px;
	line-height:28px;
	position:relative;
	float:left;
	text-align:right;
	font-size:13px;
	color:#4a4a4a;
	font-weight:normal;
}

.wrap-body .wb-center .more{
	width:410px;
	height:25px;
	line-height:25px;
	position:relative;
	float:left;
	background-color:#eaeaea;
	font-size:13px;
	color:#ac0000;
	font-weight:normal;
	text-align:right;
}
.wrap-body .wb-center .more a{
	color:#ac0000;
}
.wrap-body .wb-center .more a:hover{
	color:#F00;
}

/*
	中部 小标题
*/
.wrap-body .wb-center .wbc-subtitle{
	width:410px;
	height:40px;;
	line-height:40px;
	padding-top:20px;
	float:left;
	text-align:left;
	position:relative;
	font-weight:bold;
	font-size:20px;
	color:#000;
}
.wrap-body .wb-center .wbc-subtitle span{
	height:40px;;
	line-height:40px;
	position:absolute;
	bottom:0px;
	left:120px;
}
.wrap-body .wb-center .wbc-subtitle a{
	color:#000;
	font-size:20px;
}
.wrap-body .wb-center .wbc-subtitle a:hover{
	color:#900;
	font-size:20px;
}

/*
	中部 一排四框 显示历届会长
*/
.wrap-body .wb-center .frame{
	width:410px;
	height:auto;
	position:relative;
	float:left;
}
.wrap-body .wb-center .frame .box {
	width:96px;
	height:50px;
	padding:3px;
	position:relative;
	float:left;
}
.wrap-body .wb-center .frame .box .item{
	width:96px;
	height:50px;
	position:relative;
	float:left;
	background-color:#f0f0f0;
}
.wrap-body .wb-center .frame .box .item .pi{
	width:96px;
	height:81px;
	position:relative;
	float:left;
}
.wrap-body .wb-center .frame .box .item .pi img{
	width:90px;
	height:75px;
	padding:3px;
}
.wrap-body .wb-center .frame .box .item .txt{
	width:96px;
	height:50px;
	position:relative;
	float:left;
	line-height:23px;
	text-align:center;
	font-weight:normal;
	color:#666;
	font-size:13px;
}

/*
	中部 左图右文 显示现任会长
*/
.wrap-body .wb-center .frame-fz{
	width:410px;
	height:120px;
	position:relative;
	float:left;
}

.wrap-body .wb-center .frame-fz{
	width:410px;
	height:120px;
	position:relative;
	float:left;
	background-color:#f0f0f0;
}

.wrap-body .wb-center .frame-fz .left{
	width:90px;
	height:120px;
	position:relative;
	float:left;
}
.wrap-body .wb-center .frame-fz .left img{
	width:84px;
	height:114px;
	padding:3px;
}
.wrap-body .wb-center .frame-fz .right{
	width:300px;
	height:100px;
	padding:10px;
	position:relative;
	float:left;
	font-weight:normal;
	font-size:14px;
	line-height:25px;
	color:#666;
}
.wrap-body .wb-center .frame-fz .right a{
	color:#666;
}
.wrap-body .wb-center .frame-fz .right a:hover{
	color:#900;
}
.wrap-body .wb-center .frame-fz .right strong{
	font-size:16px;
	font-weight:bold;
	color:#000;
}
.wrap-body .wb-center .frame-fz .right strong a{
	color:#000;
}
.wrap-body .wb-center .frame-fz .right strong a:hover{
	color:#900;
}


/*
	中部 左名单右名单 显示副职人员
*/
.wrap-body .wb-center .frame-name{
	width:410px;
	height:auto;
	position:relative;
	float:left;
}

.wrap-body .wb-center .frame-name .left{
	width:119px;
	height:128px;
	line-height:128px;
	position:relative;
	float:left;
	font-size:14px;
	color:#666;
	font-weight:normal;
	text-align:center;
	background-color:#f0f0f0;
}
.wrap-body .wb-center .frame-name .right{
	width:291px;
	height:128px;
	position:relative;
	float:left;
}
.wrap-body .wb-center .frame-name .right .item{
	width:95px;
	height:30px;
	line-height:30px;
	margin-left:2px;
	margin-bottom:2px;
	position:relative;
	float:left;
	font-size:12px;
	color:#666;
	font-weight:normal;
	text-align:center;
	background-color:#f0f0f0;
}
.wrap-body .wb-center .frame-name .right .item a{
	color:#666;
	font-size:12px;
}
.wrap-body .wb-center .frame-name .right .item a:hover{
	color:#900;
	font-size:12px;
}
.wrap-body .wb-center .frame-name .list{
	width:100px;
	height:30px;
	margin:0px;
	padding:0px;
	padding-right:2px;
	padding-bottom:2px;
	position:relative;
	float:left;
}
.wrap-body .wb-center .frame-name .list .item{
	width:100px;
	height:30px;
	line-height:30px;
	margin:0px;
	padding:0px;
	position:relative;
	float:left;
	font-size:12px;
	color:#666;
	font-weight:normal;
	text-align:center;
	background-color:#f0f0f0;
}
.wrap-body .wb-center .frame-name .list .item span{
	border: 1px solid #4b4b4b;
	padding:1px;
}

.wrap-body .wb-center .frame-name .list .item a{
	color:#666;
	font-size:12px;
}
.wrap-body .wb-center .frame-name .list .item a:hover{
	color:#900;
	font-size:12px;
}

.wrap-body .wb-center .frame-name .listall{
	width:408px;
	height:30px;
	margin:0px;
	padding:0px;
	padding-right:2px;
	padding-bottom:2px;
	position:relative;
	float:left;
}
.wrap-body .wb-center .frame-name .listall .item{
	width:408px;
	height:30px;
	line-height:30px;
	margin:0px;
	padding:0px;
	position:relative;
	float:left;
	font-size:12px;
	color:#666;
	font-weight:normal;
	text-align:center;
	background-color:#f0f0f0;
}
.wrap-body .wb-center .frame-name .listall .item a{
	color:#666;
	font-size:12px;
}
.wrap-body .wb-center .frame-name .listall .item a:hover{
	color:#900;
	font-size:12px;
}

/*
	中部 慈善图片 一排三张图
*/
.wrap-body .wb-center .wbc-cs{
	width:410px;
	height:auto;
	position:relative;
	float:left;
}
.wrap-body .wb-center .wbc-cs .item1{
	width:130px;
	height:135px;
	position:relative;
	float:left;
	padding-right:10px;
}
.wrap-body .wb-center .wbc-cs .item1 .pi{
	width:130px;
	height:85px;
	float:left;
}
.wrap-body .wb-center .wbc-cs .item1 .pi img{
	width:130px;
	height:85px;
}
.wrap-body .wb-center .wbc-cs .item1 .txt{
	width:130px;
	height:20px;
	line-height:20px;
	float:left;
	font-size:13px;
	color:#666;
	text-align:center;
	font-weight:normal;
	overflow:hidden;
	background-color:#efeeee;
}
.wrap-body .wb-center .wbc-cs .item1 .txt a{
	color:#666;
}
.wrap-body .wb-center .wbc-cs .item1 .txt a:hover{
	color:#900;
}
.wrap-body .wb-center .wbc-cs .item2{
	width:130px;
	height:135px;
	position:relative;
	float:left;
}
.wrap-body .wb-center .wbc-cs .item2 .pi{
	width:130px;
	height:85px;
	float:left;
}
.wrap-body .wb-center .wbc-cs .item2 .pi img{
	width:130px;
	height:85px;
}
.wrap-body .wb-center .wbc-cs .item2 .txt{
	width:130px;
	height:20px;
	line-height:20px;
	float:left;
	font-size:13px;
	color:#666;
	text-align:center;
	font-weight:normal;
	overflow:hidden;
	background-color:#efeeee;
}
.wrap-body .wb-center .wbc-cs .item2 .txt a{
	color:#666;
}
.wrap-body .wb-center .wbc-cs .item2 .txt a:hover{
	color:#900;
}



/*
	页面主体内容部分	右侧 ===================
*/
.wrap-body .wb-right{
	width:280px;
	height:auto;
	position:relative;
	float:left;
	background-color:#f7f6f2;
}

/*
	页面右侧 公告
*/
.wrap-body .wb-right .wbr-top{
	width:260px;
	height:280px;
	padding-right:10px;
	padding-left:10px;
	float:left;
	position:relative;
	background-image: url(/images/index/body-right-top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align:left;
	line-height:25px;
	font-weight:normal;
	font-size:14px;
	color:#666;
	overflow:hidden;
	cursor:pointer;
}

.wrap-body .wb-right .wbr-top .txt{
	width:260px;
	height:200px;
	padding-top:80px;
	float:left;
	text-align:left;
	line-height:25px;
	font-weight:normal;
	font-size:13px;
	color:#666;
	overflow:hidden;
}

.wrap-body .wb-right .wbr-top .txt  a{
	color:#900;
	font-size:13px;
}
.wrap-body .wb-right .wbr-top .txt a:hover{
	color:#F00;
	font-size:13px;
}
.wrap-body .wb-right .wbr-top .txt strong{
	font-size:15px;
	color:#000;
}
.wrap-body .wb-right .wbr-top .txt strong a{
	font-size:15px;
	color:#000;
}
.wrap-body .wb-right .wbr-top .txt strong a:hover{
	font-size:15px;
	color:#900;
}

/*
	页面右则 大标题
*/
.wrap-body .wb-right .wbr-title{
	width:260px;
	height:45px;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	float:left;
}
.wrap-body .wb-right .wbr-title .txt{
	width:260px;
	height:44px;
	line-height:44px;
	font-weight:bold;
	font-size:25px;
	color:#000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	background-image: url(/images/index/body-right-title-tag.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align:left;
	text-indent:20px;
}
.wrap-body .wb-right .wbr-title .txt a{
	color:#000;
	font-size:25px;
}
.wrap-body .wb-right .wbr-title .txt a:hover{
	color:#900;
	font-size:25px;
}


/*
	页面右则 专题 头图
*/

.wrap-body .wb-right .wbr-zt{
	width:280px;
	height:auto;
	float:left;
	position:relative;
}

.wrap-body .wb-right .wbr-zt .wbr-pi{
	width:260px;
	height:170px;
	padding:10px;
	float:left;
}
.wrap-body .wb-right .wbr-zt .wbr-pi img{
	width:260px;
	height:170px;
}
.wrap-body .wb-right .wbr-zt .wbr-toptitle{
	width:260px;
	height:32px;
	line-height:32px;
	padding-left:10px;
	padding-right:10px;
	font-size:16px;
	color:#000;
	text-align:left;
	font-weight:bold;
	overflow:hidden;
	float:left;
}
.wrap-body .wb-right .wbr-zt .wbr-toptitle a{
	color:#000;
	font-size:16px;
}
.wrap-body .wb-right .wbr-zt .wbr-toptitle a:hover{
	color:#900;
}
.wrap-body .wb-right .wbr-zt .wbr-topdes{
	width:260px;
	height:80px;
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	font-size:13px;
	color:#666;
	text-align:left;
	font-weight:normal;
	overflow:hidden;
	float:left;
}
.wrap-body .wb-right .wbr-zt .wbr-topdes a{
	color:#900;
}
.wrap-body .wb-right .wbr-zt .wbr-topdes a:hover{
	color:#900;
}

/*
	右侧 新闻列表
*/
.wrap-body .wb-right .news{
	width:260px;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	float:left;
}

.wrap-body .wb-right .news .list{
	width:260px;
	height:28px;
	position:relative;
	float:left;
}

.wrap-body .wb-right .news .list .title{
	width:210px;
	height:28px;
	padding:0px;
	padding-left:10px;
	line-height:28px;
	position:relative;
	float:left;
	text-align:left;
	font-size:13px;
	color:#4a4a4a;
	font-weight:normal;
	overflow:hidden;
	background-image: url(/images/common/pot-ash.jpg);
	background-repeat: no-repeat;
	background-position: left center;	
}
.wrap-body .wb-right .news .list.title a{
	color:#4a4a4a;
}
.wrap-body .wb-right .news  .list .title a:hover{
	color:#F00;
}

.wrap-body .wb-right .news .list .date{
	width:40px;
	height:28px;
	line-height:28px;
	position:relative;
	float:left;
	text-align:right;
	font-size:13px;
	color:#4a4a4a;
	font-weight:normal;
}


/*
	右侧 图文 显示寺志 上标题 左图 右文
*/

.wrap-body .wb-right .wbr-sizhi .arc{
	width:280px;
	height:auto;
	position:relative;
	float:left;
}


.wrap-body .wb-right .wbr-sizhi  .arc{
	width:260px;
	height:170px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	float:left;
}

.wrap-body .wb-right .wbr-sizhi  .arc .title{
	width:260px;
	height:40px;
	line-height:40px;
	text-align:right;
	font-weight:bold;
	font-size:16px;
	color:#000;
	overflow:hidden;
	float:left;
}
.wrap-body .wb-right .wbr-sizhi .arc .title a{
	color:#000;
}
.wrap-body .wb-right .wbr-sizhi .arc .title a:hover{
	color:#900;
}
.wrap-body .wb-right .wbr-sizhi .arc .pi{
	width:90px;
	height:130px;
	padding-right:10px;
	float:left;
}
.wrap-body .wb-right .wbr-sizhi .arc .pi img{
	width:90px;
	height:130px;
}
.wrap-body .wb-right .wbr-sizhi .arc .txt{
	width:160px;
	height:130px;
	line-height:26px;
	text-align:left;
	font-weight:normal;
	font-size:13px;
	color:#666;
	overflow:hidden;
	float:left;
}
.wrap-body .wb-right .wbr-sizhi .arc .txt a{
	color:#900;
}
.wrap-body .wb-right .wbr-sizhi .arc .txt a:hover{
	color:#F00;
}

/*
	右侧 图文 显示头条新闻 上标题 左图 右文
*/
.wrap-body .wb-right .topnews{
	width:260px;
	height:125px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	float:left;
}

.wrap-body .wb-right .topnews .title{
	width:260px;
	height:40px;
	line-height:40px;
	text-align:left;
	font-weight:bold;
	font-size:16px;
	color:#000;
	overflow:hidden;
	float:left;
}
.wrap-body .wb-right .topnews .title a{
	color:#000;
}
.wrap-body .wb-right .topnews .title a:hover{
	color:#900;
}
.wrap-body .wb-right .topnews .pi{
	width:105px;
	height:85px;
	padding-right:10px;
	float:left;
}
.wrap-body .wb-right .topnews .pi img{
	width:105px;
	height:85px;
}
.wrap-body .wb-right .topnews .txt{
	width:145px;
	height:85px;
	line-height:21px;
	text-align:left;
	font-weight:normal;
	font-size:13px;
	color:#666;
	overflow:hidden;
	float:left;
}
.wrap-body .wb-right .topnews .txt a{
	color:#666;
}
.wrap-body .wb-right .topnews .txt a:hover{
	color:#900;
}


/*
厦门寺院 ======================================================
*/

/*
	大标题
*/
.wrap-topic{
	width:1200px;
	height:40px;
	margin:0px auto;
	padding-bottom:20px;
	background-color: #fff;
	position:relative;
}

.wrap-topic .title{
	width:120px;
	height:40px;
	line-height:40px;
	position:relative;
	float:left;
	text-align:left;
	font-size:25px;
	color:#aa8c53;
	font-family:"微软雅黑",Verdana, Geneva, sans-serif;
}
.wrap-topic .title a{
	color:#aa8c53;
}
.wrap-topic .title a:hover{
	color:#900;
}
.wrap-topic .txt{
	width:1080px;
	height:37px;
	line-height:37px;
	line-height:37px;
	position:relative;
	float:left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9e8149;
	text-align:right;
	font-size:13px;
	font-weight:normal;
	color:#900;
}
.wrap-topic .txt a{
	color:#900;
}
.wrap-topic .txt a:hover{
	color:#F00;
}


/*
	图片列表 一排五张图
*/
.wrap-pics{
	width:1200px;
	height:340px;
	margin:0px auto;
	padding-bottom:0px;
	background-color: #fff;
	position:relative;
}
.wrap-pics .space{
	padding-right:25px;
}
.wrap-pics .item{
	width:220px;
	height:150px;
	padding-bottom:20px;
	position:relative;
	float:left;
}
.wrap-pics .item .pi{
	width:220px;
	height:120px;
	float:left;
}
.wrap-pics .item .pi img{
	width:220px;
	height:120px;
}
.wrap-pics .item .txt{
	width:220px;
	height:30px;
	line-height:30px;
	font-size:13px;
	color:#666;
	text-align:center;
	font-weight:normal;
	float:left;
	background-color:#e4e4e4;
}
.wrap-pics .item .txt a{
	color:#666;
}
.wrap-pics .item .txt a:hover{
	color:#900;
}

/*
	文字列表 一排八个文字
*/
.wrap-txt{
	width:1200px;
	height:310px;
	margin:0px auto;
	background-color: #fff;
	position:relative;
}
.wrap-txt .sp{
	padding-right:16px;
}
.wrap-txt .item{
	width:136px;
	height:36px;
	padding-bottom:15px;
	position:relative;
	float:left;
}
.wrap-txt .item .txt{
	width:136px;
	height:36px;
	line-height:36px;
	font-size:14px;
	color:#666;
	text-align:center;
	font-weight:normal;
	float:left;
	background-color:#eeeeee;
}
.wrap-txt .item .txt a{
	color:#666;
}
.wrap-txt .item .txt a:hover{
	color:#900;
}

/*
友情链接  ======================================================
*/

/*
	友情链接 标题
*/
.wrap-link-topic{
	width:1200px;
	height:40px;
	margin:0px auto;
	padding-bottom:20px;
	background-color: #fff;
	position:relative;
	background-image: url(/images/index/body-link-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.wrap-link-topic .title{
	line-height:40px;
	font-size:18px;
	color:#000;
	text-align:center;
	font-weight:bold;
}

/*
	友情链接 链接名称
*/
.wrap-link{
	width:1200px;
	height:90px;
	margin:0px auto;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #f3f3f3;
	position:relative;
}
.wrap-link .item{
	width:200px;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#666;
	text-align:center;
	font-weight:normal;
	float:left;
}
.wrap-link .item a{
	color:#666;
}
.wrap-link .item a:hover{
	color:#900;
}



