@charset "utf-8";
/*列表通用 index、news*/
.news-list.type3:before {
  background: #e1e1e1;
}
.news-list .pic:before {
  display: none;
}
.news-list .item .box {
  transition: all 0.2s;
  top: 0;
  padding: 10px;
}
.news-list .item .pic {
  position: relative;
  box-sizing: border-box;
}
.news-list.type4 .item .box {
  border: 1px solid #ddd;
}
.news-list .item .box {
  background: #f4f4f4;
}
.news-list .item .name {
  color: #333333;
  font-size: 18px;
  font-weight: normal;
}
.news-list .item .description,
.news-list .item .date {
  color: #888;
}
.news-list .box:hover .date,
.news-list .item .box:hover .name,
.news-list .item .box:hover .description {
  color: #111;
}
.news-list.type4 .item .date,
.news-date {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: transparent;
  margin: -62px 0px 13px;
  border-left: 1px solid #fff;
  border-radius: 0;
}
.news-list .item .pic::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #52a543cf 0%, rgb(84 84 84 / 37%) 50%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  display: block;
}
.news-list .item .box:hover .name {
  color: #71b977;
}
.news-list .item .box:hover .pic::before {
  opacity: 1;
  text-shadow: 1px 1px 6px #64b7548c;
}
.news-list.type4 .item .date {
  display: flex;
  flex-wrap: wrap;
}
.news-list.type4 .txt {
  padding: 0 10px 20px 10px;
  font-weight: 300;
}
.news-list .btn.more {
  z-index: 5;
  overflow-x: hidden;
  color: #fff;
  background: #555;
  bottom: 10px;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.news-list .box:hover .btn.more {
  background-color: #71b977;
  color: #fff;
}
.news-list.type3 .item {
  border-left: #e1e1e1;
}
/*!列表通用 index、news*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n) {
  clear: none !important;
}
/*!瀑布流*/
/*------------ detail-main ------------*/
.share_box {
  text-align: left;
  order: 3;
}
.news-header {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.news-date {
  width: 100%;
  margin: 0px auto;
  color: #71b977;
  background: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  text-align: left;
  display: flex;
}
.news-date .day {
  order: 3;
}
.news-date .month {
  order: 2;
}
.news-date .month:before,
.news-date .day:before {
  content: "-";
  display: inline-block;
}
.news-title {
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  margin: 1px auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  color: #333333;
}
.news-detail .editor {
  color: #1a1a1a;
  padding: 0px 25px 60px;
}
.btn-box {
  text-align: left;
}
/*------------ rwd ------------*/
