a{ 
color: black; 
text-decoration: none; 
} 

/*大纲页面开始*/
	/*大纲风格列表*/
	.table.noticeStyle>thead>tr>th{
		border-bottom-width:1px;
		background:#F8F8F8;
		padding:15px 0px;
	}
	/*容器盒子*/
	.noticeBox{
		height: auto;
		min-height: 239px;
		overflow: hidden;
		border: 1px solid #00bf67;
	}
	/*大纲条件盒子*/
	.noticeArea{
		border-bottom:1px solid rgba(0,191,103,1);
		position: relative;
		z-index:1;
		padding:8px 0px;
	}
	.noticeArea form{
		display: inline;
	}
	/*大纲条件盒子背景*/
	.sbg{
		background:rgba(0,191,103,1);
		opacity:0.16;
		width:100%;
		height: 100%;
		left:0px;
		top:0px;
		z-index:-1;
		position: absolute;
	}
	/*条件文字颜色*/
	.color-00b{
		color:#00bf67;
	}
	/*大纲条件标题*/
	.noticeArea .ctitle{
		width:90px;
		text-align: center;
	}
	/*大纲条件控件*/
	.noticeArea .cwidget{
		width:174px;
	}
	/*大纲控件背景*/
	.noticeArea input{
		background: #FFF;
	}
	/*btn-00B*/
	.btn-00B,a.btn-00B{
		color:#FFF;
		background-color:#00BF67;
		border-color:#00BF67;
		box-sizing: border-box;
		position: relative;
	}
	.btn-00B:focus,
	.btn-00B.focus {
		color:#FFF;
		background-color:#00BF67;
		border-color:#00BF67;
		box-sizing: border-box;
		position: relative;
	}
	.btn-00B:hover {
		color:#FFF;
		background-color:#00BF67;
		border-color:#00BF67;
		box-sizing: border-box;
		position: relative;
	}
	.btn-00B:active,
	.btn-00B.active,
	.open > .dropdown-toggle.btn-00B {
		color:#FFF;
		background-color:#00BF67;
		border-color:#00BF67;
		box-sizing: border-box;
		position: relative;
	}
	/*btn-00B END*/

	/*大纲控件树触发器*/
	.cwidgetICO{
		width:20px;
		height:20px;
		right:0px;
		top:6px;
		position: absolute;
		color:#BFBFBF
	}
	/*大纲页面END*/