@charset "utf-8";
/*列表通用 index、news*/
.news-list.type4 .item {
  position: relative;
  margin: 25px 0 25px;
}
.news-list.type4 .txt {
  position: initial;
  padding: 0;
}
.news-list.type4 .item .date {
  position: absolute;
  top: 10px;
  left: calc(50% - 31px);
}
.news-list.type4 .box,
.news-list.type2 .box {
  transition: all 2s;
}
.news-list.type2 .date {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  border-radius: 50%;
  color: #ffffff;
  font-family: sans-serif;
  letter-spacing: 2px;
  font-weight: 600;
  background: #000;
  border: 2px solid #cbc6bd;
  width: 62px;
  height: 62px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.news-list.type2 .date .month, .news-list.type2 .date .years {
  font-size: 12px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: -18px;
}
.news-list.type2 .date .years:before {
  content: "";
}
.news-list.type2 .date .month:before {
  content: '.';
}
.news-list.type2 .date .day {
    display: block;
    width: 100%;
    margin: -2px 0 -23px 0;
}
.news-list.type2 .date .month{
  order: 2;
}
.news-list.type4 .box:hover{
  margin-top: -10px;
}
.news-list.type4 .date .day {
  font-size: 20px;
}
.news-list.type4 .item .date:hover, .news-list.type2 .box:hover .date {
  background: #a31529;
}
.news-list.type4 .date .day {
  display: block;
  width: 100%;
  margin: 3px 0 -6px 0 !important;
}
.news-list .pic {
  position: relative;
  overflow: hidden;
  margin: 0 auto 10px;
}
.news-list .btn.more {
  background: #000;
  color: #ead2bc;
  border-radius: 0;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", Times, serif;
  border-radius: 0;
}
.news-list .box:hover .btn.more {
  background: #a31529;
  color: #ead2bc;
 
}
.news-list.type3:before {
  display: none;
}
.news-list.type3 .item {
  border-left: solid #ddd 1px;
}
.news-list.type3 .item:nth-child(3n+1) {
  border-left: 0;
}
.news-list.type4 .pic:before,
.news-list.type2 .pic:before {
  content: "";
  background: #0000004d;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.8s;
}
.news-list.type3 .day {
  line-height: initial;
}
.news-list.type4 .box:hover .pic,
.news-list.type2 .box:hover .pic {
  box-shadow: 2px 2px 10px #838383;
}
.news-list.type4 .box:hover .pic:before,
.news-list.type2 .box:hover .pic:before {
  background-position: 50% 50%;
  opacity: 1;
}
.news-list.type4 .item .box {
  transition: all 0.5s;
  border: none;
}
.news-list .item .box {
  transition: all 0.5s;
  top: 0;
}
.news-list .item .pic {
  position: relative;
  box-sizing: border-box;
}
.news-list.type4 .item .box:hover .pic img {
  opacity: 0.7;
}
.news-list.type3 .day {
  order: 1;
  line-height: initial;
}
.news-list.type3 .box:hover {
  margin-top: -10px;
}
.news-list.type3 .item .box:hover .date {
  background-color: #a31529;
}
.news-list.type3 .date .month:before {
  content: ".";
}
.news-list.type3 .date .day:before {
  display: none;
}
.news-list .date .month, .news-list .date .years {
  font-size: 12px !important;
  line-height: inherit !important;
  margin-top: 0 !important;
  letter-spacing: 0 !important;
  font-weight: 600;
}
.news-list.type4 .date .day, .news-list .date .day, .news-list.type3 .day {
  display: block;
  width: 100%;
  margin: 0px 0 -15px 0;
  font-size: 20px;
  font-weight: 600;
}
.news-list.type3 .day {
  margin: 7px 0 -15px 0;
}
.news-list.type3 .item .date {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 62px;
  border: 2px solid #cbc6bd;
  text-align: center !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
}
.news-list.type4 .item .date,  
.news-list.type3 .item .date  {
  border-radius: 50%;
  background: #000;
  font-family: sans-serif;
  letter-spacing: 2px;
  border: 2px solid #cbc6bd;
}
.news-list.type4 .item .box:hover .date,
.news-date {
  background: #a31529;
}
.news-list.type4 .item .date {
  display: flex;
  flex-wrap: wrap;
}
.news-list .item .name {
  color: #333333;
}
.news-list .box:hover .name {
  color: #a31529;
}
.news-list .item .description {
  color: #8c8c8c;
}
.news-list .item .box:hover .description {
  color: #a9997f;
}
/*!列表通用 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: #a9997f;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  background: transparent;
  margin: 0;
}
.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;
}
/* .news-list .item {
  position: relative;
  margin: 25px 0 25px;
}
.news-list .txt {
  position: initial;
}
.news-list .item .date {
  position: absolute;
    top: -6%;
    left: calc(50% - 31px);
} */
/*------------ rwd ------------*/
@media screen and (max-width: 1024px) {
  .news-list.type2 .date, .news-list.type3 .item .date {
    font-size: 12px;
    width: 50px;
    height: 50px;
  }
  .news-list.type2 .date .day {
    font-size: 16px;
    margin: -5px 0 -20px 0;
  }
  .news-list.type3 .day {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .news-list .item .txt {
    padding: 0 5px 20px 5px;
  }
}
@media screen and (max-width: 480px) {
  .news-list .btn.more {
    width: 100%;
  }
  .news-list.type3 .item {
    border-bottom: 1px solid #ddd;
  }
}