section {
	background: #fff;
	background-image: url(../img/bg.png);
	background-size: 100% 110%;
	background-repeat:no-repeat;
}

.left_content, .center_content, .right_content {
	height: auto;
	float: left;
	margin-left: 17px;
}

.left_content {
	background: #fff;
	width: 230px;
	margin-left: 0;
	margin-top:20px;
}

.right_content {
	width: 920px;
}

.list-wrap, .list-header-wrap, .list-content-wrap, .list-content {
	width: 100%;
	background: #fff;
}

.list-content-wrap {
	margin-top: 12px;
}

.list-wrap {
	padding: 20px;
	height: 230px;
	margin-top: 20px;
}

.list-header {
	font-size: 18px;
	border-bottom: 2px solid #0091E4;
	line-height: 18px;
	padding-bottom: 5px;
	letter-spacing: 1px;
}

.list-more {
	font-size: 12px;
	float: right;
	line-height: 22px;
}

.list-content {
	display: flex;
	justify-content: space-between;
	line-height: 27px;
}

.list-content>span, .list-content>a {
	font-size: 14px;
	display: inline-block;
	color: #000000;
}

.icon_dot {
	min-width: 13px;
	width: 13px;
}

.icon_dot>img {
	width: 5px;
	height: 4px;
}

.list-title {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis; /* for Opera */
	text-overflow: ellipsis; /* for IE */
	-webkit-line-clamp: 1;
}

.list-content>.list-time {
	min-width: 78px;
	width: 78px;
	margin-left: 2px;
	color: #999999;
}

.common_footer {
	padding: 20px 0;
}

.text_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 323px;
	background: #fff;
	padding: 20px;
}

.text_con {
	font-size: 16px;
	color: #000000;
	letter-spacing: 1px;
}

.top_content {
	width: 100%;
}

.top-box-wrap {
	width: 100%;
    display: flex;
    justify-content: space-between;
    /* padding: 11px 8px; */
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.top-box {
	width: 170px;
	height: 120px;
	background: #FFFFFF;
	/* border: 1px solid #DCDCDC; */
	display: block;
	border: 1px solid #DCDCDC;
    border-radius: 6px;
    background-image: linear-gradient(-180deg, #FAFAFA 0%, #F2F2F2 100%);
}

.top-box:hover span {
	color: #D91516;
}

.top-box>img {
    width: 120px;
    height: 80px;
    display: block;
    padding-top: 20px;
    padding-left: 40px;
}

.top-box>span {
      color: #333;
    font-size: 18px;
    display: block;
    margin: 10px auto 0;
    text-align: center;
    font-weight: 800;
}
}

.xxgk-menu-wrap {
	width: 100%;
}

.xxgk-menu-title {
	width: 100%;
    background: #0091E4;
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    cursor: pointer;
    border: 1px solid #DCDCDC;
}

.xxgk-menu {
	border: 1px solid #DCDCDC;
	border-top: none;
	padding: 0 10px;
	font-size: 17px;
	overflow: auto;
    max-height: 675px;
}

.xxgk-menu-list {
	border-bottom: 1px solid #DCDCDC;
	display: block;
	color: #000;
}

.xxgk-menu-list:last-child {
	border-bottom: none;
}


.xxgk-menu-list-list-inner {
	
}

.xxgk-menu-list>.xxgk-menu-list-list-inner>span {
	font-size: 17px;
	line-height: 38px;
}

.xxgk-menu-list>.xxgk-menu-list-list-inner>span:first-child {
	margin-right: 5px;
}

.query-form {
	width: 100%;
	height:80px;
	/* background: #F5F5F5; */
	/* margin-top: 20px; */
	padding: 0px 20px 0px 20px;
}

.my-input-group {
	position: relative;
}

.input-wrap {
	width: 43%;
    margin-bottom: 5px;
    display: flex;
    float: left;
}

.input-wrap-max {
	width: 100%;
}

.input-name {
	width: 65px;
	text-align: justify;
	line-height: 34px;
	font-size: 16px;
	color: #000;
	text-align-last: justify;
    display: inline-block;
	margin-right: 10px;
}

.input-wrap input {
	width: 254px;
	border-radius: 0;
	display: inline-block;
	border-color: #97C5F7;
}

.input-wrap-max input {
	width: 706px;
}

input.date-input {
	width: 120px;
}

.date-inpu-wrap {
	position: relative;
}

img.date-icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 7px;
	right: 6px;
}

.date-icon-wrap {
	height: 34px;
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
}

.date-text {
	line-height: 34px;
}

.form-footer button {
	/* margin-top: 27px; */
	margin-bottom: 5px;
}

.btn-my-primary {
	background: #0091E4;
	color: #fff;
	height: 34px;
	font-size: 14px;
}

.btn-my-primary:hover, .btn-my-primary:focus {
	color: #fff !important;
	background: #053DB0;
}

.btn-my-default {
	background: #fff;
	border: 1px solid #053DB0 !important;
	color: #053DB0;
}

.btn-query, .btn-reset {
	width: 85px;
}

.btn-reset {
/* 	margin-bottom: 5px; */
}

.xxgk-table {
	
}

.xxgk-table thead {
	background: #F5F5F5;
	/*box-shadow: 0 1px 0 0 #DCDCDC;*/
}

.xxgk-table thead th {
	font-size: 16px;
	text-align: center;
	color: #000;
}

.xxgk-table tbody td {
	font-size: 18px;
	text-align: center;
}

.table-title-wrap {
	display: flex;
	justify-content: flex-start;
}

.table-title-wrap>a {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis; /* for Opera */
	text-overflow: ellipsis; /* for IE */
	-webkit-line-clamp: 1;
	display: block;
	color: #000;
}

.table-time {
	font-size: 16px!important;
	color:#D91516
}

.table-icon_dian {
	margin-right: 10px;
	margin-top: 8px;
	margin-left: 10px;
	width: 4px;
	min-width: 4px;
	height: 4px;
}

body .layui-laydate .layui-this {
	background-color: #0091E4 !important;
}

body .layui-laydate-header i:hover, body .layui-laydate-header span:hover
	{
	color: #0091E4 !important;
}

body .page-large a.on {
	background: #F1F7FE;
	border: 1px solid #1066B8;
	color: #1066B8;
}

body .page-large a {
	width: 32px;
	height: 26px;
	line-height: 26px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #666;
}

body .page-large .Num:hover {
	border: 1px solid #1066B8;
	color: #1066B8;
}

body .page-large {
	text-align: right;
}

.container {
	background: #fff;
	padding-left: 0;
	padding-right: 0;
}

.xxgk-menu-list:hover {
	color: #053DB0;
}

a.active,.list-type:hover {
	color: #D91516;
	font-weight: bold;
}

