.ei_menu {
  width: 100%;
  overflow: hidden;
  margin-bottom: 12px;
}
.ei_menu ul {
  height: 350px;
  margin: 0px;
  position: relative;
  display: block;
  width: 1300px;
}
.ei_menu ul li {
  float: left;
  width: 107px;
  height: 350px;
  position: relative;
  overflow: hidden;
  border-right: 2px solid #111;
}
.ei_preview {
  width: 107px;
  height: 350px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent url(/images/content/2.png) no-repeat top left;
}
.ei_image {
  position: absolute;
  left: 107px;
  top: 0px;
  width: 214px;
  height: 350px;
  opacity: 0.2;
  background: transparent url(/images/content/2.png) no-repeat top left;
}
.pos1 span {
  background-position: 0px 0px;
}
.pos2 span {
  background-position: -107px 0px;
}
.pos3 span {
  background-position: -214px 0px;
}
.ei_descr {
  position: absolute;
  width: 293px;
  height: 350px;
  border-right: 7px solid #f0f0f0;
  left: 107px;
  top: 0px;
  background: white;
}
.ei_descr h2 {
  text-align: center;
  color: black;
  cursor: pointer;
}
.ei_descr h3 {
  font-size: 17px;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
.ei_descr .training,
.ei_descr .event {
  width: 293px;
  height: 25px;
  background: #0C69BC;
  text-transform: uppercase;
  color: white;
  line-height: 29px;
  text-align: center;
  margin-bottom: 25px;
}
.ei_descr .event {
  background: #FF7A00;
}
.event-info {
  width: 253px;
  margin: 0 auto;
}
