.detail_item {
	padding: 24px 6px 40px;
	margin-bottom: 22px;
	border:1px solid #fee4e4;
	position: relative;
}
.show_title {
	text-align: center;
	font-size: 28px;
	color: #333333;
	margin-bottom: 15px
}
.show_title p {
	text-align: center;
	font-size: 12px;
	color: #797979;
}
.pic-show {
	width: 100%;
	text-align: center;
}
.pic-show img {
	width: 750px;
	height: 640px;
}
.pic-show-list {
	width: 766px;
	margin: 0 auto;
	
	margin-top: 30px;
	position: relative;
	/*border:1px solid #ff0000;*/
}
.list-container {
	width: 766px;
    height: 150px;
    padding-top: 18px;
    overflow: hidden;
}
.scrool_wrap li{list-style-type: none;}
.pic-show-list ul {
	width: 2000px;
}
.pic-show-list ul li {
	width: 138px;
	height: 118px;
	padding: 0;
	list-style-type: none;
	cursor: pointer;
	float: left;
}
.pic-show-list ul li img {
	width: 100%;
	height: 100%;
}
.pic-show-list ul li:not(:first-child) {
	margin-left: 17px;
}
.prev_btn,.next_btn {
	font-size: 30px;
	position: absolute;
}
.prev_btn:hover {
	color: #777;
}
.next_btn:hover,.next_btn:focus {
	color: #ff0000;
}
.prev_btn {
	top: 30px;
	left: -50px;
}
.next_btn {
	top: 30px;
	right: -50px;
	color: #ff0000;
}
.imageBottom {
	text-align: center;
}
.currthumb {
	margin-top: -8px;
	box-shadow: 0 0 16px #000;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.detail-content {
	width: 1080px;
	margin: 0 auto;
	padding: 18px;
	line-height: 28px;
	border-bottom: 1px solid #777;
}
.detail-content strong {
	display: block;
	font-size: 16px;
	margin-bottom: 30px;	
}
.detail-content p {
	text-indent: 2em;
	margin-bottom: 30px;
}
.text-skip {
	width: 1080px;
	margin: 0 auto;
	padding: 18px;
}
.text-skip p {
	line-height: 28px;
}
.advertising_position {
	margin-bottom: 22px;
}
.detail-list-left {
	margin-top: 18px;
	width: 660px;
}
.detail-list-left ul:first-child {
	margin-bottom: 40px;
}
.detail-list-right {
	width: 470px;
	margin-top: 18px;
}
.detail-list-pic {
	width: 220px;
}
.detail-list-pic p {
	padding: 0 18px;
	margin:10px 0;
	font-size: 12px;
}
.detail-list-pic:nth-child(2n) {
	margin-left: 30px;
}
