@charset "UTF-8";
/**!
* 新疆政务服务首页修改
* date:2022-09-22
* author: xjl;
*/
@font-face {
  font-family: OPPOSans;
  src: url(../css/font/OPPOSans-B.ttf);
}

.header .hello {
  padding: 0;
}

.header .login-user > a {
  color: #2e80ec;
}

.header .login-user {
  color: #8792a4;
}

.banner {
  padding-top: 118px;
  background: url(../zwimg/bg.jpg) no-repeat center;
}

.banner .welcome {
  position: relative;
}
.banner .hot {
  position: absolute;
  top: 150px;
  left: 0;
  display: block;
  padding: 30px;
  margin: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(17, 27, 39, 0.26);
          box-shadow: 0px 4px 24px 0px rgba(17, 27, 39, 0.26);
}
.banner .hot-title {
  height: 22px;
  line-height: 22px;
  font-size: 22px;
  font-weight: 600;
}
.banner .hot .name-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  width: 100%;
  height: 32px;
  overflow: hidden;
}
.banner .hot .name-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 17px;
  height: 32px;
  line-height: 32px;
  color: #666;
  font-size: 15px;
  background: #f3f6fa;
  border-radius: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner .hot .name-item + .name-item {
  margin-left: 15px;
}
.banner .hot .name-item:hover {
  color: #fff;
  background: #2e80ec;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner .hot-list {
  margin-top: 13px;
}
.banner .hot-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 19px;
  margin-top: 17px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner .hot-item::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border: 3px solid rgba(189, 201, 211, 0.5);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner .hot-item:nth-child(2n-1) {
  width: 255px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner .hot-item:nth-child(2n) {
  margin-left: 98px;
  width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner .hot-item:hover {
  color: #2e80ec;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner .hot-item:hover::before {
  border: 3px solid #2e80ec;
}
.sidebar-list > li > a {
  color: #8792a4;
}

.banner .come-older {
  position: relative;
  padding: 0 30px 0 12px;
  letter-spacing: normal;
  height: 40px;
  color: #fff;
  background: url(../zwimg/elder-bg.png) no-repeat center;
  background-size: 100% 100%;
  border-radius: 20px;
}
.banner .come-older::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  content: "";
  width: 7px;
  height: 12px;
  background: url(../zwimg/join.png) no-repeat;
}

.banner .welcome-tt {
  height: 53px;
}

.banner .welcome-tt .title {
  display: inline-block;
  vertical-align: middle;
}

/* .banner .come-older { */
  /* padding-top: 5px; */
  /* height: 40px; */
  /* background: rgba(255, 255, 255, 0.3); */
  /* -webkit-box-shadow: none; */
          /* box-shadow: none; */
  /* border-radius: 0; */
/* } */

.banner .search {
  height: 60px;
}

.banner .search-input {
  margin: 0;
  width: 509px;
  height: 60px;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.66);
}


.banner .search-input::-webkit-input-placeholder {
  color: #8799b6;
}

.banner .search-input::-moz-placeholder {
  color: #8799b6;
}

.banner .search-input:-ms-input-placeholder {
  color: #8799b6;
}

.banner .search-input::-ms-input-placeholder {
  color: #8799b6;
}

.banner .search-input::placeholder {
  color: #8799b6;
}

.banner .search-btn {
  padding-left: 48px;
  width: 109px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
  background: #348cff url(../zwimg/search.png) no-repeat left 19px center;
  border-radius: 0;
}

.banner .search-btn::before {
  content: none;
}

.banner .old-people {
  background: url(../zwimg/oldman.png) no-repeat center;
}

.banner .old-people .btn {
  color: #2e80ec;
  border: 1px solid #2e80ec;
}

.banner .search-wrapper {
  display: none; 
  position: absolute; 
  width: 580px;
  max-height: 600px;
  /* top:450px;  */
  top:145px;
  padding: 10px;
  background-color: #fff;
  overflow: auto;
  overflow-x:hidden;
  float: left;
  z-index:9999;
   
}

.unify-wrapper {
  padding-top: 20px;
  height: 72px;
  background-color: #f3f6fa;
}

.unify-wrapper .unify-list > li {
  width: 183px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #8792A4;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.unify-wrapper .unify-list > li:hover {
  font-weight: normal;
  background-color: #2e80ec;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.feature {
  padding: 60px 0;
}

.feature .feature-swiper {
  position: relative;
  margin-top: 10px;
}

.feature .swiper-container {
  margin-top: 30px;
}

.feature .swiper-slide {
  width: 277px !important;
  height: 360px;
  padding-top: 30px;
  color: #fff;
}

.feature .swiper-slide:nth-child(1) {
  background: url("../zwimg/bg-service1.jpg") no-repeat center;
  background-size: 100% 100%;
}

.feature .swiper-slide:nth-child(2) {
  background: url("../zwimg/bg-service2.jpg") no-repeat center;
  background-size: 100% 100%;
}

.feature .swiper-slide:nth-child(3) {
  background: url("../zwimg/bg-service3.jpg") no-repeat center;
  background-size: 100% 100%;
}

.feature .swiper-slide:nth-child(4) {
  background: url("../zwimg/bg-service4.jpg") no-repeat center;
  background-size: 100% 100%;
}

.feature .swiper-slide:nth-child(2) .service-name {
  text-shadow: 0px 2px 5px #349fcf;
}

.feature .swiper-slide:nth-child(3) .service-name {
  text-shadow: 0px 2px 5px #658aeb;
}

.feature .swiper-slide:nth-child(4) .service-name {
  text-shadow: 0px 2px 5px #d99a11;
}

.feature .swiper-slide:nth-child(5) {
  background: url(../zwimg/bg-service1.jpg) no-repeat center;
  background-size: 100% 100%;
}

.feature .swiper-slide:nth-child(5) .service-name {
  text-shadow: 0px 2px 5px #3c80d9;
}

.feature .swiper-slide:nth-child(6) {
  background: url(../zwimg/bg-service2.jpg) no-repeat center;
  background-size: 100% 100%;
}

.feature .swiper-slide:nth-child(6) .service-name {
  text-shadow: 0px 2px 5px #349fcf;
}
.feature .swiper-slide:nth-child(7) {
  background: url("../zwimg/bg-service3.jpg") no-repeat center;
  background-size: 100% 100%;
}

.feature .swiper-slide:nth-child(8) {
  background: url("../zwimg/bg-service4.jpg") no-repeat center;
  background-size: 100% 100%;
}

.feature .swiper-slide:nth-child(8) .service-name {
  text-shadow: 0px 2px 5px #d99a11;
}
.feature .swiper-slide:nth-child(9) {
  background: url("../zwimg/bg-service1.jpg") no-repeat center;
  background-size: 100% 100%;
}

.feature .swiper-slide .service-name {
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 2px 5px #3c80d9;
}

.feature .swiper-slide .matter {
  margin-top: 22px;
}

.feature .swiper-slide .matter > li {
  width: 179px;
  height: 50px;
  line-height: 46px;
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid #fff;
}

.feature .swiper-slide .matter > li + li {
  margin-top: 15px;
}

.feature .swiper-slide .matter > li .matter-item {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  /* vertical-align: middle; */
  font-size: 16px;
  /* line-height: 20px; */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.feature .swiper-slide .matter > li .matter-item:hover, .feature .swiper-slide .matter > li .matter-item.more:hover {

  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.feature .swiper-slide .matter > li .matter-item.more {
  padding-right: 28px;
  background: url("../zwimg/index/icon-more.png") no-repeat right 43px center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.feature .swiper-slide .link {
  height: 16px;
  line-height: 16px;
  margin-top: 17px;
  text-align: center;
  font-size: 16px;
}

.feature .swiper-slide .link + .link {
  margin-top: 12px;
}

.feature .swiper-slide .link .split {
  margin: 0 5px;
}

.feature-tt {
  color: #3c3f46;
}

.feature-tt > span {
  font-weight: 300;
  font-size: 20px;
  color: #8792a4;
}

.sidebar {
  z-index: 20;
}

.sidebar-list > li:hover:nth-child(1) {
  background-color: #2e80ec;
}

.sidebar-list > li:hover:nth-child(2) {
  background-color: #2e80ec;
}

.sidebar-list > li:hover:nth-child(3) {
  background-color: #2e80ec;
}

.sidebar-list > li:hover:nth-child(4) {
  background-color: #2e80ec;
}

.sidebar-list > li:hover:nth-child(5) {
  background-color: #2e80ec;
}

.sidebar-list > li:hover:nth-child(6) {
  background-color: #2e80ec;
}

.sidebar-list > li:hover:nth-child(7) {
  background-color: #2e80ec;
}

.services {
  padding: 60px 0;
  background: url(../zwimg/services-bg.jpg) no-repeat center;
  background-size: 100% 100%;
}

.services .hd > li {
  font-weight: normal;
  font-size: 36px;
  color: #8792a4;
}

.services .hd > li.active {
  font-weight: bold;
  color: #3c3f46;
}

.services .hd > li + li {
  border-left: 1px solid #d2dae7;
}

.services-list > li {
  padding: 50px 30px 50px 40px;
  height: 200px;
}

.services-list > li:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
}

.services-list > li .name,
.services-list > li .detail {
  display: inline-block;
  vertical-align: middle;
}

.services-list > li .name {
  padding-right: 30px;
  padding-top: 10px;
  width: 112px;
  height: 100%;
  font-size: 18px;
  text-align: center;
  border-right: 1px solid rgba(51, 75, 94, 0.15);
}

.services-list > li .name p {
  padding-top: 10px;
}

.services-list > li .detail {
  margin: 0;
  padding-top: 6px;
  padding-left: 32px;
  width: 193px;
  height: 100%;
  color: #666;
}

.services-list > li .detail a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.services-list > li .detail li:hover > a {
  color: #2e80ec;
}

.common-more {
  padding-right: 20px;
  color: #2e80ec;
  background: url(../zwimg/common-more.png) no-repeat right center;
}

.theme {
  padding: 60px 0;
}

.theme-tt {
  color: #3c3f46;
}

.theme .swiper-theme {
  position: relative;
}

.theme .swiper-container {
  width: 1200px;
  margin: 0 auto;
}

.theme .swiper-pagination {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.theme .swiper-pagination-bullet {
  margin: 0 5px;
  border-radius: 0;
}

.theme .swiper-pagination-bullet-active {
  background: #2e80ec;
}

.theme .swiper-slide {
  width: 285px !important;
  height: 118px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.theme .swiper-slide:hover {
  margin-top: -10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.theme .swiper-slide:nth-child(1) {
  background: url(../zwimg/theme-bg1.jpg) no-repeat center;
}

.theme .swiper-slide:nth-child(2) {
  background: url(../zwimg/theme-bg2.jpg) no-repeat center;
}

.theme .swiper-slide:nth-child(3) {
  background: url(../zwimg/theme-bg3.jpg) no-repeat center;
}

.theme .swiper-slide:nth-child(4) {
  background: url(../zwimg/theme-bg4.jpg) no-repeat center;
}

.theme .swiper-slide:nth-child(5) {
  background: url(../zwimg/theme-bg1.jpg) no-repeat center;
}

.theme .swiper-slide:nth-child(6) {
  background: url(../zwimg/theme-bg2.jpg) no-repeat center;
}

.theme .swiper-slide a {
  display: block;
  padding: 0 30px;
  line-height: 118px;
  font-size: 22px;
  color: #fff;
}

.theme .swiper-button-prev,
.theme .swiper-container-rtl .swiper-button-next {
  position: absolute;
  left: -55px;
  width: 34px;
  height: 33px;
  background: url(../zwimg//left.png) no-repeat center;
}

.theme .swiper-button-prev.swiper-button-disabled,
.theme .swiper-container-rtl .swiper-button-next.swiper-button-disabled {
  background: url(../zwimg/left-bg.png) no-repeat center;
}

.theme .swiper-button-next,
.theme .swiper-container-rtl .swiper-button-prev {
  position: absolute;
  right: -55px;
  width: 34px;
  height: 33px;
  background: url(../zwimg/right.png) no-repeat center;
}

.theme .swiper-button-next.swiper-button-disabled,
.theme .swiper-container-rtl .swiper-button-prev.swiper-button-disabled {
  background: url(../zwimg/right-bg.png) no-repeat center;
}

.theme .swiper-button-prev,
.theme .swiper-button-next {
  margin-top: -25px;
}

.life {
  margin-top: 50px;
}
.life-title {
  display: inline-block;
  vertical-align: middle;
  line-height: 47px;
  font-weight: 600;
  font-size: 30px;
  color: #3c3f46;
}
.life-list {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  margin-left: 20px;
  width: calc(100% - 150px);
}
.life-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #9cabc1;
}
.life-list::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 20px;
  background: url(../zwimg/arrow.png) no-repeat center;
}
.life-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
  width: 86px;
  height: 47px;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px 0 #d9e1ef;
          box-shadow: 0 4px 16px 0 #d9e1ef;
  border-radius: 24px;
  z-index: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.life-item a {
  display: block;
  padding: 0 10px;
  width: 100%;
  height: 100%;
}
.life-item a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 6px;
  width: 8px;
  height: 8px;
  border: 1px solid #2e80ec;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.life-item:last-child {
  margin-right: 0;
}
.life-item:hover {
  color: #fff;
  background: linear-gradient(-45deg, #2e80ec 0%, #81b6fe 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.life-item:hover a::before {
  content: "";
  background: #fff;
  border-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.life-item-fr {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 45px;
  width: 120px;
  height: 47px;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px 0 #d9e1ef;
          box-shadow: 0 4px 16px 0 #d9e1ef;
  border-radius: 24px;
  z-index: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.life-item-fr a {
  display: block;
  padding: 0 10px;
  width: 100%;
  height: 100%;
}
.life-item-fr a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 6px;
  width: 8px;
  height: 8px;
  border: 1px solid #2e80ec;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.life-item-fr:last-child {
  margin-right: 0;
}
.life-item-fr:hover {
  color: #fff;
  background: linear-gradient(-45deg, #2e80ec 0%, #81b6fe 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.life-item-fr:hover a::before {
  content: "";
  background: #fff;
  border-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  position: absolute;
  left: -55px;
  width: 34px;
  height: 33px;
  background: url(../zwimg/left.png) no-repeat center;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-container-rtl .swiper-button-next.swiper-button-disabled {
  background: url(../zwimg/left-bg.png) no-repeat center;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  position: absolute;
  right: -55px;
  width: 34px;
  height: 33px;
  background: url(../zwimg/right.png) no-repeat center;
}

.swiper-button-next.swiper-button-disabled,
.swiper-container-rtl .swiper-button-prev.swiper-button-disabled {
  background: url(../zwimg/right-bg.png) no-repeat center;
}

.evaluate {
  padding-top: 60px;
  height: 321px;
  color: #fff;
  background: url(../zwimg/evaluate-bg.jpg) no-repeat center;
}

.evaluate-detail {
  padding: 39px 0 36px 0;
  margin-top: 26px;
  background-color: rgba(8, 76, 203, 0.27);
  border-radius: 4px;
}

.evaluate-detail > li {
  padding-top: 0;
}

.evaluate-detail > li .evaluate-name {
  color: #fff;
}

.evaluate-detail > li .evaluate-value {
  color: #fff;
}

.evaluate-detail > li .evaluate-value .num {
  display: inline-block;
  vertical-align: middle;
  max-width: 196px;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  white-space: nowrap;
}

.evaluate-detail > li + li {
  border-left: 1px solid #fff;
}

.evaluate-detail > li:nth-child(1) {
  padding-left: 49px;
}

.evaluate-detail > li:nth-child(2), .evaluate-detail > li:nth-child(3) {
  padding-left: 59px;
}

.evaluate-detail > li:nth-child(4) {
  padding-left: 94px;
}

.evaluate-detail > li:nth-child(1) .evaluate-name {
  background: url(../zwimg/evaluate-ico01.png) no-repeat left;
}

.evaluate-detail > li:nth-child(2) .evaluate-name {
  background: url(../zwimg/evaluate-ico02.png) no-repeat left;
}

.evaluate-detail > li:nth-child(3) .evaluate-name {
  background: url(../zwimg/evaluate-ico03.png) no-repeat left;
}

.evaluate-detail > li:nth-child(4) .evaluate-name {
  background: url(../zwimg/evaluate-ico04.png) no-repeat left;
}

.evaluate .common-more {
  padding-right: 25px;
  color: #fff;
  background: url(../zwimg/more.png) no-repeat right center;
}

.policy {
  padding: 58px 0;
}

.policy .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 37px;
}

.policy .tab-item {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 13px;
  width: 107px;
  line-height: 18px;
  font-weight: 600;
  font-size: 18px;
  color: #3c3f46;
  text-align: center;
  border-bottom: 3px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.policy .tab-item:hover, .policy .tab-item.active {
  font-size: 22px;
  color: #2e80ec;
  border-bottom: 3px solid #2e80ec;
  background: -webkit-gradient(linear, left bottom, left top, from(#c6e9fb), color-stop(50%, rgba(255, 255, 255, 0.3)));
  background: linear-gradient(0deg, #c6e9fb 0%, rgba(255, 255, 255, 0.3) 50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.policy .tab-content {
  margin-top: 30px;
}

.policy .content-item {
  display: inline-block;
  vertical-align: middle;
  width: 383px;
  height: 126px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(110, 146, 187, 0.29);
          box-shadow: 0px 0px 12px 0px rgba(110, 146, 187, 0.29);
  border-left: 3px solid #d3dceb;
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.policy .content-item:hover, .policy .content-item.active {
  border-left: 3px solid #2e80ec;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.policy .content-item:hover .text-box .title, .policy .content-item.active .text-box .title {
  color: #2e80ec;
}

.policy .content-item + li {
  margin-left: 17px;
}

.policy .content-item a {
  display: block;
  padding: 29px 23px 29px 0;
  width: 100%;
  height: 100%;
}

.policy .content-item .date-box,
.policy .content-item .text-box {
  display: inline-block;
  vertical-align: top;
}

.policy .content-item .date-box {
  width: 100px;
  height: 100%;
  color: #3c3f46;
  text-align: center;
  border-right: 1px solid #dbdde3;
}

.policy .content-item .date-box .date {
  font-family: OPPOSans;
  font-size: 30px;
  font-weight: bold;
}

.policy .content-item .date-box .text {
  font-size: 16px;
}

.policy .content-item .text-box {
  padding-left: 20px;
  width: calc(280px - 27px);
}

.policy .content-item .text-box .title {
  width: 236px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #3c3f46;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.policy .content-item .text-box .text {
  display: -webkit-box;
  margin-top: 14px;
  height: 38px;
  line-height: 21px;
  width: 236px;
  color: #8792a4;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.service-list {
  padding-bottom: 60px;
}

.service-list .list {
  margin-top: 29px;
}

.service-list .service-item {
  display: inline-block;
  vertical-align: middle;
  width: 226px;
  height: 120px;
  background: linear-gradient(168deg, #e9ebff 0%, #f6faff 100%);
  border: 1px solid #d3e2fb;
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service-list .service-item:nth-child(2) {
  border: 1px solid #f7dfdb;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff5f4), to(#feebe8));
  background: linear-gradient(0deg, #fff5f4, #feebe8);
}

.service-list .service-item:nth-child(3) {
  background: -webkit-gradient(linear, left bottom, left top, from(#fffcf4), to(#f8f0de));
  background: linear-gradient(0deg, #fffcf4, #f8f0de);
  border: 1px solid #e4d9ba;
}

.service-list .service-item:nth-child(4) {
  background: linear-gradient(168deg, #d9efee 0%, #ecf9f8 100%);
  border: 1px solid #cfe9e7;
}

.service-list .service-item:last-child {
  background: -webkit-gradient(linear, left bottom, left top, from(#f3f9fc), to(#d8ecfc));
  background: linear-gradient(0deg, #f3f9fc, #d8ecfc);
  border: 1px solid #d9ecfc;
}

.service-list .service-item:nth-child(1) a {
  background: url(../zwimg/list-ico01.png) no-repeat right 27px top 25px;
}

.service-list .service-item:nth-child(2) a {
  background: url(../zwimg/list-ico02.png) no-repeat right 27px top 25px;
}

.service-list .service-item:nth-child(3) a {
  background: url(../zwimg/list-ico03.png) no-repeat right 27px top 25px;
}

.service-list .service-item:nth-child(4) a {
  background: url(../zwimg/list-ico04.png) no-repeat right 27px top 25px;
}

.service-list .service-item:nth-child(5) a {
  background: url(../zwimg/list-ico05.png) no-repeat right 27px top 25px;
}

.service-list .service-item a {
  display: block;
  padding: 33px 22px;
  width: 100%;
  height: 100%;
}

.service-list .service-item:hover {
  margin-top: -10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service-list .service-item + li {
  margin-left: 14px;
}

.service-list .service-item .name {
  line-height: 18px;
  color: #3c3f46;
  font-weight: 600;
  font-size: 18px;
}

.service-list .service-item .text {
  margin-top: 20px;
  color: #8792a4;
  line-height: 14px;
}