@charset "utf-8";

body.nybg {
  background: #f6f3f3;
}

/* 分页 */

.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 30px;
}

.pagination a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 0 32px;
  height: 65px;
 /* font-size: 26px; */
  line-height: 65px;
  text-align: center;
  color: #666;
  margin: 0 15px;
}

.pagination a.active {
  background: #b31a2c;
  color: #fff;
  border: 1px solid #b31a2c;
}

.pagination a:hover {
  background: #b31a2c;
  color: #fff;
  border: 1px solid #b31a2c;
}

.pagination span {
  display: inline-block;
  font-size: 14px;
}

.nymain {
  background-color: #fff;
  box-shadow: 0px 4px 16px 0px rgba(10, 11, 24, 0.12);
}

.nymain .leftNav {
  float: left;
  width: 290px;
  position: relative;
  margin-right: 55px;
}

.nymain .leftNav>h2 {
  line-height: 92px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  z-index: 1;
}

.nymain .leftNav>h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 320px;
  height: 92px;
  z-index: -1;
}

.nymain .leftNav>h2::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
}

.nymain .leftNav>ul {
  padding-bottom: 80px;
}

.nymain .leftNav>ul>li {
  position: relative;
}

.nymain .leftNav>ul>li:first-child {
  border-top: none;
}

.nymain .leftNav ul li a {
  display: block;
  font-size: 18px;
  color: #111;
  line-height: 60px;
  padding-left: 40px;
}

.nymain .leftNav>ul>li>span {
  position: absolute;
  width: 6px;
  height: 9px;
  right: 40px;
  top: 27px;
  line-height: 50px;
  cursor: pointer;
  transition: all 0.3s;
}

.nymain .leftNav>ul>li>span::before {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: #0e58a5;
  transition: all 0.3s;
}

.nymain .leftNav>ul>li:hover>span::before {
  width: 48px;
}

.nymain .leftNav>ul>li.active>span::before {
  width: 48px;
}

.nymain .leftNav>ul>li.on>span {
  /* transform: rotate(90deg); */
}

.nymain .leftNav>ul>li.on>a {
  color: #0a4c94;
  font-weight: 600;
}

.nymain .leftNav>ul>li.active>a {
  color: #0a4c94;
  font-weight: 600;
}

.nymain .leftNav ul li:hover {}

.nymain .leftNav ul li.active ul {
  display: block;
}

.nymain .leftNav ul li a:hover {
  color: #0a4c94;
}

.nymain .leftNav>ul>li>ul {
  display: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.nymain .leftNav>ul>li>ul>li>a {
  font-size: 15px;
  line-height: 45px;
  color: #999;
}

.ny-right {
  overflow: hidden;
  background-color: #fff;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 45px;
}

.ny-rcom {
  font-size: 24px;
  color: #0a4c94;
  margin-bottom: 15px;
  font-weight: normal;
}

.position {
  padding-top: 60px;
}

.position>div {
  text-align: right;
  font-size: 0;
  line-height: 40px;
}

.position span {
  color: #999;
  font-size: 24px;
  vertical-align: middle;
}

.position img {
  vertical-align: middle;
  margin-right: 20px;
}

.position a {
  font-size: 24px;
  color: #999;
  margin: 0 5px;
  vertical-align: middle;
}

.position a:hover {
  color: #0a4c94;
}

.position2 {
  border-bottom: 1px solid #bd1a2d;
  padding-bottom: 40px;
  position: relative;
}

.position2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 380px;
  height: 6px;
  background: #bd1a2d;
}

.position2 h3 {
  width: auto;
  font-size: 40px;
  font-weight: bold;
  color: #000;
}

.text-list ul li {
  padding-left: 25px;
  padding-right: 110px;
  line-height: 62px;
  border-top: 1px dashed #e5e5e5;
  font-size: 16px;
  position: relative;
  left: 0;
  transition: all 0.5s;
  background-position: left center;
}

.text-list ul li:first-child {
  border-top: none;
}

.text-list ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  overflow: hidden;
}

.text-list ul li span {
  position: absolute;
  right: 0;
  color: #666666;
  font-size: 16px;
}

.text-list ul li:hover {
  background-position: left center;
}

.text-list ul li:hover a {
  color: #0a4c94;
}

.text-list ul li:hover span {
  color: #0a4c94;
}

.art-main .art-tit h3 {
  text-align: center;
  color: #333;
  font-size: 36px;
  margin-top: 45px;
  font-weight: 600;
}

.art-main .art-body {
  padding-top: 30px;
}

.art-main .art-body h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  text-indent: 2em;
}

.art-main .art-body p {
  color: #666;
  text-indent: 2em;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 40px;
}

.art-main .art-body img {
  max-width: 80% !important;
  display: block;
  margin: 0 auto;
}

.art-main .cont-tit .ly {
  margin-top: 30px;
  border-bottom: 1px solid #bd1a2d;
  padding-bottom: 50px;
}

.art-main .cont-tit p {
  float: left;
  font-size: 0;
  line-height: 26px;
}

.art-main .cont-tit p>span {
  display: inline-block;
  font-size: 18px;
  color: #666;
  margin: 0 5px;
}

.art-main .cont-tit .resize {
  float: left;
  font-size: 18px;
  color: #333;
  margin-left: 10px;
  line-height: 26px;
}

.art-main .cont-tit .resize i {
  font-style: normal;
  cursor: pointer;
}

.art-main .cont-tit .down {
  float: left;
  font-size: 18px;
  color: #666;
  line-height: 26px;
  margin-left: 10px;
}

.art-main .cont-tit .down a {
  display: inline-block;
  color: #666;
}

.art-main .cont-tit .bshare-custom {
  float: left;
  margin-left: 10px;
  font-size: 18px;
  color: #666;
  line-height: 26px !important;
}

.art-info {
  background: #f8f8f8;
  margin-top: 25px;
  padding: 10px 20px;
}

.pnext {
  width: 65%;
}

.pnext p {
  text-indent: initial;
  font-size: 14px;
  line-height: 30px;
}

.pnext p a {
  font-size: 14px;
  color: #999;
}

.pnext p:hover a {
  color: #0a4c94;
}

.art-info .art-r {
  width: 30%;
  text-align: right;
}

.art-info .art-r a {
  width: 45%;
  display: inline-block;
  font-size: 14px;
  color: #999;
}

.art-info .art-r a img {
  vertical-align: middle;
  padding-right: 5px;
}

.art-info .art-r a:hover {
  color: #0a4c94;
}

/* 图片列表 */

.img-lists ul {
  overflow: hidden;
  margin-left: -2%;
  margin-right: -2%;
}

.img-lists ul li {
  float: left;
  width: 29%;
  margin: 40px 2% 0 2%;
  border: 1px solid #eee;
  transition: all 0.3s;
  position: relative;
  top: 0;
}

.img-lists ul li:hover {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
  top: -10px;
}

.img-lists ul li a {
  display: block;
  width: 100%;
}

.img-lists ul li a .pic {
  padding-top: 62.5%;
}

.img-lists ul li a .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-lists ul li a>div.info {
  padding: 10px;
  font-size: 0;
  text-align: center;
}

.img-lists ul li a>div.info p {
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}

.img-lists ul li a:hover>div.info p {
  color: #0a4c94;
}

/* 师资列表 */

.img-lists2 ul {
  overflow: hidden;
}

.img-lists2 ul li {
  float: left;
  width: 23%;
  margin: 15px 1%;
}

.img-lists2 ul li a {
  display: block;
}

.img-lists2 ul li a .pic {
  padding-top: 120%;
}

.img-lists2 ul li a .info {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  text-align: center;
}

.dt-list2 {
  overflow: hidden;
}

.dt-list2 li {
  position: relative;
  transition: all 0.5s;
  padding: 50px 0;
  border-top: 1px dashed rgba(189, 26, 45, 0.6);
}

.dt-list2 li:first-child {
  border-top: none;
}

.dt-list2 li:hover a .date {
  background-color: #bd1a2d;
  color: #fff;
  border-color: #bd1a2d;
}

.dt-list2 li:hover a .date span {
  border-top-color: rgba(255, 255, 255, 0.48);
}

.dt-list2 li a {
  display: block;
  overflow: hidden;
}

.dt-list2 li .date {
  float: left;
  width: 182px;
  height: 225px;
  border: 1px solid rgba(189, 26, 45, 0.48);
  text-align: center;
  color: #bd1a2d;
  margin-right: 40px;
  transition: all 0.3s;
}

.dt-list2 li .date p {
  font-size: 64px;
  font-weight: bold;
  line-height: 120px;
}

.dt-list2 li .date span {
  display: block;
  font-size: 30px;
  line-height: 100px;
  border-top: 1px solid rgba(189, 26, 45, 0.48);
}

.dt-list2 li:hover a .date p,
.dt-list2 li:hover a .date span {
  color: #fff;
}

.dt-list2 li a>.dt-text {
  overflow: hidden;
}

.dt-list2 li a>.dt-text h3 {
  font-size: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 40px;
  color: #333;
  border-bottom: 1px solid #d2d2d2;
  padding-top: 10px;
}

.dt-list2 li a>.dt-text p {
  color: #999;
  font-size: 26px;
  line-height: 40px;
  height: 80px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 40px;
}

.dt-list2 li:hover a .dt-text h3 {
  color: #bd1a2d;
  text-decoration: underline;
}

.dt-list2 li:hover a .dt-text p {
  color: rgba(189, 26, 45, 0.68);
}

/* 新闻列表  */

.timg-list ul li {
  margin-top: 35px;
}

.timg-list ul li a {
  display: block;
  transition: all 0.3s;
}

.timg-list ul li a h3 {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.timg-list ul li a>div {
  overflow: hidden;
}

.timg-list-img {
  float: left;
  width: 350px;
  margin-right: 30px;
}

.timg-list ul li a .pic {
  padding-top: 62%;
}

.timg-list ul li a:hover h3 {
  color: #ba2a17;
}

.timg-list ul li a:hover span {
  background: #ba2a17;
  border-color: #ba2a17;
  color: #fff;
}

.timg-linfo {
  overflow: hidden;
  padding-top: 35px;
}

.timg-linfo p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  height: 48px;
  white-space: pre-wrap;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 15px 0 0 0;
  text-indent: 2em;
}

.timg-linfo span {
  display: block;
  margin-top: 20px;
  line-height: 24px;
  color: #970707;
  font-size: 16px;
  padding-left: 30px;
  background-position: left center;
}

.timg-list ul li a:hover {
  background: #970707;
  padding: 20px;
}

.timg-list ul li a:hover h3 {
  color: #fff;
}

.timg-list ul li a:hover span {
  color: #fff;
  background-position: left center;
}

.timg-list ul li a:hover p {
  color: #fff;
}

/* 名师风采 */

.ldtz ul {
  margin-top: 30px;
}

.ldtz ul li {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.ldtz ul li a {
  display: block;
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(199, 207, 228, 0.33);
  overflow: hidden;
  margin: 0 18px;
  padding: 25px;
  transition: all 0.3s;
}

.ldtz ul li a:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.ldtz-pic {
  float: left;
  width: 254px;
  height: 188px;
  overflow: hidden;
  margin-right: 40px;
}

.ldtz-pic .pic {
  width: 100%;
  height: 100%;
  font-size: 0;
}

.ldtz-pic .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.ldtz-info {
  overflow: hidden;
}

.ldtz-info h3 {
  font-size: 20px;
  line-height: 32px;
  max-height: 96px;
  overflow: hidden;
  color: #333333;
  padding-top: 20px;
  margin-bottom: 15px;
}

.ldtz-info p {
  font-size: 16px;
  line-height: 30px;
  max-height: 90px;
  overflow: hidden;
  color: #7a8397;
}

.ldtz ul li a:hover {
  background: #f3f5f9;
  color: #fff;
}

.ldtz ul li a:hover:after {
  display: block;
}

/* 图文列表页  start */

.tw ul li {
  margin-top: 25px;
}

.tw ul li a {
  display: block;
  overflow: hidden;
}

.imgList-pic {
  float: left;
  width: 227px;
  height: 155px;
  overflow: hidden;
}

.imgList-pic .pic {
  width: 100%;
  height: 100%;
  font-size: 0;
  padding-top: 0;
}

.imgList-pic .pic img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.imgList-pic:hover .pic img {
  transform: scale(1.1);
}

.imgList-info {
  overflow: hidden;
  height: 155px;
  padding: 24px;
  border: 1px solid #eeeeee;
}

.imgList-info h3 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}

.tw ul li a:hover .imgList-info h3 {
  font-weight: bold;
}

.imgList-info p {
  font-size: 14px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  color: #999;
  margin-top: 5px;
}

.imgList-info span {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 18px;
  margin-top: 5px;
  padding-left: 22px;
}

.imgList-info span em {
  font-size: 14px;
  padding-left: 3px;
}

.imgList-info .more {
  width: 184px;
  height: 44px;
  border: 1px solid rgba(98, 125, 187, 0.4);
  line-height: 44px;
  text-align: center;
  color: #0a4c94;
  margin-top: 20px;
}

.imgList-info .more:hover {
  border-color: #0a4c94;
  background: #0a4c94;
  color: #fff;
}

/* 图文列表页  end */

/*机构*/

.list-jg {
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(199, 207, 228, 0.33);
  margin: 50px 18px;
}

.list-jg h3 {
  background-size: 100% 100%;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 50px;
  font-size: 20px;
  font-weight: 600;
  color: #0a4c94;
}

.list-jg ul {
  overflow: hidden;
  padding: 30px;
}

.list-jg ul li {
  float: left;
  font-size: 16px;
  text-align: center;
}

.list-jg ul li a {
  display: block;
  font-size: 18px;
  padding: 10px 20px;
  transition: all 0.5s;
}

.list-jg ul li:hover a {
  color: #0a4c94;
}

/*领导*/

.list-ld ul li {
  padding: 30px 0;
}

.list-ld ul li a {
  display: block;
}

.list-ld ul li h3 {
  font-size: 20px;
  color: #94070a;
  position: relative;
  padding-left: 14px;
}

.list-ld ul li h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 4px;
  height: 24px;
  background: #94070a;
}

.list-ld ul li p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-top: 20px;
}

.list-ld ul li:hover h3 {
  text-decoration: underline;
}

/*历史*/

.list-ls ul {
  border-left: 1px solid #bfbfbf;
  margin-left: 15px;
  margin-top: 40px;
}

.list-ls ul li h3 {
  font-weight: bold;
}

.list-ls ul li h3::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  background: #fff;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 50px;
}

.list-ls ul li h3::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: #94070a;
  border-radius: 50px;
  z-index: 1;
}

.list-ls ul li h3 {
  padding-left: 30px;
}

.list-ls ul li p {
  margin-left: 30px;
}

.ldgh ul li {
  width: 46%;
  border: 0;
}

.ldgh ul li a>div.info {
  border-top: 5px solid #0a4c94;
  line-height: 76px;
  background: #f2f4f7;
  position: relative;
  z-index: 1;
  width: 85%;
  margin: 0 auto;
  margin-top: -14px;
}

.ldgh ul li:hover {
  box-shadow: none;
  top: 0;
}

.ldgh ul li a>div.info p {
  margin-bottom: 0;
  font-size: 18px;
}

.msjs ul li a .pic {
  padding-top: 73%;
}

.msjs ul li a>div.info p {
  font-size: 20px;
}

.msjs ul li {
  border: 0;
}

/* 领导之窗 */

.ldzc {
  background-color: #fff;
  box-shadow: 0px 2px 20px 0px rgba(4, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 45px;
}

.ldzc h3 {
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-family: "sySong";
  font-size: 30px;
  color: #245399;
}

.ldzc-d {
  margin: 0 45px;
  overflow: hidden;
  border-bottom: 1px dashed #eee;
}

.ldzc-d h4 {
  float: left;
  width: 180px;
  line-height: 70px;
  margin-right: 15px;
}

.ldzc-d h4 p {
  font-size: 18px;
  font-weight: bold;
}

.ldzc-d h4 p img {
  vertical-align: middle;
  padding-right: 25px;
}

.ldzc-d ul {
  overflow: hidden;
}

.ldzc-d ul li {
  float: left;
  width: 11%;
  line-height: 70px;
}

.ldzc-d ul li a {
  display: block;
}

/* 政务服务 */
.zwfw-l {
  float: left;
  width: 533px;
}

.zwfw-l a {
  display: block;
}

.zwfw-l .pic {
  padding-top: 61.91%;
}

.zwfw-r {
  overflow: hidden;
}

.zwfw-r ul {}

.zwfw-r ul li {
  float: left;
  width: 25%;
}

.zwfw-r ul li a {
  display: block;
  margin-left: 30px;
  padding: 18px 0;
  height: 150px;
}

.zwfw-r ul li:nth-child(1) a {
  background-color: #4e64b0;
}

.zwfw-r ul li:nth-child(2) a {
  background-color: #4dcac4;
}

.zwfw-r ul li:nth-child(3) a {
  background-color: #4ba4cc;
}

.zwfw-r ul li:nth-child(4) a {
  background-color: #ce89fd;
}

.zwfw-r ul li:nth-child(5) a {
  background-color: #73a733;
  margin-top: 30px;
}

.zwfw-r ul li:nth-child(6) a {
  background-color: #4ec8ab;
  margin-top: 30px;
}

.zwfw-r ul li:nth-child(7) a {
  background-color: #d97a08;
  margin-top: 30px;
}

.zwfw-r ul li:nth-child(8) a {
  background-color: #00b0eb;
  margin-top: 30px;
}

.zwfw-r ul li p {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
}

.zwfw-r ul li p img {
  vertical-align: middle;
}

.zwfw-r ul li h3 {
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-top: 15px;
  position: relative;
  top: 0;
  transition: all 0.3s;
}

.zwfw-r ul li a:hover p img {
  animation: jello 1s linear;
}

.zwfw-r ul li a:hover h3 {
  top: 5px;
}

.zwfw2 {
  margin-top: 30px;
}

.zwfw-tit {
  line-height: 50px;
  border-bottom: 1px solid #dddddd;
}

.zwfw-tit h3 {
  float: left;
  width: 140px;
  height: 50px;
  background-size: cover;
  padding-left: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.zwfw-tit .more {
  position: relative;
  right: 0;
  transition: all 0.3s;
}

.zwfw-tit .more a {
  display: inline-block;
  border: 1px solid #bfbfbf;
  border-radius: 12.5px;
  width: 90px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  color: #666;
}

.zwfw-tit .more:hover {
  right: 5px;
}

.zwfw-tit .more a img {
  vertical-align: 0;
  padding-left: 5px;
}

.zwfw2-c {
  margin-top: 30px;
  overflow: hidden;
}

.zwfw2-c ul li {
  position: relative;
}

.zwfw2-c ul li a {
  display: block;
  margin: 0 27px;
  overflow: hidden;
}

.zwfw2-c ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  border-left: 1px dashed #eeeeee;
}

.zwfw2-c ul li a img {
  width: 100%;
  transition: all 0.3s;
}

.zwfw2-c .slick-list {
  margin-left: -27px;
  margin-right: -27px;
}

.zwfw2-c ul li a:hover img {
  transform: scale(1.1);
}

/* 走进张家川 */

.zjc1 {
  background-color: #eeeeee;
  padding: 45px;
  margin-top: 30px;
  overflow: hidden;
}

.zjc1-pic {
  width: 540px;
}

.zjc1-pic .pic {
  padding-top: 60%;
}

.zjc1 .zjc1-pic {
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px dashed #dcdcdc;
}

.zjc2 .zjc1-pic {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px dashed #dcdcdc;
  padding-right: 0 !important;
  border-right: none;
  margin-right: 0 !important;
}

.zjc1-r {
  overflow: hidden;
  position: relative;
}

.zjc1-r p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  height: 180px;
  overflow: hidden;
}

.zjc1-r ul {
  margin-top: 30px;
}

.zjc1-r ul li {
  float: left;
  margin-left: 10px;
}

.zjc1-r ul li:first-child {
  margin-left: 0;
}

.zjc1-r ul li a {
  display: block;
  background-color: #fff;
  width: 95px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  transition: all 0.3s;
}

.zjc1-r ul li a:hover {
  background-color: #0a4c94;
  color: #fff;
}

.zjc .zwfw2-c ul li a {
  margin: 0 15px;
  overflow: visible;
  padding-bottom: 10px;
}

.zjc .zwfw2-c .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}

.zjc .zwfw2-c ul li::after {
  display: none;
}

.zjc .zjc3-info {
  padding: 20px;
}

.zjc .zjc3-info h3 {
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.zjc .zjc3-info p {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.zjc .zwfw2-c ul li a:hover .zjc3-info {
  background-color: #fff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
}

/* 政民互动 */
.zmhd-l {
  width: 51.58%;
}

.zmhd-l .zwfw-tit h3 {
  width: 230px;
}

.box-bw {
  overflow-x: auto;
}

.zmhd-lt {
  width: 100%;
  min-width: 500px;
  margin-top: 34px;
}

.zmhd-lt table {
  width: 100%;
}

.zmhd-lt table:first-child {
  margin-bottom: 15px;
}

.zmhd-lt table th {
  background-color: #eee;
  text-align: center;
  line-height: 45px;
}

.zmhd-lt table tr td {
  line-height: 44px;
}

.zmhd-lt table tr td:first-child a {
  display: block;
  color: #111;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
}

.zmhd-lt table tr td:first-child {
  width: 60%;

}

.zmhd-lt table tr td:nth-child(2) {
  width: 20%;
}

.zmhd-lt table tr td:nth-child(3) {
  width: 20%;
}

.zmhd-lt table tr td:first-child:hover a {
  color: #0a4c94;
}

.zmhd-lt table tr td:nth-child(2),
.zmhd-lt table tr td:nth-child(3) {
  text-align: center;
  color: #666;
}

.s3-ld {
  margin-top: 35px;
}

.s3-ld ul li {
  float: left;
  width: 32%;
  margin-left: 2%;
}

.s3-ld ul li:first-child {
  margin-left: 0;
}

.s3-ld ul li a {
  display: block;
  background-color: #eee;
  height: 72px;
  line-height: 72px;
  color: #111;
}

.s3-ld ul li span {
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #245399;
  text-align: center;
  line-height: 52px;
  margin: 0 20px;
}

.s3-ld ul li span img {
  vertical-align: middle;
}

.s3-ld ul li a:hover span img {
  animation: jello 1.2s linear;
}

.s3-ld ul li a:hover {
  color: #245399;
}

.zmhd-r {
  width: 44.12%;
}

.zmhd-r .zwfw-tit h3 {
}

.tw-list a {
  display: block;
  overflow: hidden;
}

.tw-list .tw-pic {
  width: 200px;
}

.tw-list .tw-pic .pic {
  padding-top: 70%;
}

.tw-list .tw-r {
  overflow: hidden;
  height: 140px;
  padding: 10px 20px;
  background-color: #eeeeee;
  border: 1px solid #cdcdcd;
}

.tw-list .tw-r h3 {
  font-size: 16px;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tw-list .tw-r p {
  font-size: 14px;
  line-height: 18px;
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
}

.tw-list .tw-r span {
  display: block;
  font-size: 14px;
  color: #999;
  padding-left: 22px;
  margin-top: 6px;
}

.tw-list a:hover .tw-r h3 {
  color: #245399;
}

.public-list {
  margin-top: 10px;
}

.public-list dd {
  font-size: 16px;
  line-height: 48px;
  border-top: 1px dashed #eeeeee;
}

.public-list dd:first-child {
  border-top: none;
}

.public-list dd span {
  float: right;
  padding-left: 15px;
}

.public-list dd a {
  display: block;
  padding-left: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.public-list dd a:hover {
  color: #245399;
  font-weight: bold;
}

.s3-r .tw-pic {
  width: 180px;
}

.s3-r .tw-pic .pic {
  padding-top: 66.66%;
}

.s3-r .tw-list .tw-r {
  border: none;
  background: none;
  height: auto;
  padding: 5px 0 0 20px;
}

.s3-r .tw-list .tw-r h3 {
  font-size: 18px;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.s3-r .tw-list .tw-r p {
  line-height: 24px;
  margin-top: 8px;
  color: #666;
}

.s3-r .tw-list .tw-r span {
  margin-top: 8px;
}

.s3-r .public-list dd {}

.s3-r .public-list dd:first-child {
  border-top: none;
}

.s3-r .public-list dd a {
  background: none;
  padding-left: 0;
}

.zmhd-r .tw-list {
  margin-top: 34px;
}

.l-xxgkmain {
  margin-top: 0 !important;
}



/*新增*/

.ny-yc {
  position: absolute;
  right: 0;
  top: 0;
  width: 260px;
}

.ny-yc-u {
  margin-top: 40px;
}

.ny-yc h3 {
  background: rgba(14, 53, 142, 0.08);
  line-height: 40px;
  padding: 0 20px;
  font-weight: bold;
  position: relative;
}

.ny-yc h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 20px;
  background: #0a4c94;
}

.ny-yc ul {
  margin-top: 8px;
}

.ny-yc ul li a {
  display: block;
  line-height: 45px;
  background-size: auto 10px;
  padding-left: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size: 15px;
}


/* 魅力天水 */
.l2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.visit .tit {
  position: relative;
  height: 67px;
  line-height: 67px;
}

.visit .tit img {
  display: block;
  margin: 0 auto;
}

.visit .tit .mores {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 24px;
}

.visit .tit .mores a {
  display: block;
  color: #bd1a2d;
}

.visit .tit .mores::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 82%;
  width: 20px;
  height: 20px;
  border: 2px solid #dfabb1;
  border-radius: 50%;
}

.visit .s1 {
  margin-top: 62px;
}

.visit .s1 .txt p {
  font-size: 24px;
  line-height: 44px;
  margin-top: 40px;
}

.visit .s2 {
  margin-top: 100px;
}

.visit .s2 ul {
  overflow: hidden;
}

.visit .s2 ul li {
  float: left;
  width: 565px;
  margin-top: 70px;
}

.visit .s2 ul li:nth-child(even) {
  margin-left: 70px;
}

.visit .s2 ul li a {
  display: block;
  position: relative;
}

.visit .s2 ul li .pic {
  padding-top: 63.81%;
}

.visit .s2 ul li .pic:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(../images/visit-s2-mask.png) repeat-x bottom center;
}

.visit .s2 ul li .txt {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0 30px 34px;
  z-index: 1;
}

.visit .s2 ul li .txt h4 {
  font-size: 26px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
}

.visit .s2 ul li .txt p {
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.68);
  height: 52px;
}

.visit .s2 ul li:nth-child(5) {
  width: 100%;
}

.visit .s2 ul li:nth-child(5) .pic {
  padding-top: 21.07%;
}

.visit .s3 {
  margin-top: 80px;
}

.visit .s3 .tit,
.visit .s4 .tit {
  height: 90px;
  line-height: 90px;
}

.visit .s3 .sect4 {
  padding-bottom: 80px;
}

.visit .s5 img {
  display: block;
  width: 100%;
  overflow: hidden;
}

.visit .s5 .add-box a {
  position: absolute;
  width: 36px;
  height: 120px;
  /* background: #bd1a2d;*/
}

.visit .s5 .add-box .add-one {
  left: 40.8%;
  top: 30.43%;
}

.visit .s5 .add-box .add-two {
  left: 56%;
  top: 27.25%;
}

.visit .s5 .add-box .add-thr {
  left: 65.3%;
  top: 49.57%;
}

.visit .s5 .add-box .add-fou {
  left: 70.5%;
  top: 26.81%;
}

.visit .s5 .add-box .add-fiv {
  left: 75.5%;
  top: 57.25%;
}

.visit .s5 .add-box .add-six {
  left: 80.7%;
  top: 22.46%;
}

.visit .s5 .add-box .add-sev {
  left: 83.8%;
  top: 48.84%;
}

.visit .s5 .add-box a .txt {
  position: absolute;
  width: 270px;
  top: 0;
  left: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 3;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  border-radius: 5px;
}

.visit .s5 .add-box a .txt p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  height: 96px;
}

.visit .s5 .add-box a:hover .txt {
  opacity: 1;
  visibility: visible;
}

.visit .s5 .line {
  position: absolute;
  bottom: 19.2%;
  right: 1%;
  width: 670px;
  height: 272px;
}

.visit .s5 .line img {
  display: block;
  width: 100%;
  clip-path: inset(0 0 0 var(--width));
  transition: .5s;
}

.visit .s5 {
  position: relative;
}

.visit .s5 .add-box a.add-six .txt,
.visit .s5 .add-box a.add-fiv .txt,
.visit .s5 .add-box a.add-sev .txt {
  left: auto;
  right: 100%;
}

.s6 {
  margin-top: 80px;
}

.s6 ul {
  margin-top: 50px;
}

.s6 ul li a {
  display: block;
}

.s6 ul li .pic {
  padding-top: 42.67%;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

.s6 .slick-dots {
  position: static;
  margin-top: 40px;
}

.s6 .slick-dots li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e5a3ab;
  margin: 0 20px;
  transition: all 0.3s;
}

.s6 .slick-dots li.slick-active {
  background-color: #bd1a2d;
}

.s6 .slick-dots li button {
  display: none;
}

.s7 {
  margin-top: 80px;
}

.visit .s7-banner {
  position: relative;
  /*2023-04-10*/
  margin-top: 37px;
  /*2023-04-10*/
  overflow: hidden;

}

.visit .s7-banner ul {
  margin-left: -20px;
  margin-right: -20px;
}

.visit .s7-banner .slick-slider {
  position: static;
}

.visit .s7-banner .slick-list .slick-track {
  position: relative;
  padding: 40px 0 50px;
}

.visit .s7-banner .slick-list li {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  transition: all .5s ease-in;
}

.visit .s7-banner .slick-list li a {
  display: block;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
  margin: 0 40px;
  border-top: 8px solid #bd1a2d;
}

.visit .s7-banner .slick-list li a .pic {
  padding-top: 177.95%;
  z-index: 3;
}

.visit .s7-banner .slick-list .slick-slide a {
  transform: skewY(10deg);
  transform-origin: left top;
}

.visit .s7-banner .slick-list .slick-slide:nth-child(2n) a {
  transform: skewY(-10deg);
  transform-origin: right top;
}

.visit .s7-banner .slick-list .slick-slide:hover a,
.visit .s7-banner .slick-list .slick-slide:hover a .txt {
  transform: skewY(0) !important;
}

/*2023-04-10*/
.visit .s7-banner .slick-list .slick-active:nth-child(2n+1) {
  margin-top: -37px;
}

.visit .s7-banner .slick-list .slick-active:nth-child(2n) {
  margin-top: 37px;
}

/*2023-04-10*/
.visit .s7-banner .slick-list li a .txt {
  position: absolute;
  bottom: 30px;
  left: 24px;
  width: 86px;
  z-index: 5;
  font-size: 0;
  transform: skewY(-10deg);
}

.visit .s7-banner .slick-list .slick-slide:nth-child(2n) a .txt {
  transform: skewY(10deg);
}

.visit .s7-banner .slick-list li a .txt img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

.visit .s7-banner .slick-list li a .txt span {
  display: block;
  font-size: 30px;
  color: #fff;
  width: 28px;
  margin: 0 29px;
}

.visit .s7-banner .slick-list li a:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.visit .s7-banner .slick-arrow {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 9;
}

.visit .s7-banner .slick-prev {
  left: -16px;
}

.visit .s7-banner .slick-next {
  right: -16px;
}

/*综合政务服务页*/

.integrated .s1 .aLeft {
  background: #fcf6f7;
}

.integrated .s1 .aLeft .item {
  float: left;
  width: 33%;
  padding-top: 29px;
  padding-left: 39px;
  overflow: hidden;
  min-height: 300px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.integrated .s1 .aLeft .item02 {
  width: 18%;
  padding-left: 80px;
}

.integrated .s1 .aLeft .item03 {
  padding-left: 0;
}

.integrated .s1 .aLeft .item03 .item-r {
  display: none;
}

.integrated .s1 .aLeft .item:nth-child(-n+3) {
  border-top: 0;
}

.integrated .s1 .aLeft .item:nth-child(3n+1) {
  border-left: 0;
}

.integrated .s1 .aLeft .item .item-l {
  float: left;
  width: 164px;
}

.integrated .s1 .aLeft .item03 .item-l {
  float: none;
  width: auto;
  padding-left: 0;
}

.integrated .s1 .aLeft .item img {
  margin: 0 auto 20px;
}

.integrated .s1 .aLeft .item p {
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
  color: #333;
}

.integrated .s1 .aLeft .item .item-r {
  overflow: hidden;
  padding-left: 40px;
}

.integrated .s1 .aLeft .item a {
  display: block;
  font-size: 30px;
  color: #333;
  line-height: 70px;
  padding-left: 25px;
  position: relative;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.integrated .s1 .aLeft .item a:first-child {
  margin-top: 0;
}

.integrated .s1 .aLeft .item a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #bd1a2d;
  border-radius: 50%;
  transform: translateY(-50%);
}

.integrated .s1 .aLeft .item a:hover {
  color: #bd1a2d;
}

.integrated .s1 .aRight {
  margin-top: 70px;
}

.integrated .s1 .aRight h4 {
  font-size: 36px;
  color: #fff;
  line-height: 130px;
  position: relative;
  text-align: center;
  background: url("../images/inac-img11.png") no-repeat 50%;
  background-size: 100% 100%;
}

.integrated .s1 .aRight .icon-list {
  padding: 60px 20px 30px;
  background: url("../images/s3-img07.jpg") no-repeat 50%;
  background-size: cover;
}

.integrated .s1 .aRight .icon-list li {
  width: 25%;
  float: left;
  margin-top: 20px;
}

.integrated .s1 .aRight .icon-list li:nth-child(-n+4) {
  margin-top: 0;
}

.integrated .s1 .aRight .icon-list li a {
  display: block;
  overflow: hidden;
}

.integrated .s1 .aRight .icon-list li .icon {
  width: 159px;
  height: 157px;
  margin: 0 auto 18px;
  position: relative;
  background: url("../images/s3-icon07.png") no-repeat;
  background-size: 100% 100%;
}

.integrated .s1 .aRight .icon-list li p {
  font-size: 28px;
  color: #fff;
  line-height: 38px;
  text-align: center;
  height: 76px;
}

.integrated .s1 .aRight .icon-list li:hover p {
  color: #c70000;
}

.integrated .s1 {
  padding-top: 60px;
}

.integrated .s2 .tabc {
  border-bottom: 1px solid #b31a2c;
  background-color: #fbf3f4;
}

.integrated .s2 .tabc span {
  display: inline-block;
  width: 393px;
  line-height: 112px;
  text-align: center;
  font-size: 38px;
  color: #333333;
  cursor: pointer;
}

.integrated .s2 .tabc span.active {
  background: url(../images/tit-qg-bg2.png) no-repeat center center;
  color: #fff;
}

.integrated .s2 .tabb ul li {
  float: left;
  width: 30.7%;
  margin-bottom: 60px;
  margin-left: 3.86%;
  background: url("../images/s3-img08.png") no-repeat 50%;
  background-size: 100% 100%;
  transition: all .3s;
}

.integrated .s2 .tabb ul li:nth-child(3n+1) {
  margin-left: 0;
}

.integrated .s2 .tabb ul li a {
  font-size: 30px;
  color: #333;
  padding: 10px 18px 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  height: 120px;
  text-align: center;
  line-height: 1.2;
}

.integrated .s2 .tabb ul li:hover a {
  color: #bd1a2d;
}

.integrated .s2 .tabb ul li:hover {
  transform: translateY(-5px);
}

.integrated .s2 .tabb-item {
  padding-top: 40px;
}

.integrated .s2 {
  padding-top: 70px;
  padding-bottom: 20px;
  background: #fff;
}

.icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transition: all 0.3s ease-in;
}

/*政务服务页*/
.gov-help .s1 .aLeft {}

.gov-help .s1 .aRight {
  background: #fbf3f4;
  border-radius: 5px;
}

.gov-help .s1 .aRight h4 {
  font-size: 46px;
  line-height: 140px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  background: #bd1a2d;
}

.gov-help .s1 .aRight .box {
  padding: 60px 180px 80px;
}

.gov-help .s1 .aRight .box .layui-inline {
  display: block;
  margin-top: 60px;
}

.gov-help .s1 .aRight .box .layui-inline:first-child {
  margin-top: 0;
}

.gov-help .s1 .aRight .box .layui-inline input {
  display: block;
  width: calc(100% - 70px);
  font-size: 28px;
  line-height: 90px;
  height: 90px;
  background: #fff;
  border-radius: 5px 5px 0 0;
  padding: 0 35px;
  color: #888888;
}

.gov-help .s1 .aRight .box .layui-input-inline {
  width: 45%;
}

.gov-help .s1 .aRight .box .layui-inline input[type='submit'],
.gov-help .s1 .aRight .box .layui-inline input[type='button'] {
  background: #bd1a2d;
  height: 100px;
  line-height: 100px;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
}

.gov-help .s1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.gov-help .s2 .item {
  padding: 24px 29px 0 30px;
  min-height: 386px;
  border-top: 3px solid #bd1a2d;
  background: url("../images/user-img.png") no-repeat 50%;
  box-shadow: 0px 4px 16px 0px rgba(10, 11, 24, 0.12);
  margin: 20px;
}


.gov-help .s2 .item h4 {
  font-size: 66px;
  color: #333;
  line-height: 147px;
  padding-left: 200px;
  background: url("../images/user-icon07.png") no-repeat left center;
  font-weight: 600;
}

.gov-help .s2 .item ul {
  margin-top: 50px;
  padding-top: 50px;
  background: url(../images/oo.png) repeat-x center top;
}

.gov-help .s2 .item ul li {
  float: left;
  width: 32%;
  line-height: 100px;
}

.gov-help .s2 .item ul li:nth-child(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}

.gov-help .s2 .item ul li a {
  font-size: 50px;
  color: #333333;
  padding-left: 35px;
  position: relative;
}

.gov-help .s2 .item ul li a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  background: #bd1a2d;
  border-radius: 50%;
  transform: translateY(-50%);
}

.gov-help .s2 .item ul li:hover a {
  color: #bd1a2d;
}

.gov-help .s2 {
  padding-top: 60px;
  padding-bottom: 54px;
}

.gov-help .s2 .slick-dots {
  position: static;
  margin-top: 50px;
}

.gov-help .s2 .slick-dots li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e5a3ab;
  margin: 0 20px;
  transition: all 0.3s;
}

.gov-help .s2 .slick-dots li.slick-active {
  background-color: #bd1a2d;
}

.gov-help .s2 .slick-dots li button {
  display: none;
}

.gov-help .s3 .tit {
  position: relative;
  text-align: center;
}

.gov-help .s3 .tit .mores {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 24px;
  line-height: 90px;
}

.gov-help .s3 .tit .mores a {
  display: block;
  color: #bd1a2d;
}

.gov-help .s3 .tit .mores::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 82%;
  width: 20px;
  height: 20px;
  border: 2px solid #dfabb1;
  border-radius: 50%;
}

.help-list li {
  float: left;
  width: 31.3%;
  margin-left: 3%;
  margin-bottom: 50px;
  background: url("../images/s3-img08.png") no-repeat 50%;
  background-size: 100% 100%;
  transition: all .3s;
}

.help-list li:nth-child(3n+1) {
  margin-left: 0;
}

.help-list li a {
  display: block;
  font-size: 30px;
  line-height: 75px;
  text-align: center;
  color: #333;
  padding: 25px 15px;
}

.help-list li:hover a {
  color: #bd1a2d;
}

.help-list li:hover {
  transform: translateY(-5px);
}

/*.help-list #rdmore{
  position: absolute;
  right: 0;
  bottom: 0;
}*/
.help-list {
  margin-top: 40px;
  position: relative;
}

.help-list_more {
  display: none;
}

.gov-help .s3 {
  padding-top: 55px;
  padding-bottom: 10px;
}

.gov-help .s4 ul {
  overflow: hidden;
  text-align: center;
}

.gov-help .s4 ul li {
  /* float: left; */
  width: 24%;
  display: inline-block;
  text-align: center;
  margin-top: 50px;
}

.gov-help .s4 ul li:first-child {
  margin-left: 0;
}

.gov-help .s4 ul li a {
  display: block;
}

.gov-help .s4 ul li .icon {
  width: 166px;
  height: 165px;
  background: url("../images/s2-icon07.png") no-repeat 50%;
  background-size: 165px;
  position: relative;
  margin: 0 auto;
}

.gov-help .s4 ul li p {
  font-size: 32px;
  color: #333;
  text-align: center;
  line-height: 42px;
  margin-top: 30px;
}

.gov-help .s4 ul li:hover p {
  color: #bd1a2d;
}

.gov-help .s4 ul li:hover .icon img {
  transform: rotateY(180deg);
}

.gov-help .s4 {
  padding-top: 60px;
  padding-bottom: 58px;
  background: #fcf6f7;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}