﻿.module-hd {
    background-color: #017cc2;
    overflow: hidden;
}

.gwh-item{
	margin:0 10px 0 10px;
}

.gwh-item-li{
	width: 100%;
	margin-top: 10px;
   	height:27px;
   	line-height: 26px;
	border:1px solid #ea9a53;
	border-radius: 5px;
}
.gwh-item-icon{
	display: block;
	height: 27px;
	color:#966844;
	padding-left: 45px;
}
.gwh-item-icon:hover{
	color:#ce0c0c;
	cursor: pointer;
}
.gwh-item-btn{
	display: block;
	position: absolute;
	left:10px;
	right:10px;
	bottom: 18px;
	height: 38px;
	line-height: 36px;
	font-size:16px;
	color:#fff;
	text-align: center;
	background-color:#5cc1af;
}
.gwh-item-btn:hover{
	color:#fff;
	background-color:#ce0c0c;
}

.module-gwh-hd{
	height: 34px;
	background-color:#f2f2f2;
}

.gwh-func{
	height: 42px;
	background: #f2f2f2;
}
.gwh-func span{
	display: block;
	float: left;
	line-height: 42px;
	width: 67px;
	padding-left: 47px;
}
.gwh-txt{
	float: left;
	height:28px;
	width: 234px;
	margin-top:6px;
	margin-right: 10px;
	background-color:#fff;
	border:1px solid #e1e1e1;
}	

.gwh-sel{
	float: left;
	width: 112px;
	height: 30px;
	margin-top: 6px;
	margin-right: 10px;
}
.gwh-btn{
	float: left;
	background-color:#f4aa43;
	width: 66px;
	height: 30px;
	line-height: 30px;
	margin-top: 6px;
	color:#fff;
	text-align: center;
	border:none;
	font-size:16px;
	font-family: "Microsoft YaHei";
}
.gwh-btn:hover{
	background-color:#ce0c0c;
	cursor: pointer;
}
.gwh-table-hd{
	height: 34px;
	 line-height: 34px;
	background-color:#e1f0ff;
}

.gwh-table-tt{
	color:#1976bc;
	font-size: 12px;
	font-weight: bold;
}

.gwh-table-dd{
	color:#333;
	font-size: 12px;
	font-weight: bold;
}

.gwh-table-hd-num {
    width: 20%;
    text-align: center;
}

.gwh-table-hd-infon {
    width: 16%;
    text-align: center;
}

.gwh-table-hd-cont {
    width: 32%;
	text-align: center;
}

.gwh-table-hd-sd {
    width: 16%;
	text-align: center;
}

.gwh-table-hd-pd {
    width: 16%;
	text-align: center;
}

.gwh-table-bd{
	height: 28px;
	line-height: 28px;
	font-size: 12px;
}
.gwh-table-bd-s {
    width: 49%;
    float: left;
    padding-left: 20px;
}
.gwh-table-bd-t {
    width:18%;
    float: left;
}
.gwh-table-bd-fo {
    width: 25%;
    float: right;
}

@media (max-width: 560px) {
    .gwh-table-hd-s {
        padding-left: 30px;
    }
    .gwh-table-bd-s {
        width:88%;
        padding-left: 10px;
    }
}

.gwh-name{
	width:49%;
	float:left;
	padding-left:20px;
}
.gwh-date{
	width:17%;
	float:left;
}
.gwh-number{
	width:23%;
	float:left;
}

.search-name{
	width:39%;
	float:left;
	text-align:center;
	padding:0px 60px;
}
.search-date{
	width:17%;
	float:left;
	text-align:center;
}
.search-number{
	width:23%;
	float:left;
	text-align:center;
}