.main{
  max-width: 1440px;
  min-width: 320px;
  margin: 0 auto;
}
.ny_box {
  padding: 20px;
  box-sizing: border-box;
}
.ny_h2 {
  font-size: 20px;
  font-family: arial;
  height: 40px;
  line-height: 40px;
  color: #535353;
  position: relative;
  overflow: hidden;
}
.basic_info {
  padding: 10px;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.p_text {
  line-height: 36px;
  font-size: 16px;
}
.p_text .a_link {
  line-height: 24px;
  color: #666666;
  font-size: 16px;
  padding: 5px 15px;
  text-decoration: none;
}
.w_1440 {
  width: 1440px;
  margin: 0 auto;
}
.htmleaf-container .oTitle {
  font-size: 20px;
  color: #535353;
  font-family: arial;
  margin-bottom: 35px;
}
.wall {
  display: block;
  position: relative;
}
.waterfall_flow_wrap .waterfall_flow {
  position: relative;
  margin: 0 auto;
  max-width: 1440px!important;
  overflow: hidden;
}
.article {
  display: block;
  border: solid 1px #ededed;
  margin-bottom: 20px;
  padding: 0 0 30px;
  background: white;
  border-radius: 3px;
  transition: all 220ms;
  position: relative;
}
.article>p {
  font-size: 16px;
  font-family: arial;
  color: #666666;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.waterfall_flow_wrap .waterfall_flow .article .title {
  line-height: 75px;
  height: 75px;
  box-sizing: border-box;
  border-bottom: 1px solid #f0f0f0;
  font-size: 20px;
  color: #666666;
  font-weight: bold;
  font-family: arial;
  padding-left: 20px;
}
.waterfall_flow_wrap .waterfall_flow .article p {
  line-height: 40px;
  height: 40px;
}
.waterfall_flow_wrap .waterfall_flow .article p a {
  display: block;
  padding: 0 20px;
  font-size: 16px;
  color: #666666;
  font-family: arial;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}


@media only screen and (max-width: 1400px){
  .w_1440 {
      width: 100%;
      box-sizing: border-box;
      /* padding: 0 0.75rem; */
  }
}

