.dede_pages {
  display: block;
  overflow: hidden;

  margin: 0 auto 20px;
  width: 100%;
  max-width: 800px;

  text-align: center;
}

.dede_pages ul {
  padding: 9px 0 9px 16px;

  text-align: center;
}

.dede_pages ul li {
  float: left;

  list-style: none;

  margin-right: 6px;
  border: 1px solid #ccc;
  padding: 0 8px;

  font-family: Tahoma;
  line-height: 28px;
}

.dede_pages ul li select {
  width: 50px;
  height: 28px;

  line-height: 28px;
  text-align: center;
}

.dede_pages ul li a {
  display: block;
  float: left;

  padding: 0 8px;

  line-height: 28px;

  color: #555;
}

.dede_pages ul li a:hover {
  padding: 0 8px;

  line-height: 28px;
  text-decoration: none;

  color: #690;
}

.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,
.pagebox ul li.thisclass a:hover {
  padding: 0 8px 0;

  font-weight: bold;

  background-color: #f8f8f8;
}

.dede_pages .pageinfo {
  padding: 12px 10px 12px 16px;

  line-height: 28px;

  color: #999;
}

.dede_pages .pageinfo strong {
  margin: 0 2px;

  font-weight: normal;

  color: #555;
}

/* 中英文切换 */

.language {
  position: absolute;
  top: 25px;
  right: 10%;
  z-index: 100;

  font-size: 12px;
}

.language a {
  margin-left: 15px;
}

.language .language-ico {
  padding: 0 0 0 20px;

  background-repeat: no-repeat;
  background-position: left center;
}
