#money .header-mf {
    background: url("../img/mf11.jpg");
  }
  #money .news-box {
    width: 360px;
    height: 260px;
    background-color: #ffffff;
    border: solid 2px #ebebeb;
    margin-top: 50px;
    padding: 0px 50px 40px 50px;
  }
  
  #money .box-footer {
    width: 100%;
    height: 200px;
    background-color: #fafafa;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #money .online-search {
    margin: 0 auto;
    /* display: block; */
    width: 136px;
    margin-top: 20px;
    height: 36px;
    background-color: #00af66;
    border-radius: 2px;
    border: solid 1px #00af66;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
  }
  
  #money .sixBox {
    text-align: center;
    display: flex;
    align-items: center;
    height: 98px;
    width: 86px;
    background-image: url("../img/sixBox.png");
    position: relative;
    top: -50px;
    left: 90px;
  }
  
  #money .sixBox span{
    text-align: center;font-size: 24px;width: 86px;color: #a6a6a6
  }
  #money .news-box .p1 {
    /* width: 142px; */
    text-align: center;
    height: 24px;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
  }
  
  #money .news-box .p2 {
    /* width: 258px; */
    text-align: center;
    height: 44px;
    font-family: MicrosoftYaHeiLight;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
  }
  #money .news-box:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  #money .box3-mf-news {
    width: 100%;
    height: 486px;
    background-color: #fafafa;
    padding-top: 43px;
    margin-top: 73px;
  }
  
  #money .box1-mf-news {
    margin: 0 auto;
    width: 65%;
  }
  /* .sixBox{
      position: relative;
      top: -130px;
      left: 200px;
  } */
  /* .hexOut{
       display: block;
       overflow: hidden;
       width:88px;
      height:100px;
   }
  
  .hex{
  
  overflow:hidden;
  display:block;
  width:86px;
  height:100px;
  transform: rotate(-60deg) skewY(30deg);
  border: #ebebeb solid 1px;
  
  }
  
  .hexIn{
  background-color:white;
  display:block;
  width:86px;
  height:100px;
  line-height:100px;
  text-align: center;
  transform: skewY(-30deg) rotate(60deg);
  border: #ebebeb solid 1px;
  } */
  