ol, ul {
  list-style: none;
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 1250px;
}
/*图片滚动*/
.gsfc .fcCont {
  position: relative;
}
.gsfc .fcCont ul {
  margin: 0 auto;
  width: 1194px;
  overflow: hidden;
}
.gsfc .fcCont li {
  margin: 0 7px;
  float: left;
  text-align: center;
}
.gsfc .fcCont li h5 {
  margin-top: 12px;
  font-weight: normal;
}
.gsfc .fcCont li h5 a {
  color: #333;
}
.gsfc .fcCont .btnLeft, .gsfc .fcCont .btnRight {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 18px;
  height: 26px;
}
.gsfc .fcCont .btnLeft {
  left: 0px;
  background: url(../images/huiBtnLeft.png) no-repeat center;
}
.gsfc .fcCont .btnRight {
  right: 0px;
  background: url(../images/huiBtnRight.png) no-repeat center;
}