h1 {
  font-size: 30px;
  line-height: 60px;
}
#main {
  border: 1px solid #e5e5e5;
  background: #fff;
}
.content {
  width: 820px;
  float: left;
  padding: 20px 30px;
}
.sidebar {
  float: right;
  width: 300px;
  border-left: 1px solid #e5e5e5;
}
.search-box {
  width: 602px;
  height: 80px;
  position: relative;
  background: url(../images/searchbox.jpg);
}
.search-box input {
  position: absolute;
  top: 25px;
  left: 16px;
  width: 370px;
  height: 24px;
  padding: 3px 10px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  line-height: 24px;
}
.search-box button {
  position: absolute;
  top: 23px;
  right: 104px;
  width: 80px;
  height: 36px;
  border: 0;
  background: transparent;
}
.sec {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.sec.last-child {
  border-bottom: 0;
}
.sec h2 {
  font-size: 18px;
  line-height: 30px;
}
.sec .cnt {
  padding: 10px 0;
}
.sec .cnt a {
  display: block;
  float: left;
  margin-right: 30px;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
}
.item {
  margin-bottom: 20px;
  height: 150px;
  overflow: hidden;
  padding-bottom:20px;
  border-bottom:1px dashed #ccc;
}
.item .figure {
  float: left;
  width: 228px;
  height: 150px;
}
.item .desc {
  margin-left: 238px;
}
.item .desc h4 {
  height: 40px;
  margin: 0;
  padding: 0 8px;
  font-size: 14px;
  line-height: 40px;
}
.item .desc h4 a {
  line-height: 40px;
  color: #252525;
}
.item .desc h4 a:hover {
  color: #ff6600;
}
.item .desc p {
  font-size: 12px;
  color: #666;
  line-height: 26px;
  text-indent: 28px;
}
.s-module {
  margin-bottom: 10px;
   position: relative;
}
.s-module h3 {
 
  line-height: 60px;
  font-size: 24px;
  color: #c30;
  padding: 0 10px;
}
.s-module .h-more {
  position: absolute;
  top: 22px;
  *top: 8px;
  right: 0;
  font-weight: 500;
  font-size: 12px;
  margin-right: 10px;
}
.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;
}
.article-list {
  padding: 0 10px;
}
.article-list li {
  height: 38px;
  line-height: 38px;
  overflow: hidden;
}
.article-list li a {
  margin-left: 5px;
}
.section {
  width: 1188px;
  overflow: hidden;
  margin-top: 15px;
  background: #fff;
}
.hd {
  width: 100%;
  height: 55px;
  position: relative;
}
.hd .title {
  float: left;
  padding-left: 15px;
  font-size: 30px;
  color: #fff;
  line-height: 55px;
}
.hd .more {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 55px;
  font-size: 12px;
  color: #fff;
}
.bd {
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.pic-show {
  padding-top: 20px;
  padding-left: 25px;
  overflow: hidden;
}
.pic-show .img-wraper {
  width: 1188px;
}
.pic-show .img-group {
  float: left;
  width: 220px;
  overflow: hidden;
  margin: 0;
  margin-right: 10px;
}
.pic-show .img-group .wrap {
  width: 220px;
  overflow: hidden;
}
.pic-show .img-group .t {
  float: left;
  width: 220px;
  overflow: hidden;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
