﻿body {
    padding: 0;
    margin: 0;
    background-color: #f3f3f4;
    font-family: 微软雅黑;
}

.exam_head {
    height: 110px;
    background-color: #019c41;
}

.logo {
    float: left;
    margin-top: 25px;
    margin-left: 5%;
}
/*   切换题目类型样式*/

.state_type {
    width: 470px;
    float: left;
    margin-top: 30px;
    margin-left: 15%;
}

    .state_type ul {
        position: relative;
        margin: 0px;
        padding: 0px;
        height: 50px;
    }

        .state_type ul li {
            display: list-item;
            list-style-type: none;
            text-decoration: none;
        }

.type_sty {
    cursor: pointer;
    float: left;
    color: #c9ecd3;
    border-bottom: none;
    text-align: center;
    font-size: 20px;
    padding: 0px 60px;
    height: 80px;
    line-height: 80px;
}

    .type_sty:hover {
        color: white;
    }

    .type_sty:active {
        color: white;
        border-bottom: 3px solid white;
    }

    .type_sty.active {
        font-weight: 600;
        border-bottom: 5px solid white;
        color: white;
    }
/*切换题目样式结束*/
 .userimg {
            text-align: center;
            float: right;
            margin-top: 25px;
            width: 120px;
            position: absolute;
            right: 100px;
        }

            .userimg img {
                width: 45px;
                border-radius: 50%;
            }

        .user_name {
            color: white;
            margin-top: 5px;
        }

        .out {
            text-align: center;
            float: right;
            margin-top: 30px;
            margin-right: 40px;
        }

            .out img {
                cursor: pointer;
            }

        .out_name {
            color: white;
            margin-top: 5px;
        }

        .line {
            float: right;
            width: 10px;
            height: 25px;
            margin-right: 25px;
            margin-top: 40px;
            border-right: 2px solid #c9cfd3;
        }

.list_map {
    width: 1200px;
    margin: auto;
}

.list_sousuo {
    width: 775px;
    height: 50px;
    margin: auto;
    margin-top: 40px;
}

.zt_select {
    -moz-appearance: none;
    -webkit-appearance: none;
    float: left;
    padding: 0px 5px;
    height: 50px;
    width: 135px;
    border: 1px solid #b8c4ce;
    color: #34495e;
    font-size: 20px;
    background: white url(/img/icodown.png) no-repeat right center;
}

    .zt_select:focus {
        outline: none;
        border: 1px solid #019c41;
    }

.sousuo_input {
    float: left;
    height: 50px;
    width: 460px;
    border: 1px solid #b8c4ce;
}

    .sousuo_input:focus {
        outline: none;
        border: 1px solid #019c41;
    }

.sousuo_btn {
    cursor: pointer;
    float: left;
    height: 50px;
    width: 175px;
    border: 1px solid #019c41;
    background-color: #019c41;
    color: white;
    font-size: 18px;
}

    .sousuo_btn:hover {
        background-color: #05853a;
    }

.list_con {
    background-color: #ffffff;
    clear: both;
    margin-top: 30px;
    min-height: 67vmin;
}

    .list_con table {
        width: 100%;
        text-align: center;
        border-collapse: separate;
    }

        .list_con table tr th {
            height: 5vmin;
            text-align:center;
            border-bottom: 1px solid #f3f3f4;
        }

        .list_con table tr td {
            height: 6vmin;
            border-bottom: 1px solid #f3f3f4;
            color: #526068;
        }

.gostr {
    cursor: pointer;
    border: 1px solid #019c41;
    background-color: #019c41;
    color: white;
    padding: 0.2em 1.2em;
    border-radius: 0.2em;
}

    .gostr:hover {
        background-color: #0dc559;
        color: white;
    }

.con_bottom {
    margin-top: 20px;
    text-align: center;
}

    .con_bottom a {
        cursor: pointer;
        padding: 6px 10px;
        border: 1px solid #019c41;
        color: #019c41;
        border-radius: 0.3em;
        margin-left: 5px;
        text-decoration: none;
    }

        .con_bottom a:hover {
            color: white;
            background-color: #019c41;
            text-decoration: none;
        }

    .con_bottom span {
        margin-left: 5px;
        color: #019c41;
    }

    .con_bottom input {
        border: none;
        border-bottom: 1px solid #019c41;
        background: none;
        height: 30px;
        width: 50px;
        border-radius: 5px;
        text-align: center;
    }

        .con_bottom input:focus {
            outline: none;
        }

.text_yellow {
    color: #fabd00;
    font-weight: 600;
}

.text_end {
    font-weight: 600;
    color: #526068;
}

li {
    display: list-item;
    list-style-type: none;
    text-align: center;
    text-decoration: none;
}

.xialasty {
    text-align: center;
    position: relative;
    z-index: 9999999;
    line-height: 40px;
    font-size: 1em;
    margin-top: 15px;
    background-color: #34b067;
    padding: 0;
}

    .xialasty li {
        height: 35px;
        width: 120px;
    }

        .xialasty li:hover {
            background-color: #019c41;
        }

a {
    text-decoration: none;
    color: white;
}

    a:hover {
        text-decoration: none;
        color: white;
    }

#PaginatorLibrary .xz {
    color: white;
    background-color: #019c41;
}

.lishi {
    cursor: pointer;
    border: 1px solid #8bc34a;
    background-color: #8bc34a;
    color: white;
    padding: 0.2em 1.2em;
    border-radius: 0.2em;
    margin-left: 10px;
}

    .lishi:hover {
        background-color: #78a940;
        color: white;
    }
