.gk-content{
    width: 100%;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    font-family: 'Microsoft YaHei',"Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
/*表格页头*/
.gk-control{
    width: 100%;
    height: 64px;
    padding: 15px;
    background: #f7f7f7;
    box-sizing: border-box;
}



/*页头右侧*/
.gk-query{
    position: relative;
    float: right;
}

.gk-query-c .caret{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.gk-query input{
    width: 500px;
    height: 100%;
    padding: 8px 0 7px;
    float: left;
}
.gk-query-title{
    border-radius: 4px 0px 0px 4px;
}

.gkml-search-column{
    position: absolute;
    top: 36px;
    width: 150px;
    padding: 3px 0;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background: #fff;
    z-index: 7;
    display: none;
}
.gkml-search-column p{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-indent: 20px;
    cursor: pointer;
}
.gkml-search-column p:hover{
    background: #f3f3f3;
}
/*内容*/
.gk-detail{
    padding: 10px 15px 50px;
    background: #fff;
    overflow: hidden;
}

/*内容左侧*/
.d-left{
    width: 25%;
    box-sizing: border-box;
    padding-right: 10px;
    float: left;
}
.d-classify{
    width: 100%;
}
.classify-title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #337ab7;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.classify-content{
    width: 100%;
    padding: 25px 20px;
    background: #f7f7f7;
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
}
/*内容右侧*/
.d-right{
    width: 75%;
    box-sizing: border-box;
    padding-left: 10px;
    float: left;
}
.d-table{
    width: 100%;
    /*border-radius: 4px 4px 0 0;*/
    border-color: #e5e5e5;
    box-sizing: border-box;
}
.d-table th{
    background: #337ab7;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
}
.d-table td{
    position: relative;
    height: 40px;
    padding: 0 7px;
    background: #f7f7f7;
    color: #666666;
    text-align: center;
    font-size: 12px;
}
.d-table .td-eject{
    position:absolute;
    top:35px;
    left:0px;
    padding:5px;
    border: 1px solid #000000;
    font-size:12px;
    background-color: #ffffff;
    z-index:1000;
    display:none;
}
.d-table-control{
    width: 100%;
    padding: 10px 20px;
    height: 40px;
    background: #f7f7f7;
    text-align: right;
    box-sizing: border-box;
}
 /*.d-table-control a{*/
    /*color: #337ab7;*/
 /*}*/

/*高级搜索框*/
.advanced-search{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 600px;
    height: 410px;
    margin-left: -300px;
    margin-top: -205px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
    z-index: 11;
    font-family: 'Microsoft YaHei',"Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.advanced-search .search-title{
    position: relative;
    height: 40px;
    line-height: 40px;
    background-color: #F8F8F8;
    border-bottom: 2px solid #eee;
    border-radius: 2px 2px 0 0;
    font-size: 14px;
    text-indent: 15px;
}
.advanced-search .search-title img{
    position: absolute;
    top: 15px;
    right: 20px;
    width: 12px;
    display: block;
}
.advanced-search .search-condition {
    padding: 10px 15px 5px;
}
.advanced-search .search-condition .s-line{
    position: relative;
    width: 100%;
    height: 33px;
    /*overflow: hidden;*/
    margin-bottom: 10px;
}
.s-line .name{
    width: 65px;
	height: 22px;
	line-height: 22px;
	padding: 6px 12px;
	border: 1px solid #E5E5E5;
	border-radius: 4px 0 0 4px;
	background-color: #F7F7F7;
	color: #555;
	font-size: 16px;
    text-align:justify;
    text-justify:distribute-all-lines;/*ie6-8*/
    text-align-last:justify;/*ie9*/
    float: left;
}
.s-line .name-tree{
    overflow: auto;
    position: absolute;
    top: 35px;
    width: 168px;
    height: 170px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    z-index: 1;
    display: none;
}
.s-line input, .s-line textarea{
    width: 454px;
	height: 22px;
	line-height: 22px;
    padding: 6px 12px;
    float: left;
    border: 1px solid #e5e5e5;
    border-left: none;
    border-radius: 0 4px 4px 0;
}
.advanced-cover{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    z-index: 10;
    overflow: hidden;
}

/*搜索框按钮*/
.gk-button{
    margin: 0 auto;
    padding: 7px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    cursor: pointer;
}