.news-default-g {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.group {
    background: #F5F5F5!important;
}
.search-title {
  width: 100%;
  height: 86px;
  border-bottom: 1px solid #e2e5ed;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.search-title i {
  color: #004DA1;
  font-size: 18px;
}

.search-title p {
  color: #004DA1;
  font-size: 18px;
}

.news-default-list {
  padding: 30px 40px;
  height: 184px;
  width: 93%;
  border-bottom: 1px solid rgba(232, 232, 232, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.search-content {

  font-size: 16px;
  color: #666666;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-default-p {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #333;
  position: relative;
  /* line-height: 65px; */
  transition: 0.5s;
  /* width: calc(100% - 20px); */
  -webkit-transition: 0.5s;
  /* overflow: hidden; */
  box-sizing: border-box;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.news-default-p p:nth-of-type(1) {
  height: 28px;
  border-radius: 2px;
  border: 1px solid #004DA1;
  text-align: center;
  line-height: 28px;
  min-width: 80px;
  color: #004DA1;
  font-size: 14px;
  margin-right: 10px;
}
.list-pr-g{
  padding-bottom: 20px;
}
.news-default-p p:nth-of-type(2) {
  width: auto;
  height: 28px;
  border-radius: 2px;
  line-height: 28px;
  color: #333;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.news-default-p::before {
  /* content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  display: inline-block;
  border-radius: 6px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  background: linear-gradient(90deg, #BED5E5 0%, rgba(210, 228, 240, 0.21) 100%); */
}

.news-default-list:hover .news-default-p::before {
  background: linear-gradient(90deg, #004DA1 0%, #004DA1 100%)
}

.news-default-list:hover .news-default-p {
  color: #004DA1;
}

.news-default-span {
  color: #999;
  font-size: 16px;
}

.clock {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.page-g.inner {
  padding-bottom: 20px;
  margin-bottom: 40px;
}

header .image-inner {
  opacity: 1 !important;
}

body {
  background-color: #F5F5F5;
}

/* 搜索样式 */
.search-btn-view-g {
  width: 730px;
  height: 55px;
  margin: 30px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 100%;
  padding: 0 20px;
}

.search-btn-view-btn {
  background: #004DA1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  font-size: 38px;
  height: 100%;
  cursor: pointer;
  line-height: 1;
}

.search-btn-view-btn p {
  font-size: 16px;
}

.search-btn-view-btn:hover {
  opacity: 0.8;
}

.search-btn-view-input {
  width: calc(100% - 120px);
  height: 100%;
  background: #fff;
}

.search-btn-view-input input {
  outline: none;
  border: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  line-height: 55px;
}