﻿.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;
}

#announcements
{
    width: 925px;
    height: auto;
    position: absolute;
    left: 75px;
    top: 0px;
    z-index: 0;
    font-size: 13px;
    list-style:none;
}
#announcements a
{
    width: 835px;
    height: 100%;
    color:#333;
    float:left;
    text-indent:10px;
}
#announcements a:hover {
    color:#3da500;
}
#announcements .sj
{
    width: 90px;
    height: 100%;
    color:#333;
    font-size:12px;
    float:left;
}

.xw
{
    display: block;
    width: 470px;
    height: 96.5px;
    color: #333;
    margin:20px 0 0 20px;
    box-shadow: 0 0 6px 0 rgba(03, 02, 03, 0.15);
    float:left;
}

.xw .left
{
    width: 75px;
    height: 100%;
    float: left;
    text-align: center;
    text-indent: 5px;
}
.xw .left .tian
{
    width: 100%;
    height: 55px;
    line-height:55px;
    color: #fff;
    background: #3da500;
    font-size: 24px;
}
.xw .left .shij
{
    width: 100%;
    height: 41.5px;
    line-height:41.5px;
    color: #aaaaaa;
    background: #f4f4f4;
    font-size: 12px;
}
.xw .right
{
    width: 355px;
    height: 86.5px;
    float: right;
    text-align: justify;
    color: #666666;
    margin: 10px 20px 0;
}
.xw .right .mz
{
    width: 100%;
    height: 40px;
    line-height:40px;
    font-size:15px;
}
.xw:hover .right .mz
{
    color:#3da500;
}
.xw .right .mshu
{
    width: 100%;
    height: 32px;
    line-height:16px;
}

.cp {
    display: block;
    width: 221px;
    height: 288px;
    float: left;
    text-decoration: none;
    margin: 0px 10px;
    border: 2px #F2F2F2 solid;
    box-shadow: 0 0 6px 0 rgba(03, 02, 03, 0.15);
}

.cp:hover {
    border-color: #3da500;
    background: #3da500;
}

.cp:hover .mc {
    color: #fff;
}

.cp:hover .jg {
    color: #ffd800;
}

.cp .mc {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #333;
}

.cp .jg {
    width: 100%;
    height: auto;
    font-size: 13px;
    margin-top: 5px;
    color: #ff7300;
}
.lk {
    font-size:16px;
    color:#333;
    float: left;
    margin-right: 30px;
}
.lk:hover {
    color:#3da500;
}