.twoside .row {
  background-color: #fbf6f6;
}
.main-container {
  padding-top: 20px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .main-container {
    padding-top: 16px;
  }
}
.side-container {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.side-container .module {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #fff;
}
.side-container .module .module-title {
  padding-top: 10px;
  font-size: 20px;
  color: #e03f30;
}
@media (max-width: 767px) {
  .side-container {
    display: none;
  }
}
.daily-container {
  margin-bottom: 20px;
}
.daily-container h2 {
  margin: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-image: url(../../images/v2018/pigai/daily-bg.png);
}
.daily-container ul {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  border-left: 1px solid #eaeff3;
  border-right: 1px solid #eaeff3;
  border-bottom: 1px solid #eaeff3;
}
.daily-container ul li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #474747;
  font-size: 15px;
  height: 44px;
  line-height: 44px;
}
.daily-container ul li a:hover,
.daily-container ul li a:focus {
  color: #ffc485;
}
.daily-container ul .read-more {
  position: absolute;
  right: 30px;
  color: #e03f30;
}
.daily-container ul .read-more:hover {
  color: #ffc485;
}
.daily-container ul .read-more:after {
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  border-style: solid;
  border-color: #e03f30;
  border-width: 2px 2px 0 0;
  transform: translate(0, -50%) rotate(45deg);
  transition: border .2s;
}
.daily-container ul .read-more:hover:after {
  border-color: #ffc485;
}
.daily-container ul .read-more:after {
  right: -8px;
}
@media (max-width: 767px) {
  .daily-container h2 {
    padding-left: 10px;
    font-size: 18px;
  }
  .daily-container ul {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.daily-tit {
  display: inline-block;
  width: 68%;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.daily-time {
  float: right;
  color: #9d9d9d;
}
.hot-article ul {
  display: none;
}
.hot-article li:nth-child(1) .hot-article-index,
.hot-article li:nth-child(2) .hot-article-index,
.hot-article li:nth-child(3) .hot-article-index {
  background-color: #ff4c32;
}
.hot-article h3 {
  padding-left: 28px;
  font-size: 16px;
  color: #474747;
  transition: color .2s;
}
.hot-article h3:hover {
  color: #e03f30;
}
.hot-article-index {
  float: left;
  display: inline-block;
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  background-color: #cdcdcd;
  border-radius: 50%;
}
.hot-article-info {
  padding-left: 28px;
  color: #c5c5c5;
}
.hot-article-info em {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
}
.relation-course {
  background-color: #fbf6f6!important;
}
.relation-course .module-title {
  padding-top: 0!important;
}
.relation-course li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding-left: 108px;
}
.relation-course li img {
  position: absolute;
  left: 0;
  width: 97px;
  height: 108px;
  border-radius: 4px;
}
.relation-course li .module-course-title {
  font-size: 18px;
  color: #474747;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.relation-course li .module-course-content {
  height: 60px;
  overflow: hidden;
  color: #c5c5c5;
}
.relation-course li .module-course-info {
  color: #989898;
}
