.sec1{
  height: 376px;
  padding: 34px 0 0;
}
.sec1:before{
  margin-top: -34px;
}

.featuredStory{}

.featuredStory .fsSliderCard{
  width: 1000px;
  height: 309px;
}

.featuredStory .fsSliderCard .cardText{
  padding: 0;
  width: 418px;
  height: 309px;
  position: relative;
  float: left;
}
.featuredStory .fsSliderCard .cardText h2{
  margin: 0 0 42px;
  padding: 0;
}
.featuredStory .fsSliderCard .cardText h3{
  padding: 0;
  margin: 0 0 30px;
  color: #333;
  font-size: 24px;
}
.featuredStory .fsSliderCard .cardText .cardDesc{
  line-height: 1.5;
  font-size: 21px;
  color: #666;
  font-weight: 100;
}
.featuredStory .fsSliderCard .cardText .link1{
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}

.featuredStory .fsSliderCard .cardImage{
  width: 542px;
  height: 309px;
  float: right;
}
.featuredStory .fsSliderCard .cardImage img{
  float: none;
  margin: 0;
}
.featuredStory .fsMore{
  font-size: 18px;
  text-align: right;
}
.featuredStory .fsMore a{
  color: #333;
  padding: 0 24px 0 0;
  position: relative;
}
.featuredStory .fsMore a:after {
  content: "";
  background: url(/common/img/arrow3.png) no-repeat;
  display: block;
  height: 18px;
  width: 9px;
  margin-top: -9px;
  position: absolute;
  right: 8px;
  top: 50%;
}

.featuredStory .bx-wrapper{
  margin: 0 0 24px;
}
.featuredStory .bx-wrapper .bx-viewport{
  background: none;
  box-shadow: none;
  border: none;
  left: 0;
}
.featuredStory .bx-wrapper .bx-pager{
  position: absolute;
  bottom: -40px;
}
.featuredStory .bx-wrapper .bx-pager .bx-pager-item a{
  margin: 0 10px;
  width: 16px;
  height: 16px;
  background: url(/common/img/index-pager.gif) 0 0 no-repeat;
}
.featuredStory .bx-wrapper .bx-pager .bx-pager-item a.active{
  background: url(/common/img/index-pager.gif) 0 -16px no-repeat;
}

/*20150914 add*/
.topMainSliderContainer {
  position: relative;
}
.topMainSliderContainer .bx-wrapper .bx-viewport{
  border: none;
  left: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.topMainSliderContainer .bx-wrapper .bx-pager.bx-default-pager a{
  margin: 0 10px;
    width: 16px;
    height: 16px;
    background: url(/common/img/index-pager.gif) 0 0 no-repeat;
}
.topMainSliderContainer .bx-wrapper .bx-pager.bx-default-pager a.active{
  margin: 0 10px;
    width: 16px;
    height: 16px;
    background: url(/common/img/index-pager.gif) 0 -16px no-repeat;
}
.topMainSliderContainer .topMainSliderMore{
  font-size: 18px;
  display: inline-block;
  position: absolute;
  right: 0;
  margin-right:-8px;
  bottom: -40px;
}
.topMainSliderContainer .topMainSliderMore a{
  color: #333;
  padding: 0 24px 0 0;
  position: relative;
}
.topMainSliderContainer .topMainSliderMore a:after {
  content: "";
  background: url(/common/img/arrow3.png) no-repeat;
  display: block;
  height: 18px;
  width: 9px;
  margin-top: -9px;
  position: absolute;
  right: 8px;
  top: 50%;
}
