@charset "gb2312";
/* CSS Document */
.ctrl-news-slider {
	width: 100%;
	height: 400px;
}
.ctrl-news-slider-show {
	float: left;
	width: 49%;
	height: 420px;
	background-color: #F5F5F5;
}
.ctrl-news-slider-show li {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ctrl-news-slider-list {
	float: left;
	width: 51%;
	height: 420px;
}
.ctrl-news-slider-list li {
	width: 100%;
	height: 130px;
	padding-left: 30px;
	margin-top: 15px;
}
.ctrl-news-slider-list li:first-child {
	margin-top: 0px;
}
.ctrl-news-slider-list li a {
	display: block;
	width: 100%;
	height: 130px;
	padding: 10px;
	background-color: #F5F5F5;
}
.ctrl-news-slider-list li a .img {
	display: block;
	float: left;
	width: 110px;
	height: 110px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ctrl-news-slider-list li a .title {
	display: block;
	height: 30px;
	margin-left: 120px;
	font-size: 18px;
	color: #333;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.ctrl-news-slider-list li a .note {
	display: block;
	height: 20px;
	margin-left: 120px;
	font-size: 12px;
	color: #CCC;
}
.ctrl-news-slider-list li a .text {
	display: block;
	height: 60px;
	margin-left: 120px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
}
.ctrl-news-slider-list-hover {
	background-image: url(arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.ctrl-news-slider-list-hover a {
	background-color: #6a3906 !important;
}
.ctrl-news-slider-list-hover a span {
	color: #FFF !important;
}