* {
  padding: 0;
  margin: 0;
  border: none;
  font-family: 微软雅黑, serif;
}
fieldset,
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
body {
  background-color: #fff;
  min-width: 1200px;
}
li {
  list-style: none;
}
.hide {
  display: none;
}
.clearfix {
  /* 触发 hasLayout */
  zoom: 1;
}
.clearfix:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.main {
  width: 1200px;
  margin: 16px auto;
}
.main .searchs {
  margin: 20px auto;
  padding: 20px 30px;
  background: #f5fafc;
}
.main .searchs h4 {
  text-align: center;
  font-size: 32px;
  padding-bottom: 26px;
  border-bottom: 1px solid #C7DBED;
  font-weight: bold;
  color: #0d5fac;
  margin-bottom: 26px;
}
.main .searchs .seek .row {
  margin-bottom: 20px;
  line-height: 34px;
}
.main .searchs .seek .row span {
  font-weight: bold;
}
.main .searchs .seek .row label {
  display: inline-block;
  margin-right: 30px;
}
.main .searchs .seek .row label input.keywords {
  width: 460px;
  border: 1px solid #eef4f6;
  line-height: 34px;
  border-radius: 6px;
  outline: none;
  font-size: 16px;
  text-indent: 10px;
  height: 34px;
  display: inline-block;
}
.main .searchs .seek .row label select {
  width: 234px;
  border: 1px solid #eef4f6;
  line-height: 28px;
  font-size: 16px;
  outline: none;
  text-indent: 2px;
  height: 28px;
  display: inline-block;
}
.main .searchs .seek .row label.time input {
  display: inline-block;
  margin-right: 4px;
}
.main .searchs .seek .row label.time span.tape {
  font-weight: normal;
  margin-right: 20px;
  display: inline-block;
}
.main .searchs .seek button.seekBtn {
  display: block;
  width: 100px;
  border-radius: 6px;
  background: #0d5fac;
  color: #ffffff;
  text-align: center;
  line-height: 34px;
  height: 34px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 10px;
}
.main .listCon .list li {
  line-height: 36px;
}
.main .listCon .list li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 1080px;
}
.main .listCon .list li a:hover {
  color: #e74242;
}
.main .listCon .list li span.point {
  width: 4px;
  height: 4px;
  background: #CFB7B3;
  vertical-align: 3px;
  margin-right: 6px;
  display: inline-block;
}
.main .listCon .list li span.time {
  color: #666666;
}
.main .listCon .pages {
  text-align: center;
  font-size: 14px;
  margin: 30px auto;
}
.main .listCon .pages a {
  padding: 2px 5px;
  margin: 0 4px;
  border: 1px solid #aaaadd;
  text-decoration: none;
  color: #006699;
  display: inline-block;
}
.main .listCon .pages a.current {
  border: 1px solid #ff0000;
  font-weight: bold;
  background-color: #ff0000;
  color: #FFF;
}
.main .result{
  text-align: center;
  padding: 40px 0 70px;
  color: #666666;
}
.main .loading img{
  display: block;
  margin: 80px auto 70px;
}