body {
  background-color: #f5f5f5;
}

.news-list-content {
  width: 860px;
  background-color: white;
  font-size: 14px;
  padding: 30px 30px 0 30px;
  border-radius: 5px;
}

.news-list-content .item {
  border-bottom: 1px solid #f5f5f5;
  margin-top: 20px;
  padding-bottom: 20px;
}

.news-list-content .item .href {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.news-list-content .item .href:hover .title {
  color: #dc5254 !important;
}

.news-list-content .item .href .detail {
  width: 568px;
  display: flex;
  flex-direction: column;
}

.news-list-content .item .href .detail .title {
  color: #393f47;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-list-content .item .href .detail .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #949699;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-list-content .item .href .detail .tool {
  margin-top: 12px;
  display: flex;
  align-items: center;
}

.news-list-content .item .href .detail .tool .tip {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  margin-left: 60px;
}

.news-list-content .item .href .detail .tool .tip .img {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #afb2b5;
  opacity: 1;
}

.news-list-content .item .href .detail .tool .tip .text {
  margin-left: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #949699;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}

.news-list-content .item .href .detail .tool .tip:first-child {
  margin-left: 0;
}

.news-list-content .item .href .image {
  border-radius: 5px;
}

.news-list-content .item .href .image .img {
  width: 184px;
  height: 124px;
}

.news-list-content .item .href .no_img {
  width: 100%;
}

.news-list-content .item:first-child {
  margin-top: 0;
}

.news-content {
  padding: 40px;
  background-color: #ffffff;
  border-radius: 5px;
}

.news-content .title {
  font-size: 28px;
  color: #393f47;
}

.news-content .tool {
  margin-top: 20px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
}

.news-content .tool .tip {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  margin-left: 32px;
}

.news-content .tool .tip .img {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #afb2b5;
  opacity: 1;
}

.news-content .tool .tip .text {
  margin-left: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #949699;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}

.news-content .tool .tip:first-child {
  margin-left: 0;
}

.news-content .content {
  margin-top: 30px;
  font-size: 14px;
  opacity: 1;
  word-break: initial;
}
.news-content .content p {
  line-height: 2;
}
.pagination {
  margin-top: 40px;
  padding-bottom: 60px;
}

.news-content table td {
  border-bottom: 1px solid #c9c9c9;
  vertical-align: middle;
}
