.tacabasom-header {
  width: 100%;
  height: 560px;
  background: url("../images/tacabasom_header_bg.png") no-repeat center center;
}

.tacabasom-header-wrap {
  width: 1200px;
  height: 485px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tacabasom-header-wrap > img:last-child {
  margin-top: 20px;
}
.tacabasom-header-wrap .t_logo {
  position: absolute;
  top: 20px;
  max-width: 100%;
  left: 0;
}

.publicWelfare-title {
  width: 100%;
  height: 107px;
  background: url("../images/tacabasom_publicWelfare_bg.png") no-repeat center center;
  text-align: center;
}
.publicWelfare-title a {
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  line-height: 107px;
  display: inline-block;
}

.publicWelfare-swiper {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.publicWelfare-swiper .welfareSwiper-navigation {
  width: 100%;
  height: 100px;
  background: url("../images/publicWelfare_navigation.png") no-repeat center center;
  position: relative;
  display: flex;
  justify-content: center;
}
.publicWelfare-swiper .welfareSwiper-navigation .swiper-button-next, .publicWelfare-swiper .welfareSwiper-navigation .swiper-button-prev {
  position: relative;
  width: 68px;
  height: 52px;
}
.publicWelfare-swiper .welfareSwiper-navigation .swiper-button-next {
  background: url("../images/publicWelfare_next.png") no-repeat center center;
}
.publicWelfare-swiper .welfareSwiper-navigation .swiper-button-next:active {
  background-image: url("../images/publicWelfare_next_active.png");
}
.publicWelfare-swiper .welfareSwiper-navigation .swiper-button-prev {
  background: url("../images/publicWelfare_prev.png") no-repeat center center;
  margin-right: 56px;
}
.publicWelfare-swiper .welfareSwiper-navigation .swiper-button-prev:active {
  background-image: url("../images/publicWelfare_prev_active.png");
}

.welfareSwiper {
  box-sizing: border-box;
  padding: 65px 0 35px;
  margin-left: -80px;
  position: relative;
}
.welfareSwiper:before, .welfareSwiper:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  display: inline-block;
  box-shadow: 50px 0px 70px 160px rgb(255, 255, 255);
  z-index: 999;
  top: 0;
}
.welfareSwiper:before {
  left: 0;
}
.welfareSwiper:after {
  right: 0;
}
.welfareSwiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 380px !important;
}
.welfareSwiper a {
  display: inline-block;
  height: 547px;
  background: #FFF8F8;
  box-shadow: 1px 1px 15px 0px rgba(30, 88, 82, 0.49);
  box-sizing: border-box;
  padding: 14px 18px;
  border-radius: 20px;
  width: 100%;
}
.welfareSwiper a img {
  width: 100%;
  height: 100%;
}

.tacabasom-proposal {
  width: 100%;
  height: 855px;
  background: url("../images/tacabasom-proposal_bg.png") no-repeat center bottom;
  box-sizing: border-box;
  padding: 100px 0 73px;
}
.tacabasom-proposal .proposal_layout {
  width: auto;
  display: flex;
  justify-content: center;
}
.tacabasom-proposal .proposal_title {
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  text-align: center;
}
.tacabasom-proposal .proposal_left_cont {
  width: 586px;
  height: 620px;
  background: url("../images/tacabasom-proposal_left_bg.png") no-repeat 100% 100%;
  box-sizing: border-box;
  padding: 58px 40px 20px;
}
.tacabasom-proposal .proposal_left_cont h4 {
  color: #3D3D3D;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.tacabasom-proposal .proposal_left_cont article {
  line-height: 32px;
  height: calc(100% - 30px);
  overflow-y: auto;
}
.tacabasom-proposal .proposal_left_cont article * {
  font-weight: 290;
  color: #3D3D3D;
}
.tacabasom-proposal .proposal_left_cont article > * {
  margin-top: 20px;
}
.tacabasom-proposal .proposal_left_cont article::-webkit-scrollbar-thumb {
  background: #60C230;
}
.tacabasom-proposal .proposal_left_cont article::-webkit-scrollbar {
  width: 3px;
  background: #ebebeb;
}
.tacabasom-proposal .proposal_right {
  margin-left: 14px;
}
.tacabasom-proposal .proposal_right_cont {
  width: 600px;
  background: #ffffff;
  box-shadow: 0px 4px 62px 0px rgba(65, 100, 21, 0.2);
  border-radius: 0 0 20px 20px;
  height: calc(100% - 62px);
  position: relative;
}
.tacabasom-proposal .proposal_right_video {
  box-sizing: border-box;
  height: 351px;
  padding: 20px 15px;
  background: #379E26;
}

.propaganda_list {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 30px;
  border-bottom: 1px dashed #D8D8D8;
  height: 221px;
}
.propaganda_list li {
  box-sizing: border-box;
  padding-left: 15px;
  position: relative;
}
.propaganda_list li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  position: absolute;
  background: #333333;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out 0s;
}
.propaganda_list li:hover p {
  font-weight: bold;
  color: #73B255;
}
.propaganda_list li:hover span {
  color: #73B255;
}
.propaganda_list li:hover:before {
  background: #73B255;
}
.propaganda_list a {
  display: flex;
  justify-content: space-between;
  line-height: 38px;
}
.propaganda_list p {
  font-size: 16px;
  color: #3D3D3D;
  transition: all 0.3s ease-in-out 0s;
}
.propaganda_list span {
  font-size: 16px;
  color: #999999;
  transition: all 0.3s ease-in-out 0s;
}

.more {
  width: 171px;
  height: 38px;
  display: block;
  margin: 10px auto 0;
  text-align: center;
  line-height: 38px;
  color: #379E26;
  font-size: 16px;
  background: url("../images/propaganda-more.png") no-repeat center center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.creatingLiterature_wrap {
  width: 100%;
  height: 678px;
  margin: 75px 0 88px;
}

.creatingLiterature_tabs {
  width: 100%;
  height: 71px;
  background: url("../images/tacabasom_tabs_bg.png") no-repeat center center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.creatingLiterature_tabs li {
  width: 361px;
  height: 100%;
  box-sizing: border-box;
  line-height: 71px;
  text-align: center;
}
.creatingLiterature_tabs li.on a {
  color: #ffffff;
}
.creatingLiterature_tabs li.on:nth-child(1) {
  background: url("../images/tabs_active_left.png") no-repeat center center;
}
.creatingLiterature_tabs li.on:nth-child(2) {
  background: url("../images/tabs_active_right.png") no-repeat center center;
}
.creatingLiterature_tabs li:nth-child(1) {
  padding-left: 60px;
}
.creatingLiterature_tabs li:nth-child(2) {
  padding-right: 60px;
}
.creatingLiterature_tabs a {
  font-size: 40px;
  color: #333333;
  font-weight: bold;
  transition: all 0.5s ease-in-out 0s;
}

.creatingLiterature_cont {
  width: 1297px;
  height: 540px;
  margin: 67px auto 0;
  box-shadow: 0px 4px 62px 0px rgba(65, 100, 21, 0.2);
  background: #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 45px 45px 0;
  position: relative;
  display: none;
}
.creatingLiterature_cont.on {
  display: flex;
}
.creatingLiterature_cont span {
  display: inline-block;
  line-height: 32px;
  color: #999999;
  font-size: 16px;
  margin: 20px 0;
}
.creatingLiterature_cont span.more-detail {
  margin: 14px 0;
}
.creatingLiterature_cont h4 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.creatingLiterature_cont p {
  line-height: 24px;
  color: #666666;
  font-size: 16px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 7px;
}

.attachedDrawings {
  box-sizing: border-box;
  padding: 15px 20px;
  background: #ffffff;
  box-shadow: 0px 4px 32px 0px rgba(25, 65, 33, 0.1);
  border-radius: 10px;
  display: inline-block;
  height: calc(100% - 45px);
  width: 387px;
}
.attachedDrawings img {
  width: 100%;
  height: 209px;
  object-fit: cover;
}

.creatingLiterature_right {
  height: calc(100% - 45px);
}

.creatingLiterature_list {
  margin-left: 20px;
  /*
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  */
}
.creatingLiterature_list li {
  width: 387px;
  height: 214px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 32px 0px rgba(25, 65, 33, 0.1);
  box-sizing: border-box;
  padding: 0 20px;
  float: left;
  margin-right: 20px;
}
.creatingLiterature_list li:nth-child(2n) {
  margin-right: 0;
}
.creatingLiterature_list li:nth-child(3), .creatingLiterature_list li:nth-child(4) {
  margin-top: 20px;
}
.creatingLiterature_list span.time {
  margin: 15px 0;
}

.hrhs_title {
  width: 100%;
  height: 107px;
  background: url("../images/hrsh_bg.png") no-repeat center center;
  text-align: center;
}
.hrhs_title a {
  font-size: 40px;
  color: #333333;
  font-weight: bold;
  line-height: 107px;
}

.hrhs_list {
  width: 1297px;
  height: auto;
  margin: 72px auto 60px;
  display: flex;
  justify-content: center;
}
.hrhs_list > li {
  width: 224px;
  height: 224px;
  min-height: 224px;
  border-radius: 50%;
  box-shadow: 0px 4px 62px 0px rgba(65, 100, 21, 0.2);
  background: #ffffff;
  box-sizing: border-box;
  padding: 32px;
  margin-right: 20px;
  overflow: hidden;
}
.hrhs_list > li:last-child {
  margin-right: 0;
}
.hrhs_list .check_item {
  height: auto;
  border-radius: 393px;
}
.hrhs_list .hrhs_item_title {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #379E26;
  box-shadow: inset 0px 0px 13px 0px #19560F;
  text-align: center;
}
.hrhs_list .hrhs_item_title a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hrhs_list .hrhs_item_title span {
  line-height: 38px;
  color: #FFFFFF;
  font-size: 20px;
}

.hrhs_sublist {
  display: none;
  margin-top: 15px !important;
  width: 100%;
}
.hrhs_sublist li {
  text-align: center;
  width: 100%;
}
.hrhs_sublist a {
  line-height: 53px;
  font-size: 20px;
  color: #2C7E1F;
}
