/* Ling Height*/
/* Line Widget Width */
/* Line Widget Margin */
/* Element Height */
/* Element Height Within Border */
/* Element In Grid Height */
/* Element In Grid Width */
.border-visi {
  border-top: 1px #EEEEEE solid;
  border-left: 1px #EEEEEE solid;
  border-bottom: 1px #E0E0E0 solid;
  border-right: 1px #E0E0E0 solid;
}
.border-visi-re {
  border-bottom: 1px #EEEEEE solid;
  border-right: 1px #EEEEEE solid;
  border-top: 1px #E0E0E0 solid;
  border-left: 1px #E0E0E0 solid;
}
.scale-fade-0 {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.scale-fade-1 {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.transition-on {
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.transition-li {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.anti-aliasing {
  -webkit-transform: scale(0.99999);
  -moz-transform: scale(0.99999);
  -ms-transform: scale(0.99999);
  transform: scale(0.99999);
}
.transition-on-color {
  transition: color ease-in 0.2s;
}
.gradient-bg {
  background-image: -webkit-gradient(linear, top left, bottom left, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
}
.spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.sort-select {
  position: absolute;
  top: 5px;
  right: 30px;
  z-index: 2;
}
.sort-select > a {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  float: left;
  border-radius: 2px;
  text-decoration: none;
}
.sort-select > a.active {
  color: #fff;
  background-color: #4489ca;
}
.empty-sug {
  margin: 50px 0 0 30px;
}
.empty-sug > .title {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px 0;
}
.empty-sug > p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
}
.list-part {
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 500px;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.list-body {
  width: 100%;
  height: auto;
  min-height: 700px;
  overflow: hidden;
  clear: both;
  position: relative;
}
.list-body .total-line {
  height: 40px;
  line-height: 40px;
  width: 100%;
  margin-left: 30px;
  padding: 0;
  font-size: 12px;
  color: #9E9E9E;
}
.list-body.limit .list-item .content {
  max-height: 96px;
}
.list-body .list-item {
  width: 1140px;
  height: auto;
  min-height: 1px;
  overflow: hidden;
  margin: 10px 30px;
  position: relative;
  padding: 0 0 24px 0;
}
.list-body .list-item.inner {
  width: 638px;
  margin: 8px auto;
}
.list-body .list-item.inner .title {
  line-height: 24px;
  font-size: 15px;
}
.list-body .list-item.inner .url {
  display: none;
}
.list-body .list-item.inner .content {
  font-size: 12px;
  color: #757575;
}
.list-body .list-item .title {
  width: 100%;
  height: auto;
  line-height: 32px;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #515151;
  font-size: 16px;
  font-weight: bold;
  clear: both;
}
.list-body .list-item .url {
  width: 100%;
  height: 24px;
  line-height: 24px;
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #515151;
  font-size: 13px;
  clear: both;
  overflow: hidden;
}
.list-body .list-item .content {
  width: 100%;
  height: auto;
  min-height: 24px;
  line-height: 24px;
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #222222;
  font-size: 14px;
  clear: both;
  overflow: hidden;
}
.list-body .list-item .publisher {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  min-width: 1px;
  overflow: hidden;
  color: #595cb5;
  font-size: 14px;
}
.list-body .list-item .date {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  min-width: 1px;
  overflow: hidden;
  color: #595cb5;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
}
.list-body .list-item em {
  font-style: normal;
  color: #f94646;
}
.list-loading {
  margin: 200px auto;
  background-image: url(../img/loading.gif);
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 26px;
}
.page-list {
  width: 100%;
  height: 64px;
  clear: both;
  border-top: 1px #E0E0E0 solid;
  margin-top: 36px;
}
.page-list .item {
  display: block;
  width: auto;
  min-width: 16px;
  margin: 20px 12px;
  padding: 0 4px;
  font-size: 12px;
  color: #616161;
  border: 1px #E0E0E0 solid;
  float: left;
  text-decoration: none;
  height: 24px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.page-list .item.cur {
  background-color: #4489ca;
  color: #fff;
}
.page-list .item:hover {
  background-color: #4489ca;
  color: #fff;
}
.page-list .item.cur:hover {
  background-color: #fff;
  color: #212121;
}
