@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic {
  position: relative;
  overflow: hidden;
  margin: 0 auto 10px;
}
.news-list .btn.more {
  background: #006699;
  color: #fff;
}
.news-list .box:hover .btn.more {
  background: #00b050;
  color: #fff;
}
.news-list.type3 .date {
  color: #006699;
  font-family: "Newsreader", serif;
}
.news-list.type4 .pic:before,
.news-list.type2 .pic:before {
  display: none;
}

.news-list.type4 .item .box {
  transition: all 0.2s;
  border: none;
}
.news-list .item .box {
  transition: all 0.2s;
  top: 0;
}
.news-list .item .pic {
  position: relative;
  box-sizing: border-box;
}
.news-list.type4 .item .box:hover .pic img {
}
.news-list.type4 .item .date,
.news-date {
  border-radius: 3px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: #29a38a;
}
.news-list.type4 .item .date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -31px 0px 13px;
  padding: 0;
  line-height: 1;
}
.news-list.type4 .item .date .day {
  display: block;
  width: 100%;
  line-height: 0.8;
  margin-bottom: -15px;
  font-size: 35px;
}
.news-list .item .name {
  color: #333333;
  transition: all 0.5s ease;
}
.news-list .box:hover .name {
  color: #006699;
}
.news-list .item .description {
  color: #939393;
}
.news-list.type4 .description {
  max-height: 45px;
  -webkit-line-clamp: 2;
}

/*n_type4*/
.news-list.type4 {
  margin: 0 -15px;
}
.news-list.type4 .item {
  padding: 0 10px;
}
.news-list.type4 .item .box {
  border: none;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.news-list .pic:before {
  z-index: 1;
}
.news-list.type4 .txt {
  padding: 20px 20px 60px;
  min-height: unset;
}
.news-list.type4 .item .date,
.news-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  border-radius: 0;
  font-family: "Newsreader", serif;
  line-height: 32px;
  color: #006699;
  width: auto;
  height: auto;
  background: transparent;
  font-family: "Lora", serif;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 15px;
}

.news-list.type4 .item .date .day {
  display: inline;
  width: auto;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  order: 3;
}
.news-list.type4 .date .day:before {
  content: ".";
}
.news-list.type4 .date .month {
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  order: 2;
}
.news-list.type4 .date .years {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  order: 1;
}

/*!n_type4*/
/*!列表通用 index、news*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n) {
  clear: none !important;
}
/*!瀑布流*/
/*------------ detail-main ------------*/
.news-header {
  display: flex;
  flex-wrap: wrap;
}
.share_box {
  width: 100%;
  order: 3;
  text-align: left;
}
.news-date {
  display: flex;
  color: #006699;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  background: transparent;
  margin: 0;
  position: relative;
  bottom: unset;
}
.news-date .day {
  order: 3;
}
.news-date .month {
  order: 2;
}
.news-date .month:before,
.news-date .day:before {
  content: ".";
  display: inline-block;
}
.news-title {
  color: #444;
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
  margin: 0px 0 0px 0;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: 1px dashed #bbb;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px) {
  .news-list .item .txt {
    padding: 0 5px 20px 5px;
  }
}
