@charset "UTF-8";
/*********************************************
 * gagg CSS
 *
 * @author zhanglj
 * @date 2019-09-24
 *********************************************/
 
.fd-gagg-tab {
	font-family:'microsoft yahei';
}

/*----页签--*/

.fd-gagg-tab .aty-tabs-bar {
	border-color:#e3ecf6;
	margin-bottom:25px;
}

.fd-gagg-tab .aty-tabs-nav-container {
	margin-bottom:0;
}

.fd-gagg-tab .aty-tabs-nav .aty-tabs-tab {
	font-size:20px;
	padding:7px 13px;
}

.fd-gagg-tab .aty-tabs-nav .aty-tabs-tab-active {
	color:#298cd8;
	font-weight:bold;
	border-bottom:3px solid #298cd8;
}

.fd-gagg-tab .aty-tabs-ink-bar {
	background-color:#298cd8;
}

/*----页签-背景图--*/

.fd-gagg-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:162px;
	z-index:0;
	background:#fff url(../images/gagg/tab-bg.png) no-repeat center top;	
}

/*----搜索--*/

.fd-gagg-search {
	position:relative;
	height:49px;
	padding-right:143px;
  	box-shadow: 0px 2px 5.64px 0.36px rgba(23, 116, 187, 0.21);
	margin-bottom:27px;
}

.fd-gagg-search .aty-input {
	border-color:#298cd8;
	height:49px;
	border-radius:2px 0 0 2px;
	padding-left:16px;
	color:#333;
	font-size:16px;
}

.fd-gagg-search .aty-btn {
	width:143px;
	height:49px;
	right:0;
	top:0;
	position:absolute;
	color:#ffffff;
	font-size:20px;
	border-radius:0 2px 2px 0;
	text-align:left;
	padding-left:64px;
	border-color:#298cd8;
	background:#298cd8 url(../images/gagg/search.png) no-repeat 34px center;
}

/*----权威发布-列表--*/
.fd-gagg-list {
	width:100%;
	table-layout: fixed;
}

.fd-gagg-list a {
	color:#444444;
	font-size:18px;
}

.fd-gagg-list a:hover {
	color:#298cd8;
}

.fd-gagg-list td {
	border:none;
	font-size:18px;
	line-height:28px;
	padding:11px 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.fd-gagg-list td:last-child {
	font-size:14px;
	color:#999999;
	text-align:right;
	width:100px !important;
}

/*----在办案件-列表--*/

.fd-gagg-module {
	padding-top:1px;	
}

.fd-gagg-module-li {
	margin-top:14px;
	width:100%;
	border:1px solid #e3ecf6;
	border-collapse:collapse;
	background:#ffffff;
}

.fd-gagg-module-li th {
	font-size:18px;
	line-height:28px;
	padding:9px 20px;
	color:#333333;
	background:#e3ecf6;
	text-align:left;
	font-weight:normal;
}

.fd-gagg-module-li td {
	border:1px solid #e3ecf6;
	border-collapse:collapse;
	color:#333333;
	font-size:14px;
	line-height:21px;
	padding:10px 20px;
}

.fd-gagg-module-li td:nth-child(2n-1) {
	width:130px;
	background:#f6f6f6;
	text-align:center;
}

.fd-gagg-module-li td:nth-child(2n) {
	width:38%;
}

/*----分页-间距--*/

.fd-gagg-tab .aty-pagination {
	text-align:right;
	margin:15px 0;
}