.context {
  display: flex;
  justify-content: space-between;
  padding: 50px 8%;
  background: #F9F9F9;
  box-sizing: border-box;
}
.context .left {
  width: 230px;
  margin-right: 40px;
  position: relative;
  transition: all 1s linear;
}
.context .left ul {
  background: #F9F9F9;
}
.context .left ul li {
  height: 70px;
  line-height: 70px;
  padding-left: 15px;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 2px;
}
.context .left ul li:nth-child(1) {
  background-color: #790516;
  height: 100px;
  color: #FBFBFB;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 30px;
  padding-left: 0;
}
.context .left ul li:nth-child(1) p:nth-child(1) {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
}
.context .left ul li:nth-child(1) p:nth-child(2) {
  font-size: 14px;
  color: #FBFBFB;
}
.context .left ul li:nth-child(2) a {
  color: #790516;
}
.context .left ul li:hover a {
  color: #790516;
}
.context .left ul li a {
  color: #101010;
}
.context .left ul li a img {
  width: 10px;
  margin-right: 6px;
}
.context .left .img {
  width: 30px;
  height: 50px;
  line-height: 50px;
  color: #101010;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 230px;
  text-align: center;
  background-color: #fff;
  display: none;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.context .right {
  flex: 1;
  padding: 0px;
  box-sizing: border-box;
}
.context .right .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  padding: 40px;
  box-sizing: border-box;
}
.context .right .list .item {
  width: 32%;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 1.56vw;
}
.context .right .list .item:nth-child(4n) {
  margin-right: 0;
}
.context .right .list .item:hover .title {
  background: #790516;
}
.context .right .list .item .video {
  width: 100%;
  position: relative;
  display: block;
}
.context .right .list .item .video img {
  width: 100%;
  vertical-align: text-bottom;
  max-height: 100%;
  height: 280px;
}
.context .right .list .item .title {
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 20px 15px;
  box-sizing: border-box;
  background-color: #F3F3F3;
}
.context .right .list .item:hover .title {
  color: #fff;
}
.context .right .ywfwbox {
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  background-color: #fff;
}
.context .right .ywfwbox .ywfwtit {
  border-bottom: 2px solid #790516;
  display: flex;
  justify-content: start;
  width: 100%;
  margin-bottom: 20px;
}
.context .right .ywfwbox .ywfwtit a {
  padding: 15px 20px;
  font-size: 16px;
  color: #222222;
  background: #E4E4E4;
  margin-right: 2px;
  font-weight: bold;
}
.context .right .ywfwbox .ywfwtit a:hover {
  color: #fff;
  background: #790516;
}
.context .right .ywfwbox .ywfwtit a.yecur {
  color: #fff;
  background: #790516;
}
.context .right .ywfwbox .ywfwmain {
  width: 100%;
  display: flex;
  justify-content:flex-start;
  flex-wrap: wrap;
  
}
.context .right .ywfwbox .ywfwmain .ywfwlist{
  width: 100%;
  border:1px solid #e7e7e7;
  
 
  margin-bottom: 20px;
  display: flex;
  justify-content:space-between;
  height: 180px;
  overflow: hidden;
  box-sizing: border-box;
}
.context .right .ywfwbox .ywfwmain .ywfwlist img {
  
  display: block;
  max-height: 180px;

  width: 20%;
}
.context .right .ywfwbox .ywfwmain .ywfwlist p {
  width: 76%;
  font-size: 15px;
  line-height: 30px;
  display: block;
  color: #555;
  
    padding: 0 15px;
    margin-top: 20px;
    height: 120px;
    
    
}
@media screen and (max-width: 1460px) {
  .context .beicontent .list .item {
    margin-right: 3.3vw;
  }
  .context .left {
    width: 18%;
  }
  .context .right .list {
    padding: 20px;
  }
  .context .right .list .item {
    width: 48%;
  }
}
@media screen and (max-width: 968px) {
  .context {
    flex-direction: column;
    padding: 30px 0;
  }
  .context .left {
    width: 230px;
    height: 400px;
    position: fixed;
    left: -230px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
  }
  .context .left ul li {
    height: 55px;
    line-height: 55px;
  }
  .context .left ul li:nth-child(1) {
    height: 70px;
  }
  .context .left ul li:nth-child(1) p:nth-child(1) {
    font-size: 20px;
  }
  .context .left ul li:nth-child(1) p:nth-child(2) {
    font-size: 14px;
  }
  .context .left .img {
    display: block;
  }
  .context .right {
    padding: 0 ;
  }
  .context .right .list .item {
    width: 49%;
    margin-right: 2%;
    padding: 10px;
  }
  .context .right .list .item:nth-child(3n) {
    margin-right: 2%;
  }
  .context .right .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .context .right .list .item .video {
    height: 28vw;
  }
  .context .right .list .item .video p img {
    width: 35px;
  }
  .context .right .list .item .title {
    font-size: 14px;
    padding: 15px 0 ;
  }
  .context .right .ywfwbox {
    padding: 4%;
  }
  .context .right .ywfwbox .ywfwtit a {
    font-size: 14px;
    padding: 10px;
  }
  .context .right .ywfwbox .ywfwmain .ywfwlist{
    height: 120px;
  }
  .context .right .ywfwbox .ywfwmain .ywfwlist img{
    width: 40%;
    height: auto;
  }
  .context .right .ywfwbox .ywfwmain .ywfwlist p{
    width: 55%;
    height: 90px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
  }
}
