.newsCenter .crumbs {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
  white-space: nowrap;
  height: 19px;
  text-overflow: ellipsis;
  margin-top: 20px;
  margin-bottom: 40px;
}
.newsCenter .news_list {
  width: 100%;
  overflow: hidden;
}
.newsCenter .news_list .title {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
}
.newsCenter .news_list .title span {
  width: max-content;
  font-size: 20px;
  display: block;
  color: #333333;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 2px solid #ff7300;
}
.newsCenter .news_list .noResult {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  background-color: #f5f5f5;
}
.newsCenter .news_list .noResult img {
  margin: 29px auto 17px;
}

.newsCenter .news_list .noResult p {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 40px;
}

.btn {
  width: 198px;
  height: 45px;
  display: block;
  margin: 40px auto 50px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
	border-radius: 23px;
  background-color: #ff7300;
  cursor: pointer;
}

.newsCenter .Information {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.newsCenter .Information .title {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
}
.newsCenter .Information .title span {
  width: max-content;
  font-size: 20px;
  display: block;
  color: #333333;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 2px solid #ff7300;
}
.newsCenter .Information .first_type {
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e0e0e0;
}
.newsCenter .Information .first_type .img_box {
  width: 256px;
  height: 152px;
  overflow: hidden;
  float: left;
  border: solid 1px #e0e0e0;
}
.newsCenter .Information .first_type .info {
  width: 900px;
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  float: left;
}
.newsCenter .Information li:hover .info .name {
  color: #ff7300;
}
.newsCenter .Information li {
  cursor: pointer;
}
.newsCenter .Information .first_type .info .name {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  font-weight: bold;
}
.newsCenter .Information .first_type .info .detail {
  width: 100%;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  margin-top: 13px;
}

.newsCenter .Information .first_type .info .Statistics {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.newsCenter .Information .first_type .info .Statistics span:first-child {
  font-size: 12px;
  color: #999999;
  width: max-content;
  display: inline-block;
  margin-right: 26px;
  padding-left: 20px;
  background: url(../images/company/views.png) no-repeat left center;
}
.newsCenter .Information .first_type .info .Statistics span:last-child {
  font-size: 12px;
  color: #999999;
  width: max-content;
  display: inline-block;
  padding-left: 20px;
  background: url(../images/company/time.png) no-repeat left center;
}
.newsCenter .Information .second_type {
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e0e0e0;
}
.newsCenter .Information .second_type .info {
  width: 100%;
  overflow: hidden;
}

.newsCenter .Information .second_type .info .name {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  font-weight: bold;
}
.newsCenter .Information .second_type .info .detail {
  width: 100%;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  margin-top: 13px;
}

.newsCenter .Information .second_type .info .Statistics {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.newsCenter .Information .second_type .info .Statistics span:first-child {
  font-size: 12px;
  color: #999999;
  width: max-content;
  display: inline-block;
  margin-right: 26px;
  padding-left: 20px;
  background: url(../images/company/views.png) no-repeat left center;
}
.newsCenter .Information .second_type .info .Statistics span:last-child {
  font-size: 12px;
  color: #999999;
  width: max-content;
  display: inline-block;
  padding-left: 20px;
  background: url(../images/company/time.png) no-repeat left center;
}
.newsCenter .Page {
  margin-top: 59px;
  margin-bottom: 66px;
}
.newsCenter .web_change {
  position: absolute;
  top: 104px;
  left: 0;
  width: 98px;
  overflow: hidden;
  border-radius: 5px;
  border: solid 1px #e0e0e0;
}
.newsCenter .web_change li {
  width: 100%;
  font-size: 14px;
  color: #333333;
  line-height: 52px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newsCenter .web_change a:last-child li {
  border-bottom: none;
}
.newsCenter .web_change li:hover {
  background: #ff7300;
  color: #fff;
}
.web_change .active {
  background: #ff7300;
  color: #fff !important;
}
@media screen and (max-width: 1448px) {
  .newsCenter .Information .first_type .info {
    width: 680px;
  }
  .newsCenter .Information .first_type .info .detail {
    -webkit-line-clamp: 3;
  }
}

.disclaimers {
  width: 100%;
  margin-bottom: 30px;
}
.disclaimers p {
  color: #333;
  line-height: 22px;
}
.disclaimers p span {
  color: red;
}