﻿.banner
{
    width: 100%;
    height: auto;
}
.banner #banner_inner
{
    width: 100%;
    height: auto;
    position: relative;
    left: 50vw;
    margin-left: -50vw;
    top: 0px;
    z-index: 0;
}
.banner #banner_inner #dts
{
    width: 100%;
    height: auto;
}
.banner #banner_inner #dts a
{
    filter: alpha(opacity=0);
    opacity: 0;
    display: none;
}
.banner #banner_inner #dts a img
{
    width: 100%;
    height: auto;
}
.banner #banner_inner #xts
{
    list-style: none;
    width: auto;
    height: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    position: absolute;
    left: 50%;
    margin-left: 0px;
    bottom: 6px;
    z-index: 0;
    display: none;
}
.banner #banner_inner #xts li
{
    float: left;
    width: 10px;
    height: 10px;
    background-color: #B1B1B1;
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 1px 1px 1px 1px;
    border-radius: 10px;
    margin-left: 6px;
    cursor: pointer;
}

.announcement
{
    width: 100%;
    height: 31px;
    line-height: 31px;
    background-image: url('../image/announcementbg.jpg');
    background-repeat: repeat-x;
}
.announcement .inner
{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    font-family: 'SimSun';
    text-align: left;
}
.announcement .inner .left
{
    float: left;
    width: 60px;
    height: 100%;
}
.announcement .inner .right
{
    float: right;
    width: 940px;
    height: 100%;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 0;
    overflow: hidden;
}
.announcement .inner .right #announcement
{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
}

.news
{
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    color: #000000;
    border-style: dashed;
    border-color: #D2D2D2;
    border-width: 0px 0px 1px 0px;
}
.news .inner
{
    width: 100%;
    height: 23px;
    border-style: solid;
    border-color: #1A468D;
    border-width: 0px 0px 0px 0px;
}
.news:hover .inner
{
    border-bottom-width: 1px;
    color: #1A468D;
}
.news .inner .left
{
    width: 210px;
    height: 100%;
    float: left;
    text-align: left;
    text-indent: 5px;
}
.news .inner .right
{
    width: 90px;
    height: 100%;
    float: right;
    text-align: center;
    color: #666666;
}