@charset "utf-8";
.img-rounded{
}
.img-circle{
}
.article img {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.pull-right{
  margin: 10px 0px 20px 20px;
}
.pull-left {
  margin: 10px 20px 20px 0px;
}
.content .item img {
  margin-right: 25px;
  width: 220px;
}