#app .nycon {
  width: 1003px;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
}
#app .nycon > div {
  line-height: 200%;
}
#app .nycon .nycase {
  padding: 0 20px;
}
#app .nycon .nycase .casecon {
  width: 296px;
  display: inline-block;
  overflow: hidden;
  margin: 10px 10px 0;
}
#app .nycon .nycase .casecon .case {
  height: 90px;
  background: #0da9ec;
  padding: 20px 20px;
}
#app .nycon .nycase .casecon .case dl {
  color: #fff;
  line-height: 1.8;
}
#app .nycon .nycase .casecon .case dl dt {
  font-size: 24px;
  font-weight: bold;
}
#app .nycon .nycase .casecon .case_btn {
  position: relative;
  width: 100%;
  background: #1698d2;
  height: 34px;
}
#app .nycon .nycase .casecon .case_btn a {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 22px;
  height: 22px;
  background: url("../images/go2.png") no-repeat 0 0;
}
#app .nycon h2 {
  font-size: 16px;
  color: #0081c7;
}
#app .nycon h2 span {
  font-size: 20px;
}
#app .nycon p {
  font-size: 14px;
}
