.xyxw {
  background: #fff;
  margin-top: 5px;
}
.xyxw li {
  border-bottom: 2px solid #E5E5E5;
  padding: 10px 10px;
  padding-bottom: 0;
  height: 1%;
}
.xyxw .p-img img {
  width: 118px;
  height: 78px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  margin-bottom: 0.8em;
  float: left;
}
.xyxw .names {
  margin-left: 128px;
  color: #222222;
  font-size: 1.3rem;
}
.xyxw .names b{
	font-weight: normal;
}
.xyxw .slogan {
  color: #868686;
  margin-left: 128px;
}
/* page. */
.dede_pages {
  font-size: 12px;
  height: 4.6em;
  margin: 0px auto;
  background: #fff;
  padding-left: 1em;
}
.dede_pages ul {
  float: left;
  padding: 12px 0px;
  width: auto;
}
.dede_pages ul li {
  float: left;
  font-family: Tahoma;
  height: 30px;
  line-height: 30px;
  margin-right: 6px;
}
.dede_pages ul li a {
  float: none;
  color: #333;
  display: block;
}
.dede_pages ul li a:hover {
  color: #c10000;
  text-decoration: none;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,
.pagebox ul li.thisclass a:hover {
  padding: 2px 4px 2px;
  font-weight: bold;
  color: #c10000;
  border: none;
}
.dede_pages .pageinfo {
  line-height: 21px;
  padding: 12px 10px 12px 16px;
  color: #999;
}
.dede_pages .pageinfo strong {
  color: #555;
  font-weight: normal;
  margin: 0px 2px;
}
@media screen and (min-width: 560px) {
  .xyxw .names {
    font-size: 1.1rem;
  }
}
