@charset "utf-8";
.section-focus {
  height: 512px;
  color: #FFFFFF;
}
.section-feeds {
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.section-feeds .l-side {
  width: 850px;
  text-align: left;
}
.section-feeds .l-side .block {
  width: 100%;
}
.section-feeds .l-side .block .head {
  display: flex;
  justify-content: space-between;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 45px;
}
.section-feeds .l-side .block .body {
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
  border-bottom: 1px solid #e4dffa;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.section-feeds .l-side .block .body .attrs {
  display: flex;
}
.section-feeds .l-side .block .body .attrs div {
  margin-right: 10px;
}
.section-feeds .l-side .block .body .attrs .author {
  margin-right: 40px;
}
.section-feeds .l-side .block .title a {
  color: #12033a;
}
.section-feeds .l-side .block .title a:hover {
  color: #6861ff;
}
.section-feeds .l-side .btn {
  padding: 15px 60px 15px 60px;
}
.section-feeds .r-side {
  width: 281px;
}
.section-feeds .r-side .head {
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 40px;
}
.section-feeds .r-side .block {
  line-height: 1.6;
  margin-bottom: 40px;
}
.section-feeds .r-side .block .title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.section-feeds .r-side .block .title a {
  color: #12033a;
}
.section-feeds .r-side .block .title a:hover {
  color: #6861ff;
}
.section-feeds .r-side .block .published {
  font-size: 1.25rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 1270px) {
  .section-feeds .l-side {
    padding-left: 40px;
    padding-right: 40px;
  }
}
