@charset "gb2312";
.ctrl-news-tabs {
	width: 100%;
}
.ctrl-news-tabs .tabTitle {
	width: 100%;
	height: 60px;
	text-align: center;
}
.ctrl-news-tabs .tabTitle li {
	display: inline-block;
	height: 36px;
	padding: 0px 20px;
	margin: 0px 10px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	border-radius: 3px;
	background-color: #ddb168;
	cursor: pointer;
}
.ctrl-news-tabs .tabTitle li:hover {
	color: #fff;
	background-color: #652a04;
}
.ctrl-news-tabs .tabTitle .tabSelected {
	color: #fff;
	background-color: #652a04;
}
.ctrl-news-tabs .tabContent {
	width: 100%;
}
.ctrl-news-tabs .tabContent li {
	display: none;
	width: 100%;
	
}
.ctrl-news-tabs-list {
	width: 100%;
	height: 360px;
}
.ctrl-news-tabs-list a {
	display: block;
	float: left;
	width: 390px;
	height: 110px;
	padding: 10px;
	margin: 0px 0px 15px 15px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 5px 0px #DDD;
	box-shadow: 0px 0px 5px 0px #DDD;
}
.ctrl-news-tabs-list a .img {
	display: block;
	float: left;
	width: 140px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ctrl-news-tabs-list a .title {
	display: block;
	height: 22px;
	margin-left: 155px;
	color: #000;
	font-size: 14px;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.ctrl-news-tabs-list a .time {
	display: block;
	height: 17px;
	margin-left: 155px;
	color: #666;
	font-size: 12px;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.ctrl-news-tabs-list a .roundup {
	display: block;
	height: 51px;
	margin-left: 155px;
	color: #666;
	font-size: 12px;
	line-height: 17px;
	overflow: hidden;
}
.ctrl-news-tabs-list a:hover {
	-webkit-box-shadow: 0px 0px 0px 5px #DDD;
	box-shadow: 0px 0px 0px 5px #DDD;
}
.ctrl-news-tabs-list a:first-child {
	position: relative;
	width: 390px;
	height: 360px;
	margin: 0px;
	padding: 0px;
}
.ctrl-news-tabs-list a:first-child .img {
	float: none;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ctrl-news-tabs-list a:first-child .title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	padding: 0px 15px;
	margin: 0px;
	color: #FFF;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	background-color: #000;
	filter: alpha(opacity=80); /*IE*/
	-moz-opacity: 0.8; /*MOZ , FF*/
	background: rgba(0,0,0,0.8)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
.ctrl-news-tabs-list a:first-child .time, .ctrl-news-tabs-list a:first-child .roundup {
	display: none;
}