.container {
  background-color: #fff;
}
.yglfw-ban {
  width: 100%;
  position: absolute;
}
.yglfw-ban img {
  width: 100%;
  height: 300px;
}

.yglfw-body {
  width: 70%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.yglfw-info {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  height: 300px;
}
.yglfw-info h3 {
  font-size: 38px;
  line-height: 26px;
  font-weight: normal;
}
.yglfw-box {
  width: 100%;
  /* height: 300px; */
  /* background-color: red; */
  padding: 50px 0 50px;
}
.yglfw-warp {
  width: 96%;
  /* height: 350px; */
  margin-left: auto;
  margin-right: auto;
  /* background-color: #fff; */
}
.yglfw-all {
  font-size: 28px;
  margin-bottom: 30px;
}
.yglfw-menubox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  height: 40px;
}
.yglfw-menubox a {
  border: 1px solid #eee;
  /* box-sizing: border-box; */
  min-width: 130px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  /* margin-left: -1px; */
  line-height: 40px;
  color: #000;
  display: block;
}
.yglfw-menubox a.on {
  color: #fff;
  border-color: #eb5c5c;
  background: #eb5c5c;
}
.yglfw-MAXBOX {
  display: flex;
  flex-wrap: wrap;
  padding-left: 2px;
  padding-top: 2px;
  margin-bottom: 150px;
}
.li {
  width: 29%;
  /* border: 1px solid #eee; */
  border: 1px solid #eee;
  box-sizing: border-box;
  margin-left: -1px;
  margin-top: -1px;
}
.yglfw-hover {
  color: #555;
  /* line-height: 1.85714285714; */
  font-size: 14px;
  width: 100%;
  padding: 17px;
}
.yglfw-tline {
  /* color: #333; */
  font-size: 16px;
  /* margin-bottom: .1rem; */
  /* line-height: 1.4; */
  position: relative;
  line-height: 30px;
}
.yglfw-word {
  line-height: 20px;
  /* background-color: black; */
}
.yglfw-tline:after {
  content: "";
  width: 3px;
  height: 20px;
  background: #eb5c5c;
  position: absolute;
  right: 100%;
  margin-right: 14px;
  top: 50%;
  margin-top: -10px;
}
.yglfw-hover:hover {
  color: #fff !important;
  background: #eb5c5c;
}
.ul-box-none {
  display: none;
}
