.brnner-wrapper {
  margin-top: -150px;
  padding-top: 278px;
  height: 670px;
  background-size: cover;
  background-image: url("../assets/declare/1.png");
}

.child-nav {
  height: 80px;
  border-bottom: 1px solid #dcdcdc;
}
.child-nav .lt {
  column-gap: 20px;
  height: 80px;
}
.child-nav .lt .icon-2 {
  width: 24px;
  height: 24px;
}
.child-nav .lt .icon-1 {
  width: 8px;
  height: 14px;
}
.child-nav .lt span {
  font-size: 16px;
  color: #333333;
}
.child-nav .item {
  column-gap: 40px;
}
.child-nav .item .it {
  position: relative;
  line-height: 80px;
  height: 80px;
  cursor: pointer;
}
.child-nav .item .it:hover {
  color: #0550a2;
}
.child-nav .item .it.active::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: #0550a2;
}

.list-items .list-item {
  padding: 46px 0;
  border-bottom: 3px solid #E5E5E5;
}
.list-items .list-item:hover {
  border-color: #0550A2;
}
.list-items .list-item .face img {
  width: 330px;
  height: 210px;
  object-fit: cover;
}
.list-items .list-item .content {
  padding-left: 30px;
  padding-top: 25px;
}
.list-items .list-item .content .time {
  font-size: 16px;
  color: #999999;
}
.list-items .list-item .content .title {
  margin-top: 20px;
  font-size: 17px;
  color: #333333;
}
.list-items .list-item .content .text {
  margin-top: 20px;
  font-size: 15px;
  color: #999999;
  line-height: 25px;
}
.list-items .list-item .content .text a {
  color: #333333;
  text-decoration: none;
}
.list-items .list-item .content .text a:hover {
  text-decoration: underline;
}
.list-items .list-item .content .more {
  display: inline-block;
  margin-top: 26px;
  color: #0550A2;
  text-decoration: none;
}
.list-items .list-item .content .more:hover {
  text-decoration: underline;
}

.list-style2 .list-item {
  padding: 46px 0;
  border-bottom: 3px solid #E5E5E5;
}
.list-style2 .list-item:hover {
  border-color: #0550A2;
}
.list-style2 .list-item .face {
  flex-shrink: 0;
}
.list-style2 .list-item .face .t1 {
  font-size: 40px;
  color: #1B1B1B;
  white-space: nowrap;
}
.list-style2 .list-item .face .t2 {
  margin-top: 8px;
  font-size: 16px;
  color: #999999;
  white-space: nowrap;
}
.list-style2 .list-item .content {
  padding-left: 62px;
}
.list-style2 .list-item .content .title {
  font-size: 17px;
  color: #333333;
}
.list-style2 .list-item .content .text {
  margin-top: 20px;
  font-size: 15px;
  color: #999999;
  line-height: 25px;
}

.pagetion {
  height: 212px;
  column-gap: 5px;
}
.pagetion .it {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 12px;
  min-width: 30px;
  font-size: 15px;
  color: #999999;
  cursor: pointer;
  background: #EEEEEE;
}
.pagetion .it.active, .pagetion .it:hover {
  background: #0550A2;
  color: #FFFFFF;
}

/*# sourceMappingURL=mation.css.map */
