﻿.banner
{
	width: 100%;
	height: auto;
}
.banner #banner_inner
{
	width: 100%;
	height: 460px;
	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%;
	bottom: 7px;
	margin-left: -38px;
	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: 31px;
    line-height: 31px;
    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;
}

.menu
{
    list-style: none;
    width: 100%;
    height: 100%;
    font-size: 14px;
}
.menu li
{
    width: 100%;
    height: 26px;
    line-height: 26px;
    background-repeat: repeat-x;
    background-image: none;
    text-align: left;
    text-indent: 10px;
    border-style: dashed;
    border-color: #AAAAAA;
    border-width: 0px 0px 1px 0px;
}
.menu li a
{
    display: block;
    width: 100%;
    height: 100%;
    color: #000000;
    text-decoration: none;
}
.menu li a:hover
{
    background-image:url('/image/listbk.jpg');
    color: #FFFFFF;
    text-decoration: underline;
}
.menu li a .flag
{
    float: right;
    margin-right: 10px;
}

.item
{
	width: 100%;
	height: 23px;
	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: #1A468D;
}
.item .i
{
	width: 100%;
	height: 18px;
	line-height: 24px;
	color: #000000;
	border-style: solid;
	border-color: #1A468D;
	border-width: 0px 0px 0px 0px;
}
.item .i .left
{
	width: 138px;
	height: 100%;
	float: left;
	text-align: left;
}
.item .i .right
{
	width: 100px;
	height: 100%;
	float: left;
	color: #666666;
	text-align: center;
}