﻿/*新闻动态*/

.wrap {
	width: 710px;
	height: 320px;
	position: relative;
	overflow: hidden;
	float: left;
}
.slidebox {
	width: 710px;
	position: absolute;
	top: 0;
	left: 0;
	height: 320px;
}
.slidebox li {
	float: left;
	width: 710px;
	height: 320px;
	left: 0;
	top: 0;
}
.slidebox li img {
	display: block;
	width: 710px;
	height: 320px;
}
.dot {
	position: absolute;
	width: 100%;
	height: 30px;
	background: rgba(0,0,0,0.3);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);
	text-align: right;
	bottom: 0;
	left: 0;
}
.dot p {
	margin-right: 10px;
}
.dot b {
	width: 17px;
	height: 17px;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 17px;
	margin: 0 3px;
	margin-top: 6px;
	cursor: pointer;
	font-weight: normal;
}
.dot .cur {
	background: #fff;
	color: #333;
}
.trigger {
	width: 295px;
	height: 0px;
	background: rgba(0,0,0,0.3);
	text-align: left;
	bottom: 0;
	left: 10px;
	position: absolute;
	top: 295px;
	z-index: 1;
}
.trigger p {
	margin-right: 10px;
}
.trigger p {
	display: inline-block;
	border: 1px solid #fff;
	background: #fff;
	text-align: center;
	line-height: 17px;
	margin: 0 3px;
	margin-top: 6px;
	cursor: pointer;
	font-weight: normal;
}
.dot .cur {
	background: #fff;
	color: #333;
}
/*新闻动态结束*/


.tit_bom {
	color: #FFF !important;
	margin-left: 10px;
	margin-top: 0px;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 500px;
	display: block;
}
