﻿* {
    font-family: 微软雅黑;
}


html, body {
    margin: 0px;
    padding: 0px;
    height: 100%; 
    overflow: hidden; 
}

INPUT.text {
    color: #555555;
    border: 0px;
    font-size: 20px;
    height: 30px;
    padding-left: 5px;
}

INPUT.button {
    border: 1px solid #117ED2;
    width: 70px;
    height: 30px;
    padding-top: 2px;
    background-color: #1484AA;
    color: #EEEEEE;
    margin: 2px;
}

#header {
    background: #EEE url('/images/gradient_top.png') repeat-x;
}

#footer {
    position: absolute;
    bottom: 0;
    clear: both;
    text-align: center;
    width: 100%;
    height: 40px;
    background: #EEE url('/images/gradient_bottom.png') repeat-x;
}

#notice {
    color: #FF0000;
    font-size: 10pt;
    text-align: center;
}

A {
    color: #117ED2;
    font-size: 10pt;
    text-decoration: none;
}

    A:hover {
        text-decoration: underline;
    }

    A.normal {
        color: #666666;
        text-decoration: none;
    }

        A.normal:hover {
            color: #117ED2;
            text-decoration: underline;
        }

TD.title {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding-left: 5px;
    padding-right: 5px;
    width: 50px;
}

.title div {
    width: 50px;
}

TD.content {
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.checkcodeinput {
    float: right;
    text-align: center;
    border: 0px;
    margin: 0px;
    padding: 0px;
    width: 108px;
    color: #555555;
    height: 30px;
    padding-top: 3px;
}

.checkcodeimg {
    margin: 0px;
    float: left;
    height: 30px;
    padding-top: 3px;
}

/*图片切换*/
.slide-box {
    position: relative;
    margin: 0;
    min-height: 360px;
    min-width: 512px;
    text-align: right;
    overflow: hidden;
    float: right;
}

    .slide-box .list-box {
        width: 100%;
        height: 100%;
    }

        .slide-box .list-box li {
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 100%;
            height: 100%;
            opacity: 0;
            filter: alpha(opacity=0);
        }

            .slide-box .list-box li a {
                display: block;
                width: 100%;
                height: 100%;
            }

                .slide-box .list-box li a img {
                    width: 100%;
                    height: 100%;
                }

    .slide-box .speed-box {
        position: absolute;
        left: 0;
        bottom: 20px;
        width: 100%;
        height: 10px;
        text-align: center;
        z-index: 999;
    }

    .slide-box .speed-btn {
        display: inline-block;
        margin: auto 0;
        /*background:#dddddd;*/
    }

        .slide-box .speed-btn a {
            display: block;
            float: left;
            margin: 0 5px;
            width: 10px;
            height: 10px;
            background: url(/images/slide_btns.png) 0 -166px no-repeat;
            overflow: hidden;
            *float: none;
            *display: inline-block;
        }

            .slide-box .speed-btn a.selected {
                background-position: 0 -176px;
            }

    .slide-box .prev-btn, .slide-box .next-btn {
        position: absolute;
        top: 50%;
        display: block;
        margin-top: -41px;
        width: 42px;
        height: 82px;
        z-index: 999;
        opacity: 0.9;
        filter: alpha:opacity(90);
        background: url(/images/slide_btns.png) no-repeat;
        display: none;
        overflow: hidden;
    }

    .slide-box .prev-btn {
        left: 31px;
        background-position: 0 0;
    }

    .slide-box .next-btn {
        right: 31px;
        background-position: 0 -82px;
    }

/*公告*/
.dashboard {
    height: 30px;
    margin: 0 auto;
    font-size: 11pt;
    text-align: left;
    width: 700px;
    float: left;
    position: relative;
}

    .dashboard a {
        text-decoration: none;
    }
    /*图片*/
    .dashboard .dashboardlogo {
        margin-top: -2px;
        float: left;
        height: 30px;
        width: 30px;
    }

    /*公告内容*/
    .dashboard .dashboardcontent {
        float: left;
        margin-left: 10px;
        overflow-y: hidden;
        height: 30px;
        width: 650px;
        background-color: #f5f5f5;
        border-radius: 8px;
    }

    /*查看更多*/
    .dashboard .moreannouncement {
        position: absolute;
        top: 0;
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        right: 28px;
        color: #8a8a8a;
        cursor: pointer;
    }

        .dashboard .moreannouncement div {
            float: left;
        }

        .dashboard .moreannouncement img {
            width: 22px;
            height: 22px;
            margin-top: 3px;
        }

    .dashboard #allannouncement ul li {
        margin: 10px 0;
    }

        .dashboard #allannouncement ul li .subject {
            clear: both;
            float: left;
        }

        .dashboard #allannouncement ul li .btndownload {
            float: left;
        }

        .dashboard #allannouncement ul li a {
            margin-left: 10px;
        }

    .dashboard #announcementitems ul {
        margin: 0;
        padding: 0;
    }

        .dashboard #announcementitems ul li {
            list-style-type: none;
            margin: 0 80px 0 20px;
            height: 30px;
            line-height: 30px;
            text-align: center;
        }

            .dashboard #announcementitems ul li .subject {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 490px;
                display: inline-block;
                height: 30px;
                line-height: 30px;
                float: left;
            }

            .dashboard #announcementitems ul li .btndownload {
                display: inline-block;
                height: 30px;
                line-height: 30px;
            }

            .dashboard #announcementitems ul li a {
                margin-left: 10px;
            }
