.mixin-center {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.container .main .news {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.container .main .news > .content .html {
  margin-top: 1rem;
  display: none;
}
.container .main .news > .content .html.show {
  display: block;
}
.container .main .news > .content .html ul li {
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.container .main .news > .content .html ul li .date {
  display: inline-block;
  width: 7rem;
  height: 7rem;
  text-align: center;
  background-color: #d8797c;
  color: #fff;
  float: left;
  margin-right: 1rem;
}
.container .main .news > .content .html ul li .date .day {
  font-size: 2.5rem;
  margin-top: 1rem;
}
.container .main .news > .content .html ul li .date .space-icon {
  width: 0.8rem;
  height: 0.1rem;
  background-color: #fff;
  margin: 0.2rem auto;
}
.container .main .news > .content .html ul li .new .title {
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.5rem 0;
}
.container .main .news > .content .html ul li .new .content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.8rem;
}
.container .main .news > .content .html .pag {
  text-align: center;
  margin-top: 1rem;
}
.container .main .news > .content .html .pag .prev,
.container .main .news > .content .html .pag .total,
.container .main .news > .content .html .pag .next {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  background-color: #f5f5f5;
}
.component-title {
  border-bottom: 2px solid #4a709d;
  padding-bottom: 0.8rem;
  position: relative;
}
.component-title .title-icon {
  display: inline-block;
  float: left;
  background: url("../../images/new/title_left.png") no-repeat center;
  width: 1.3rem;
  height: 2.5rem;
  margin-right: 0.8rem;
}
.component-title .text {
  font-size: 1.8rem;
  font-weight: normal;
  display: inline-block;
  color: #333;
}
.component-title .more {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.component-title .more i {
  color: #bd0608;
  margin-right: 0.5rem;
  font-size: 1.1rem;
}
.component-title .more-icon {
  display: inline-block;
  float: right;
}
/*# sourceMappingURL=party_pc.css.map */