#banner {
  position: relative;
}
#banner img {
  display: block;
  width: 100%;
}
#banner .phone-link {
  position: absolute;
  top: 75.91%; /* 227/299 */
  height: 10.36%; /* 31/299 */
  left: 3.73%; /* 28/750 */
  width: 34.53%; /* 259/750 */
}

.news-container {
  padding: 9px 0;
  background-color: #f4f4f4;
}
.news-container .news-list {
  width: 100%;
  margin: 0 auto;
  padding-left: 0em;
}
.news-container .news-list .news-item {
  width: 100%;
  position: relative;
  height: 125px;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  background-color: #ffffff;
  margin-bottom: 9px;
}
.news-container .news-list .news-item a {
  display: block;
}
.news-container .news-list .news-item dl {
  width: 80%;
  float: right;
  display: inline-block;
  margin-top: 0em;
  margin-bottom: 0em;
  padding: 20px;
  height: 100%;
}
.news-container .news-list .news-item dl dt {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.news-container .news-list .news-item dl dd {
  color: #737373;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.8em;
  font-size: 12px;
  margin-left: 0;
}
.news-container .news-list .news-item .newsTime {
  width: 20%;
  height: 100%;
  float: left;
  display: inline-block;
  text-align: center;
  background: #ffffff;
  padding: 10px 0;
}
.news-container .news-list .news-item .newsTime span {
  display: block;
  font-size: 15px;
  color: #ffffff;
  background-color: #737373;
  padding: 8px 0 6px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-container .news-list .news-item:nth-child(1) .newsTime span {
  background-color: #ff9700;
}

.newsTimeBox {
  padding-left: 15px;
  font-size: 0px;
}
.newsTimeBox .first {
  border-radius: 3px 3px 0 0px;
  border-bottom: 1px solid #fbfbfb;
}
.newsTimeBox .month {
  border-bottom: 1px solid #fbfbfb;
}
.newsTimeBox .last {
  border-radius: 0 0 3px 3px;
}