/*主体*/
p,div{
	color: #464646;
}
.conBox{
	width: 1008px;
	margin: 0 auto;
	overflow: hidden;
}


.conBox .conR{
	float: left;
	padding-left: 30px;
	padding-top: 23px;
	width: 784px;
	min-height: 600px;
}
.conBox .conR h3{
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
.conBox .conR .newsFlash{
	width: 784px;
	height: 200px;
	padding-top: 18px;
	overflow: hidden;
	position: relative;
}
.conBox .conR .newsFlash ul {
	position: absolute;
	left: 0px;
	bottom: 0;
	height: 200px;
}
.conBox .conR .newsFlash ul li{
	width: 784px;
	height: 200px;
	float: left;
}
.conBox .conR .newsFlash ul li img{
	float: left;
}
.conBox .conR .newsFlash ul li .newsDetail{
	width: 430px;
	height: 174px;
	float: left;
	padding: 26px 32px 0 22px;
	background: #eee;
}
.conBox .conR .newsFlash ul li .newsDetail a{
	font-size: 18px;
	color: #005bac;
}
.conBox .conR .newsFlash ul li .newsDetail p{
	padding-top: 17px;
	line-height: 25px;
	color: #666;
	text-indent: 2em;
}
.conBox .conR .newsFlash .newsBtn{
	position: absolute;
	right: 25px;
	bottom: 20px;
	overflow: hidden;
}
.conBox .conR .newsFlash .newsBtn span{
	display: block;
	width: 9px;
	height: 9px;
	background: url(../images/btn_ico01.jpg) no-repeat;
	cursor: pointer;
	margin-left: 6px;
	float: left;
}
.conBox .conR .newsFlash .newsBtn span.selected{
	background: url(../images/btn_ico.jpg) no-repeat;
}
.conBox .conR .newsD{
	padding: 30px;
	line-height: 22px;
}
