.index_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #fdf6e2;
}
.header-box {
  width: 100%;
}

.header-box .header-background {
  position: relative;
  width: 100%;
}
.header-background-img {
  width: 100%;
  height: auto;
}
.header-tags-box {
  width: 1038px;
  height: 60px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../image/header-tag-box.png");
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.header-tags-box .tag-link {
  text-decoration: none;
}
.header-tags-box .tag-link > p {
  font-weight: 500;
  font-size: 24px;
  color: #fff3e3;
  line-height: 36px;
  letter-spacing: 1px;
  text-align: center;
  font-style: normal;
}

.header-tags-box > div {
  width: 1px;
  height: 24px;
  background-color: #fff;
}

.content-box {
  width: 1200px;
  margin: 30px auto 164px;
}
.yw-content,
.hm-content,
.pl-content,
.st-content {
  margin-top: 38px;
  width: 1200px;
}
.yw-content .yw-header,
.hm-content .hm-header,
.pl-content .pl-header,
.st-content .st-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid #f1b723;
}
.yw-header .header-title,
.hm-content .header-title,
.pl-content .header-title,
.st-content .header-title {
  width: 96px;
  font-weight: 500;
  font-size: 40px;
  color: #fb0010;
  line-height: 59px;
  text-align: center;
  font-style: normal;
  border-bottom: 8px solid #fc0010;
}
.yw-header .header-more,
.hm-content .header-more,
.pl-content .header-more,
.st-content .header-more {
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 20px;
  color: #fb0010;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
  font-style: normal;
  cursor: pointer;
  text-decoration: none;
}

.yw-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 29px;
  margin-top: 17px;
}
.yw-main .left-main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 471px;
  height: 400px;
}
.yw-main .left-main .top-content {
  border-bottom: 1px solid #ebd3b0;
}
.yw-main .left-main .top-content .title {
  width: 471px;
  height: 56;
  color: #333333;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  cursor: pointer;
}
.yw-main .left-main .top-content .title:hover {
  color: #be1219;
}
.yw-main .left-main .top-content .content {
  width: 471px;
  height: 56px;
  margin-top: 12px;
}
.yw-main .left-main .list {
  width: 471px;
  height: 275px;
}
.yw-main .left-main .list .item {
}
.yw-main .left-main .list .item .abox {
  height: 55px;
  color: #333333;
  font-size: 20px;
  padding: 0 0 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #f4e3cd;
  box-sizing: border-box;
}
.yw-main .left-main .list .item .abox:hover {
  background-color: #f9e6d6;
  color: #be1219;
}
.yw-main .left-main .list .item .abox .tag {
  width: 7px;
  height: 7px;
  flex-shrink: initial;
  background-color: #be1219;
}
.yw-main .left-main .list .item .abox .title {
  margin-left: 14px;
  flex: 1;
}
.yw-main .right-main {
  width: 700px;
  height: 400px;
  background-color: #d8d8d8;
  position: relative;
}
.yw-main .right-main .flexslider {
  width: 100%;
  height: 100%;
  position: relative;
}
.yw-main .right-main .flexslider .slides {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.yw-main .right-main .flexslider .slides li {
  width: 100%;
  height: 100%;
  position: relative;
}
.yw-main .right-main .flexslider .flex-direction-nav {
  display: none;
}
.yw-main .right-main .flexslider .slides li .abox {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.yw-main .right-main .flexslider .slides li .abox .img {
  width: 700px;
  height: 400px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.yw-main .right-main .flexslider .slides li .textbox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 700px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.yw-main .right-main .flexslider .slides li .textbox .text_item_1 {
  width: 500px;
  height: 42px;
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
  line-height: 42px;
  text-align: center;
  font-style: normal;
}
.yw-main .right-main .flexslider .flex-control-nav {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
}
.yw-main .right-main .flexslider .flex-control-nav li {
  margin: 0;
  list-style: none;
}
.yw-main .right-main .flexslider .flex-control-nav li a {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #999;
  display: block;
  cursor: pointer;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  text-indent: -999;
  font-size: 0;
}
.yw-main .right-main .flexslider .flex-control-nav li a:hover {
  background-color: #d2131c;
}
.yw-main .right-main .flexslider .flex-control-nav li a.flex-active {
  background-color: #d2131c;
}

.hm-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hm-main .item {
  margin-top: 24px;
  width: 390px;
  height: 268px;
}
.hm-main .item .abox .abox_in {
  width: 390px;
  height: 268px;
}
.hm-main .item .abox .abox_in .img {
  width: 390px;
  height: 220px;
  object-fit: cover;
}
.hm-main .item .abox .abox_in .textbox {
  width: 390px;
  height: 48px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hm-main .item .abox .abox_in .textbox .text_item {
  width: 390px;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 27px;
  text-align: center;
  font-style: normal;
}

.pl-main {
  width: 1200px;
  background: #fff3d4;
  padding: 32px 0 32px 33px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.pl-main .item .abox {
  font-size: 18px;
  color: #000000;
  line-height: 44px;
  text-align: left;
  font-style: normal;
}
.pl-main .item .abox:hover {
  color: #2856ca;
}
.pl-main .item .abox .tag {
  font-size: 12px;
}
.pl-main .line:not(:last-child) {
  width: 1156px;
  height: 1px;
  background-color: #dcca9a;
}

.st-main {
  margin-top: 23px;
  width: 1200px;
  overflow: hidden;
}
.st-main .st-list {
  display: flex;
}
.st-main .st-list .abox {
  width: 326px;

  background: #d8d8d8;
  height: 378px;
  display: block;
}
.st-main .st-list .abox:hover {
  background-color: #2856ca;
}
.st-main .st-list .abox:hover .text {
  background-color: #2856ca;
}
.st-main .st-list .abox:hover .text span {
  color: #fff;
}
.st-main .st-list .abox:not(:first-child) {
  margin-left: 9px;
}
.st-main .st-list .abox:not(:last-child) {
  margin-right: 9px;
}
.st-main .st-list .abox .img {
  width: 326px;
  height: 330px;
  object-fit: cover;
}
.st-main .st-list .abox .text {
  width: 326px;
  height: 48px;
  background: #ecd9a7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.st-main .st-list .abox .text span {
  display: inline-block;
  width: 292px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: center;
  font-style: normal;
}
