﻿body {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #666;
    text-decoration: none;
}

    a:hover {
        color: #C60;
        text-decoration: underline;
    }

.wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/Images/CTLOGO.png) no-repeat;
    background-position: center center; background-size: cover;
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/CTLOGO.png', sizingMethod='scale');
    overflow: hidden;
}

.top-info {
    position:relative;
    width: 980px;
    height: 75px;
    top: 40px;
    left:50%;
    margin-left:-501px;
    font-size: 15px;
    text-indent: 2em;
    line-height: 1.6;
    color: #333;
    background: #fff2f0;
    border: 1px solid #ffccc7;
    padding: 10px;
}
.top-info .point{ display:block;width:20px;height:20px;position:absolute;top:11px;left:10px; background:url(Images/point.png); background-size:cover;}

.form-wrap {
    position: relative;
    width: 1800px;
    margin: 0 auto;
    /*height: 520px;*/
    top: 15px;
}

.top-log {
    height: 55px;
    width: 333px;
    margin: 10px;
    background: url(images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.login-form-pic {
    height: 200px;
    background: #1f6bff;
    background-image: url(images/bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 5px;
}

.new-notice, .new-znotice {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    width: 50%;
}

    .new-notice h1, .new-znotice h1 {
        font-size: 20px;
        font-weight: normal;
        line-height: 35px;
        color: #0011ff;
    }

   .new-notice h1 span, .new-znotice h1 span{
       padding-left:20px;
        font-size: 16px;
        font-weight: normal;
        line-height: 35px;
        color: #999;
    }


    .new-notice ul li, .new-znotice ul li {
        font-size: 14px;
        color: #0011ff;
        line-height: 2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor:default;
    }

.login-box {
    position: absolute;
    width: 405px;
    height: 490px;
    background: #fff;
    right: 400px;
    top: 65px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #ccc;
}

.login-text {
    width: 300px;
    margin: 0 auto;
}

.login-top {
    position: relative;
    margin-top: 30px;
}

    .login-top h2 {
        font-size: 20px;
        line-height: 50px;
        font-weight: normal;
    }

    .login-top a {
        position: absolute;
        right: 0;
        top: 15px;
        font-size: 14px;
        text-decoration: underline;
        color: #1f6bff;
    }

        .login-top a:hover {
            color: red
        }

.group {
    position: relative;
    height: 40px;
}

.inp {
    display: block;
    width: 100%;
    height:38px;
    line-height: 38px;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-indent: 16px;
    font-size: 14px;
    margin-top: 20px;
}

.group #login_authImg{ position:absolute; top:50%; margin-top:-11px; right:0; cursor:pointer;}


.inp:focus {
    outline: none;
    border: 1px solid #1f6bff;
}

input::-webkit-input-placeholder, input:-ms-input-placeholder {
    color: #8699c1;
}

.login-btn {
    margin-top: 30px;
}

    .login-btn .btn {
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        background: #2467f3;
        text-decoration: none;
        border-radius: 5px;
        border: none;
        width: 100%;
        cursor: pointer;
    }

        .login-btn .btn:hover {
            background: #1158ec
        }

.nex-tool {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}

    .nex-tool a {
        text-decoration: underline;
        color: #1f6bff;
    }

.select-list {
    position: absolute;
    top: 37px;
    width: 300px;
    height: 0;
    background-color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow: hidden;
    transition-duration: 0.3s;
}

    .select-list li {
        height: 33px;
        line-height: 33px;
        padding: 0 1em;
        color: #666;
        font-size: 14px;
    }

        .select-list li:hover {
            background-color: #ced9df;
        }

.login-select:hover {
    cursor: pointer;
}

.active .select-list {
    height: 66px;
    border: #ced9df 1px solid;
    border-top: none;
}

.login-select:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 18px;
    right: 15px;
    border-width: 5px;
    border-style: solid dashed dashed;
    border-color: #3a4a69 transparent transparent;
}

.footer-bar {
    position: absolute;
    height: 175px;
    bottom: 0;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    background: #f7f8fc;
}

.footer-bar .new-notice{ border:none;}
    .footer-bar .new-notice ul li {
        overflow: inherit;
    }

.notice-wrap{ position:absolute; top:45px; left:0;width:100%;bottom:5px; overflow:auto; }



