.mod-panel {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 30px;
    _width: 960px;
}

.mod-panel .hd {
    padding-top: 15px;
    margin-bottom: 20px;
    line-height: 30px;
    text-align: center;
}

.mod-panel .hd h1 {
    font-weight: normal;
    font-size: 24px;
    color: #212121;
}

.mod-panel .hd p {
    font-size: 16px;
    color: #999;
}

.mod-panel .list {
    padding: 20px 20px 10px;
    border: 1px solid #ccc;
    background: #fff;
}

.mod-panel .list h4 {
    line-height: 24px;
    font-size: 16px;
}

.mod-panel .list h4 a {
    color: #1c5f82;
}

.mod-panel .list p {
    margin-bottom: 15px;
    line-height: 24px;
    text-indent: 2em;
}

.mod-panel .navs {
    margin-bottom: 10px;
    overflow: hidden;
}

.mod-panel .navs li {
    float: left;
    width: 25%;
    height: 36px;
    margin-bottom: 5px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    *width: 24.95%;
}

.mod-panel .navs li a {
    display: block;
    margin: 0 5px;
    background: #ebebeb;
    text-decoration: none;
}

.mod-panel .navs li.active a,
.mod-panel .navs li a:hover {
    background: #4285f4;
    ;
    color: #fff;
}

.mod-panel .detail {
    margin-bottom: 7px;
    line-height: 24px;
    text-indent: 2em;
}

.mod-panel .panel {
    padding: 15px 10px;
    border: 1px solid #ccc;
    background: #fff;
}

.mod-panel .panel h3 {
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}

.mod-panel .panel ul {
    margin-bottom: 10px;
    overflow: hidden;
    *position: relative;
    *zoom: 1;
}

.mod-panel .panel li {
    float: left;
    width: 23%;
    margin: 0 1% 10px;
    line-height: 30px;
    _display: inline;
    *width: 22.9%;
}

.mod-panel .input-text {
    display: block;
    width: 98%;
    line-height: 20px;
    padding: 10px 0;
    text-indent: 10px;
    outline: none;
}

.mod-panel .input-button {
    display: block;
    height: 42px;
    width: 108px;
    margin: 0 auto;
    background: #4285f4;
    border: medium none;
    line-height: 42px;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    outline: none;
}


/* 移动版响应 */

@media screen and (max-width: 1023px) {
    .mod-panel .hd {
        margin-bottom: 10px;
        padding-top: 0;
        line-height: 22px;
    }
    .mod-panel .hd h1 {
        font-size: 16px;
        color: #333;
    }
    .mod-panel .list {
        padding: 10px 10px 5px;
    }
}

@media screen and (max-width: 750px) {
    .mod-panel .hd {
        text-align: left;
    }
    .mod-panel .hd p {
        font-size: 14px;
    }
    .mod-panel .navs li {
        width: 50%;
    }
    .mod-panel .navs li a {
        margin: 0 2px;
    }
    .mod-panel .panel {
        padding: 0;
        border: none;
    }
    .mod-panel .panel li {
        width: 48%;
        margin: 0 1% 10px;
    }
    .mod-panel .panel li p:first-child {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .mod-panel .input-text {
        padding: 6px 0;
    }
    .mod-panel .input-button {
        line-height: 36px;
        height: 36px;
    }
}