
.container {
  /*margin: 0 auto;*/
  /*max-width: 600px;*/
  width: 1000px;
  height: 238px;
  /*background: #415554;*/
}

.carousel {
  margin: 0 15px;
  width: calc(100% - ($button-spacing * 2));
}
.carousel[data-shift="1"] .carousel-inner > .item {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.carousel .carousel-inner > .item.row {
  margin: 0;
}
.carousel .carousel-control {
  background: none;
  color: transparent;
  overflow: hidden;
  text-shadow: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 30px;
}
.carousel .carousel-control:before {
  color: #444;
  font-family: 'Glyphicons Halflings';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
right: 1px;
}
.carousel .carousel-control:after {
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  content: '';
  height: 60%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
}
.carousel .carousel-control:hover:after {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.7);
}
.carousel .carousel-control.left {
  left: -70px;
}
.carousel .carousel-control.left:before {
  content: '\e079';
}
.carousel .carousel-control.left:after {
  right: -100%;
}
.carousel .carousel-control.right {
  right:-70px;
}
.carousel .carousel-control.right:before {
  content: '\e080';
}
.carousel .carousel-control.right:after {
  left: -100%;
}

.carousel-inner{
  width: 1000px;
  height: 238px;
 /* background: #ca858f; */   left: -22px;
}

.col-xs-3{
  width: 242px;
  height: 238px;
 /* background:#ca545d;*/margin: 0 8px 0 0px;
}

.img-responsive{
      display: block;
    width: 100% \9;
    max-width: 235px;
    height: 167px;
    width: 240px;
    margin-left: -11px;
    border:1px solid #fff;
}

.cpysb_title{
  width: 235px;
  height: 52px;
  background: #cfcfcf;
  margin-left: -11px;    margin-top: 10px;
}

.cpysb_title :hover{
  width: 235px;
  height: 52px;
  background: #00447a;
     margin-top: 10px;
}

.cpysb_title a{
  line-height: 51px;
  color: #3b3b3b;
  font-size: 16px;text-decoration:none
}

.cpysb_title:hover>center  a {
  line-height: 51px;
  color: #fff;
  font-size: 16px;text-decoration:none
}
.asd{position: relative;}
.asd:before{content: " ";position: absolute;width: 6px; height: 6px; background:#015198; left: 10px; top: 12px;}