.depart_tree #modulename {
  display: block;
  margin-top: 18px;
  width: 178px;
  height: 55px;
  background: #005cb0;
  color: #fff;
  text-indent: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 55px;
}

.depart_tree{
  float: left;
  margin-right: 30px;
  padding-left: 30px;
  width: 180px;
  min-height: 500px;
}
.credit_promise_content{
  float: left;
  overflow: hidden;
  width: 780px;
  min-height: 500px;
}
.credit_promise_content .promise_title{
  margin-top: 18px;
  width: 780px;
  height: 55px;
  /* background: url(../../webchina/images/line_title.png) no-repeat left bottom; */
}
.credit_promise_content .title{
  color: #1e2947;
  text-decoration: none;
  font-size: 24px;
  line-height: 52px;
}
.credit_promise_content .pageaddress {
  float: right;
  margin-top: 15px;
  margin-right: 12px;
  color: #666;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 35px;
}
#tabrult {
  margin-top: 10px;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0;
  border-top: 1px solid #3471b3;
}

#tabrult th {
  height: 33px;
  background-color: #f4f4f4;
  color: #000;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-size: 12px;
  line-height: 35px;
  border-bottom: 1px solid #e1e1e1;
}
#tabrult td {
  overflow: hidden;
  padding-right: 10px;
  height: 33px;
  background-color: #fff;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 35px;
  border-bottom: 1px solid #e1e1e1;
}
#tabrult td a:link {
  color: #2a76be;
}

a:visited {
  text-decoration: none;
  color: #3b33a8;
}
a:link {
  text-decoration: none;
  color: #333333;
}
#depart_tree_content #juheweb{
  border: currentColor;
  border-image: none;
  overflow: scroll;
  overflow-x: hidden;
  WIDTH: 100%;
  HEIGHT: 460px;
}
#depart_tree_content #juheweb li{
  display: block;
  padding-left: 30px;
  border-bottom: 1px dotted #c2c2c2;
  color: #555;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}

#pagnub {
  margin: 25px auto 25px 40%;
}

.pagination {
  font-size: 80%;
}

.pagination a {
  text-decoration: none;
  border: solid 1px #AAE;
  color: #15B;
}

.pagination a, .pagination span {
  display: block;
  float: left;
  padding: 0.3em 0.5em;
  margin-right: 5px;
  margin-bottom: 5px;
}

.pagination .current {
  background: #26B;
  color: #fff;
  border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next{
  color:#999;
  border-color:#999;
  background:#fff;
}

#pagCount span{
  margin-left: 5px;
}

#depart_tree_content #juheweb .departlist_active{
  color:#47b6ed;
}