@charset "UTF-8";
body {
  background: #f9f9f9;
}

.pagebox {
  background: #f9f9f9;
}

/* 通用方法 */
/* .breadcrums {
	max-width: 10.8rem;
	margin: 0 auto;
	padding: 0.15rem 0;
} */
.news-banner {
  height: 3.15rem;
  width: 100%;
}

.news-logos {
  margin-top: 0.9rem;
}

.news-logos img {
  width: 100%;
}

.pagination-box {
  text-align: center;
}

.pagination > li > a {
  border: none;
  color: #999999;
  height: 0.39rem;
  width: 0.39rem;
  font-size: 0.12rem;
  background-color: #f9f9f9;
  line-height: 0.3rem;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  border: none;
  color: #999999;
  height: 0.39rem;
  width: 0.39rem;
  font-size: 0.12rem;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:visited,
.pagination > .active > a:link {
  border: none;
  color: #fff;
  background-color: #ED6D1F;
  height: 0.39rem;
  width: 0.39rem;
  font-size: 0.12rem;
  line-height: 0.3rem;
}

.news-list-pc {
  margin: 0 auto;
  max-width: 10.8rem;
  margin-top: 0.8rem;
}

.news-list-pc .news-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.58rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.25rem;
  background: #FFFFFF;
  border: 0.01rem solid #EEEEEE;
  margin-bottom: 0.22rem;
}

.news-list-pc .news-item.news-active {
  box-shadow: 0rem 0.03rem 0.15rem 0rem rgba(0, 0, 0, 0.12);
}

.news-list-pc .news-item .news-left {
  margin-right: 1.4rem;
}

.news-list-pc .news-item .news-left .news-title {
  color: #333;
  font-size: 0.2rem;
}

.news-list-pc .news-item .news-left .news-desc {
  font-size: 0.14rem;
  color: #999;
  font-weight: 300;
  margin-top: 0.26rem;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-list-pc .news-item .news-right {
  flex-shrink: 0;
}

.news-list-pc .news-item .news-right .news-time {
  font-size: 0.24rem;
  font-weight: 300;
  color: #656565;
}

.news-list-pc .news-item .news-right .news-icon {
  display: block;
  margin-top: 0.22rem;
  width: 0.37rem;
  height: 0.15rem;
  background-image: url("https://static.hanhoukeji.com/website/news/icon_right.png");
  background-repeat: no-repeat;
}

.news-list-pc .news-item .news-right .news-url {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.18rem;
  width: 1rem;
  height: 0.34rem;
  background: #ED6D1F;
  font-size: 0.14rem;
  color: #fff;
}

.news-list-mb {
  margin-top: 0.6rem;
  width: 100%;
  padding: 0 0.24rem;
}

.news-list-mb .news-item {
  background: #FFFFFF;
  box-shadow: 0rem 0.02rem 0.08rem 0rem rgba(0, 0, 0, 0.12);
  margin-bottom: 0.3rem;
  padding: 0.38rem 0.15rem;
}

.news-list-mb .news-item .news-time {
  font-size: 0.14rem;
  font-weight: 400;
  color: #ED6D1F;
  margin-bottom: 0.2rem;
}

.news-list-mb .news-item .news-title {
  font-size: 0.14rem;
  font-weight: 400;
  color: #010101;
  line-height: 0.2rem;
  margin-bottom: 0.18rem;
}

.news-list-mb .news-item .news-desc {
  font-size: 0.12rem;
  font-weight: 300;
  color: #383838;
  line-height: 0.2rem;
  margin-bottom: 0.36rem;
}

.news-list-mb .news-item .news-url {
  font-size: 0.14rem;
  font-weight: 400;
  color: #ED6D1F;
  line-height: 0.15rem;
}

@media screen and (max-width: 768px) {
  .news-logos {
    margin-top: 0.6rem;
    padding: 0 0.2rem;
  }
}
