.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;
}

.container-q1 {
  padding-top: 52px;
  padding-bottom: 12px;
}
.container-q1 .slide {
  width: 250px;
  margin-right: 20px;
}
.container-q1 .slide .item1 {
  padding: 0 40px;
  width: 250px;
  height: 50px;
  font-size: 18px;
  color: #FFFFFF;
  background: #0550A2;
}
.container-q1 .slide .items {
  margin-top: 4px;
  row-gap: 1px;
}
.container-q1 .slide .items .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  width: 250px;
  padding: 0 56px;
  color: #333333;
  height: 50px;
  background: #ECECEC;
  cursor: pointer;
}
.container-q1 .slide .items .item.active, .container-q1 .slide .items .item:hover {
  color: #0550A2;
}
.container-q1 .slide .about {
  margin-top: 40px;
  border: 1px solid #ECECEC;
}
.container-q1 .slide .about .t1 {
  width: 250px;
  height: 80px;
  background: #0550A2;
  font-size: 26px;
  color: #FFFFFF;
  margin-bottom: 28px;
}
.container-q1 .slide .about .ts {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  color: #999999;
  margin-bottom: 10px;
  padding: 0 14px;
}
.container-q1 .slide .about .ts span {
  line-height: 150%;
}
.container-q1 .slide .about .qr img {
  width: 186px;
  height: 186px;
}
.container-q1 .main .list-head {
  padding: 20px;
  border: 1px solid #E5E5E5;
}
.container-q1 .main .list-head:hover {
  border-color: #0550A2;
}
.container-q1 .main .list-head .face img {
  width: 330px;
  height: 250px;
}
.container-q1 .main .list-head .con {
  padding-left: 30px;
}
.container-q1 .main .list-head .con .title {
  font-size: 22px;
  color: #333333;
}
.container-q1 .main .list-head .con .desc {
  font-size: 15px;
  color: #999999;
  line-height: 22px;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 18px;
  border-bottom: 1px solid #C9C9C9;
}
.container-q1 .main .list-head .con .icon {
  width: 58px;
  height: 58px;
}
.container-q1 .main .list-head .con .phone {
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #E60012;
}
.container-q1 .main .list-head .con .button {
  width: 120px;
  height: 50px;
  background: #0550A2;
  font-size: 18px;
  color: #FFFFFF;
}
.container-q1 .main .list-item {
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #E5E5E5;
}
.container-q1 .main .list-item:hover {
  border-color: #0550A2;
}
.container-q1 .main .list-item .time {
  height: 150px;
  flex-shrink: 0;
}
.container-q1 .main .list-item .time span:nth-child(1) {
  font-weight: 500;
  font-size: 36px;
  color: #999999;
}
.container-q1 .main .list-item .time span:nth-child(2) {
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
}
.container-q1 .main .list-item .face {
  margin-left: 20px;
}
.container-q1 .main .list-item .face img {
  width: 250px;
  height: 150px;
}
.container-q1 .main .list-item .con {
  padding-left: 20px;
}
.container-q1 .main .list-item .con .title {
  font-size: 18px;
  color: #0550A2;
  border-bottom: 1px dashed #E5E5E5;
  padding-bottom: 20px;
  padding-top: 14px;
}
.container-q1 .main .list-item .con .desc {
  margin-top: 14px;
  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=succ.css.map */
