@charset "utf-8";
#main {
  padding-top: 15px;
}

.sliderbar {
  position: relative;
  z-index: 1;
  border: solid 1px #fff;
}

.sliderbar .am-nav-tabs {
  background: #015193;
  border-bottom: solid 1px #015193;
}

.sliderbar .am-nav-tabs li {
  font-size: 16px;
  padding-left: 25px;
}

.sliderbar .am-nav-tabs li a {
  line-height: 42px;
  height: 42px;
  color: #fff;
}

.sliderbar .am-nav-tabs li:hover a {
  background: transparent;
  border-color: transparent;
  color: #000;
}

.sliderbar .am-tabs-bd {
  background: #f7f7f7;
}

.sliderbar .am-tabs-bd .am-tab-panel {
  padding: 0px;
}

.sliderbar .am-tabs-bd .am-list {
  padding: 15px;
  background: #fff;
  border: #e6e6e6 solid 1px;
}

.sliderbar .am-tabs-bd .am-list li {
  border: none;
  margin: 0rem auto 10px auto;
  height: 36px;
  line-height: 36px;
  background: #e6e6e6;
  border: #e8e4e4 solid 1px;
  border-radius: 2px;
}

.sliderbar .am-tabs-bd .am-list li a {
  display: inline;
  padding: 5px 5px 5px 15px !important;
  color: #5d5959;
}

.sliderbar .am-tabs-bd .am-list li.cur a {
  color: #015193;
}

.slidercon .am-nav-tabs {
  margin-bottom: 10px;
  border-bottom: #ddd solid 1px;
}

.slidercon .am-nav-tabs>li {
  border-bottom: #015193 solid 2px;
  display: block;
  position: relative;
  top: 1px;
}

.slidercon .am-nav-tabs li a {
  color: #015193;
  font-weight: 400;
  padding: 0px 10px;
}

.slidercon .am-nav-tabs li:hover a {
  background: transparent;
  border-color: transparent;
}

.slidercon .am-nav-tabs a.am-btn {}

.am-offcanvas-content {
  padding: 0px;
}

.am-offcanvas-content ul li {
  background: transparent;
  padding-left: 2rem;
}

.am-offcanvas-content ul li:hover {
  background: #015193;
}


/*gk*/

#gk_list_table {
  background: #fff;
  table-layout: fixed;
  display: none;
}

#gk_list_table tr td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/*table*/

.slidercon .am-table tr td {
  font-size: 14px;
  vertical-align: middle;
}

.slidercon .am-table tr.thead td,
.slidercon .am-table tr.thead:hover td {
  font-weight: 600;
  background: #e6e6e6;
}


/*serch*/

.search-list {
  margin: 0px;
  padding: 0px;
}

.search-list li {
  list-style: none;
  margin-bottom: 1rem;
  background: #f5f5f5;
  padding: .5rem;
}

.search-list li a {
  color: #015193;
  font-size: 16px;
}

.search-list li p {
  margin: .5rem 0px;
  font-size: 14px;
}

.search-list li p i {
  color: #0e90d2;
}

.search-list li p.url {
  color: #4f962c;
}

#searchform,
#searchGj {
  display: inline-block;
}

#searchform {
  padding: .5rem;
}

#searchform em {
  font-style: normal;
}

#searchform input[type=text] {
  min-width: 500px;
}

#form_role {
  background: #f2f2f2;
  border: none;
  margin: .5rem;
  padding: 0.5em;
  line-height: 2rem;
  font-size: 1.6rem;
}

#form_role * {
  display: inline-block;
  color: #747474;
}

#form_role label a {
  color: #aaa;
  cursor: pointer;
  margin: 0px 3px;
}

#form_role label.bord a {
  color: #1c87e0;
  font-weight: 600;
}

#pagenum {
  font-style: normal;
}

#Gjsearchform .am-form-group label {
  white-space: nowrap;
  padding-right: 0px;
  font-size: 15px;
}

#Gjsearchform .am-form-group .am-u-sm-8 {
  float: left;
}

#Gjsearchform .am-ucheck-icons {
  top: .7rem;
}


/*pic-list*/

#pic-list li img {
  height: 140px;
  margin-bottom: 5px;
}

#pic-list li p {
  margin-top: 0px;
}


/*node-items*/

#node-items a {
  width: 100px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0px 5px;
}


/*自定义ztree插件的树样式*/

.tree li a {
  line-height: 24px;
}

.tree li button {
  position: relative;
  top: -2px;
}

.tree li a span {
  padding-left: 3px;
  line-height: 24px;
  font-size: 14px;
  color: #747474;
}

.gk-table-list {
  border: 1px solid #c2c2c2;
  padding: 10px;
}

@media only screen and (max-width: 640px) {}

.info-list{
    padding-left: 0px;
}
#node-items a{
    width:auto;
    min-width:100px;
}
.node-items-active {
	background-color:#5eb95e
}

/*归档*/
#gk-main {position: relative;}
#file_box{display:none;position: absolute;width: 160px;height: 90px;top: 23px;right: 12px;background: url(../images/guidang.png) center center no-repeat;transform: rotate(35deg);color: #ff0000;text-align: center;z-index: 9999;}
#file_box span{font-size: 11px;font-weight: bold;bottom: 0;position: absolute;left: 0;right: 0;padding: 20px 0}
#file_box span i{font-style: normal;}
