@charset "utf-8";

.news .body {
	width: 1000px;
	margin: 0px auto;
}

.news .bodyLeft {
	width: 210px;
	float: left;
}

.news .bodyLeft .newsType {
	width: 210px;
	clear: both;
}

.news .bodyLeft .newsType .top {
	height: 27px;
	line-height: 27px;
	padding-top: 2px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
	clear: both;
	background: url(../images/product_bg.gif) 0px 0px no-repeat;
}

.news .bodyLeft .newsType .middle {
	width: 210px;
	clear: both;
	_overflow: hidden;
	background: url(../images/product_y_bg.gif) 0px 0px repeat-y;
}

.news .bodyLeft .newsType li {
	width: 200px;
	height: 27px;
	line-height: 27px;
	float: left;
	padding: 0px 5px;
	position: relative;
	z-index: 5;
	font-size: 12px;
	color: #333333;
}

.news .bodyLeft .newsType li:hover {
	background: url(../images/product_bg.gif) 0px -90px no-repeat;
}
.news .bodyLeft .newsType li a {
	color: #333333;
}

.news .bodyLeft .newsType li .icon {
	width: 25px;
	height: 27px;
	line-height: 27px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(../images/product_bg.gif) 0px -270px no-repeat;
}

.news .bodyLeft .newsType .bottom {
	height: 9px;
	clear: both;
	overflow: hidden;
	background: url(../images/product_bg.gif) 0px -30px no-repeat;
}

.news .bodyRight {
	width: 780px;
	float: right;
}

.news .main {
	width: 778px;
	clear: both;
	position: relative;
	overflow: hidden;
	border: 1px solid #dddddd;
}

.news .main .top {
	width: 770px;
	height: 31px;
	line-height: 36px;
	padding-left: 16px;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	color: maroon;
	overflow: hidden;
}

.news .main .top strong {
	margin-right: 5px;
	color: #333333;
}

.news .main .middle {
	width: 778px;
	clear: both;
	padding: 5px 0px 19px 0px;
}


.news .main li {
	width: 770px;
	float: left;
	padding: 10px;
}

.news .main .title {
	width: 770px;
	height: 31px;
	line-height: 36px;
	text-align: center;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	color: blue;
	overflow: hidden;
}

.news .main .date {
	text-align: center;
}

.news .main .bottom {
	width: 780px;
	height: 7px;
	clear: both;
	overflow: hidden;
}

.news .newsContent {
	padding: 10px;
}

.news .newsContent p {
	margin: 0 10px;
}
ul.listNews li {
	border-bottom:1px dotted #CCCCCC;
	padding:5px 0px;
}

ul.listNews li p {
	float:left;
	margin-bottom:0px;
}
ul.listNews li p {
	width:80%;
}
ul.listNews li p.date {
	width:20%;
}
.news .bodyLeft .slider .scrollable {
	width: 100%;
	height: 210px;
	overflow: hidden;
	position: relative;
}

.news .bodyLeft .slider .items {
	width: 20000em;
	position: absolute;
	clear: both;
}

.news .bodyLeft .slider .scrollable .items div {
	width: 210px;
	float: left;
}

.news .bodyLeft .slider .scrollable img {
	float: left;
	background-color: #fff;
	width: 208px;
}

.news .bodyLeft .slider .scrollable .navi {
	height: 10px;
	margin: 0px 5px;
	position: absolute;
	right: 10px;
	bottom: 8px;
	display:none;
}

.news .bodyLeft .slider .scrollable .navi a {
	width: 10px;
	height: 10px;
	float: left;
	margin-left: 5px;
	display: block;
	outline: none;
	overflow: hidden;
	background: url(../images/index_slider_navi_bg.gif) -1px -40px no-repeat;
}

.news .bodyLeft .slider .scrollable .navi a:hover {
	background-position: -1px -60px;
}

.news .bodyLeft .slider .scrollable .navi a.active {
	background-position: -1px -60px;
}

.news .bodyLeft .slider .scrollable .prevNext {
	height: 15px;
	width: 40px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: block;
	float: left;
}

.news .bodyLeft .slider .scrollable a.browse {
	height: 15px;
	width: 20px;
	display: block;
	float: left;
	cursor: pointer;
	overflow: hidden;
	background: url(../images/index_slider_navi_bg.gif) no-repeat;
}

.news .bodyLeft .slider .scrollable a.right {
	background-position: -21px 0px;
}

.news .bodyLeft .slider .scrollable .right:hover {
	background-position: -21px -19px;
}

.news .bodyLeft .slider .scrollable .left:hover {
	background-position: 0px -19px;
}

.news .bodyLeft .slider .scrollable a.disabled {
	visibility: hidden !important;
}
