#main {
  width: 875px;
  float: left;
  background: #fff;
}
#sidebar {
  width: 300px;
  float: right;
}
h1 {
  font-size: 30px;
  line-height: 60px;
}

.slider {
  width: 875px;
  height: 415px;
  position: relative;
}

.slider .s-body {
  background: #ccc;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 415px;
}
.slider .s-body li {
  position: absolute;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.slider .s-body li.active {
  display: block;
  left: 0;
}
.slider .s-body li.next {
  display: block;
  left: 100%;
}
.slider .s-body li.prev {
  display: block;
  left: -100%;
}
.slider .s-body li em {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 80px;
}
.slider .s-body li em span {
  position: absolute;
  display: block;
  width: 100%;
  height: 60px;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.55);
}
.slider .s-body li em a {
  line-height: 24px;
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  height: 60px;
  padding: 0 15px;
  color: #fff;
}
.slider .s-body li em a:hover {
  text-decoration: none;
}
.slider .prev-arr {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 44px;
  margin-top: -22px;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
  background: url(../images/arr.png) no-repeat 0 0;
}
.slider .next-arr {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 44px;
  margin-top: -22px;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
  background: url(../images/arr.png) no-repeat -29px 0;
}
.slider .s-nav {
  width: 100px;
  height: 8px;
  margin: 0 auto;
  padding: 8px 0;
}
.slider .s-nav span {
  display: block;
  float: left;
  overflow: hidden;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 4px;
  background: #ccc;
}
.slider .s-nav span.active {
  background: #f50;
}

.heading {
  height: 60px;
  position: relative;
}
.heading h2 {
  line-height: 60px;
  font-size: 21px;
  font-weight: 200;
  padding-left:10px;
}
.heading .more {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 60px;
  font-size: 12px;
}
.bd {
  border: 1px solid #e5e5e5;
}
.recommand {
  padding: 10px 0px 0 15px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.recommand .rec-li {
  float: left;
  width: 265px;
  border: 1px solid #e2e2e2;
  padding: 4px;
  margin: 0 10px 10px 0;
  height: 78px;
  background-color: #FFFFFF;
}
.recommand .rec-li a {
  font-size: 16px;
}
.new dl {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.new dl dt {
  font-size: 18px;
  line-height: 35px;
}
.new dl dd {
  font-size: 12px;
  line-height: 24px;
  color: #999;
}
.v-more {
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.s-module {
  border: 1px solid #e5e5e5;
  background: #fff;
  margin-bottom: 10px;
}
.s-module h3 {
  position: relative;
  line-height: 60px;
  font-size: 24px;
  color: #c30;
  padding: 0 10px;
}
.s-module h3 .h-more {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
  font-size: 12px;
  margin-right: 10px;
}
.article-list {
  padding: 0 10px;
}
.article-list li {
  height: 38px;
  line-height: 38px;
  overflow: hidden;
}
.article-list li a {
  margin-left: 5px;
}
.pic-list-ol li {
  padding: 10px 0 13px 0;
  height: 45px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  cursor: pointer;
}
.pic-list-ol li:last-child {
  border-bottom: none;
}
.pic-list-ol li.last-child {
  border-bottom: 0;
}
.pic-list-ol li i {
  display: block;
  float: left;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  font-style: normal;
  font-size: 30px;
  color: #ccc;
  vertical-align: middle;
}
.pic-list-ol li img {
  height: 45px;
  vertical-align: middle;
  float: left;
}
.pic-list-ol li dl {
  float: left;
  width: 140px;
  padding: 0 0 0 10px;
  cursor: pointer;
}
.pic-list-ol li dl dt {
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}
.pic-list-ol li dl dd {
  font-size: 12px;
  color: #390;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.pic-list-ul li {
  padding: 10px;
  height: 60px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  cursor: pointer;
}
.pic-list-ul li.last-child {
  border-bottom: 0;
}
.pic-list-ul li img {
  height: 60px;
  vertical-align: middle;
  float: left;
}
.pic-list-ul li dl {
  float: left;
  width: 140px;
  padding: 0 0 0 10px;
  cursor: pointer;
}
.pic-list-ul li dl dt {
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}
.pic-list-ul li dl dd {
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
