﻿select {
    border: 0;
    border-bottom: 1px solid #eee;
    padding: 4px;
    color: #666;
    border-radius: 4px;
    font-size: 16px;
}

.province {
    margin-bottom: 15px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

th {
    text-align: left;
    border-bottom: 2px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
}

tr {
    position: relative;
}

td {
    vertical-align: middle;
    padding: 8px;
}

tr:nth-child(2n) {
    background-color: #f9f9f9;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.title_h3 {
    margin: 20px 0 12px 0;
}

.ek_main {
    margin-top: 10px;
}

.disN {
    display: none;
}

.tdImg {
    width: 400px;
    height: 400px;
}

.tdImgSmall {
    width: 30px;
    height: 28px;
}

.pp111 {
    font-weight: bold;
    font-size: 14px;
}

.pp22 {
    color: rgba(0, 0, 0, 0.56);
    font-size: 13px;
}

.ppii, .ppii2 {
    cursor: pointer;
}

    .ppii i {
        color: mediumturquoise;
    }

.table-responsive tbody tr:hover {
    background: #eee;
}

.table-responsive tbody tr td.ppnn {
    display: none;
}

.table-responsive tbody tr td .tdImg {
    display: none;
}

.btnOne {
    width: 48%;
}

.aabb {
    height: 200px;
    background: url("../img/nav3.jpg") center center no-repeat;
    background-size: cover;
}

.ppfa {
    margin-left: 4px;
}

@media screen and (max-width: 767px) {
    .aabb {
        height: 100px;
    }

    .tdImg {
        width: 100%;
        height: auto;
    }

    .pp111 {
        font-size: 17px;
    }

    .ppii {
        position: absolute;
        top: 50%;
        margin-top: -14px;
        left: 10px;
    }

    .ppii2 {
        position: absolute;
        top: 50%;
        margin-top: -14px;
        right: 10px;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
    }

        .table-responsive thead {
            display: none;
        }

        .table-responsive tbody tr {
            display: block;
            margin-bottom: 20px;
            border: 1px solid #eee;
            padding: 10px 50px 10px 40px;
            border-radius: 4px;
        }

            .table-responsive tbody tr td {
                display: block;
                margin-bottom: 5px;
                padding: 0;
            }

                .table-responsive tbody tr td span {
                    display: inline;
                }
}

.copy {
    position: fixed;
    bottom: 0;
    left: 0;
}