.wrap {
	/* width: 670px;
	height: 240px; */
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
}

.slidebox {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.content-item-detail .screen .slidebox li {
	float: left;
	/* width: 670px;
	height: 240px; */
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.screen .slidebox li img {
	display: block;
	width: 100%;
	height: 100%;
}

.dot {
	position: absolute;
	width: 100%;
	height: 38px;
	text-align: right;
	bottom: 0;
	left: 0;
}

.dot p {
	margin-right: 43px;
}

.dot b {
	width: 16px;
	height: 16px;
	color: #333;
	display: inline-block;
	border: 1px solid #e4e4e4;
	background: #b0b0b0;
	text-align: center;
	line-height: 17px;
	margin: 0 3px;
	margin-top: 6px;
	cursor: pointer;
	font-weight: normal;
}

.dot .cur {
	background: #F63;
	color: #fff;
	border: 1px solid #f63;
}