.pub_title {
  color: #333333;
  font-size: 22px;
  padding: 12px 0 0;
  line-height: 60px;
}
.dwh100 {
  display: block;
  width: 100%;
  height: 100%;
}
.shadow {
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.13);
}
.pub-list-cont {
  background: #ffffff;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  width: 232px;
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.13);
}
.pub-list-cont .img {
  height: 162px;
}
.pub-list-cont .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.pub-list-cont .cont {
  padding: 8px 10px 4px;
}
.pub-list-cont .cont .tit {
  color: #444444;
  font-size: 16px;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pub-list-cont .cont .icon {
  overflow: hidden;
  line-height: 28px;
}
.pub-list-cont .cont .icon span {
  display: block;
  float: left;
  color: #999999;
  font-size: 12px;
  padding-left: 20px;
}
.pub-list-cont .cont .icon .star {
  background: url(../../images/school/icon-satr.png) left center no-repeat;
}
.pub-list-cont .cont .icon .paly {
  margin-left: 15px;
  background: url(../../images/school/icon-video.png) left center no-repeat;
}
.pub-list-cont .bot {
  border-top: 1px solid #f7f7f7;
  font-size: 12px;
  height: 23px;
  line-height: 23px;
  padding: 10px 10px;
}
.pub-list-cont .bot .head {
  float: left;
  line-height: 23px;
}
.pub-list-cont .bot .head img {
  display: block;
  float: left;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  margin-right: 10px;
}
.pub-list-cont .bot .head span {
  color: #444444;
}
.pub-list-cont .bot .date {
  float: right;
  color: #999999;
}
.list-box .pub_nav {
  line-height: 26px;
  margin: 10px 0;
  overflow: hidden;
}
.list-box .pub_nav * {
  display: block;
  float: left;
}
.list-box .pub_nav span {
  color: #666666;
  font-size: 18px;
  margin-right: 18px;
}
.list-box .pub_nav a {
  color: #333333;
  font-size: 14px;
  width: 80px;
  height: 26px;
  text-align: center;
}
.list-box .pub_nav a.active {
  color: #FFFFFF;
  background: url(../../images/school/teach-bg.png) center no-repeat;
}
.list-box .list ul {
  overflow: hidden;
  position: relative;
  left: -10px;
  width: 1220px;
  padding: 10px 0 20px;
}
.list-box .list ul li {
  float: left;
}
.list-box .list ul li .pub-list-cont {
  width: 285px;
  margin: 10px;
}
.pagebox {
  text-align: center;
  padding: 0 0 30px;
}
