.index-page #left-decor {
  background:url(../images/bg/left-decor.png) repeat-x right top;
  min-height:498px;
  height:auto;
  --widthA:calc(100% - 1040px);
  width:calc(var(--widthA)/2);
}
.index-page #right-decor {
  background:url(../images/bg/right-decor.png) repeat-x left top;
  min-height:498px;
  height:auto;
  --widthA:calc(100% - 1040px);
  width:calc(var(--widthA)/2);
}
.index-page #menu-wrapper { top:393px; }
.index-page .left {
  float:left;
  width:149px;
  height:285px;
  padding:140px 0 0 85px;
}
.index-page .left .latest-news {
  list-style:none;
  max-height:205px;
  overflow-x:hidden;
  overflow-y:auto;
}
.index-page .left .latest-news li { margin-top:10px; }
.index-page .left .latest-news li .date {
  background:url(../images/bg/news-sep.png) no-repeat left bottom;
  height:15px;
  line-height:15px;
  color:#b18e55;
}
.index-page .left .latest-news li .desc {
  padding:4px;
  width:130px;
  line-height:15px;
}
.index-page .right {
  float:right;
  width:760px;
  position:relative;
}
.index-page .right a {
  display:block;
  position:absolute;
}
.index-page .right a img { display:none; }
.index-page .right a .label { width:103px; }
.index-page .right a.img-1 {
  top:45px;
  left:-40px;
}
.index-page .right a.img-1 .item { width:232.75px; }
.index-page .right a.img-1:hover { left:-45px; }
.index-page .right a.img-1:hover .item { width:245px; }
.index-page .right a.img-1:hover .label { display:block; }
.index-page .right a.img-1 .label {
  position:absolute;
  left:139px;
  top:251px;
}
.index-page .right a.img-2 {
  top:5px;
  left:205px;
}
.index-page .right a.img-2 .item { width:208.05px; }
.index-page .right a.img-2:hover { left:200px; }
.index-page .right a.img-2:hover .item { width:219px; }
.index-page .right a.img-2:hover .label { display:block; }
.index-page .right a.img-2 .label {
  position:absolute;
  left:0px;
  top:173px;
}
.index-page .right a.img-3 {
  top:233px;
  left:229px;
}
.index-page .right a.img-3 .item { width:178.6px; }
.index-page .right a.img-3:hover { left:224px; }
.index-page .right a.img-3:hover .item { width:188px; }
.index-page .right a.img-3:hover .label { display:block; }
.index-page .right a.img-3 .label {
  position:absolute;
  left:76px;
  top:102px;
}
.index-page .right a.img-4 {
  top:53px;
  left:434px;
}
.index-page .right a.img-4 .item { width:209.95px; }
.index-page .right a.img-4:hover { left:429px; }
.index-page .right a.img-4:hover .item { width:221px; }
.index-page .right a.img-4:hover .label { display:block; }
.index-page .right a.img-4 .label {
  position:absolute;
  left:119px;
  top:124px;
}
.index-page .right a.img-5 {
  top:225px;
  left:422px;
}
.index-page .right a.img-5 .item { width:191.9px; }
.index-page .right a.img-5:hover { left:417px; }
.index-page .right a.img-5:hover .item { width:202px; }
.index-page .right a.img-5:hover .label { display:block; }
.index-page .right a.img-5 .label {
  position:absolute;
  left:-13px;
  top:115px;
}
