﻿.banner
{
	width: 100%;
	height: auto;
}
.banner #banner_inner
{
	width: 1000px;
	height: 295px;
	margin: 0 auto;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 0;
}
.banner #banner_inner #dts
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	list-style: none;
}
.banner #banner_inner #dts li
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}
.banner #banner_inner #dts li a
{
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.banner #banner_inner #xts
{
	width: auto;
	height: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	position: absolute;
	left: 50%;
	margin-left: -11px;
	bottom: 7px;
	z-index: 1;
	list-style: none;
}
.banner #banner_inner #xts li
{
	float: left;
	width: 10px;
	height: 10px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px 1px 1px 1px;
	background-color: #B1B1B1;
	margin-left: 6px;
	cursor: pointer;
	border-radius: 10px;
}

.announcement
{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-image: url('/image/announcementbk.jpg');
    background-repeat: repeat-x;
}
.announcement .inner
{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    font-family: 'SimSun';
}
.announcement .inner .left
{
    float: left;
    width: 70px;
    height: 100%;
}
.announcement .inner .right
{
    float: right;
    width: 930px;
    height: 100%;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 0;
    overflow:hidden;
    text-align: left;
}
.announcement .inner .right #announcements
{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
}

.item
{
	width: 100%;
	height: 28px;
	text-indent: 5px;
	border-style: dashed;
	border-color: #D2D2D2;
	border-width: 0px 0px 1px 0px;
	cursor: pointer;
}
.item:hover .i
{
    border-bottom-width: 1px;
    color: #487DBD;
}
.item .i
{
	width: 100%;
	height: 23px;
	line-height: 29px;
	color: #000000;
	border-style: solid;
	border-color: #487DBD;
	border-width: 0px 0px 0px 0px;
}
.item .i .left
{
	width: 542px;
	height: 100%;
	float: left;
	text-align: left;
}
.item .i .right
{
	width: 100px;
	height: 100%;
	float: right;
	color: #666666;
	text-align: center;
}