/*commom style*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-family: "微软雅黑";
}
input {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  background: none;
}
li {
  list-style: none;
  font-family: "微软雅黑";
}
a,
ins {
  text-decoration: none;
}
*:focus {
  outline: none;
}
a {
  color: #333;
  font-family: "微软雅黑";
}
a:hover {
  color: #1f59d8;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}
.cf {
  zoom: 1;
}
.hide {
  display: none;
}
.block {
  display: block;
}
img {
  border: 0;
}
*:focus,
a:focus,
input:focus {
  border: 0;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}
/* banner图 */
.banner {
  width: 100%;
  height: 300px;
  background: url(https://www.sczwfw.gov.cn/picture/18/2406110931594742931.png) no-repeat;
}
.bannerTit-1,
.bannerTit-2 {
  color: #333;
}
.bannerTit-1 {
  font-size: 40px;
  padding-top: 70px;
  font-weight: 400;
  height: 123px;
}
.bannerTit-2 {
  font-size: 16px;
  line-height: 22px;
  padding-top: 12px;
  font-weight: 400;
  color: #999;
}
.main-nav {
  width: 1200px;
  height: 50px;
  margin-top: 93px;
}
.main-nav li {
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  color: #fff;
  width: 240px;
  text-align: center;
  /* opacity: 0.31; */
  background: url(navbg.png) no-repeat;
  cursor: pointer;
  letter-spacing: 0;
}
.main-nav .titOn {
  color: #0767f9;
  opacity: 1;
  background: #fff;
}
.main-nav a {
  color: #fff;
  width: 100%;
  display: block;
}
/* 服务资讯 */
.wdqh {
  width: 1200px;
  padding: 40px 0;
  min-height: 300px;
}
.fwyw-tit {
  width: 1200px;
  height: 56px;
  line-height: 56px;
  border-bottom: 2px solid #3d3d3d;
  margin-bottom: 30px;
  opacity: 0.8;
  font-weight: bold;
}
.fwyw-tit a {
  font-size: 24px;
  float: left;
  height: 56px;
  line-height: 56px;
  padding: 0 6px;
}
/* 图片新闻 */
.slide li {
  width: 1200px;
  height: 422px;
  background-color: #fbfbfb;
}
.slide {
  overflow: hidden;
  border: 1px #ededed solid;
  position: relative;
  margin: 40px auto 0 auto;
  width: 1200px;
  height: 422px;
}
.slide li {
  position: absolute;
  overflow: hidden;
  display: none;
}
.slide li.current {
  display: block;
}
.slide li .image {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 750px;
  height: 422px;
}
.slide li .text {
  bottom: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  width: 410px;
  float: right;
  position: relative;
  height: auto;
  background: 0;
  filter: none;
  text-indent: 0;
  margin: 26px 10px 0 0;
  padding: 6px 0;
}
.slide li .text .txt-time {
  font-size: 14px;
  color: #999999;
  line-height: 40px;
}
.slide li img {
  width: 750px;
  height: 422px;
}
.slide li .text .title a {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  line-height: 22px;
  text-indent: 0;
  float: none;
  line-height: 40px;
  display: inline-block;
}
.slide li .text .txt-zy {
  font-size: 16px;
  color: #666666;
  text-indent: 0;
  clear: both;
  line-height: 20px;
  line-height: 40px;
}
.slide li .text .txt-zy a {
  color: #1f59d8;
  font-size: 16px;
}

.slide .icon-dot {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 43px;
}
.slide .icon-dot a {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-position: -1px -1px;
  overflow: hidden;
  margin: 0 2px;
  background: #d8d8d8;
}
.slide .icon-dot a.current {
  background: #1f59d8;
}

.slide .link-watch {
  width: 26px;
  height: 46px;
  position: absolute;
  top: 188px;
  cursor: pointer;
}
.slide .link-watch.pre {
  left: 0;
  background: url(left.png) no-repeat;
}
.slide .link-watch.pre:hover {
  background: url(left_on.png) no-repeat;
}
.slide .link-watch.next {
  left: 722px;
  right: 0;
  background: url(right.png) no-repeat;
}
.slide .link-watch.next:hover {
  background: url(right_on.png) no-repeat;
}
/* 图片新闻结束 */

.ldqh {
  margin: 30px 0;
}
.ldqh-tit {
  width: 1200px;
  height: 56px;
  line-height: 56px;
  border-bottom: 2px solid #3d3d3d;
  margin-bottom: 30px;
  opacity: 0.8;
}
.ldqh-tit a {
  color: #2b2f32;
  font-size: 16px;
  height: 56px;
  display: inline-block;
  padding: 0 6px;
  margin-right: 10px;
  font-weight: bold;
}
.ldqh-tit .wj_on {
  color: #1f59d8;
  font-size: 24px;
  border-bottom: 4px solid #1f59d8;
}

.ldqh-list {
  margin-top: 30px;
}
.ldqh-list li {
  width: 585px;
  height: 115px;
  background: #ffffff;
  box-shadow: 0 0 1.5rem #e5e5e5;
  position: relative;
  margin-bottom: 30px;
}
.ldqh-list li:hover {
  background-color: #448af0;
}
.ldqh-list li:hover .rightTit {
  color: #fff;
}
.ldqh-list li .time {
  background: #f5f5f5;
  height: 65px;
  width: 65px;
  text-align: center;
  margin: 25px;
}
.time span {
  display: inline-block;
  color: #333333;
  width: 65px;
  text-align: center;
}
.time .sp-1 {
  font-size: 21px;
  line-height: 30px;
  margin-top: 6px;
}
.time .sp-2 {
  font-size: 13px;
  color: #333333;
}
.rightTit {
  color: #333333;
  font-size: 18px;
  width: 440px;
  margin-top: 25px;
  line-height: 30px;
  display: inline-block;
  height: 60px;
}
.top-pic {
  position: absolute;
  top: 3px;
  left: 530px;
  background: url(new.png) no-repeat;
  width: 45px;
  height: 24px;
}

.tzgg-list li {
  width: 585px;
  height: 180px;
  background: #ffffff;
  box-shadow: 0 0 1.5rem #e5e5e5;
  position: relative;
  margin-bottom: 30px;
}
.tzgg-list li .time {
  background: #f5f5f5;
  height: 65px;
  width: 65px;
  text-align: center;
  margin: 25px 25px 20px 25px;
}
.zy {
  margin-left: 25px;
  color: #666666;
  font-size: 16px;
  width: 550px;
  line-height: 25px;
}

/* 服务专题 */
.fwzt-list {
  margin: 30px 0;
}
.fwzt-list li {
  width: 277px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.fwzt-list li img {
  width: 277px;
  height: 160px;
}
.fwzt-list li div {
  width: 277px;
  height: 60px;
  background: #ffffff;
  box-shadow: 0 0 1.5rem #e5e5e5;
  line-height: 60px;
  text-align: center;
}
.fwzt-list li div a {
  color: #333333;
  font-size: 17px;
}

/* 事项清单 */
.qd-list{
  width: 1200px;
  height: 127px;
}
.qd-list li {
  width: 277px;
  height: 127px;
  border-radius: 4px;
  margin-right: 30px;
}
.qd-list li a {
  display: block;
  width: 277px;
  height: 127px;
}
.qd-list .qd-1 {
  background-image: url(icon-1.png);
  background-size: contain;

}
.qd-list li span:nth-child(1) {
  font-weight: 600;
  font-size: 18px;
  color: #333;
  margin-top: 30px;
  margin-left: 30px;
  display: block;
}
.qd-list li span:nth-child(2) {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #999;
  margin-top: 20px;
  margin-left: 30px;
  display: block;
}
.qd-list .qd-2 {
  background-image: url(icon-2.png);
  background-size: contain;
}
.qd-list .qd-3 {
  background-image: url(icon-3.png);
  background-size: contain;
}
.qd-list .qd-4 {
  background-image: url(icon-4.png);
  background-size: contain;
  margin-bottom: 30px;
  margin-right: 0;
}
.qd-bg {
  width: 1203px;
  height: 100%;
  background: linear-gradient(180deg, #ecf4fc 0%, #fff 100%);
  border: 1px solid #c5e0fc;
  margin-top: 40px;
}
.qd-tit {
  width: 1200px;
  margin: 30px 0 30px 30px;
  font-weight: 600;
  font-size: 28px;
  text-align: left;
  color: #333;
}
.sxqd-list {
  width: 100%;
  margin-top: 30px;
  padding-left: 30px;
}
.sxqd-list li {
  width: 360px;
  height: 60px;
  background: #fff;
  border: 1px solid #b1d8ff;
  line-height: 60px;
  margin-right: 30px;
  margin-bottom: 30px;
  background: url(bq.png) no-repeat left 20px center;
  background-size: 20px 16px;
}
.sxqd-list li:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: 0;
}
.sxqd-list li:nth-child(1) {
  margin-left: 0;
  margin-right: 30px;
}
.sxqd-list li:nth-child(4) {
  margin-left: 0;
  margin-right: 30px;
}
.sxqd-list li:nth-child(7) {
  margin-left: 0;
  margin-right: 30px;
}
.sxqd-list li:nth-child(10) {
  margin-left: 0;
  margin-right: 30px;
}
.sxqd-list li a {
  width: 100%;
  font-size: 16px;
  display: block;
  font-weight: 400;
  text-align: left;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 56px;
}
.sxqd-list li:hover{
    background: #0767F9 url(listbghover.png) no-repeat left 20px center;
}
.sxqd-list li a:hover{
  color: #fff;
}
/* 结果公开 */
.jggk-tit {
  width: 1200px;
  height: 56px;
  line-height: 56px;
  border-bottom: 2px solid #3d3d3d;
  margin-bottom: 30px;
  opacity: 0.8;
}
.jggk-tit span {
  color: #2b2f32;
  font-size: 24px;
  display: inline-block;
}
.bjss .num-1 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  display: inline-block;
  padding: 0;
  margin-right: 5px;
}
.bjss .num-txt {
  width: 155px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding-left: 12px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
  margin-right: 10px;
}
.bjss .yzm {
  width: 100px;
  margin-right: 10px;
}
.jggk-list {
  margin: 20px 0 40 0;
  width: 1200px;
  height: 600px;
  overflow: hidden;
}
.bj-tit {
  width: 1200px;
  height: 40px;
  line-height: 40px;
  background: #ebebec;
  padding-left: 20px;
}
.bj-tit li {
  font-size: 14px;
  color: #73777a;
  margin-right: 50px;
}
.bj-tit .bj_bm {
  width: 500px;
}
.bj-tit .bj_sq {
  width: 140px;
}
.bj-tit .bj_sx {
  width: 110px;
}
.bj-tit .bj_time {
  width: 100px;
}
.bj-tit .bj_zt {
  width: 90px;
  margin-right: 0;
}
.myscroll {
  width: 1200px;
  height: 560px;
  overflow: hidden;
}
.bjgs-list li {
  width: 1200px;
  height: 56px;
  line-height: 56px;
  opacity: 0.8;
  border-bottom: 1px solid rgba(215, 216, 217, 0.5);
  padding-left: 20px;
}
.bjgs-list li span {
  font-size: 14px;
  color: #2b2f32;
  margin-right: 50px;
  display: inline-block;
  text-align: left;
  float: left;
}
.bjgs-list li .sp_bm {
  width: 500px;
}
.bjgs-list li .sp_sq {
  width: 140px;
}
.bjgs-list li .sp_sx {
  width: 110px;
}
.bjgs-list li .sp_time {
  width: 100px;
}
.bjgs-list li .sp_zt {
  width: 90px;
  margin-right: 0;
}

/* 双公示 */
.sgs-top {
  margin: 30px 0;
  width: 1200px;
  height: 56px;
  line-height: 56px;
  border-bottom: 2px solid #3d3d3d;
  opacity: 0.8;
}
.sgs-tit {
  font-size: 16px;
  color: #333333;
  height: 56px;
  display: inline-block;
  margin-right: 10px;
}
.sgs_on {
  color: #1f59d8;
  font-size: 24px;
  border-bottom: 4px solid #1f59d8;
  height: 56px;
}
.sgs-second li {
  margin-right: 40px;
}
.sgs-second li span {
  display: inline-block;
  width: 277px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 32px;
}
.sgs-second li input {
  width: 277px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
}
.sgs-second li .bjsx,
.sgs-second li .bj_search {
  width: 38px;
  height: 32px;
  margin-left: 10px;
}
.sgs-second li .bjsx {
  margin-left: 20px;
}
.sgs-tab {
  width: 1200px;
  margin: 30px 0;
}
.sgs-tab tr {
  height: 50px;
  line-height: 50px;
}
.sgs-tab .tr-tit {
  height: 60px;
  line-height: 60px;
  background: #e7f1ff;
}
.sgs-tab tr td {
  width: 25%;
  text-align: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  border: 1px solid #a9c1f7;
}
.sgs-tab .tr-tit td {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
}
