.indetail_title {
  color: #6e6e6e;
  font-size: 14px;
  line-height: 50px;
  border-bottom: 1px solid #f5f5f5;
  margin: 0 15px;
  padding-left: 25px;
}

.indetail_title a:hover {
  color: #4a97ff;
}

.indetail_selected {
  padding: 0 39px 4px 40px;
}

.indetail_s_title {
  font-size: 20px;
  line-height: 50px;
  color: #74a8d9;
}

.indetail_s_title:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 25px;
  background: #74a8d9;
  margin-right: 15px;
  vertical-align: middle;
}

.indetail_s_item {
  float: left;
  width: 266px;
  height: 208px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px 0 0 17px;
  margin-right: 19px;
  margin-bottom: 16px;
}

.indetail_s_item:nth-child(4n) {
  margin-right: 0;
}

.indetail_s_item:hover {
  border: 1px solid #74a8d9;
}

.indetail_s_img {
  width: 229px;
  height: 147px;
}

.indetail_s_desc {
  line-height: 35px;
  font-size: 13px;
  color: #222;
  width: 229px;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}


.fixed-sider-item:first-child{

display: none;
}

/*# sourceMappingURL=maps/index_selected.css.map */
