﻿﻿#Link {
    width: 100%;
    height: 60px;
    background-color: #f2f2f2;
    border-top: 0.01rem solid #e2e2e2;
    border-bottom: 0.01rem solid #e2e2e2;
    margin-top: 20px;
    font-family: "微软雅黑" !important;
}

    #Link .Main {
        float: none;
        margin: 0 auto;
        width: 1300px;
        height: 100%;
    }

    #Link .Name {
        float: left;
        height: 100%;
        width: 50px;
        background: url('../Image/link-name.png') no-repeat;
        background-position-y: 23px;
        padding-left: 35px;
    }

        #Link .Name span {
            line-height: 60px;
            color: #666666;
            font-size: 14px;
        }

    #Link .List {
        float: left;
        height: 100%;
        width:1210px;
    }

        #Link .List a {
            line-height: 60px;
            font-size: 15px;
            color: #3f85e0;
            text-decoration:none;
            margin-right:10px;
        }

            #Link .List a:hover {
                color: #333;
                text-decoration: underline;
            }
#Site {
    width: 100%;
    height: 120px;
    background-color: #f2f2f2;
    font-family: "微软雅黑" !important;
}

    #Site .Main {
        float: none;
        margin: 0 auto;
        width: 1300px;
        height: 100%;
    }

        #Site .Main .Left {
            height: 100%;
            width: 80px;
            float: left;
        }

            #Site .Main .Left .Authenticate {
                width: 80px;
                height: 80px;
                margin-top: 20px;
            }

        #Site .Main .Middle {
            height: 100%;
            width: 600px;
            float: left;
            padding-left:30px;
        }

            #Site .Main .Middle .Info {
                width: 100%;
                height: 90px;
                margin-top: 20px;
            }

                #Site .Main .Middle .Info li {
                    height: 30px;
                    float: left;
                }

                    #Site .Main .Middle .Info li span, #Site .Main .Middle .Info li a {
                        line-height: 30px;
                        color: #666666;
                        float: left;
                        margin-left: 10px;
                    }

                    #Site .Main .Middle .Info li img {
                        float: left;
                        margin-top: 5px;
                        margin-left: 10px;
                    }

                    #Site .Main .Middle .Info li a {
                        text-decoration: none;
                    }

        #Site .Main .Right {
            height: 100%;
            width: 120px;
            float: right;
        }

            #Site .Main .Right .Correct {
                width: 110px;
                height: 55px;
                margin-top: 20px;
            }

#Hint {
    width: 100%;
    height: 60px;
    background-color: #f2f2f2;
    border-top: 1px solid #e2e2e2;
    text-align: center;
    font-family: "微软雅黑" !important;
}

    #Hint span {
        line-height: 60px;
        color: #666666;
    }
