/* jswbox */
.ctrs-honorshow {
	width: 1200px;
	height: 300px;
	margin: 0 auto;
	position: relative;
}
.ctrs-honorshow ul {
	position: relative;
	height: 300px;
}
.ctrs-honorshow li {
	position: absolute;
	width: 0;
	height: 0;
	z-index: 0;
	cursor: pointer;
	overflow: hidden;
	top: 0px;
	left: 0px;
	border: 5px solid #FFF;
	-webkit-box-shadow: 0px 0px 10px 0px #333;
	box-shadow: 0px 0px 10px 0px #333;
}
.ctrs-honorshow li p {
	width: 100%;
	height: 100%;
	vertical-align: top;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: #FFF;
}
.ctrs-honorshow li p a {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	background-color: #000;
	filter: alpha(opacity=60); /*IE*/
	-moz-opacity: 0.6; /*MOZ , FF*/
	background: rgba(0,0,0,0.6)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
.ctrs-honorshow li p a .title {
	display: block;
	float: left;
	width: 70%;
	height: 50px;
	padding: 15px;
	line-height: 20px;
	color: #FFF;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.ctrs-honorshow li p a .more {
	display: block;
	float: left;
	width: 30%;
	height: 50px;
	padding: 15px;
	line-height: 20px;
	color: #FFAA00;
	text-align: right;
}
.ctrs-honorshow .prev, .ctrs-honorshow .next {
	display: none;
}
