@charset "utf-8";

/*左侧栏css样式开始*/
.committee-widy .committee-sidebar {
  position: relative;
  height: 100%;
  background: #ffffff;
}
.committee-widy .committee-menu {
  width: 210px;
  border: 1px solid #e1e4e8;
  position: relative;
}
.committee-widy .committee-menu h3 {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #e3e6e7;
  color: #56585c;
  padding-left: 10px;
}
.committee-widy .committee-menu .menu-ul {
  overflow-y: auto;
}
.committee-widy .committee-menu li {
  border-bottom: 1px solid #e3e6e7;
  font-size: 16px;
}
.committee-widy .committee-menu li em {
  display: inline-block;
  width: 18px;
  height: 32px;
  background: url("images/ico.png") no-repeat;
  float: left;
}
.committee-widy .committee-menu li .em-ico1 {
  background-position: 0 8px;
}
.committee-widy .committee-menu li .em-ico2 {
  background-position: 0 -35px;
}
.committee-widy .committee-menu li .em-ico3 {
  background-position: 0 -73px;
}
.committee-widy .committee-menu li span {
  float: left;
  margin: 0 5px;
}
.committee-widy .committee-menu li i {
  display: inline-block;
  float: right;
  background: url("images/ico.png") no-repeat -19px 0;
  width: 14px;
  height: 14px;
  margin: 10px 0 0 0;
}
.committee-widy .committee-menu .tree-a {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 7px;
}
.committee-widy .committee-menu .tree-a:hover {
  background: #efeff1;
}
.committee-widy .committee-menu .menu-on .tree-a {
  background: #efeff1;
}
.committee-widy .committee-menu .menu-on i {
  background: url("images/ico.png") no-repeat -37px 2px;
}
.committee-widy .committee-menu .menu-on .submenu {
  display: block;
  background: #fcfcfc;
}
.committee-widy .committee-menu .submenu {
  background: #ffffff;
  display: none;
}
.committee-widy .committee-menu .submenu li {
  font-size: 16px;
  border: none;
  height: 36px;
  line-height: 36px;
  margin: 0 4px;
  padding-left: 15px;
  overflow: hidden;
}
.committee-widy .committee-menu .submenu li a {
  background: url("images/ico.png") no-repeat -214px 15px;
  display: block;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.committee-widy .committee-menu .submenu li:hover {
  background: #3997f7;
}
.committee-widy .committee-menu .submenu li:hover a {
  color: #ffffff;
  background: url("images/ico.png") no-repeat -214px -38px;
}
.committee-widy .committee-menu .submenu .submenu-li {
  background: #3997f7;
}
.committee-widy .committee-menu .submenu .submenu-li a {
  color: #ffffff;
  background: url("images/ico.png") no-repeat -214px -38px;
}
.committee-widy .shrink {
  height: 16px;
  width: 16px;
  display: block;
  float: right;
  background: url("images/ico.png") no-repeat -20px -16px;
  margin: 8px 8px 0 0;
  border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
}
.committee-widy .shrink:hover {
  background: url("images/ico.png") no-repeat -20px -46px #3997f7;
}
.committee-widy .shrink-div {
  width: 28px;
  border: 1px solid #e1e4e8;
  display: none;
  height: 99.9%;
  background: url("images/left_line_bottom.png") repeat-x left bottom;
}
.committee-widy .shrink-div .shrink {
  background: url("images/ico.png") no-repeat -20px -32px;
}
.committee-widy .shrink-div .shrink:hover {
  background: url("images/ico.png") no-repeat -20px -62px #3997f7;
}
/*左侧栏样式结束*/
/*右栏样式开始*/
.committee-widy {
  height: 100%;
}
.committee-widy .committee-right {
  overflow: hidden;
  height: 100%;
}
.committee-widy .committee-right .committee-content {
  background: #ffffff;
  margin: 0 0 0 8px;
  min-height: 500px;
  border: 1px solid #e3e6e7;
  height: 100%;
}
.committee-widy .committee-title {
  color: #56585c;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #e3e6e7;
  padding: 0 15px;
}
.committee-tool {
  margin: 10px 15px;
}
.committee-tool:after {
  clear: both;
  content: '';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}
.tool-sec .wd {
  width: 217px;
}
.h-inp {
  border: 1px solid #d9e1e9;
  padding: 0 2px;
  width: 225px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin: 0 3px;
}
.committee-sel {
  border: 1px solid #d9e1e9;
  color: #667284;
  width: 128px;
  padding: 4px 5px;
  font-size: 14px;
  height: 32px;
  margin: 0 3px;
  background: url("images/ico_sel.png") no-repeat right center #ffffff;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.tool-but {
  font-size: 0px;
}
.tool-but a {
  padding: 0 8px;
  border: 1px solid #d9e1e9;
  color: #666666;
  border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  background: url("images/but_bg.png") repeat left center;
  display: inline-block;
  margin: 0 3px;
}
.tool-but a:hover {
  background: #27bdff;
  color: #ffffff;
  border: 1px solid #27bdff;
}
.committee-but {
  font-size: 0px;
  margin: 0 15px;
  clear: both;
  overflow: hidden;
}
.committee-but p a {
  padding: 0 8px;
  border: 1px solid #d9e1e9;
  color: #666666;
  border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  background: url("images/but_bg.png") repeat left center;
  display: inline-block;
  margin: 0 3px;
}
.committee-but p a:hover {
  background: #27bdff;
  color: #ffffff;
  border: 1px solid #27bdff;
}
.committee-but a.fr {
  font-size: 15px;
  color: #12a3ff;
  display: inline-block;
  float: right;
  margin: 9px 0 0 0;
}
/*右栏样式结束*/

/*大按钮样式开始*/
.but-green {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  background: #1fbf86;
  color: #ffffff;
  margin: 0 3px;
  width: 90px;
  text-align: center;
  font-size: 15px;
}
.but-green:hover {
  background: #04a46b;
  color: #ffffff;
}
.but-white {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  background: #ffffff;
  color: #676d7c;
  margin: 0 3px;
  width: 90px;
  text-align: center;
  font-size: 15px;
}
.but-white:hover {
  background: #04a46b;
  color: #ffffff;
}
.committee-big-but {
  text-align: center;
  margin: 20px 0;
}
.committee-big-but .but-blue {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  background: #0da1ff;
  color: #ffffff;
  margin: 0 3px;
  width: 90px;
  text-align: center;
  font-size: 15px;
}
.committee-big-but .but-blue:hover {
  background: #008ae1;
  color: #ffffff;
}
.committee-big-but .but-red {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  background: #e04939;
  color: #ffffff;
  margin: 0 3px;
  width: 90px;
  text-align: center;
  font-size: 15px;
}
.committee-big-but .but-red:hover {
  background: #d12412;
  color: #ffffff;
}
.committee-big-but a {
  float: none !important;
  display: inline-block !important;
  margin: 0 10px !important;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
}
/*大按钮样式结*/
.div-form {
  margin: 15px 15px 0;
}
.form-td {
  overflow-y: scroll;
}
.div-form-fixed {
  padding-right: 17px;
  background: #e9e9e9;
}

.committee-list th {
  height: 40px;
  line-height: 40px;
  color: #474747;
  background: #e9e9e9;
  text-align: center;
}
.committee-list td {
  height: 36px;
  line-height: 18px;
  color: #474747;
  text-align: center;
  border-bottom: 1px solid #eaecef;
}
.committee-list td .txt {
  color: #0395e7;
  max-height: 36px;
  overflow: hidden;
  display: block;
  word-break: break-all;
  width: 96%;
}
.committee-list td .tzt {
  display: block;
  max-height: 36px;
  width: 94%;
  overflow: hidden;
  word-break: break-all;
  text-align: left;
}
.committee-list tr:hover td {
  background: #f6f6f6;
}
.committee-form th {
  background: #ffffff;
  text-align: right;
  border: 1px solid #eaecef;
  padding: 5px 8px;
  height: 36px;
  line-height: 36px;
}
.committee-form td {
  text-align: left;
  border: 1px solid #eaecef;
  padding: 5px 8px;
}
.committee-form td label.fl {
  margin-right: 12px;
}
.committee-form td .green {
  color: #2f805d;
}
.committee-form td .red {
  color: #ff0000;
}
.committee-form tr:hover th {
  background: #f6f6f6;
}
.committee-form tr:hover td {
  background: #f6f6f6;
}
.div-committee {
  margin: 5px;
}
.committee-form-inp {
  border: 1px solid #d9e1e9;
  padding: 0 2px;
  width: 225px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin: 0 3px;
  width: 80%;
  display: inline-block;
  vertical-align: middle;
}
.committee-form-sel {
  border: 1px solid #d9e1e9;
  color: #667284;
  width: 128px;
  padding: 4px 5px;
  font-size: 14px;
  height: 32px;
  margin: 0 3px;
  background: url("images/ico_sel.png") no-repeat right center #ffffff;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
}
.committee-form-text {
  border: 1px solid #d9e1e9;
  overflow: auto;
  max-width: 92%;
  width: 92%;
  height: 100px;
  margin: 5px 3px;
  display: block;
}
.select-tree {
  display: inline-block;
  position: relative;
  margin: 0 3px;
  width: 80%;
  padding: 0 2px;
  border: 1px solid #d9e1e9;
}
.select-tree .combo {
  display: block;
  position: relative;
  float: none;
}
.select-tree .combo .combo-ico {
  background: url("images/ico_sel.png") no-repeat center center #ffffff;
  width: 28px;
  height: 30px;
  display: inline-block;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  cursor: pointer;
}
.select-tree .combo .combo-inp {
  color: #667284;
  width: 100%;
  background: #ffffff;
  margin: 0;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  overflow: hidden; 
  display: inline-block;
  vertical-align: middle;
}
.select-tree .select-body,.select-tree .select-content {
  display: none;
  width: 100%;
  min-height: 60px;
  overflow-y: auto;
  position: absolute;
  top: 30px;
  left: -1px;
  z-index: 99;
  background: #ffffff;
  border: 1px solid #d9e1e9;
}
.select-tree .select-body-tree {
  width: 100%;
  min-height: 60px;
  max-height: 250px;
  overflow-y: auto;
  background: #ffffff;
}
.select-tree .select-tree-search{
	margin:6px 3px;
}
.select-tree .select-search-inp{
	width: 100%;
	height: 24px;
	line-height:24px;
	padding:2px 0px;
	border: 1px solid #d9e1e9;
}
.select-tree .select-search-result{
	position:absolute;
	right:0px;
	top:6px;
	color:red;
}

.select-tree .input-icon{
	width: 100%;
} 
.input-icon{
	display: inline-block;
	position: relative;
}
.input-icon input{text-indent: 25px;}
.input-icon .iconfont{
	padding: 0 3px;
	z-index: 2;
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 3px;
	line-height: 28px;
	display: inline-block;
	color: #909090;
	font-size: 16px;
}
.tab-bable {
  position: relative;
  height: 100%;
}
.tab-bable .tab-nav {
  overflow: hidden;
}
.tab-bable .tab-nav li {
  float: left;
  border: 1px solid #e1e4e8;
  border-bottom: none;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  cursor: pointer;
  margin: 0 8px 0 0;
}
.tab-bable .tab-nav li.active {
  border: 1px solid #3997f7;
  border-bottom: none;
  background: #3997f7;
}
.tab-bable .tab-nav li.active a {
  color: #ffffff;
}
.tab-bable .tab-content {
  border: 1px solid #e1e4e8;
  width: 100%;
  position: absolute;
  overflow-y: auto;
  bottom: 0;
  top: 33px;
}
.div-plate-content {
  font-size: 0px;
  height: 100%;
}
.div-plate-content .div-plate {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
/*附件上传*/
.committee-upload p {
  height: 32px;
  border: 1px solid #eaecef;
  display: inline-block;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  padding: 0 10px;
}
.committee-upload p .upload {
  color: #2b7dbc;
  background: url("images/ico.png") no-repeat -204px -109px;
  margin: 0 5px 0;
  padding-left: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  cursor: pointer;
}
.committee-upload .committee-upload-content {
  margin-top: 15px;
  min-height: 137px;
}
.committee-upload .committee-upload-content th {
  background: #f5f5f5;
  height: 35px;
  line-height: 35px;
  border: none;
  padding: 0;
  text-align: center;
}
.committee-upload .committee-upload-content td {
  border: none;
  text-align: center;
  padding: 3px 8px;
}
.committee-upload .committee-upload-content td .del-but {
  width: 15px;
  height: 20px;
  display: inline-block;
  background: url("images/ico.png") no-repeat -23px -172px;
}
.committee-upload .committee-upload-content td .del-but:hover {
  background: url("images/ico.png") no-repeat -47px -172px;
}
.committee-upload .committee-upload-content td .txt {
  display: block;
  height: 20px;
  width: 96%;
  overflow: hidden;
  word-break: break-all;
  text-align: left;
}
.committee-upload .committee-upload-content tr:hover td {
  background: #f4f5f7;
}
.committee-upload .committee-upload-content tr:hover td .del-but {
  background: url("images/ico.png") no-repeat -47px -172px;
}
.committee-upload .committee-upload-content td .start-but {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("images/ico.png") no-repeat -48px -290px;
}

.committee-upload .committee-upload-content td .pause-but {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("images/ico.png") no-repeat -23px -290px;
}
.fold-middle-title {
  font-weight: normal;
  background: url("images/ico.png") no-repeat -212px -71px;
  padding-left: 14px;
  height: 35px;
  line-height: 35px;
} 














.tab_header{background:#e9e9e9;} 

.sort {
  display: inline-block;
  margin: 0 0 0 5px;
  width: 9px;
  height: 10px;
  background: url("images/ico.png") no-repeat -144px 0;
  cursor: pointer;
}
.sort-up {
  background: url("images/ico.png") no-repeat -144px -17px;
}
.sort-bottom {
  background: url("images/ico.png") no-repeat -144px -32px;
}
.tab_content{
	overflow-y:auto;
}

/*分页样式开始*/
.table_list_page {
  position: absolute;
  width: 98.7%;
  bottom: 1px;
  background: #f5f5f5;
  border-top: 1px solid #e3e6e7;
  border-bottom: 1px solid #e3e6e7;
}
.table_list_page .page-con {
  margin: 6px 15px;
  overflow: hidden;
  color: #333333;
}
.table_list_page .page-con .page-left select {
  width: 46px;
  padding: 2px 0;
  border: 1px solid #dddddd;
  background: url("images/ico_sel.png") no-repeat right center #ffffff;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.table_list_page .page-con .page-left input {
  width: 30px;
  padding: 3px 2px;
  border: 1px solid #dddddd;
}
.page_a {
   vertical-align: middle; 
   padding: 0 15px;
   height: 28px;
   line-height: 28px; 
   margin: 0 -6px 5px 10px; 
   font-size: 12px; 
   color: #000;
}
.table_list_page .page-con .page-left .home {
  width: 18px;
  background-position: -22px -73px;
}
.table_list_page .page-con .page-left .pre {
  	background: none;
    text-indent: inherit;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    font-size: 12px;
    border: 1px solid #e2e2e2;
    color:#000;
}
.table_list_page .page-con .page-left .next {
 	background: none;
    text-indent: inherit;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    font-size: 12px;
    border: 1px solid #e2e2e2;
    color:#000;
}
.table_list_page .page-con .page-left .tail {
  width: 18px;
  background-position: -38px -73px;
}
.table_list_page .page-con .page-left .refresh {
	display: inline-block;
  background: url("images/ico.png") no-repeat;
  text-indent: -9999px;
  height: 23px;
  width: 4px;
  background-position: -21px -116px;
}
.table_list_page .page-con .page-left .disable {
  cursor: not-allowed;
}
.table_list_page .page-con .page-left .home.disable {
  background-position: -55px -73px;
}
.table_list_page .page-con .page-left .pre.disable {
  color: #d2d2d2 !important;
}
.table_list_page .page-con .page-left .next.disable {
  color: #d2d2d2 !important;
}
.table_list_page .page-con .page-left .tail.disable {
  background-position: -72px -73px;
}
.table_list_page .page-con .page-left span {
  color: #333333;
}

.table_list_page .page-con p {
    vertical-align: middle;
    height: 28px;
    line-height: 28px;
}

.table_list_page .page-con .page-left .pagenum {
 	display: inline-block;
 	margin: 0 -6px 5px -5px;
 	background-color: #13a3fe;
 	border: 1px solid #e2e2e2;
 	color:#fff;
}

/*分页样式结束*/


.div-checkbox{position: relative;height: 40px;}
.suncnui-icon-selAll{width:20px;height:20px;position: absolute;top: 50%;margin-top: -10px;left: 50%;margin-left: -10px;z-index: 10;display: inline-block;opacity: 0;text-align: center;vertical-align: middle; line-height: 18px;}
.suncnui-icon-selAll + span{display:inline-block;position: absolute;top: 50%;margin-top: -10px;left: 50%;margin-left: -10px;background: #fff;width: 18px;height: 18px;border: 1px solid #d9d9d9}
.suncnui-icon-selAll:checked + span:after{content: "\2713";before: "before ";background-color: #1e9fff;position: absolute;top:-1px;left:-1px;display:inline-block;width:20px;height: 20px;border: #1e9fff !important;color:#fff;font-size: 15px;font-weight: bold;}