﻿body {
  background: #ffffff;
}
.header-photo {
  background: url(/2015images/piclogo_mini.png) 0px 12px no-repeat;
  height: 17px;
  padding: 12px 0;
  border-bottom: 1px solid #444;
  position: relative;
}
.header-photo ul {
  margin-left: 100px;
}
.header-photo li {
  float: left;
  margin-right: 1em;
  font-size: 12px;
}
.header-photo li a {
  color: #999;
}
.photo-tit {
  font-size: 24px;
  font-weight: normal;
  color: #122e67;
  margin: 20px 0;
  position: relative;
}
.photo-tit .fr {
  position: absolute;
  right: 9px;
  top: 10px;
}
.photo-tit .fr a {
  color: #ccc;
  font-size: 12px;
  margin-left: 10px;
}
.photo-tit .fr a:hover {
  color: #29ac49;
}
.photo-list-desc {
  color: #999;
  position: relative;
  padding: 5px 2px 0 95px;
}
.photo-list-desc .photo-list-order {
  font-size: 30px;
  position: absolute;
  left: 2px;
}
.photo-list-desc .photo-list-order em {
  font-style: normal;
  color: #fe1f1f;
}
.photo-list-desc p {
  line-height: 1.8em;
  font-size: 12px;
}
.photo-list-big {
  position: relative;
}
.photo-list-big .photo-list-prev,
.photo-list-big .photo-list-next {
  position: absolute;
  background: url(/2015images/spr_arrow.png) -3px 5px no-repeat;
  width: 38px;
  height: 57px;
  top: 230px;
  cursor: pointer;
}
.photo-list-big .photo-list-prev {
  left: 10px;
}
.photo-list-big .photo-list-prev:hover {
  background-position: -3px -65px;
}
.photo-list-big .photo-list-next {
  right: 10px;
  background-position: -65px 5px;
}
.photo-list-big .photo-list-next:hover {
  background-position: -65px -65px;
}
.photo-list {
  margin-top: 22px;
  position: relative;
  border: 1px solid #444;
  height: 98px;
}
.photo-list .photo-list-btn-left,
.photo-list .photo-list-btn-right {
  background: url(/2015images/spr_arrow.png) -4px -206px no-repeat;
  width: 38px;
  height: 98px;
  border: 1px solid #444;
  display: block;
  position: absolute;
}
.photo-list .photo-list-btn-left:hover,
.photo-list .photo-list-btn-right:hover {
  border: 1px solid #444;
}
.photo-list .photo-list-btn-left {
  left: -1px;
  top: -1px;
}
.photo-list .photo-list-btn-left:hover {
  background-color: #444;
}
.photo-list .photo-list-btn-right {
  right: -1px;
  top: -1px;
  background-position: -64px -206px;
}
.photo-list .photo-list-btn-right:hover {
  background-color: #444;
}
.photo-list .photo-list-wrapper {
  zoom: 1;
  overflow: hidden;
  margin: 10px 0 0 55px;
}
.photo-list .photo-list-wrapper .photo-list-item {
  float: left;
  width: 900px;
  overflow: hidden;
  zoom: 1;
}
.photo-list .photo-list-img-wrapper {
  float: left;
  margin-right: 12px;
}
.photo-list .photo-list-img-wrapper .photo-list-img {
  width: 116px;
  height: 77px;
  overflow: hidden;
}
.photo-list .photo-list-img-wrapper img {
  width: 116px;
  height: 77px;
}
.photo-list .photo-list-img-wrapper:hover .photo-list-img,
.photo-list .photo-list-img-wrapper.active .photo-list-img {
  border: 5px solid #29ac49;
  width: 106px;
  height: 67px;
}
.photo-list .photo-list-img-wrapper:hover img,
.photo-list .photo-list-img-wrapper.active img {
  margin: -5px 0 0 -5px;
}
.photo-list .photo-list-img-wrapper:hover a,
.photo-list .photo-list-img-wrapper.active a {
  color: #29ac49;
}
.footer-photo {
  font-size: 12px;
  color: #666;
  padding: 1.2em;
  text-align: center;
}
