.mod-panel{
	width:100%;
	max-width: 960px;
	margin:0 auto 50px;
	_width:960px;
}
.mod-panel .hd{
	padding-top: 15px;
	margin-bottom: 25px;
	line-height: 30px;
	text-align: center;
}
.mod-panel .hd h1{
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 24px;
	color:#212121;
}
.mod-panel .hd h1 a{
	font-size: 16px;
	color:#4bae4f;
}
.mod-panel .hd h1 b{
    color: #2095f2;
}
.mod-panel .hd p{
    line-height: 26px;
	color:#757575;
}
.mod-panel .hd .green-text{
	color: #009900
}
.mod-panel .hd p a{
    margin: 0 5px;
    color: #2095f2;
}
.mod-panel .table table{
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #dbdbdb;
    border-left: 0;
}
.mod-panel .table thead {
    border-bottom: 1px solid #dbdbdb;
    background-color: #f0f0f0;
}
.mod-panel .table th,.mod-panel .table td{
    border: 1px solid #dbdbdb;
    word-break: break-all;
    word-wrap: break-word;
    padding: 8px;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
}
.mod-panel .table tbody tr:nth-child(2n){
    background-color: #f0f0f0;
}
.mod-panel .table th{
    font-weight: bold;
}
.mod-panel .table th span{
    vertical-align: middle;
    margin-left: 3px;
    position: relative;
    top: -2px;
}
.mod-panel .table tbody tr[bgColor="#E6F2E7"]{
    background: #E6F2E7!important;
}
.mod-panel .table td[bgColor="#6699cc"]{
    background: #6699cc;
    color: #fff;
}
.mod-panel .table h2{
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
}
.mod-panel .table p{
    line-height: 26px;
}
.mod-panel .table a{
    white-space: nowrap;
    margin: 0 5px;
}
.mod-panel .table input[type="button"]{
    display: inline-block;
    width: 48px;
    line-height: 26px;
    margin: 0 1px;
}
.mod-panel .table .redButton{
    font-weight: bold;
    color: red;
}
.mod-panel .table .blueButton{
    font-weight: bold;
    color: blue;
}
.mod-panel .table .tdc{
    background: #fff;
}
.mod-panel .pagination{
    font-size: 0;
}
.mod-panel .pagination b,.mod-panel .pagination a{
    display: inline-block;
    min-width: 10px;
    height: 30px;
    padding: 0 10px;
    margin: 0 2px;
    background: #f0f0f0;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.mod-panel .pagination b{
    background: #6699cc;
    color: #fff;
}
.mod-panel .pagination a:hover{
    text-decoration: none;
    background: #6699cc;
    color: #fff; 
}

.mod-panel .foot-fixed{
    position: fixed;
    _position: absolute;
    bottom: 0;
    z-index: 100;
}
.mod-panel .foot{
    width: 960px;
}
.mod-panel .foot .box{
    height: 30px;
    padding: 5px 10px;
    border: 1px solid #dbdbdb;
    background: #f0f0f0;
}
.mod-panel .foot b{
    color: #2095f2;
}
.mod-panel .foot input[type="text"]{
    height: 20px;
    padding: 4px 8px;
    border: 1px solid #dbdbdb;
}
.mod-panel .foot input[type="submit"],.mod-panel .foot input[type="button"]{
    display: inline-block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
}
.mod-panel .foot select{
    width: 100px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    border: 1px solid #dbdbdb;
}
.mod-panel .search {
    margin: 30px 0;
}
.mod-panel .search table{
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #dbdbdb;
    border-left: 0;
}
.mod-panel .search caption{
    font-size: 16px;
}
.mod-panel .search thead {
    border-bottom: 1px solid #dbdbdb;
    background-color: #f0f0f0;
}
.mod-panel .search th,.mod-panel .search td{
    border: 1px solid #dbdbdb;
    word-break: break-all;
    word-wrap: break-word;
    padding: 5px 10px;
    line-height: 26px;
    font-weight: normal;
}
.mod-panel .search .th{
    width: 25%;
    background: #f5f5f5;
    text-align: right;
}
.mod-panel .search p{
    margin-bottom: 7px;
    line-height: 26px;
    text-align: center;
}
.mod-panel .search b{
    color: #2095f2;
}
.mod-panel .search .input-text {
    display: inline-block;
    width: 160px;
    height: 20px;
    border: 1px solid #ccc;
    padding: 7px 10px;
    line-height: 20px;
    vertical-align: middle;
    outline: none;
}
.mod-panel .search .input-submit {
    height: 36px;
    width: 100px;
    background-color: #337ab7;
    border: medium none;
    border-color: #2e6da4;
    line-height: 36px;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    outline: none;
    border-radius: 3px;
}
.mod-panel .search .input-submit:hover{
    background-color: #286090;
    border-color: #204d74;
}

/* 移动版响应 */
@media screen and (max-width: 640px) {
    .mod-panel .hd{
        margin-bottom: 15px;
    }
    .mod-panel .hd h1{
        font-size: 18px;
    }
    .mod-panel .table{
        overflow-x: auto;
    }
    .mod-panel .table th, .mod-panel .table td{
        padding: 5px 2px;
        /*white-space: nowrap;*/
    }
    .mod-panel .search{
        margin: 20px 0;
    }
    .mod-panel .search table{
        border: none;
    }
    .mod-panel .search tr{
        display: block;
        margin-bottom: 10px;
    }
    .mod-panel .search th, .mod-panel .search td{
        display: block;
        text-align: center;
    }
    .mod-panel .search .th{
        width: auto;
        border-bottom: none;
        text-align: center;
    }
    .mod-panel .search .input-text{
        width: 132px;
        margin: 8px 0;
    }
    .mod-panel .search .input-submit{
        -webkit-appearance: none;
    }
    .mod-panel .foot{
        width: auto;
    }
    .mod-panel .foot .box{
        height: auto;
    }
    .mod-panel .foot label{
        display: block;
        margin: 4px 0;
    }
    .mod-panel .foot-fixed{
        position: static;
    }
}