.nong {
  width: 1200px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nong .nimg {
  width: 560px;
}

.nong .nimg img {
  width: 100%;
}

.nong ul {
  width: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.nong ul li {
  width: 100%;
  height: 90px;
}

.nong ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nong ul li a .tou {
  width: 84px;
  height: 84px;
  color: #666666;
  text-align: center;
  background: #f2f2f2;
}

.nong ul li a .tou .da {
  font-size: 25px;
  line-height: 25px;
  margin-top: 20px;
}

.nong ul li a .tou .xiao {
  font-size: 14px;
  line-height: 14px;
}

.nong ul li a .neir {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
  border-bottom: 1px dashed #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nong ul li a .neir h4 {
  font-size: 16px;
  color: #2b2b2b;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
}

.nong ul li a .neir h4:hover {
  color: #076ce0;
}

.nong ul li a .neir .neitile {
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  font-style: normal;
}

.xiang {
  width: 1200px;
  margin: 50px auto;
}

.xiang li {
  border-bottom: 1px dashed #e5e5e5;
  padding: 50px 0;
}

.xiang .biao {
  vertical-align: middle;
  width: 100%;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 23px;
  color: #2b2b2b;
}

.xiang .biao:hover {
  color: #076ce0;
}

.xiang .batitl {
  vertical-align: middle;
  white-space: nowrap;
  font-size: 14px;
  color: #999999;
  font-weight: normal;
}
/*# sourceMappingURL=index2.css.map */