@charset "utf-8";
/* CSS Document */
#inner-data h2.ps-cat-name {
  border-bottom: 0 solid #f2f2f2;
  color: #0f3f54;
  display: block;
}
#inner-data > .media-list {
  border-top: 1px dashed #e1e1e1;
  padding-top: 20px;
}
.media {
  padding-bottom: 5px;
  /* margin-bottom: 20px; */
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
}
.media:first-child {
  border-top-width: 0;
}
.media-body > a > h4 {
  color: #1a77bc;
  line-height: 25px;
  text-shadow: none;
  font-weight: 600;
}
.media-body > a:hover > h4 {
  text-shadow: none;
}
.media-body p {
  font-size: 0.82em;
  height: 41px;
  line-height: 20px;
  margin-bottom: 5px;
  overflow: hidden;
  font-weight: 500;
}
.ps-info {
  background: #f3f3f3;
  height: 30px;
}
.ps-info > ul {
  display: inline-block;
}
.ps-info > ul > li {
  border-left: 1px solid #cecece;
  display: inline-block;
  font-size: 0.8em;
  line-height: 15px;
  margin: 7px 0 6px;
  padding: 0 5px;
}
.ps-info > ul > li:first-child {
  border-left-width: 0;
}
.ps-info > ul > li > a {
  color: #555;
}
.more {
  width: 30px;
  height: 30px;
  text-align: center;
  background: #0c3548;
}
.more:hover {
  background: #fd5a27;
}
.more i {
  position: relative;
  top: 5px;
}

.note {
  margin-bottom: 30px;
}
.note a {
  font-family: Verdana, Geneva, sans-serif;
}
.note a:hover {
  text-shadow: 0 0 1px rgba(253, 90, 93, 0.4);
}
.media > .pull-right {
  display: block;
  width: 145px;
  /* height: 107px; */
  overflow: hidden;
}
.media-object {
  width: 100%;
  height: auto;
  min-height: 107px;
}

@media (max-width: 400px) {
  .ps-info > ul > li {
    padding: 0 3px;
  }
  .ps-info > ul > li > a {
    font-size: 0.9em;
  }
}
