.ent-search-result{
  font-size:16px;
  color:#999;
  line-height:32px;
  padding:10px 0;
}
.ent-search-result span{
  padding:0 10px;
  color:#1a97f7;
}
.ent-search-list{
  width:1200px;
  outline: 1px solid #f0f0f0;
  outline-offset: -2px;
}
.ent-search-list li{
  overflow:hidden;
  line-height:32px;
  padding:12px 40px 12px 40px;
  font-size:18px;
  border-bottom: 1px solid #f0f0f0;
}
.ent-search-list p{

}
.ent-search-list p span{
  font-size:14px;
  color:#999;
  padding-right:12px;
}
.ent-search-list-p1 {
  font-size:18px;
  font-weight:550;
  width:550px;
  line-height:48px;
}
.ent-search-list-p2{
  font-size:14px;
  width:560px;

}
.ent-search-list li div{
  overflow:hidden;
}
/* 分页 */
.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 25px;
  gap: 8px;
}
.page-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  min-width: 24px;
  padding: 0 8px;
  border: none;
  background-color: #f0f0f0;
  color: #3498db;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.page-link:hover {
  background-color: #e9ecef;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.page-item.active .page-link {
  background-color: #3498db;
  color: white;
  box-shadow: 0 4px 10px rgba(52, 152, 219, 0.3);
}
.page-item.disabled .page-link {
  color: #6c757d;
  cursor: not-allowed;
  opacity: 0.6;
  transform: none;
  box-shadow: none;
}
.page-item.disabled .page-link:hover {
  background-color: #f8f9fa;
  transform: none;
}
.page-info {
  color: #7f8c8d;
  font-size: 12px;
  width:100px;
  text-align:center;
  margin:0 auto;
  margin-top: 15px;
}

.ent-search-tongyong{
  width:1200px;
  outline: 1px solid #f0f0f0;
  outline-offset: -2px;
  padding:40px 0 40px 0;
}
.ent-search-tongyong li{
  padding:0px 40px 0px 40px;
}
.ent-search-tongyong li img{
  width:1120px;
  padding:10px 0 10px 0;
}
.tongyong-h{
  font-size:24px;
  font-weight:500;
  line-height:60px;
}
.tongyong-p{
  font-size:16px;
  line-height:28px;
  color:#666;
}



/* 面包屑导航样式 */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  width:1200px;
  margin:0 auto;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
}
.breadcrumb__link {
  text-decoration: none;
  color: #3498db;
  font-size: 1rem;
  transition: color 0.3s;
}
.breadcrumb__link:hover {
  color: #2980b9;
  text-decoration: underline;
}
.breadcrumb__separator {
  margin: 0 10px;
  color: #7f8c8d;
}
.breadcrumb__item--active .breadcrumb__link {
  color: #2c3e50;
  font-weight: 600;
}