.ad > div {
  position: relative;
  text-align: left;
}
.ad > div > div {
  position: absolute;
  display: inline-block;
  top: 270px;
  left: 70px;
}
.ad p {
  font-style: italic;
}
.pages {
  text-align: center;
  margin-top: 80px;
}
.pages a {
  display: inline-block;
  padding: 9px 12px;
  color: #666;
}
.pages a:hover,
.pages a.this {
  background-color: #1c77e7;
  color: #fff;
}
.content {
  background: #F5F5F5;
  padding-bottom: 60px;
}
.content > ul {
  width: 1150px;
  margin: 0 auto;
  padding-top: 10px;
}
.content > ul li {
  background: #fff;
  margin-bottom: 26px;
}
.content > ul a {
  display: block;
}
.content > ul div {
  width: 920px;
  height: 150px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
  border: 1px solid transparent;
}
.content > ul div:hover{
	border-color: #000;
}
.content > ul h2 {
  width: 230px;
  height: 150px;
}
.content > ul h2 img {
  width: 100%;
  height: 100%;
}
.content > ul h1 {
  font-size: 26px;
  font-weight: normal;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
}
.content > ul p {
  color: #666;
  margin-top: 10px;
  line-height: 36px;
  font-size: 18px;
  height: 72px;
  overflow: hidden;
}
.header .infomation{
	background-color: #1c77e7;
}
.header .infomation>a {
	color: #fff;
}