/**!
 * 青海省网上政务大厅-办件公示
 * author: xiaolong;
 * date: 20170831
 */

.do-banner img {
    vertical-align: top;
}

.do-bar {
	padding-bottom: 10px;
}


.showcase-bar-wrap .title {
	margin-left: 2px;
}

.showcase-bar-wrap .status-wrap, 
.showcase-bar-wrap .code-wrap {
	margin-right: 20px;
}

.full-screen {
	float: right;
	width: 52px;
	height: 36px;
	margin-right: 4px;
	line-height: 36px;
	text-align: center;
	color: #bfbfbf;
	font-size: 16px;
	background: url("../images/dopublicity/fullscreen.png") no-repeat;
}

.container-row {
	margin-top: 34px;
}

/* 弹出框内容样式 */

.showcase-biglist {
  width: 100%;
  font-size: 16px;
  background-color: #fff;
}

.showcase-biglist th {
  background-color: #1492ff;
  text-align: center;
  line-height: 54px;
  color: #fff;
}

.showcase-biglist td {
  text-align: center;
  line-height: 54px;
}

.showcase-biglist tr.even {
	background-color: #ecf6ff;
}

/* 没有搜索到相关办件 */

.no-data {
	box-sizing: border-box;
	width: 450px;
	height: 90px;
	margin: 130px auto 0;
	line-height: 90px;
	padding-left: 182px;
	font-size: 20px;
	color: #999;
	background: url('../images/dopublicity/nodata.png') 60px 0 no-repeat;
}