.mod-panel {
    width: 800px;
    margin: 0 auto 30px;
}
.mod-panel .hd{
	padding-top: 25px;
	margin-bottom: 25px;
	line-height: 30px;
	text-align: center;
}
.mod-panel .hd h1{
	font-size: 24px;
	color:#212121;
}
.mod-panel .hd ul{
    position: relative;
    top:  15px;
    margin-bottom: 10px;
    overflow: hidden;
}
.mod-panel .hd li{
    float: left;
    width: 33.33%;
}
.mod-panel .hd li a{
    display: block;
    height: 36px;
    margin: 0 5px;
    background: #f5f5f5;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}
.mod-panel .hd li.active a{
    background: #2095f2;
    color: #fff;
}
.mod-panel .bd{
    margin: 0 auto 20px;
}
.mod-panel .bd p{
    line-height: 30px;
}
.mod-panel .row{
    overflow: hidden;
}
.mod-panel .col{
    float: left;
    width: 50%
}
.mod-panel .col-left{
    width: 60%;
}
.mod-panel .col-right{
    width: 40%;
}
.mod-panel .panel{
    margin: 0 5px 15px;
    border: 1px solid #dbdbdb;
}
.mod-panel .panel-500{
    height: 520px;
}
.mod-panel .panel-280{
    height: 280px;
}
.mod-panel .panel-260{
    height: 260px;
}
.mod-panel .panel-head{
    position: relative;
    background: #f5f5f5;
    height: 36px;
    border-bottom: 1px solid #dbdbdb;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
}
.mod-panel .panel-body{
    padding: 15px;
}
.mod-panel .panel-foot{
    padding-bottom: 15px;
    text-align: center;
}
.mod-panel .item{
    line-height: 30px;
    margin-bottom: 5px;
}
.mod-panel .item-title{
    float: left;
    width: 90px;
    text-align: right;
    color: #666;
}
.mod-panel .item-content{
    margin-left: 100px;
}
.mod-panel .field-title{
    margin-bottom: 5px;
}
.mod-panel .field-content li{
    margin-bottom: 5px;
}
.mod-panel .field-name{
    display: inline-block;
    width: 80px;
    text-align: right;
}
.mod-panel label{
    margin-right: 10px;
}
.mod-panel label input,.mod-panel label span{
    vertical-align: middle;
}
.mod-panel select{
    min-width: 122px;
    height: 30px;
    border: 1px solid #ebebeb;
    line-height: 30px;
    outline: none;
}
.mod-panel input[type="text"],.mod-panel input[type="number"]{
    width: 100px;
    height: 20px;
    border: 1px solid #ebebeb;
    padding: 5px 10px;
    line-height: 20px;
    outline: none;
}
.mod-panel textarea{
    width: 136px;
    border: 1px solid #ebebeb;
    padding: 5px 10px;
    outline: none;
}
.mod-panel .btn {
    height: 32px;
    width: 80px;
    margin: 0 5px;
    background: #4bae4f;
    border: 1px solid #4bae4f;
    line-height: 30px;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
}
.mod-panel .btn-reset{
    border: 1px solid #ccc;
    background: #ededed;
    background: -moz-linear-gradient(top, #fefefe, #ededed);
    background: -o-linear-gradient(left top, left bottom, from(#fefefe), to(#ededed));
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ededed));
    color: #333;
}

.mod-panel .ft{
    padding-top: 20px;
    border-top:1px dotted #e0e0e0;
}
.mod-panel .box{
	padding: 0 20px;
    margin-bottom: 20px;
}
.mod-panel .box h3{
    line-height: 30px;
    font-size: 16px;
}
.mod-panel .box p{
    line-height: 24px;
}
.mod-panel .box p.text-gray{
    color: #888;
}
.mod-panel .box table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #cee1ee;
    border-left: 0;
}
.mod-panel .box caption{
    padding: 20px 0 10px;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
}
.mod-panel .box thead {
    border-bottom: 1px solid #cee1ee;
    background-color: #e3eef8;
}
.mod-panel .box tr {
    line-height: 30px;
    font-size: 13px;
}
.mod-panel .box tr th, .mod-panel .box tr td {
    border-left: 1px solid #cee1ee;
    word-break: break-all;
    word-wrap: break-word;
    padding-left: 10px;
    font-weight: normal;
}
.mod-panel .box tr th {
    color: #555;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
}
.mod-panel .box tr:nth-child(2n) {
    background-color: #f0f5f8;
}

@media screen and (max-width: 1024px) {
    .mod-panel{
        width: auto;
    }
    .mod-panel .hd{
        padding-top: 15px;
        margin-bottom: 15px;
    }
    .mod-panel .hd h1{
        font-size: 18px;
    }
    .mod-panel .hd ul{
        top:  10px;
    }
    .mod-panel .hd li a{
        height: 32px;
        margin:  0 3px;
        line-height: 32px;
        font-size: 14px;
    }
    .mod-panel .col{
        float: none;
        width: auto;
    }
    .mod-panel .panel{
        height: auto;
        margin: 0 0 10px;
    }
    .mod-panel .panel-head{
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
    .mod-panel .panel-body{
        padding: 0 10px;
    }
    .mod-panel .item-title{
        float: none;
        width: auto;
        text-align: left;
        font-size: 13px;
    }
    .mod-panel .item-content{
        margin-left: 0;
    }
    .mod-panel .box{
        padding: 0;
    }
    .mod-panel .box .table-outer{
        overflow-x: auto;
    }
    .mod-panel .box caption{
        font-size: 15px;
    }
    .mod-panel .box tr th, .mod-panel .box tr td{
        white-space: nowrap;
    }

    .mod-share{
        display: none;
    }
}