.newscontent {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 49px 30px 32px;
}
.newscontent > h5 {
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  color: #b7b7b7;
  margin-top: 18px;
  margin-bottom: 30px;
}
.newscontent > h1 {
  text-align: center;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.newscontent > p {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}
.newscontent .tips {
  color: #ff000d;
  padding: 15px 0;
  border-top: 1px dashed #dfdfdf;
  border-bottom: 1px dashed #dfdfdf;
  margin-top: 15px;
  margin-bottom: 17px;
}
.newscontent img {
  margin: 29px 0;
}
.preynext {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  color: #333333;
}
.drecommend .newt {
  margin-top: 28px;
  padding-bottom: 14px;
  border-bottom: 1px solid #dedede;
}
.drecommend .sp1 {
  font-weight: 1000;
  color: #ff0000;
}
.drecommend .sp2 {
  color: #a7a7a7;
}
.drecommend .newb {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.drecommend .newb .items {
  width: 23.75%;
  border-radius: 3px;
}
.drecommend .newb p {
  margin-top: 25px;
}
.drecommend .newb .items:hover img {
  border: 1px solid #ff000d;
  border-radius: 3px;
}
.drecommend .newb .items:hover {
  color: #ff0000;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
}
/* 移动端 */
@media (max-width: 767px) {
  .drecommend .newb .items {
    width: 49%;
    border-radius: 3px;
    margin-bottom: 15px;
  }
  .newscontent > h5 {
    width: 100%;
    margin: 8px 0;
  }
  .newscontent > p {
    font-size: 12px;
    line-height: 23px;
  }
  .newscontent img {
    margin: 10px 0;
  }
  .newscontent {
    padding: 10px;
  }
  .newscontent .tips {
    padding: 8px 0;
    margin-top: 10px;
    margin-bottom: 12px;
  }
}
