﻿/*版权*/
html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #ffffff;
}

#CCC {
    position: absolute;
    width: 800px;
    height: 600px;
    background-image: url(login2.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

    #CCC .txt {
        width: 175px;
        height: 26px;
        border: 1px solid #848484;
        font-size: 14px;
        font-weight: bold;
        font-family: "微软雅黑", "宋体";
        line-height: 26px;
        padding-left: 4px;
    }

    #CCC .btn {
        color: #2a2a2a;
        border: none;
        background-color: transparent;
        height: 29px;
        width: 79px;
        background-image: url(bt.png);
        font-size: 14px;
        font-weight: bold;
    }

.aspNetHidden {
    display: none;
}

.info {
    border-right: solid 1px #ccc;
    padding-right: 12px;
    margin-right: 12px;
    display: inline-block;
    color: #068870;
    font: normal 14px 微软雅黑,黑体;
    background: url(/Areas/System/Views/Login/css/attachment.png) no-repeat left center;
    padding-left: 18px;
}


A:link {
    COLOR: #43a1cd;
    TEXT-DECORATION: none;
}

A:visited {
    COLOR: #43a1cd;
    TEXT-DECORATION: none;
}

A:hover {
    COLOR: #12aef6;
    TEXT-DECORATION: underline;
}

.updateNotice {
    position: absolute;
    width: 370px;
    height: 400px;
    background-color: #F8FADF;
    box-shadow: #ccc 0px 0px 17px;
    border-radius: 10px;
    overflow: hidden;
    display: none;
    z-index: 99;
    opacity: 0.9;
    border: 1px dotted #2D997C;
}

hr {
    border-color: #2D997C !important;
}

.notice,
.detail {
    padding: 0 15px;
}

.notice {
    height: 49px;
    width: 100%;
    line-height: 49px;
    font-size: 20px;
    font-weight: bold;
    color: #2D997C;
}

.isNotice {
    float: right;
    font-size: 12px;
    padding-right: 25px;
}

.MoreNotice {
    float: right;
    font-size: 12px;
    cursor: pointer;
    margin-top: 300px;
    margin-left: 270px;
    position: absolute;
}

.detail {
    height: 389px;
    overflow: hidden;
    line-height: 20px;
}

    .detail .scroll {
        white-space: nowrap;
        margin-left: 0px;
    }

    .detail p {
        float: left;
        overflow: hidden;
        white-space: nowrap;
    }

    .detail ul {
        padding: 0 15px;
    }

    .detail li {
        margin: 25px 0;
        /*white-space: nowrap;*/
        list-style: decimal;
    }
