.bk {
  cursor: pointer;
  position: relative;
}
.bk:after,
.bk:before {
  content: '';
  display: block;
  position: absolute;
  border: 1px transparent solid;
  width: 0;
  height: 0;
  box-sizing: border-box;
}
.bk:after {
  left: 0;
  top: 0;
  transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}
.bk:before {
  right: 0;
  bottom: 0;
  transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in 0s;
}
.bk:hover:after,
.bk:hover:before {
  height: 100%;
  width: 100%;
}
.bk:hover:after {
  border-right-color: #1847a0;
  border-top-color: #1847a0;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #1847a0;
  border-bottom-color: #1847a0;
  transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}
.contents {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tsy {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tsy:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.gd {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.s180 {
  transform: rotateY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.s180:hover {
  transform: rotateY(108deg);
}
.img100 {
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.img100:hover {
  transform: scale(1.1);
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.yuas {
  -webkit-animation: hang linear 2s infinite;
}
@-webkit-keyframes hang {
  0%,
  100% {
    -webkit-transform: translate(0, -8px);
  }
  50% {
    -webkit-transform: translate(0, 0);
  }
}
.zyuo {
  -webkit-animation: zyuo linear 2s infinite;
}
@keyframes zyuo {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.flex {
  display: flex;
  justify-content: space-between;
}
.yuding {
  height: 70px;
  margin-top: 39px;
}
.yuding .contents {
  display: flex;
  justify-content: space-between;
}
.yuding p {
  font-size: 18px;
  color: #444;
  line-height: 70px;
  padding-left: 98px;
  background: url(../images/title1.png) no-repeat center left;
}
.yuding .num {
  font-size: 30px;
  color: #444;
  line-height: 70px;
  padding-left: 91px;
  background: url(../images/tle.png) no-repeat center left;
}
.pro {
  margin-top: 70px;
  background: url(../images/pro.jpg) no-repeat center top;
  background-position-y: 379px;
}
.pro .warp {
  display: flex;
  justify-content: space-between;
}
.pro .warp .z1 {
  width: 553px;
}
.pro .warp .z1 .top h3 {
  width: 276px;
  height: 95px;
  background: url(../images/t1.png) no-repeat center left;
  padding-left: 112px;
  box-sizing: border-box;
  margin-left: -28px;
}
.pro .warp .z1 .top h3 a {
  display: block;
  font-size: 30px;
  color: #484848;
  font-weight: bold;
  line-height: 115px;
}
.pro .warp .z1 .top p {
  font-size: 15px;
  color: #999;
  line-height: 46px;
}
.pro .warp .z1 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 25px;
}
.pro .warp .z1 .list a {
  display: block;
  width: 230px;
  padding-left: 27px;
  background: url(../images/title2.png) no-repeat center left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 25px;
}
.pro .warp .z1 .list a:hover {
  background: url(../images/title3.png) no-repeat center left;
  color: #1847a0;
}
.pro .warp .sild10 {
  position: relative;
}
.pro .warp .sild10 .bd li {
  width: 520px;
}
.pro .warp .sild10 .bd li .img {
  display: block;
  width: 520px;
  height: 401px;
  border-radius: 30px 0 0 30px;
  border: 3px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.pro .warp .sild10 .bd li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pro .warp .sild10 .bd li .img img:hover {
  transform: scale(1.1);
}
.pro .warp .sild10 .bd li .text {
  font-size: 16px;
  color: #fff;
  height: 78px;
  padding: 0 117px 0 238px;
  box-sizing: border-box;
  position: relative;
}
.pro .warp .sild10 .bd li .text .title {
  font-size: 16px;
  color: #fff;
  line-height: 78px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.pro .warp .sild10 .bd li .text .more {
  display: block;
  font-size: 24px;
  color: #1847a0;
  line-height: 78px;
  position: absolute;
  top: 0;
  right: 49px;
}
.pro .warp .sild10 .hd {
  position: absolute;
  top: 418px;
  left: -470px;
  height: 20px;
  width: 166px;
  display: flex;
  justify-content: space-between;
}
.pro .warp .sild10 .hd li {
  width: 16px;
  height: 16px;
  background: url(../images/cire1.png) no-repeat center left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 4px;
}
.pro .warp .sild10 .hd .on {
  background: url(../images/cire2.png) no-repeat center left;
}
.pro .warp .sild10 .hd .next {
  width: 64px;
  height: 20px;
  background: url(../images/next1.png) no-repeat center;
  cursor: pointer;
}
.pro .plaet {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 39px;
}
.pro .plaet li {
  width: 376px;
  margin-bottom: 20px;
}
.pro .plaet li .img {
  display: block;
  width: 376px;
  height: 281px;
  overflow: hidden;
  border-radius: 10px;
}
.pro .plaet li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pro .plaet li .img img:hover {
  transform: scale(1.1);
}
.pro .plaet li .text {
  width: 376px;
  height: 54px;
  padding-right: 160px;
  box-sizing: border-box;
  position: relative;
}
.pro .plaet li .text .title {
  font-size: 15px;
  color: #444;
  line-height: 54px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .plaet li .text .more {
  width: 144px;
  height: 54px;
  background: url(../images/more1.png) no-repeat center;
  font-size: 12px;
  color: #999;
  line-height: 54px;
  padding-left: 84px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pro .plaet li:hover .text .more {
  background: url(../images/more2.png) no-repeat center;
}
.adv {
  height: 800px;
  background: url(../images/adv.jpg) no-repeat center top;
  margin-top: 55px;
  padding-top: 163px;
  box-sizing: border-box;
}
.adv .sild20 {
  position: relative;
}
.adv .sild20 .bd li {
  display: flex;
  justify-content: space-between;
}
.adv .sild20 .bd li .z1 {
  width: 720px;
  height: 490px;
  overflow: hidden;
  border: 6px solid #fff;
  box-sizing: border-box;
  border-radius: 0 10px 10px 0;
}
.adv .sild20 .bd li .z1 img {
  width: 720px;
  height: 490px;
}
.adv .sild20 .bd li .y1 {
  width: 420px;
}
.adv .sild20 .bd li .y1 .title {
  font-size: 24px;
  color: #484848;
  line-height: 25px;
  font-weight: bold;
  margin-top: 81px;
}
.adv .sild20 .bd li .y1 p {
  font-size: 15px;
  color: #555;
  line-height: 36px;
  margin-top: 20px;
}
.adv .sild20 .arrow {
  width: 320px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -113px;
  left: 77px;
}
.adv .sild20 .arrow .prev {
  width: 60px;
  height: 60px;
  background: url(../images/prev2.png) no-repeat center;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.adv .sild20 .arrow .prev:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.adv .sild20 .arrow .next {
  width: 60px;
  height: 60px;
  background: url(../images/next2.png) no-repeat center;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.adv .sild20 .arrow .next:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.adv .sild20 .num {
  height: 76px;
  width: 349px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 375px;
  left: 822px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.adv .sild20 .num:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.adv .sild20 .num p {
  font-size: 30px;
  padding-left: 44px;
  background: url(../images/tel2.png) no-repeat center left;
  line-height: 76px;
}
.adv .sild20 .num .xun {
  width: 73px;
  height: 75px;
  background: url(../images/xun.png) no-repeat center;
  font-size: 16px;
  color: #fff;
  padding: 18px 0 0 16px;
  box-sizing: border-box;
}
.adv .sild20 .top {
  position: absolute;
  top: -104px;
  right: 0;
}
.adv .sild20 .top h3 {
  width: 327px;
  height: 95px;
  background: url(../images/t2.png) no-repeat center left;
  padding-left: 163px;
  box-sizing: border-box;
  display: block;
  font-size: 30px;
  color: #484848;
  font-weight: bold;
  line-height: 115px;
}
.adv .sild20 .top p {
  font-size: 15px;
  color: #999;
  line-height: 46px;
  margin-left: 90px;
}
.adv .list {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0 0;
}
.adv .list p {
  font-size: 18px;
  color: #444;
  margin-left: 44px;
}
.adv .list p:nth-child(1) {
  color: #fff;
}
.case {
  margin-top: 70px;
}
.case .contents {
  display: flex;
  justify-content: space-between;
}
.case .z1 {
  width: 581px;
}
.case .z1 .top h3 {
  width: 276px;
  height: 95px;
  background: url(../images/t3.png) no-repeat center left;
  padding-left: 112px;
  box-sizing: border-box;
  margin-left: -28px;
  display: block;
  font-size: 30px;
  color: #484848;
  font-weight: bold;
  line-height: 115px;
}
.case .z1 .top p {
  font-size: 15px;
  color: #999;
  line-height: 46px;
}
.case .z1 .list {
  margin-top: 20px;
}
.case .z1 .list .img {
  display: block;
  width: 581px;
  height: 401px;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
}
.case .z1 .list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .z1 .list .img img:hover {
  transform: scale(1.1);
}
.case .z1 .list .text {
  height: 100px;
  width: 581px;
  padding-right: 135px;
  box-sizing: border-box;
  position: relative;
  padding-top: 20px;
}
.case .z1 .list .text .title {
  font-size: 16px;
  color: #484848;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0px 0 10px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .z1 .list .text p {
  font-size: 13px;
  line-height: 24px;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}
.case .z1 .list .text i {
  font-size: 13px;
  color: #ccc;
  writing-mode: tb-rl;
  position: absolute;
  top: 64px;
  right: 43px;
}
.case .z1 .list .text i::before {
  content: "";
  display: block;
  width: 1px;
  height: 61px;
  position: absolute;
  top: -75px;
  left: 9px;
  background: #e5e5e5;
}
.case .z1 .list:hover .text .title {
  color: #1847a0;
}
.case .y1 {
  width: 581px;
}
.case .y1 li {
  width: 581px;
  height: 201px;
  border-radius: 10px;
  display: flex;
  background: #f5f5f5;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 39px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.case .y1 li:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.case .y1 li .img {
  display: block;
  width: 201px;
  height: 161px;
  border-radius: 10px;
  overflow: hidden;
}
.case .y1 li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .y1 li .img img:hover {
  transform: scale(1.1);
}
.case .y1 li .text {
  width: 270px;
  margin-left: 39px;
}
.case .y1 li .text .title {
  font-size: 16px;
  line-height: 36px;
  color: #484848;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 30px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .y1 li .text p {
  font-size: 13px;
  line-height: 24px;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  margin-left: 21px;
  width: 247px;
}
.case .y1 li .text .more {
  display: block;
  width: 40px;
  height: 12px;
  background: url(../images/more1.png) no-repeat center;
  text-indent: -99999px;
  margin-top: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .y1 li:hover .text .title {
  color: #1847a0;
}
.case .y1 li:hover .text .more {
  -webkit-animation: zyuo linear 2s infinite;
  background: url(../images/more2.png) no-repeat center;
}
.abo {
  height: 750px;
  background: url(../images/abo.jpg) no-repeat center top;
  margin-top: 33px;
  padding-top: 56px;
  box-sizing: border-box;
  overflow: hidden;
}
.abo .contents {
  display: flex;
  justify-content: space-between;
}
.abo .plaet {
  width: 560px;
}
.abo .plaet .top h3 {
  width: 276px;
  height: 95px;
  background: url(../images/t4.png) no-repeat center left;
  padding-left: 112px;
  box-sizing: border-box;
  margin-left: -28px;
  display: block;
  font-size: 30px;
  color: #484848;
  font-weight: bold;
  line-height: 115px;
}
.abo .plaet .top p {
  font-size: 15px;
  color: #999;
  line-height: 46px;
}
.abo .plaet .title {
  display: block;
  font-size: 24px;
  color: #444;
  line-height: 36px;
  font-weight: bold;
  margin-top: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.abo .plaet .text {
  font-size: 14px;
  color: #666;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 108px;
  margin-top: 25px;
}
.abo .plaet .list {
  width: 541px;
  height: 141px;
  background: #fff;
  border-radius: 10px 10px 0 10px;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.abo .plaet .list a {
  display: block;
  width: 182px;
  height: 129px;
  line-height: 16px;
  padding-top: 85px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin: 6px;
}
.abo .plaet .list a:nth-child(1) {
  background: url(../images/r1.png) no-repeat center top;
  background-position-y: 29px;
}
.abo .plaet .list a:nth-child(1)::before {
  content: "";
  display: block;
  width: 182px;
  height: 34px;
  position: absolute;
  background: url(../images/r4.png) no-repeat center top;
  top: 29px;
  left: 0;
  transform: scale3d(0, 1, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.abo .plaet .list a:nth-child(1):hover {
  background: #1847a0;
  color: #fff;
}
.abo .plaet .list a:nth-child(1):hover::before {
  transform: scale3d(1, 1, 1);
}
.abo .plaet .list a:nth-child(2) {
  background: url(../images/r2.png) no-repeat center top;
  background-position-y: 29px;
}
.abo .plaet .list a:nth-child(2)::before {
  content: "";
  display: block;
  width: 182px;
  height: 34px;
  position: absolute;
  background: url(../images/r5.png) no-repeat center top;
  top: 29px;
  left: 0;
  transform: scale3d(0, 1, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.abo .plaet .list a:nth-child(2):hover {
  background: #1847a0;
  color: #fff;
}
.abo .plaet .list a:nth-child(2):hover::before {
  transform: scale3d(1, 1, 1);
}
.abo .plaet .list a:nth-child(3) {
  background: url(../images/r3.png) no-repeat center top;
  background-position-y: 29px;
}
.abo .plaet .list a:nth-child(3)::before {
  content: "";
  display: block;
  width: 182px;
  height: 34px;
  position: absolute;
  background: url(../images/r6.png) no-repeat center top;
  top: 29px;
  left: 0;
  transform: scale3d(0, 1, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.abo .plaet .list a:nth-child(3):hover {
  background: #1847a0;
  color: #fff;
}
.abo .plaet .list a:nth-child(3):hover::before {
  transform: scale3d(1, 1, 1);
}
.abo .aside {
  width: 925px;
  margin-right: -325px;
  margin-top: 36px;
  position: relative;
}
.abo .aside img {
  width: 925px;
  height: 566px;
  border-radius: 20px;
}
.abo .aside .more {
  font-size: 18px;
  color: #444;
  line-height: 36px;
  display: block;
  position: absolute;
  top: 603px;
  left: 534px;
}
.new {
  margin-top: 71px;
}
.new .box {
  display: flex;
  justify-content: space-between;
}
.new .box .top h3 {
  width: 372px;
  height: 95px;
  background: url(../images/t5.png) no-repeat center left;
  box-sizing: border-box;
  margin-left: -90px;
}
.new .box .top h3 a {
  display: block;
  font-size: 30px;
  color: #484848;
  font-weight: bold;
  line-height: 115px;
  padding-left: 182px;
}
.new .box .top p {
  font-size: 15px;
  color: #999;
  line-height: 46px;
}
.new .box .plaet {
  width: 860px;
  display: flex;
  justify-content: space-between;
}
.new .box .plaet .img {
  display: block;
  width: 271px;
  height: 181px;
  border-radius: 8px 0 8px 0;
  overflow: hidden;
}
.new .box .plaet .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  object-fit: cover;
}
.new .box .plaet .img img:hover {
  transform: scale(1.1);
}
.new .box .plaet .aside {
  width: 526px;
}
.new .box .plaet .aside .title {
  display: block;
  font-size: 16px;
  color: #484848;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new .box .plaet .aside p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin-top: 30px;
}
.new .box .plaet .aside .data {
  font-size: 14px;
  color: #999;
  line-height: 36px;
  margin-top: 10px;
}
.new .sild30 {
  margin-top: 49px;
}
.new .sild30 .hd {
  width: 480px;
  display: flex;
  justify-content: space-between;
}
.new .sild30 .hd li a {
  display: block;
  width: 141px;
  height: 47px;
  background: #ececec;
  border-radius: 4px;
  font-size: 16px;
  color: #444;
  line-height: 47px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.new .sild30 .hd .on a {
  background: #1847a0;
  color: #fff;
}
.new .sild30 .bd {
  margin-top: 39px;
}
.new .sild30 .bd li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new .sild30 .bd li .list {
  width: 360px;
  height: 111px;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 20px 30px 0;
  box-sizing: border-box;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.new .sild30 .bd li .list .title {
  font-size: 15px;
  color: #444;
  line-height: 36px;
  display: block;
  padding-left: 32px;
  background: url(../images/nt1.jpg) no-repeat center left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new .sild30 .bd li .list .text {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.new .sild30 .bd li .list .text i {
  font-size: 14px;
  color: #999;
  line-height: 36px;
}
.new .sild30 .bd li .list .text .more {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 36px;
  position: relative;
}
.new .sild30 .bd li .list .text .more::before {
  content: "";
  display: block;
  width: 13px;
  height: 12px;
  position: absolute;
  background: #aaa;
  opacity: 0.5;
  top: 13px;
  right: 0;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.new .sild30 .bd li .list:hover {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  background: none;
}
.new .sild30 .bd li .list:hover .title {
  background: url(../images/nt2.jpg) no-repeat center left;
}
.new .sild30 .bd li .list:hover .text .more::before {
  background: #1847a0;
}
.link {
  margin-top: 40px;
  height: 32px;
}
.link p {
  width: 80px;
  height: 32px;
  background: #444;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  float: left;
}
.link .lj {
  float: right;
  width: 1035px;
  margin-left: 81px;
}
.link .lj a {
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  color: #444;
  margin-right: 85px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.link .lj a:hover {
  color: #1847a0;
}
