.news-list .am-u-md-9 ul {
  list-style: none;
  padding: 0;
}
.news-list .am-u-md-9 ul li {
  padding: 2% 2%;
  position: relative;
  width: 100%;
}
.news-list .am-u-md-9 ul li a {
  width: 100%;
  height: 100%;
  color: #333;
}
.news-list .am-u-md-9 ul li a img {
  width: 25%;
  max-height: 125px;
}
.news-list .am-u-md-9 ul li a .news-info {
  margin-left: 5%;
  width: 70%;
}
.news-list .am-u-md-9 ul li a .news-info .name {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #080103;
  line-height: 35px;
}
.news-list .am-u-md-9 ul li a .news-info .info {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999;
}
.news-list .am-u-md-9 ul li a .news-info .timer {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.news-list .am-u-md-9 ul li:hover {
  box-shadow: 0px 0px 6px 3px #dfdfdf;
}
.news-list .am-u-md-9 ul li:hover a .news-info .name {
  color: #f8c300;
}
.news-list .am-u-md-9 ul li:hover a .news-info .info {
  color: #666;
}
.news-recommend {
  box-sizing: border-box;
  padding: 2rem;
  background: #F9F9F9;
}
.news-recommend ul {
  padding: 0;
  list-style: none;
}
.news-recommend ul > a {
  display: block;
  padding: 1rem 2rem;
  width: 100%;
  border-radius: 6px;
  color: #080103;
  background: #F8C300;
  cursor: default;
}
.news-recommend ul li {
  padding: 1rem 0rem 1rem 2rem;
  border-bottom: 1px dashed #dfdfdf;
}
.news-recommend ul li a {
  color: #080103;
}
.news-details .info-title {
  text-align: center;
}
.news-details .am-u-md-9 {
  box-sizing: border-box;
  padding-right: 2rem;
}
.news-details .am-u-md-9 img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
.news-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-details ul a {
  color: #333;
}
