.article-list {
  margin: 0 -12px;
}

.article-list .item {
  width: 33.3%;
  padding: 0 12px;
  position: relative;
}
.article-list .item:nth-child(3n + 1) {
  clear: left;
}
.article-list .item .box {
  text-align: center;
  margin: 0 auto 80px;
  position: relative;
}
.article-list li .cover {
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}

.article-list .pic {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.article-list .box:hover .pic:before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.7) url(../../images/common/news/hover.png)
    no-repeat 50% 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.article-list .date,
.article-detail .date {
  display: inline-block;
  background: #fff;
  text-align: center;
  color: #555;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  box-sizing: border-box;
  position: relative;
  padding: 11px 0 0;
  margin: -45px auto 15px;
  font-family: "Prompt", sans-serif;
  border: 1px solid #e5e5e5;
}

.article-list .date:before,
.article-detail .date:before {
}

.article-list .date b,
.article-detail .date b {
  display: block;
  color: #ef691d;
  font-size: 30px;
  font-weight: normal;
}

.article-list .name {
  color: #333;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}

.article-list .item .box:hover .name {
  color: #ef691d;
}

.article-list .description {
  font-size: 13px;
  color: #676759;
  letter-spacing: 0;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 60px;
  text-align: left;
}

.article-list .box:hover .description {
  color: #000;
}

.article-list + .btn-box {
  padding-top: 0;
}

.article-detail {
  margin: 0 auto;
  position: relative;
}

.article-detail .date {
  left: 0;
  top: 0;
  margin: 0;
}

.article-detail .txt {
}

.article-detail .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.73;
  position: relative;

  margin-bottom: 40px;
  padding: 26px 0px 19px 0px;

  margin-bottom: 60px;
  border-bottom: 1px solid #d6d6d6;
}
.article-detail .editor {
  padding: 0 20px;
}

.article-detail .btn-box {
  text-align: left;
  padding: 70px 20px 0;
}
.keyword_box {
  font-size: 13px;
  color: #6f6f6f;
  padding: 10px 0;
  line-height: 22px;
  position: relative;
  margin: 10px auto 0;
  box-sizing: border-box;
  background: transparent;
  text-align: left;
  z-index: 50;
}

.keyword li,
.keyword_box .keyword li a {
  display: inline;
  padding: 0;
  background: none;
  color: #af8771;
}

.keyword li a:hover {
  text-decoration: underline;
}

.keyword li + li:before {
  content: "/";
}

.keyword .icon-ic-keyword {
  font-size: 14px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border: 1px solid transparent;
  margin: 2px 6px 0 0px;
  color: #6f6f6f;
  float: left;
}

.article.fb {
  text-align: center;
}
.keyword_box.detail {
  margin: 20px 0;
  text-align: left;
}
.share_box .share-link .btn {
  font-size: 28px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  border: 1px solid transparent;
  margin: 2px 0;
}
.share_box .share-link .icon-ic-share-t,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
  font-size: 28px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  margin: 2px 0;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .article-list .item {
    width: 33.33%;
  }
  .article-detail .btn-box {
    padding: 40px 0px 0;
  }
  .article-list .item .box {
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .article-list .item {
    width: 50%;
  }
  .article-list .item.box {
    margin-bottom: 20px;
  }
  .article-detail .title {
    margin-bottom: 30px;
  }
  .article-detail .editor,
  .article-detail .btn-box {
    padding-left: 0;
    padding-right: 0;
  }
  .article-list .item:nth-child(3n + 1) {
    clear: none;
  }
  .article-list .item:nth-child(2n + 1) {
    clear: left;
  }
}

@media screen and (max-width: 600px) {
  .article-list .item {
    width: 100%;
  }
  .article-list .item.box {
    max-width: 100%;
    padding: 0 10px 15px;
    border-bottom: 1px solid #ddd;
  }
  .article-detail {
    padding-left: 0;
  }
  .article-detail .date {
    position: relative;
    left: 0;
    display: block;
    margin: 0 auto 20px;
  }
  .article-detail .txt {
    padding-left: 0;
    border-left: 0;
  }

  .article-list .name {
    height: auto;
  }
  .article-list .description {
    height: auto;
    max-height: 40px;
    padding-left: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .article-list .pic {
    display: none;
  }

  .article-list .date,
  .article-detail .date {
    line-height: 1.2;
    letter-spacing: 0;
    width: 75px;
    height: 75px;
    padding: 10px 0 0;
    margin: 0px;
    float: left;
    margin-right: 5px;
  }

  .article-list .date b,
  .article-detail .date b {
    font-size: 30px;
  }

  .article-detail .date {
    line-height: 1;
    letter-spacing: 0;
    width: 125px;
    height: 45px;
    padding: 10px 0 0;
    margin: 0px;
    float: none;
    display: inline-block;
  }
  .article-detail .title {
    font-size: 16px;
    padding: 15px 20px;
    margin-bottom: 15px;
  }

  .article-detail .date b {
    font-size: 25px;
    display: inline-block;
    margin-right: 2px;
  }
  .article-detail .title:before {
    display: none;
  }
  .keyword_box.detail {
    margin: 0px 0;
  }
  .share_box {
    margin: 10px 0;
  }
}
