/*----------pages----------*/
/**/
.hd{
	padding-bottom: 10px;
	border-bottom: 2px solid #eeeeee;
}
.hd h3{
	line-height: 25px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}
.hd h3 a{
	display: inline-block;
	width: 55px;
	height: 25px;
	background: url(../images/btn_back.png);
	float: left;
}
.ct{
	margin-top: 30px;
}

.photo{

}
.photo .pic{
	width: 656px;
	margin: 0 auto;
}
.photo .txt{
	padding: 15px 0;
	height: 30px;
}
.photo .txt p{
	line-height: 30px;
	font-family: Arial;
	font-size: 21px;
	color: #333333;
	text-align: center;
}
.photo .txt p em{
	font-style: normal;
	color: #f06d4c;
}
.photo .lit{
	border-top: 1px solid #eeeeee;
	padding: 25px 0;
	padding-top: 15px;
}

.imgsilder{
	width: 700px;
	position: relative;
	left: 38px;
}
.imgsilder a.narrow{
	width: 20px;
	height: 60px;
	background: none no-repeat center center;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -30px;
}
.imgsilder a.narrow:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
}
.imgsilder a.narrow.prev{
	background-image: url(../images/prev.png);
	left: -20px;
}
.imgsilder a.narrow.next{
	background-image: url(../images/next.png);
	right: -20px;
}
.imgsilder .imgs{
	width: 100%;
	height: 80px;
	padding-top: 10px;
	overflow: hidden;
	position: relative;
}
.imgsilder .imgs .wrap{
	position: relative;
	left: 0;
}
.imgsilder .imgs .wrap .img{
	width: 116px;
	height: 76px;
	border: 2px solid transparent;
	margin: 0 10px;
	float: left;
	position: relative;
}
.imgsilder .imgs .wrap .img:hover,
.imgsilder .imgs .wrap .img.on{
	border-color: #0bb090;
}
.imgsilder .imgs .wrap .img b{
	display: inline-block;
	width: 7px;
	height: 4px;
	background: url(../images/tri_ex.png);
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -3.5px;
	display: none;
}
.imgsilder .imgs .wrap .img:hover b,
.imgsilder .imgs .wrap .img.on b{
	display: block;
}


.list{
}
.list .i{
	border-top: 1px dashed #e3e3e3;
	padding-top: 15px;
	padding-bottom: 40px;
}
.list .i img{
	width: 46px;
	height: 46px;
	border: 1px solid #eeeeee;
	float: left;
}
.list .i h4{
	height: 30px;
	background: #f7f7f7;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 25px;
	font-weight: normal;
	color: #999999;
	margin-left: 60px;
}
.list .i h4 a{
	color: #2c7ac5;
}
.list .i h4 span{
	line-height: 30px;
	float: right;
}
.list .i .p{
	margin-top: 20px;
	margin-left: 60px;
	line-height: 20px;
	color: #333;
}

.tool{

}
.tool p{
	height: 25px;
	padding: 10px 0;
	line-height: 25px;
	text-align: right;
	color: #e3e3e3;
}
.tool >p a{
	color: #333;
	margin: 0 3px;
}

.post{
	border-top: 1px dashed #e3e3e3;
	padding-top: 20px;
}
.post >p{
	height: 25px;
	padding: 10px 0;
	line-height: 25px;
	text-align: right;
	color: #e3e3e3;
}
.post >p.right{
	text-align: right;
}
.post >p a{
	color: #333;
	margin: 0 3px;
}
.post .e{

}
.post >p button{
	border: none;
	display: inline-block;
	height: 28px;
	width: 70px;
	background: url(../images/btn_gr.png);
	line-height: 28px;
	text-align: center;
	color: #fff;
	font-family: 微软雅黑;
}
