﻿
/*主体*/

.section {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #f2f2f2;
	padding: 10px 0;
}

.detail {
	width: 1040px;
	height: auto;
	margin: 0 auto;
	padding: 30px;
	background-color: #FFFFFF;
}

.top {
	width: 1023px;
	height: 118px;
	border: 1px solid #f6f6f6;
	-webkit-box-shadow: 0px 5px 5px #eeeeee;
	box-shadow: 0px 5px 5px #eeeeee;
	border-radius: 3px;
	padding-left: 15px;
	position: relative;
}

.top dt {
	font-size: 22px;
	color: #333333;
	margin-top: 15px;
}

.top dd {
	font-size: 14px;
	color: #838383;
	margin-top: 10px;
}

.top li {
	display: inline-block;
}

.click {
	position: absolute;
	top: 36%;
	right: 150px;
	width: 136px;
	height: 38px;
	border-radius: 5px;
	background-color: #82bb30;
	color: #FFFFFF;
	border: 0;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

.collect {
	position: absolute;
	right: 50px;
	top: 30%;
	text-align: center;
	cursor: pointer;
	color: #a5a5a5;
}

.collect p {
	margin: 0 0 5px 0;
}

.coll_alert {
	width: 120px;
	line-height: 50px;
	position: absolute;
	top: 50%;
	left: 45%;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 16px;
	display: none;
}

.bottom {
	margin-top: 25px;
}

.bottom .b_left,
.bottom .b_right {
	display: inline-block;
}

.b_left {
	width: 700px;
}

.pay_need,
.post_detail,
.office {
	border-bottom: 1px solid #f5f5f5;
	line-height: 25px;
	font-size: 14px;
	color: #5c5c5c;
	padding-bottom: 20px;
}

.money {
	color: #ff7f00;
}

.mess li {
	display: inline-block;
	font-size: 14px;
	color: #5d5d5d;
	padding-left: 22px;
	vertical-align: middle;
	margin-right: 20px;
}

.mess .site {
	background: url(/images/position/ico_1.png) left center no-repeat;
}

.mess .suffer {
	background: url(/images/position/ico_2.png) left center no-repeat;
}

.mess .educa {
	background: url(/images/position/ico_3.png) left center no-repeat;
}

.mess .number {
	background: url(/images/position/ico_4.png) left center no-repeat;
}

.mess .age {
	background: url(/images/position/ico_5.png) left center no-repeat;
}

.boon li {
	display: inline-block;
	border: 1px solid #ff7f00;
	border-radius: 5px;
	padding: 0px 7px;
	font-size: 14px;
	color: #5d5d5d;
	margin-right: 15px;
}

.money,
.mess,
.boon {
	margin: 15px 0;
}

.b_right {
	width: 260px;
	height: auto;
	margin-left: 36px;
	background-color: #fafafa;
	vertical-align: top;
	padding: 20px;
}

.b_right>dl>dd>div:nth-child(2) {
	color: #767676;
	font-size: 14px;
}

.b_right dl {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
	line-height: 25px;
	margin-top: 10px;
}

.b_right dl:last-child {
	border: 0;
}

.b_right div {
	display: inline-block;
}

.b_right .l {
	color: #333333;
	font-size: 14px;
	text-align: left;
	width: 170px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
}

.b_right .r {
	color: #fe5105;
	font-size: 14px;
	text-align: right;
	width: 85px;
	vertical-align: top;
}

.b_right .l2 {
	text-align: left;
	overflow: hidden;
	width: 170px;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
}

.b_right .r2 {
	text-align: right;
	width: 85px;
	vertical-align: top;
}

.title {
	font-size: 18px;
	color: #000000;
	border-left: 10px solid #82bb30;
	padding-left: 10px;
	line-height: 60px;
}

.adress div {
	font-size: 14px;
	color: #5c5c5c;
}



#wrapper {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 360px;
}

#banner {
	position: relative;
	width: 800px;
	height: 360px;
	overflow: hidden;
}

.imgList {
	position: relative;
	width: 100%;
	height: 360px;
	z-index: 10;
}

.imgList li {
	position: absolute;
	top: 0;
	width: 800px;
	height: 360px;
}

.imgList img {
	width: 800px;
	height: 360px;
}

#prev,
#next {
	position: absolute;
	top: 40%;
	z-index: 20;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	font-size: 40px;
}

#prev {
	left: 0px;
	padding: 5px 10px 5px 5px;
}

#next {
	right: 0px;
	padding: 5px 5px 5px 10px;
}

.bg {
	position: absolute;
	bottom: 0;
	width: 800px;
	height: 40px;
	z-index: 20;
}

.infoList {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 30;
}

.infoList li {
	display: none;
}

.infoList .infoOn {
	display: inline;
	color: white;
}

.indexList {
	position: absolute;
	right: 10px;
	bottom: 5px;
	z-index: 30;
}

.indexList li {
	float: left;
	margin-right: 5px;
	border: 2px solid white;
	cursor: pointer;
	width: 102px;
	height: 45px;
	border-radius: 3px;
}

.indexList img {
	width: 100%;
	height: 100%;
}

.indexList .indexOn {
	border-width: 2px;
	border-style: solid;
	border-color: #d8ff9f;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.indexList .indexOn:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 48px;
	width: 0;
	height: 0;
	border-bottom: 10px solid #d8ff9f;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}