@charset "utf-8";
.layout {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}
body {
  background-color: #ffffff;
}
body a:hover {
  color: #bd130d !important;
}
.content {
  margin-top: 20px;
  overflow: hidden;
}
.microlecture-list ul li {
  float: left;
  margin-right: 16px;
}
.microlecture-list ul li .img-top {
  width: 289px;
  height: 226px;
}
.microlecture-list ul li .img-top img {
  width: 100%;
  height: 100%;
}
.microlecture-list ul li .microlecture-title {
  width: 289px;
  height: 35px;
  background-color: #bd130d;
}
.microlecture-list ul li .microlecture-title p {
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 35px;
  letter-spacing: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navigation-bread {
  margin-top: 20px;
  overflow: hidden;
}
.navigation-bread span,
.navigation-bread a {
  font-size: 16px;
  color: #666666;
  display: block;
  line-height: 21px;
  float: left;
  margin-right: 5px;
}
.navigation-bread .navigation-cur {
  color: #c0130d;
  cursor: default;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #999999;
}
.container {
  margin-top: 20px;
}
.microlecture-list {
  margin-bottom: 50px;
  overflow: hidden;
}
.microlecture-list ul {
  width: 1220px;
}
.microlecture-list ul li {
  margin-bottom: 24px;
}
