.news_list_wrap .news_list .news_item .news_info .info_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news_list_wrap .news_list .news_item .news_info .info_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.KV_bg_wrap {
  background-image: url("../images/kv/shadow-top.png"), url("../images/kv/shadow-bottom.png"), url("../images/kv/bg_top.jpg"), url("../images/kv/bg_bottom.jpg");
  background-repeat: no-repeat, no-repeat, repeat-x, repeat;
  background-position: top center, bottom center, top center, bottom center;
  background-size: 1920px 450px, 1920px 450px, 1920px 250px, 1920px 500px;
}
@media screen and (min-width: 1280px) {
  .KV_bg_wrap {
    background-size: 1920px 450px, 1920px 450px, 100% 250px, 100% 500px;
  }
}
@media screen and (min-width: 1920px) {
  .KV_bg_wrap {
    background-position: top right, bottom left, top center, bottom center;
  }
}

.KV_writer_wrap .KV_item_info {
  display: flex;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .KV_writer_wrap .KV_item_info {
    margin-top: 50px;
  }
}
.KV_writer_wrap .KV_item_info .KV_img {
  width: 102px;
  height: 102px;
  padding: 2px;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(0deg, #C1C1C1 0%, #E5E5E5 100%);
  box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) {
  .KV_writer_wrap .KV_item_info .KV_img {
    width: 196px;
    height: 196px;
  }
}
@media screen and (min-width: 1024px) {
  .KV_writer_wrap .KV_item_info .KV_img {
    width: 204px;
    height: 204px;
    padding: 4px;
  }
}
.KV_writer_wrap .KV_item_info .KV_img img {
  width: calc(100% - 4px);
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  top: 2px;
  left: 2px;
}
@media screen and (min-width: 1024px) {
  .KV_writer_wrap .KV_item_info .KV_img img {
    width: calc(100% - 8px);
    top: 4px;
    left: 4px;
  }
}
.KV_writer_wrap .KV_item_info .KV_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #D0D0D0;
  background-size: 100%;
  border-radius: 50%;
}
.KV_writer_wrap .KV_item_info .KV_writer_info {
  width: calc(100% - 102px - 10px);
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .KV_writer_wrap .KV_item_info .KV_writer_info {
    width: calc(100% - 196px - 24px);
    margin-left: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .KV_writer_wrap .KV_item_info .KV_writer_info {
    width: calc(100% - 204px - 24px);
  }
}
.KV_writer_wrap .KV_item_info .KV_writer_info .KV_title {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .KV_writer_wrap .KV_item_info .KV_writer_info .KV_title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.KV_writer_wrap .KV_item_info .KV_writer_info .KV_name {
  color: #2E2E2E;
  min-height: 55px;
  margin-top: 15px;
  font-weight: 500;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .KV_writer_wrap .KV_item_info .KV_writer_info .KV_name {
    min-height: auto;
    font-size: 28px;
    font-size: 1.75rem;
    margin-top: 30px;
  }
}
.KV_writer_wrap .KV_item_info .KV_writer_info .writer_info {
  margin-left: -112px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .KV_writer_wrap .KV_item_info .KV_writer_info .writer_info {
    margin-left: 0;
    margin-top: 8px;
  }
}
.KV_writer_wrap .KV_item_info .KV_writer_info .writer_info .writer_desc {
  color: #2E2E2E;
  font-weight: 400;
  line-height: 1.5em;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .KV_writer_wrap .KV_item_info .KV_writer_info .writer_info .writer_desc {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.KV_writer_wrap .KV_item_info .KV_writer_info .writer_info .link_list {
  margin-top: 8px;
}
.KV_writer_wrap .KV_item_info .KV_writer_info .writer_info .link_list .link_item {
  color: #2E2E2E;
  padding: 2px 20px 4px 20px;
  border-radius: 100px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #F7F7F7 0%, #D0D0D0 32%, #F7F7F7 65%, #D0D0D0 100%);
  text-decoration: none;
  display: inline-block;
  margin-top: 8px;
  margin-right: 8px;
}
@media screen and (min-width: 1024px) {
  .KV_writer_wrap .KV_item_info .KV_writer_info .writer_info .link_list .link_item:hover {
    color: #8F8F8F;
  }
}
.KV_writer_wrap .KV_item_info .KV_writer_info .writer_info .btn_box {
  margin-bottom: 40px;
  padding: 40px 16px 0;
}
@media screen and (min-width: 1024px) {
  .KV_writer_wrap .KV_item_info .KV_writer_info .writer_info .btn_box {
    margin-bottom: 50px;
    padding: 50px 16px 0;
  }
}
.KV_writer_wrap .KV_item_info .KV_writer_info .writer_info .btn_box .btn {
  width: calc((100% - 20px) / 2);
  transition: all 0.4s ease-in-out;
  margin-left: 10px;
}
.KV_writer_wrap .KV_item_info .KV_writer_info .writer_info .btn_box .btn:first-child {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .KV_writer_wrap .KV_item_info .KV_writer_info .writer_info .btn_box .btn {
    margin-left: 80px;
    max-width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .KV_writer_wrap .KV_item_info .KV_writer_info .writer_info .btn_box .btn {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 42px;
  }
}

.page_list_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.page_list_wrap .list_btn {
  margin: 0 3px;
}
.page_list_wrap .list_btn a {
  width: 28px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .page_list_wrap .list_btn a:hover svg path {
    fill: #2E2E2E;
  }
}
.page_list_wrap .list_btn.disableed a {
  cursor: default;
}
.page_list_wrap .list_btn.disableed a svg path {
  fill: #c7c7c7;
}
.page_list_wrap .page_list {
  display: flex;
}
.page_list_wrap .page_list .page_item {
  width: 36px;
  height: 36px;
  border: 1px solid #8F8F8F;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  color: #8F8F8F;
  margin: 0 3px;
  padding-bottom: 3px;
}
.page_list_wrap .page_list .page_item:hover, .page_list_wrap .page_list .page_item.active {
  color: #2E2E2E;
  background: linear-gradient(0deg, #C1C1C1 0%, #E5E5E5 100%);
}
@media screen and (min-width: 1024px) {
  .page_list_wrap .page_list .page_item {
    margin: 0 6px;
    padding-bottom: 2px;
  }
}

.breadcrumb {
  height: 65px !important;
}

@media screen and (min-width: 768px) {
  .news_list_wrap .news_list {
    display: flex;
    flex-wrap: wrap;
  }
}
.news_list_wrap .news_list .news_item {
  padding: 10px 8px;
  box-sizing: border-box;
  background: linear-gradient(0deg, #C1C1C1 0%, #E5E5E5 100%);
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-top: 16px;
}
.news_list_wrap .news_list .news_item:nth-child(1) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .news_list_wrap .news_list .news_item {
    width: calc((100% - 16px) / 2);
    margin-top: 16px;
    margin-left: 16px;
  }
  .news_list_wrap .news_list .news_item:nth-child(2) {
    margin-top: 0;
  }
  .news_list_wrap .news_list .news_item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .news_list_wrap .news_list .news_item {
    width: calc((100% - 48px) / 3);
    margin-top: 24px;
    margin-left: 24px;
    padding: 40px;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .news_list_wrap .news_list .news_item:nth-child(3) {
    margin-top: 0;
  }
  .news_list_wrap .news_list .news_item:nth-child(2n+1) {
    margin-left: 24px;
  }
  .news_list_wrap .news_list .news_item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .news_list_wrap .news_list .news_item:hover .news_img img {
    transform: scale(1.1);
  }
  .news_list_wrap .news_list .news_item:hover .news_info .info_title, .news_list_wrap .news_list .news_item:hover .news_info .info_time {
    color: #8F8F8F;
  }
}
.news_list_wrap .news_list .news_item .news_img {
  width: 178px;
  height: 100px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .news_list_wrap .news_list .news_item .news_img {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
}
.news_list_wrap .news_list .news_item .news_img img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.news_list_wrap .news_list .news_item .news_info {
  width: calc(100% - 178px - 8px);
  margin-left: 8px;
}
@media screen and (min-width: 1024px) {
  .news_list_wrap .news_list .news_item .news_info {
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
  }
}
.news_list_wrap .news_list .news_item .news_info .info_title {
  min-height: 48px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #2E2E2E;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .news_list_wrap .news_list .news_item .news_info .info_title {
    -webkit-line-clamp: 2;
  }
}
.news_list_wrap .news_list .news_item .news_info .info_time {
  font-size: 16px;
  font-size: 1rem;
  color: #2E2E2E;
  text-align: right;
  transition: 0.3s;
  margin-top: 9px;
}
@media screen and (min-width: 1024px) {
  .news_list_wrap .news_list .news_item .news_info .info_time {
    margin-top: 10px;
  }
}
.news_list_wrap .news_list .news_item.news_AD {
  background: transparent;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .KV_btnBox {
    width: calc(100% + 196px + 24px);
    margin-left: -220px;
  }
}
@media screen and (min-width: 1024px) {
  .KV_btnBox {
    width: calc(100% + 204px + 24px);
    margin-left: -228px;
  }
}/*# sourceMappingURL=writer.css.map */