@charset "utf-8";
.share_box .share-link {
  text-align: left;
}
/*列表通用 index article*/
/*------------ article ------------*/
.type1 .article-list .btn.more,
.type4 .article-list .btn.more {
  border-radius: 0;
}
.article-box.type4 .box {
  padding: 20px;
}
.type3 .article-list .item .text {
  padding: 0 15px;
}
.type2 .article-list .item .box {
  padding: 15px 20px;
}
.type1 .article-list .item .box {
  padding: 15px;
}
.article-list .item .box {
  margin: 0 auto 45px;
  padding-bottom: 35px;
  position: relative;
}
.article-list .item .pic {
  position: relative;
  box-sizing: border-box;
  order: 2;
  width: 100%;
  vertical-align: top;
}
.article-list .item .top_box {
  background: #fff;
}
.article-list .item .box:hover {
  background: #fff;
  box-shadow: 0 0 10px 0 rgb(130 130 130 / 20%);
}
.article-list .item .box:hover .name {
  color: #8b2d31;
}
.article-list .text-all {
  border-color: transparent;
}
.type3 .article-list .Category + .date:before {
  background: #fff;
}
.article-list .item .date {
  color: #5d5d5d;
  border-color: #5d5d5d;
}
.type2 .keyword_box:before {
  background: #a8bfef;
}
.article-list .item .name,
.type4 .right-box .tit,
.type4 .article-list .date:before {
  color: #000;
  font-weight: bold;
  padding-top: 0;
}
.article-list .item .description {
  color: #6c6c6c;
}
.article-box .keyword_box,
.article-box .keyword li a,
.article-box .article-list .Category,
.article-box .keyword_box:before,
.keyword li a {
  color: #c28588;
  border-color: #c28588;
  background: none;
}
.article-box .keyword li a:hover {
  background: #3e53e6;
  border-color: #3e53e6;
  color: #fff;
}
.type5 .article-list .item .date,
.article-date {
  display: flex;
  font-size: 14px;
  width: auto;
  height: auto;
  margin: 15px 0 20px;
  padding: 0;
  justify-content: end;
  background: transparent;
  color: #545454;
  font-weight: initial;
}
.type5 .article-list .item .day {
  order: 3;
  width: auto;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
}
.type5 .article-list .item .month,
.type5 .article-list .item .years {
  font-size: 14px;
}
.type5 .article-list .date .day:before {
  content: ".";
}
.article-date {
  margin: auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more {
  z-index: 5;
  overflow-x: hidden;
  color: #fff;
  position: relative;
}
.type1 .article-list .btn.more:before,
.type4 .article-list .btn.more:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  right: 0;
  background: #8b2c30;
  transition: all 0.3s ease;
  border-radius: 0px;
}
.type1 .article-list .box .btn.more:hover:before,
.type4 .article-list .box:hover .btn.more:before {
  opacity: 0;
}
.type5 .article-list .item .name {
  font-size: 18px;
  color: #515151;
}
/*------------ keyword_box ------------*/
.keyword_box.detail li a,
.keyword_box.detail li a:hover {
  background: none;
  border: none;
  padding: 0px 0px;
}
.keyword_box.detail li + li:before {
  content: ",";
}
.keyword_box i {
  font-size: 14px;
  line-height: 14px;
  float: left;
  position: absolute;
  top: 14px;
  left: 0;
}
.article-detail .fb {
  padding: 10px 0 5px;
}
.keyword_box.detail {
  height: auto;
  max-width: 1000px;
  margin: 0;
  position: relative;
  padding: 9px 0 9px 25px;
  color: #c28588;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
}
.type5 .keyword_box.detail ul {
  white-space: normal;
  overflow: inherit;
}
.type5 .keyword li a:hover {
  text-decoration: underline;
  color: #999;
}
/*!列表通用 index article*/
/*------------ detail-main ------------*/
.share_box {
  text-align: left;
  order: 3;
  width: 100%;
}
.article-header {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.article-date {
  width: 100%;
  margin: 0px auto;
  color: #000;
  background: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  text-align: left;
  display: flex;
}
.article-date .day {
  order: 3;
}
.article-date .month {
  order: 2;
}
.article-date .month:before,
.article-date .day:before {
  content: "-";
  display: inline-block;
}
.pic_box {
  padding: 0px;
  margin: 20px 0 30px;
  max-width: 650px;
}
.pic_box img {
  width: 100%;
}
.article-detail .share_box {
  text-align: left;
}
.article-title {
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  margin: 1px auto;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
  color: #000;
}
.btn-box {
  text-align: left;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px) {
  .pic_box {
    padding: 0;
    margin: 10px 0 20px;
  }
}
@media screen and (max-width: 480px) {
}
