
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background-color: #f0f3fb;
}

html,
body,
div,
ul,
li,
p,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-family: "microsoft yahei";
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
/* flex布局 */
.flex {
  display: flex;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-grow {
  flex-grow: 1;
}
.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.justify-center {
  display: flex;
  justify-content: center;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-center {
  display: flex;
  align-items: center;
}
.pos-r {
  position: relative;
}

.k1200 {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}

.ellipsis-1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-2 {
  display: block;
  height: 40px;
  max-height: 40px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.zzwdt .base-news-list .list-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.base-news-list .list-item .date span {
  display: block;
}

.base-news-list .list-item a {
  position: relative;
  display: block;
  color: #474747;
  font-size: 18px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.base-news-list .list-item:hover .item-title {
  color: #015af7;
}

.base-news-list .date {
  width: 25%;
  flex-shrink: 0;
}
.base-news-list .date > span {
  text-align: center;
}
.base-news-list .date .day {
  font-size: 44px;
  color: #015af7;
  font-weight: bold;
}
.base-news-list .date .month {
  font-size: 18px;
  color: #0f0f0f;
}

.base-news-list .item-title {
  font-size: 20px;
  color: #474747;
  line-height: 42px;
  font-weight: bold;
}
.base-news-list .item-desc {
  font-size: 16px;
  color: #9ca7ba;
}
/* 点 */
.dot a::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  background-color: #78b6fc;
  border-radius: 50%;
  left: 0;
  top: 14px;
  transition: all 0.2s ease-in-out;
}

.header {
  position: relative;
  height: 500px;
  background:  no-repeat center;
  background-size: cover;
}
.header .logo {
  position: absolute;
  top: 40px;
  left: 19%;
}
.nav {
  height: 70px;
  background-color: #0b319e;
}
.nav > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.nav > ul > li {
  position: relative;
  width: calc(140% / 6);
  height: 100%;
  line-height: 55px;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
}
.nav > ul > li:nth-child(3) {
  width: 260px;
}
.nav > ul > li > a {
  display: block;
  height: 70px;
}

.nav > ul > li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background-color: #fff;
  top: 21px;
  right: 0;
}

.nav > ul > li:last-child::before {
  display: none;
}

.nav > ul > li:nth-child(1) {
  background:  no-repeat center center;
}
.nav > ul > li:nth-child(2) {
  background:  no-repeat center center;
}
.nav > ul > li:nth-child(3) {
  background: url(/uploads/image/ximage/nav03.png) no-repeat center center;
}
.nav > ul > li:nth-child(4) {
  background: url(/uploads/image/ximage/nav04.png) no-repeat center center;
}
.nav > ul > li:nth-child(5) {
  background:  no-repeat center center;
}
.nav > ul > li:nth-child(6) {
  background: url(/uploads/image/ximage/nav06.png) no-repeat center center;
}

.nav > ul > li:nth-child(1):hover,
.nav > ul > li:nth-child(1).on {
  background: url(/uploads/image/ximage/nav01-selected.png) no-repeat center center;
}
.nav > ul > li:nth-child(2):hover,
.nav > ul > li:nth-child(2).on {
  background:  no-repeat center center;
}
.nav > ul > li:nth-child(3):hover ,
.nav > ul > li:nth-child(3).on{
  background: url(/uploads/image/ximage/nav03-selected.png) no-repeat center center;
}
.nav > ul > li:nth-child(4):hover,
.nav > ul > li:nth-child(4).on {
  background:  no-repeat center center;
}
.nav > ul > li:nth-child(5):hover,
.nav > ul > li:nth-child(5).on {
  background:  no-repeat center center;
}
.nav > ul > li:nth-child(6):hover,
.nav > ul > li:nth-child(6).on {
  background:  no-repeat center center;
}

.footer {
  height: 191px;
  margin-top: 80px;
  color: #fff;
  font-size: 16px;
  background-color: #0b319e;
}
.footer > p {
  font-size: 20px;
  line-height: 30px;
}

.title {
  position: relative;
  height: 135px;
  margin-bottom: 30px;
  padding-top: 10px;  
  background-size: 60%;
  text-align: center;
}
.zxzz .title {
  padding-top: 0; 
}
 .title-more {
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 16px;
  color: #9ca7ba;
  transform: translatey(-50%);
}
.more {
  position: absolute;
  right: 15px;
  bottom: 0;
  font-size: 16px;
  color: #9ca7ba;
}
.pfkt .more {
  bottom: -25px;
}

.title .title-more:hover,
.more:hover{
  color: #015af7;
}



.zzwdt .news-box > div {
  width: 50%;
}
.zzwdt-swiper {
  height: 440px;
}
.swiper-pagination {
  padding-right: 20px;
  text-align: right !important;
  cursor: pointer;
}
.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #f2373f !important;
}
.zzwdt-swiper .swiper-slide-a {
  position: relative;
  display: block;
  height: 100%;
  color: #fff;
}
.swiper-slide-a > img {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-slide-a > p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 41px;
  padding-left: 25px;
  padding-right: 5%;
  font-size: 15px;
  line-height: 41px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #0127af;
}
.swiper-slide-a > p > span {
  display: block;
  width: 70%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.qlxd .list-item {
  position: relative;
  display: block;
  width: calc((100% - 30px) / 3);
  height: 223px;
  margin-right: 15px;
  overflow: hidden;
}
.qlxd .list-item > img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.qlxd .list-item:last-child {
  margin-right: 0;
}
.qlxd .list-item > p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  height: 58px;
  padding-left: 25px;
  padding-right: 5%;
  font-size: 16px;
  line-height: 58px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(81, 80, 80, 0.37);
}
.qlxd .list-item:hover img {
  transform: scale(1.05);
}
.qlxd .list-item:hover p {
  font-weight: bold;
}

/* 专项整治 */
.zxzz {
}
.zxzz .list-wrap .list-item {
  width: calc((100% - 40px) / 2);
  height: 147px;
  margin-right: 40px;
  margin-bottom: 30px;
  padding: 20px 30px;
  background-color: #ffffff;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.09);
  transition: all 0.3s ease-in-out;
}
.zxzz .list-wrap .list-item:nth-child(even) {
  margin-right: 0;
}
.zxzz .list-item > p {
  color: #474747;
  font-size: 20px;
  font-weight: bold;
  line-height: 45px;
}
.zxzz .list-item > span {
  display: block;
  font-size: 16px;
  color: #9ca7ba;
  line-height: 30px;
  height: 60px;
  max-height: 60px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.zxzz .list-item:hover {
  background-color: #015af7;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
}
.zxzz .list-item:hover p,
.zxzz .list-item:hover span {
  color: #fff;
}

/* 受理问题 */
.slwt a {
  position: relative;
  display: flex;
  width: 150px;
  height: 174px;
  color: #fff;
  font-size: 20px;
}
.slwt a span {
  position: absolute;
  display: block;
  width: 70%;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slwt a:hover {
  font-weight: bold;
}
.slwt a:hover::before {
  animation: rotate-center 1s ease-in-out both;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.slwt .top > a:not(:last-child) > p:before {
  position: absolute;
  content: "";
  width: 89px;
  height: 4px;
  background-image: linear-gradient(to right, #f0f3fb, #4679d9, #f0f3fb);
  right: -100px;
  top: 50%;
  transform: translatey(-50%);
}
.slwt .top > a > p::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 89px;
  background-image: linear-gradient(to bottom, #f0f3fb, #4679d9, #f0f3fb);
  bottom: -93px;
  left: 50%;
  transform: translatex(-50%);
}
.slwt .bottom {
  width: 78%;
  margin: auto;
}
.slwt .top > a::before,
.slwt .bottom > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slwt .top > a:nth-child(1)::before {
  background: url(/uploads/image/ximage/sl01.png) no-repeat;
  background-size: 100% 100%;
}
.slwt .top > a:nth-child(2)::before {
  background:  no-repeat;
  background-size: 100% 100%;
}
.slwt .top > a:nth-child(2)::before {
  background:  no-repeat;
  background-size: 100% 100%;
}
.slwt .top > a:nth-child(3)::before {
  background: url(/uploads/image/ximage/sl03.png) no-repeat;
  background-size: 100% 100%;
}
.slwt .top > a:nth-child(4)::before {
  background:  no-repeat;
  background-size: 100% 100%;
}
.slwt .top > a:nth-child(5)::before {
  background:  no-repeat;
  background-size: 100% 100%;
}
.slwt .bottom > a:nth-child(1)::before {
  background: url(/uploads/image/ximage/sl03.png) no-repeat;
  background-size: 100% 100%;
}
.slwt .bottom > a:nth-child(2)::before {
  background:  no-repeat;
  background-size: 100% 100%;
}
.slwt .bottom > a:nth-child(3)::before {
  background:  no-repeat;
  background-size: 100% 100%;
}
.slwt .bottom > a:nth-child(4)::before {
  background: url(/uploads/image/ximage/sl01.png) no-repeat;
  background-size: 100% 100%;
}

/* 指尖学法 */
.zjxf .hd {
  display: inline-flex;
  width: 33%;
  height: 268px;
  margin-top: 15px;
  background-image: linear-gradient(to bottom, #0c77cb, #5abcfb);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.zjxf .hd > ul {
  width: 81%;
}
.zjxf .hd li {
  position: relative;
  height: 56px;
  margin-top: 22px;
  padding-left: 45px;
  line-height: 56px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  background-color: #015af7;
  border-radius: 10px;
  cursor: pointer;
}
.zjxf .hd li:nth-child(1) {
  margin-top: 0;
  background-image: ;
  background-repeat: no-repeat;
  background-position: 78px 13px;
}
.zjxf .hd li:nth-child(2) {
  background-image: url(/uploads/image/ximage/zjxf02.png);
  background-repeat: no-repeat;
  background-position: 78px 13px;
}
.zjxf .hd li:nth-child(3) {
  background-image: url(/uploads/image/ximage/zjxf03.png);
  background-repeat: no-repeat;
  background-position: 78px 13px;
}
.zjxf .hd li.on {
  color: #015af7;
  font-weight: bold;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.zjxf .hd li.on::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 14px;
  border-color: transparent transparent transparent #fff;
  right: -40px;
  top: 50%;
  transform: translatey(-50%);
}
.zjxf .hd li:nth-child(1).on {
  background-image: url(/uploads/image/ximage/zjxf01-on.png);
  background-position: 65px 13px;
}
.zjxf .hd li:nth-child(2).on {
  background-image: ;
  background-position: 65px 13px;
}
.zjxf .hd li:nth-child(3).on {
  background-image: url(/uploads/image/ximage/zjxf03-on.png);
  background-position: 65px 13px;
}

.zjxf .bd > div {
  border-radius: 20px;
}

.bd-bg {
  display: inline-block;
  width: 66%;
  height: 298px;
  background:  no-repeat;
  background-size: 100% 100%;
}

.zjxf .pos-r {
  margin-left: 35px;
  margin-right: 35px;
  margin-top: 35px;
  min-height: 200px;
}
.zjxf .list-item,
.pfkt .list-item {
  display: inline-block;
  width: 49%;
  height: 43px;
  line-height: 43px;
}
.zjxf .list-item > a,
.pfkt .list-item > a {
  display: block;
  padding-left: 30px;
}
.zjxf .list-item > a:hover,
.pfkt .list-item > a:hover {
  color: #015af7;
  font-weight: bold;
}
.zjxf .list-item > a:hover::before,
.pfkt .list-item > a:hover::before {
  border-radius: 0;
  background-color: #015af7;
}

/* 违规举报 */
.wgjb .wgjb-link > a {
  display: inline-block;
  width: calc((100% - 28px) / 2);
  margin-bottom: 20px;
  margin-right: 28px;
  transition: all 0.3s ease-in-out;
}
.wgjb .wgjb-link a > img {
  width: 100%;
  height: 100%;
}
.wgjb .wgjb-link > a:nth-child(2n) {
  margin-right: 0;
}
.wgjb .wgjb-link > a:hover {
  transform: translatey(-5px);
}

/* 普法课堂 */
.pfkt-swiper {
  height: 250px;
}
.pfkt-swiper .swiper-slide {
  text-align: center;
}

.pfkt-swiper .swiper-slide > img {
  display: block;
  width: 100%;
  height: 100%;
}
.pfkt .pfkt-swiper-box {
  position: relative;
  padding: 0 30px;
}
.pfkt .swiper-button-prev1,
.pfkt .swiper-button-next1 {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.pfkt .swiper-button-prev1 {
  left: 0;
}
.pfkt .swiper-button-next1 {
  right: 0;
}
.pfkt .swiper-slide-a {
  position: relative;
  display: inline-block;
  width: 332px;
  height: 100%;
  overflow: hidden;
}
.pfkt .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 41px;
  padding: 0 15px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 41px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(69, 81, 193, 0.5);
}
.pfkt .swiper-slide-a > p > span {
  width: 100%;
}
.pfkt .swiper-slide-a:hover p {
  background-color: rgba(69, 81, 193, 0.8);
}

@media only screen and (max-width: 1200px) {
  .k1200 {
    width: 100%;
    padding: 0 5%;
  }
  .header {
    height: 400px;
  }
  .nav > ul > li {
    background-size: 90% !important;
  }
  .zzwdt .base-news-list .list-item {
    margin-bottom: 13px;
  }
  .base-news-list .item-title {
    font-size: 18px;
  }
  .base-news-list .item-desc {
    font-size: 15px;
  }
  .base-news-list .date .day {
    font-size: 38px;
  }
  .base-news-list .date .month {
    font-size: 16px;
  }
  .zzwdt-swiper {
    height: 370px;
    margin-bottom: 15px;
  }
  .zjxf .hd li {
    background-position: 40px 13px !important;
  }
  .slwt .top > a > p:before,
  .slwt .top > a > p:after {
    display: none;
  }
  .pfkt .pfkt-swiper-box {
    padding: 0 10px;
  }
  .zxzz .title {
    background: none;
  }
}

@media only screen and (max-width: 992px) {
  .header {
    height: 300px;
  }

  .zzwdt .news-box > div {
    width: 100%;
  }

  .zjxf .hd li {
    font-size: 18px;
    background-size: 15%;
  }
  .slwt a {
    width: 105px;
    height: 122px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 750px) {
  .k1200 {
    padding: 0 15px;
  }
  .mt-30 {
    margin-top: 15px;
  }
  .mt-50,
  .mt-60 {
    margin-top: 20px;
  }
  .dot a::before {
    width: 6px;
    height: 6px;
    top: 12px;
  }
  .header {
    height: 200px;
  }
  .nav {
    height: 45px;
  }
  .nav > ul {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .nav > ul > li {
    display: inline-block;
    width: 22%;
  }
  .nav > ul > li:nth-child(3) {
    width: 30%;
  }
  .nav > ul > li::before{
    display: none;
  }
  .nav > ul > li > a {
    height: 45px;
  }
  

  .title {
    margin-bottom: 15px;
    padding-top: 15px;
    background: none;
  }
  .title .title-more,
  .more {
    right: 0;
    font-size: 14px;
  }
  .zzwdt .more {
    bottom: -10px;
  }
  .title > img {
    width: 103px;
    height: 32px;
  }
  .zxzz .title > img {
    width: 207px;
    height: 32px;
    margin-top: 15px;
  }
  .zzwdt-swiper {
    height: 240px;
  }
  .slide-box {
    flex-wrap: wrap;
  }
  .base-news-list .date .day {
    font-size: 28px;
  }
  .base-news-list .date .month,
  .base-news-list .item-desc {
    font-size: 14px;
  }
  .base-news-list .item-title {
    font-size: 16px;
    line-height: 35px;
  }
  .base-news-list .list-item a {
    font-size: 15px;
  }
  .qlxd .list-item {
    width: 100%;
    height: 200px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .qlxd .list-item > p {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .zjxf .hd {
    width: 100%;
    height: 65px;
    border-radius: 10px;
  }
  .zjxf .hd > ul {
    display: flex;
    width: 85%;
  }
  .zjxf .hd li {
    width: calc((100% - 30px) / 3);
    margin-top: 0;
    margin-right: 15px;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
    background-image: none !important;
    padding-left: 0;
  }

  .zjxf .hd li:last-child {
    margin-right: 0;
  }
  .zjxf .hd li.on::before {
    display: none;
  }
  .zjxf .list-item,
  .pfkt .list-item {
    width: 100%;
    height: 30px;
    line-height: 30px;
  }
  .zjxf .list-item > a,
  .pfkt .list-item > a {
    padding-left: 15px;
  }
  .zjxf .pos-r {
    min-height: 240px;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .bd-bg {
    width: 100%;
  }
  .zxzz .list-wrap .list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    height: 110px;
    padding: 10px 20px;
  }
  .zxzz .list-item > p {
    font-size: 16px;
    line-height: 38px;
  }
  .zxzz .list-item > span {
    height: 50px;
    max-height: 50px;
    font-size: 14px;
    line-height: 25px;
  }

  .wgjb .wgjb-link a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .pfkt .swiper-slide-a {
    width: 90%;
    height: 100%;
  }

  .footer {
    height: 60px;
    margin-top: 50px;
  }
  .footer > p {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 600px) {
  .slwt a {
    width: 70px;
    height: 80px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 500px) {
  .header {
    height: 170px;
  }
}
