/*侧边栏*/
.sidebar h3 {
  margin: 0;
  margin-bottom: 1em; /* padding: 0 8px; */ /* border-left: 5px solid #eee; */
  font-size: 18px;
}

.sidebar h3,
.sidebar h3 a {
  font-weight: bold; /* COLOR: #098; */
}

.sidebar h3 .sub_title {
  display: block;
  color: #aaa;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1em;
  font-size: 0.8rem;
  font-size: 14px \9;
}

.list-box .list {
  padding: 0 0 20px 0;
  transition: 0.3s ease;
  position: relative;
  line-height: 1.8em;
}

.list-box .list span {
  /* font-style: italic;
  font-size: 20px;
  font-family: 'Georgia';
  display: inline-block;
  float: left;
  display: none;
  padding-right: 10px;
  color: #c1bdbd;
  color: #f57709 \9; */
  transition: 0.3s ease;
}

.list-box .list span:hover {
  color: #098 !important;
}

.list-box .list a {
  display: inline;
  font-size: 16px;
  line-height: 1.8em;
  overflow: hidden;
}

.list-box .list a * {
  transition: 0.3s ease;
  display: block;
  font-size: 16px !important;
  line-height: 1.8em !important;
  overflow: hidden;
  color: #333 !important;
  font-weight: normal;
}
/* .list-box .list:nth-child(1) span {
  color: #f50000;
  font-weight: bold;
}

.list-box .list:nth-child(2) span {
  color: #f57709;
  font-weight: bold;
}

.list-box .list:nth-child(3) span {
  color: #fbb65e;
  font-weight: bold;
} */

.list-video {
  overflow: hidden;
  zoom: 1;
  padding: 0 0 20px 0;
}

.list-video .a-video {
  float: left;
  margin-right: 15px;
  width: 44%;
  position: relative;
  display: block;
}

.list-video .a-video img {
  display: block;
  border-radius: 4px;
}

.list-video .txt-video {
  overflow: hidden;
  zoom: 1;
}

.list-video .txt-video h4 {
  font-size: 14px;
  margin-top: -0.3em;
}

.video-icon img {
  position: absolute;
  left: 4px;
  opacity: 0.5;
  bottom: 4px;
  width: 25px;
  height: 25px;
  z-index: 99;
}

.list-video .a-video:after {
  content: '';
  position: absolute;
  background: linear-gradient(transparent 55%, #0e0d0d);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 1;
  transition: 0.3s;
  border-radius: 4px;
}

.list-video .a-video:hover:after {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.icon-play {
  position: absolute;
  left: 8px;
  opacity: 0.7;
  bottom: 8px;
  z-index: 99;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 1199px) {
  .list-video .a-video {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .list-video .txt-video h4 {
    margin-top: 10px;
  }

  .list-box .list a {
    font-size: 14px;
  }
}

.list-box {
  margin-bottom: 3em;
}
.sidebar {
  padding: 2em;
  background: #f8f8f8;
}