﻿.news-lunbo {
	float: left;
	position: relative;
	width: 575px;
	border-radius: 4px;
	behavior: url(../src/pie/PIE.htc);
        height: 340px;
}

.news-lunbo #b04 {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	behavior: url(../pie/PIE.htc);
}

.news-lunbo #b04 .dots {
	position: absolute;
	right: 10px;
	bottom: 18px;
	z-index: 10;
}

.main .news-lunbo #b04 .dots li {
	width: 12px;
	display: inline-block;
	height: 12px;
	background-color: #fff;
	opacity: 0.5;
	border-radius: 50%;
	behavior: url(../images/pie.htc);
	cursor: pointer;
	margin-right: 10px;
}

.main .news-lunbo #b04 .dots li.active {
	width: 20px;
	opacity: 1;
	border-radius: 6px;
	behavior: url(../pie/PIE.htc);
}

.main .news-lunbo #b04 .arrow {
	position: absolute;
	top: 200px;
}

.main .news-lunbo #b04 #al {
	left: 20px;
	top: 204px;
	color: #fff;
	font-size: 46px;
	opacity: 0.5;
}

.main .news-lunbo #b04 #al:hover {
	color: #E30B20;
	opacity: 1;
}

.main .news-lunbo #b04 #ar {
	right: 20px;
	top: 204px;
	color: #fff;
	font-size: 46px;
	opacity: 0.5;
}

.main .news-lunbo #b04 #ar:hover {
	color: #E30B20;
	opacity: 1;
}

.main .news-lunbo #b04 ul li {
	float: left;
	width: 785px;
	height: 435px;
}

.main .news-lunbo #b04 ul li a {
	width: 785px;
	height: 435px;
	display: block;
}

.main .news-lunbo #b04 ul li a img {
	width: 785px;
	height: 435px;
	display: block;
}

.lunbotext {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9;
	line-height: 40px;
	text-indent: 20px;
	color: #fff;
	font-size: 16px;
}

.main .news-lunbo .text a {
	margin-left: 20px;
	color: #fff;
	font-size: 20px;
}

.main .news-lunbo .jSlider .navigator .prev {
	display: none;
	margin-left: -30px;
}

.main .news-lunbo .jSlider .navigator .next {
	display: none;
	margin-right: -30px;
}

.main .news-lunbo .jSlider:hover .navigator .prev {
	display: block;
}

.main .news-lunbo .jSlider:hover .navigator .next {
	display: block;
}

.main .news-lunbo .jSlider .controller .indicator {
	text-align: right;
	margin-right: 30px;
	z-index: 10;
}

.main .news-lunbo .jSlider .controller .indicator span {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
}

.main .news-lunbo .jSlider .controller .indicator .selected {
	background-color: #E30B20;
	width: 20px;
}

.main .news-lunbo-right {
	float: left;
	margin-top: 90px;
	margin-left: 45px;
	width: 370px;
}

.main .news-lunbo-right h4 {
	font-size: 24px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main .news-lunbo-right h4:hover a {
	color: #E30B20;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main .news-lunbo-right div {
	margin-top: 20px;
	font-size: 18px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main .news-lunbo-right div:hover a {
	color: #E30B20;
}

.main .news-lunbo-bottom {
	float: left;
	margin-top: 41px;
	margin-left: 45px;
	width: 370px;
}

.main .news-lunbo-bottom h4 {
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.main .news-lunbo-bottom h4:hover a {
	color: #E30B20;
}

.main .news-lunbo-bottom div {
	margin-top: 20px;
	font-size: 18px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main .news-lunbo-bottom div:hover a {
	color: #E30B20;
}