.footer-articles .carousel {
  margin: 0;
  list-style: none;
  overflow: hidden;
  margin-right: 170px;
}
.footer-articles .post {
  width: 222px;
  float: left;
  margin: 0 15px;
  padding-bottom: 30px;
  border-bottom: 6px solid transparent;
}
.footer-articles .post:hover {
  border-color: #d01901
}
.footer-articles .entry-thumb {
  margin-bottom: 15px;
}
.footer-articles .entry-thumb img {
  width: 214px;  
  padding: 4px;
  background: white;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.footer-articles .entry-title {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}
.footer-articles .entry-title a {
  color: #202b39;
  display: block;
}
.footer-articles .entry-title a:hover { text-decoration: none }
.footer-articles .carousel-nav span {
  top: 50%;
  z-index: 20;
  width: 28px;
  height: 28px;
  cursor: pointer;
  position: absolute;
  margin: -14px 30px 0 30px;
  background: url(/img1/store/back-ground/icon-carousel-nav.png) no-repeat;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;

  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.footer-articles .carousel-nav .next {
  right: 0;
  background-position: -29px 0
}
.footer-articles .carousel-nav span:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.footer-articles .carousel-nav .prev:hover { left: 2px; }
.footer-articles .carousel-nav .next:hover { right: 2px; }
