@charset "UTF-8";
/**
* 领导信箱 写信
* date:2022-4-13
* author: xy;
 */
.banner {
  background: url(../images/pages/online_consult_banner.png) no-repeat;
  background-size: 100% 100%;
  padding: 8px 0 30px;
}
.banner .location {
  background: url(../images/pages/location_blue.png) left center no-repeat;
  padding-left: 23px;
}
.banner .location span {
  color: #007de7;
}

.ewb-table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.ewb-table td{
	padding: 3px 3px 3px 10px;
	height: 34px;
	border: 1px solid #e1e1e1;
}

.pop-tab-tt{
	text-align: center;
}


.ewb-table .ewb-table-txt{
	height: 83px;
}
.ewb-footer{margin-top:15px}

/* 长者版 */

.show-old .ewb-table td {
	padding: 10px;
	height: 44px;
	font-size: 24px;
	line-height: 1.2;
}