.njcon{
	width: 98%;
	height: 96%;
	background-image: linear-gradient(to right, rgba(14,49,71,1), rgba(14,49,71,0.8));
	box-shadow: inset 0px 0px 16px 10px rgba(11, 153, 173, 1);
	position: relative;
	margin: 0 auto;
	margin-top: 1%;
}
.in2con_zlf{
	position: absolute;
	top: 0;
	left: 0;
}
.in2con_zys{
	position: absolute;
	top: 0;
	right: 0;
}
.in2con_zzx{
	position: absolute;
	bottom: 0;
	left: 0;
}
.in2con_zyx{
	position: absolute;
	bottom: 0;
	right: 0;
}

.njconcon{
	width: 100%;
	height:80%;
	overflow: hidden;
}

.njtable{
	    width: 100%;
	    margin: 0 auto;
	    background: none;
	    color: #A1ACB7;
		margin-top: 10px;
		text-align: left!important;
		font-size: 16px;
}
.njtable tbody tr{
	height: 60px;
}

.layui-table thead tr{
	background: none;
	color: #24969A;
	font-weight: bold;
}
.layui-table tbody tr:hover{
	background: #214054;
	color: #24969A;
	cursor: pointer;
	font-weight: 900;
}
.njtable thead tr th{
	font-weight: bold!important;
	font-size: 15px;
	text-align: left;
}

.layui-table[lay-even] tr:nth-child(even){
	background: #03182B!important;
}
.layui-table[lay-even] tr:nth-child(even):hover{
	background: #214054;
	color: #24969A;
	font-weight: bold;
	cursor: pointer;
}
.njcontop{
	width: 96%;
	height:5%;
	padding: 20px 0 0 2%;
}
.njconbtm{
	width: 100%;
	height:10%;
}
.layui-laypage {
    display: block;
    vertical-align: middle;
    margin: 10px 0;
    font-size: 0;
    text-align: center;
}
.layui-laypage a, .layui-laypage span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    margin: 0 -1px 5px 0;
	background: none;
	border: none;
    color: #019AB0;
    font-size: 12px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 1px;
    width: 100%;
    height: 100%;
    background-color: #019AB0;
}
.layui-laypage input, .layui-laypage button {
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    vertical-align: top;
    background: none;
	color: #019AB0;
	border: 1px solid #019AB0;
    box-sizing: border-box;
}
.layui-laypage select {
    height: 22px;
    padding: 3px;
    border-radius: 2px;
    cursor: pointer;
    background: none;
	color: #019AB0;
	border: 1px solid #019AB0;
}
.layui-btn-primary {
    border-color: #019AB0;
    background: none;
    color: #fff;
}
.layui-btn-primary:hover {
    border-color: #009688;
    color: #fff;
}
.njcontop_ipt{
	width: 10%;
	height: 36px;
	border:1px solid  #019AB0;
	background: none;
	color: #fff;
	border-radius: 4px;
	margin-left: 6px;
	padding-left: 10px;
}
input::-webkit-input-placeholder{
	color:#fff;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#fff;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#fff;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#fff;
}
.big_box  .dataTables_filter{
	height: 50px;
	width: 26%;
	float: left;
	color: #24969A;
	text-align: left;
}
.big_box  .dataTables_filter input{
	margin-left: 20px;
	border: 1px solid #24969A;
	outline: none; /*清除难看的粗黑线*/
	padding: 4px 24px 4px 10px;
	font-size: 16px;
	color: #00F6FF;
	background: none;
	height: 40px;
	height:34px;
	border-radius: 4px;
}
.big_box .dataTables_length{
	height: 50px;
	width: 14%;
	float: left;
	color: #24969A;
	text-align: left;
}
.big_box .dataTables_length select{
	margin-left: 20px;
	border: 1px solid #24969A;
	outline: none; /*清除难看的粗黑线*/
	padding: 4px 24px 4px 10px;
	font-size: 16px;
	color: #00F6FF;
	background: none;
	height:34px;
	border-radius: 4px;
	cursor: pointer;
}
.big_box .dataTables_length select option{
	background: #24969A;
	font-size: 16px;
	color: #00F6FF;
	line-height: 30px;
}
.big_box .dataTables_info{
	color: #24969A;
	font-size: 16px;
	margin: 10px 0px;
	text-align: center;
}
.big_box .paging_simple_numbers a{
	color: #24969A;
	font-size: 16px;
	cursor: pointer;
}
.big_box .paging_simple_numbers span{
	color: #24969A;
	font-size: 16px;
	cursor: pointer;
}