/* 弹窗整体 */
#popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: none;
}

#popupContent {
    background: #fff;
    width: 340px;
    padding: 32px 28px;
    text-align: center;
    animation: fadeIn 0.3s ease-out;
    position: relative;
    overflow: hidden;
    popup-shadow: true;
    border-radius: 0; /* 方方正正，无圆角 */
}

/* 顶部装饰条 */
#popupContent::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3B82F6 0%, #10B981 100%);
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

/* 关闭按钮 */
#closePopupBtn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    background: rgba(243, 244, 246, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #6B7280;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: all 0.2s;
    border-radius: 0; /* 方方正正，无圆角 */
}

#closePopupBtn:hover {
    background: #E5E7EB;
    color: #374151;
    transform: rotate(90deg);
}

/* 内容区 */
.popup-title {
    font-size: 22px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.popup-subtitle {
    font-size: 15px;
    color: #6B7280;
    margin-bottom: 28px;
    line-height: 1.4;
}

.popup-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 260px;
    margin: 0 auto;
}

.popup-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 16px;
    transition: all 0.2s;
    border-width: 2px;
    border-style: solid;
    border-radius: 0; /* 方方正正，无圆角 */
}

.wechat-link {
    color: #07C160;
    border-color: rgba(7, 193, 96, 0.15);
    background-color: rgba(7, 193, 96, 0.03);
}

.wechat-link:hover {
    background-color: rgba(7, 193, 96, 0.08);
    border-color: rgba(7, 193, 96, 0.25);
}

.register-link {
    color: #3B82F6;
    border-color: rgba(59, 130, 246, 0.15);
    background-color: rgba(59, 130, 246, 0.03);
}

.register-link:hover {
    background-color: rgba(59, 130, 246, 0.08);
    border-color: rgba(59, 130, 246, 0.25);
}

.popup-icon {
    font-size: 22px;
}

/* 背景遮罩 */
#popupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(17, 24, 39, 0.5);
    backdrop-filter: blur(4px);
    z-index: 9998;
    display: none;
    animation: fadeInOverlay 0.3s ease-out;
}

@keyframes fadeInOverlay {
    from { opacity: 0; }
    to { opacity: 1; }
}

/*20250606新增样式*/
.jg-bg {
    width: 100%;
    background: #f0f0f0;
    padding: 40px 0;
}
.cg-container {
    width: 1200px;
    margin: 0 auto;
}

/* 新闻发布会 */
.szf-fbh-pic-box {
  border: 2px solid #f0f0f0;
  padding: 32px 38px;
  height: 452px;
  margin-top: 10px;
  margin-bottom: 35px;
}
.szf-fbh-pic-box .szf-fbh-pic {
  position: relative;
  height: 360px;
}
.szf-fbh-pic-box .szf-fbh-pic .szf-fbh-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 360px;
}
.szf-fbh-pic-box .szf-fbh-pic .szf-fbh-img a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.szf-fbh-pic-box .szf-fbh-pic .szf-fbh-img a img {
  width: 100%;
  height: 100%;
}
.szf-fbh-pic-box .szf-fbh-pic .szf-fbh-pictt {
  width: 100%;
  height: 44px;
  background: url(/skin/images/szf-bg28.png);
  position: absolute;
  left: 0;
  bottom: 0;
}
.szf-fbh-pic-box .szf-fbh-pic .szf-fbh-pictt li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.szf-fbh-pic-box .szf-fbh-pic .szf-fbh-pictt li a {
  display: inline-block;
  line-height: 44px;
  max-width: 90%;
  margin-left: 16px;
  color: #f0f0f0;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.szf-fbh-pic-box .szf-fbh-pic .szf-fbh-picn {
  position: absolute;
  width: 100%;
  bottom: -32px;
  left: 0;
  text-align: center;
}
.szf-fbh-pic-box .szf-fbh-pic .szf-fbh-picn span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 50%;
  background: #ccd7e4;
  cursor: pointer;
}
.szf-fbh-pic-box .szf-fbh-pic .szf-fbh-picn span.cur {
  background: #184984;
}
.szf-zc-l .szf_news-list li {
  height: 40px;
  line-height: 40px;
}
.szf-zc-l2 {
  padding-top: 20px;
}
.szf-zc-sear {
  margin-bottom: 50px;
  width: 1130px;
  height: 119px;
  background: url(/skin/images/szf-bg29.png) center no-repeat;
  text-align: center;
  padding-top: 36px;
  vertical-align: middle;
}
.szf-zc-sear .szf-zc-sbox {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  width: 640px;
  border-radius: 10px;
  border: 1px solid #20528f;
  background: #fff;
  padding: 0 20px;
  margin-right: 20px;
}
.szf-zc-sear .szf-zc-sbox span {
  display: inline-block;
  color: #20528f;
  font-size: 20px;
  font-family: simsun;
  font-weight: bold;
  vertical-align: middle;
}
.szf-zc-sear .szf-zc-sbox .line {
  margin-left: 14px;
}
.szf-zc-sear .szf-zc-sbox input {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  font-size: 16px;
  width: 430px;
  display: inline-block;
}
.szf-zc-sear .szf-zc-sbox button {
  background: url(/skin/images/szf-img56.png) center no-repeat;
  width: 27px;
  height: 45px;
  cursor: pointer;
}
.szf-zc-sear .szf-zc-sh {
  display: inline-block;
  width: 120px;
  height: 45px;
  line-height: 45px;
  border-radius: 10px;
  background: #20528f;
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
}
.szf-sj .szf_lfNews {
  width: 800px;
}
.szf-sj .szf_lfNews .szf_data-list {
  width: 470px;
}
.szf-sj .szf_rtNews {
  width: 264px;
}
.szf-sj-pt {
  display: inline-block;
  margin-bottom: 30px;
}
.szf-sq-b1 {
  width: 1180px;
  margin: 10px;
  background: #fff;
  padding-top: 30px;
  padding-left: 30px;
}
.szf-sq-b1 li {
  width: 120px;
  text-align: center;
  line-height: 30px;
  height: 60px;
  float: left;
  background: url(/skin/images/szf-img58.png) right 6px no-repeat;
}
.szf-sq-b1 li:last-child {
  background: none;
}
.szf-sq-b1 li a {
  display: inline-block;
  color: #000000;
  font-size: 16px;
}
.szf-sq-b1 li a:hover {
  color: #e35b41;
  text-decoration: underline;
}
.szf-xtjs-t {
  text-align: center;
  line-height: 40px;
  margin-bottom: 50px;
}
.szf-xtjs-t .tit {
  display: inline-block;
  color: #fff;
  font-size: 25px;
  vertical-align: middle;
  margin: 0 34px;
  letter-spacing: 8px;
}
.szf-xtjs-c,
.szf-hd-w3 {
  position: relative;
}
.szf-xtjs-c .szf-xtjs-btn,
.szf-hd-w3 .szf-xtjs-btn {
  position: absolute;
  right: -60px;
  top: 0;
  width: 45px;
}
.szf-xtjs-c .szf-xtjs-btn a,
.szf-hd-w3 .szf-xtjs-btn a {
  display: inline-block;
  width: 45px;
  height: 120px;
  background: url(/skin/images/szf-bg30.png) center no-repeat;
  padding: 36px 8px 0;
  margin-bottom: 8px;
  color: #333333;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}
.szf-xtjs-c .szf-xtjs-btn a:hover,
.szf-hd-w3 .szf-xtjs-btn a:hover,
.szf-xtjs-c .szf-xtjs-btn a.cur,
.szf-hd-w3 .szf-xtjs-btn a.cur {
  background: url(/skin/images/szf-bg39.png) center no-repeat;
  color: #fff;
}
.szf-zcss-c {
  padding: 50px 0;
}
.szf-zcss-c .szf-zcss-t {
  text-align: center;
  margin-bottom: 50px;
}
.szf-zcss-c .szf-zcss-sbox {
  border: 2px solid #2d66a5;
  border-radius: 10px;
  padding: 0 20px;
  height: 44px;
  width: 680px;
  margin: 0 auto;
}
.szf-zcss-c .szf-zcss-sbox input {
  width: 588px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  padding-right: 20px;
}
.szf-zcss-c .szf-zcss-sbox button {
  background: url(/skin/images/szf-img56.png) center no-repeat;
  width: 27px;
  height: 42px;
  cursor: pointer;
}
.szf-zcss-c .szf-zcss-f {
  width: 510px;
  margin: 40px auto 0;
}
.szf-zcss-c .szf-zcss-f > div {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
.szf-zcss-c .szf-zcss-f .tit {
  display: inline-block;
  width: 90px;
  text-align: right;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 20px;
}
.szf-zcss-c .szf-zcss-f input.y {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  vertical-align: middle;
  cursor: pointer;
}
.szf-zcss-c .szf-zcss-f .wh {
  width: 150px;
  height: 44px;
  border-radius: 6px;
  border: 1px solid #b5b5b5;
  vertical-align: middle;
  display: inline-block;
}
.szf-zcss-c .szf-zcss-f .wh .h {
  color: #333333;
  font-size: 16px;
  vertical-align: middle;
}
.szf-zcss-c .szf-zcss-f .wh input {
  width: 100px;
  padding: 0 10px;
  line-height: 44px;
  vertical-align: middle;
}
.szf-zcss-c .szf-zcss-f .con {
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  font-size: 16px;
  margin-right: 36px;
}
.szf-zcss-c .szf-zcss-f select {
  border: 1px solid #b5b5b5;
  height: 40px;
  line-height: 40px;
  width: 150px;
  border-radius: 6px;
  padding: 0 10px;
  vertical-align: middle;
}
.szf-zcss-c .szf-zcss-f input.rq {
  width: 164px;
  height: 40px;
  background: url(/skin/images/szf-img65.png) 166px center no-repeat;
  padding: 0 12px;
  border: 1px solid #b5b5b5;
  border-radius: 6px;
  vertical-align: middle;
}
.szf-zcss-c .szf-zcss-f span.line {
  color: #999999;
  font-size: 16px;
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
}
.szf-zcss-c .szf-zcss-btn {
  border-top: 1px solid #e5e5e5;
  margin-top: 40px;
  padding-top: 40px;
  text-align: center;
}
.szf-zcss-c .szf-zcss-btn button {
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin: 0 10px;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid #d2d2d2;
  background: #eeeeee;
  color: #333333;
}
.szf-zcss-c .szf-zcss-btn button:first-child {
  color: #fff;
  background: #20528f;
}
.szf-zcss-c .szf-zcss-btn button:hover {
  font-weight: bold;
}
.szf-fw-top {
  margin-bottom: 20px;
  width: 1130px;
  height: 118px;
  padding-right: 30px;
  background: url(/skin/images/szf-bg31.png) center no-repeat;
}
.szf-fw-top .logo {
  float: left;
  margin-top: 38px;
  margin-left: 58px;
}
.szf-fw-top .btn {
  float: right;
  width: 130px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #2e64a5;
  border-radius: 5px;
  margin-right: 20px;
  margin-top: 36px;
}
.szf-fw-top .btn img {
  margin-right: 15px;
}
.szf-fw-top .btn span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.szf-fw-c {
  padding: 20px 36px 60px;
  background: #fff;
}
.szf-fw-c .szf-fw-box {
  margin-top: 20px;
}
.szf-fw-c .szf-fw-box .szf-fw-i {
  float: left;
  width: 210px;
  margin-left: 19px;
  text-align: center;
  padding: 146px 12px 12px;
}
.szf-fw-c .szf-fw-box .szf-fw-i:first-child {
  margin-left: 0;
}
.szf-fw-c .szf-fw-box .szf-fw-i .szf-fw-b {
  height: 420px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 12px 1px #eef3fa;
}
.szf-fw-c .szf-fw-box .szf-fw-i .szf-fw-b .img {
  margin-top: -29px;
  margin-bottom: 20px;
}
.szf-fw-c .szf-fw-box .szf-fw-i .szf-fw-b .tit {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.szf-fw-c .szf-fw-box .szf-fw-i .szf-fw-b .szf-fw-l {
  padding-top: 30px;
}
.szf-fw-c .szf-fw-box .szf-fw-i .szf-fw-b .szf-fw-l li {
  height: 40px;
}
.szf-fw-c .szf-fw-box .szf-fw-i .szf-fw-b .szf-fw-l li a {
  display: inline-block;
  color: #333333;
  font-size: 16px;
}
.szf-fw-c .szf-fw-box .szf-fw-i .szf-fw-b .szf-fw-l li a:hover {
  font-weight: bold;
}
.szf-fw-c .szf-fw-box .szf-fw-i.i1 {
  background: url(/skin/images/szf-bg33.png) top center no-repeat #c7e5ff;
}
.szf-fw-c .szf-fw-box .szf-fw-i.i2 {
  background: url(/skin/images/szf-bg34.png) top center no-repeat #eefafb;
}
.szf-fw-c .szf-fw-box .szf-fw-i.i3 {
  background: url(/skin/images/szf-bg35.png) top center no-repeat #deedfc;
}
.szf-fw-c .szf-fw-box .szf-fw-i.i4 {
  background: url(/skin/images/szf-bg36.png) top center no-repeat #c7e5ff;
}
.szf-fw-c .szf-fw-box .szf-fw-i.i5 {
  background: url(/skin/images/szf-bg37.png) top center no-repeat #eefafb;
}
.szf_cm-drop .szf_dropdown-menu2 {
  z-index: 2;
  width: 1160px;
  font-size: 14px;
  left: -16px;
  bottom: 46px;
  color: #333;
  background: url(/skin/images/szf-i19.png);
  padding: 30px 8px 30px 30px;
  border: none;
  border-top: 5px solid #c3e5f8;
  height: auto;
}
.szf_cm-drop .szf_dropdown-menu2 .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.szf_cm-drop .szf_dropdown-menu2 .szf-dropdown-qs {
  overflow: auto;
  height: 246px;
}
.szf_cm-drop .szf_dropdown-menu2 .szf-dropdown-qs li {
  float: left;
  padding-left: 0;
  width: 78px;
  height: 30px;
}
.szf_cm-drop .szf_dropdown-menu2 .szf-dropdown-qs li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.szf_cm-drop .szf_dropdown-menu2 .szf-dropdown-qs li a:hover {
  text-decoration: underline;
}
.szf_cm-drop .szf_dropdown-menu2 .szf-dropdown-qs li.tit {
  width: 85px;
  margin-right: 20px;
  background: url(/skin/images/szf-bg32.png) right top repeat-y;
  text-align:center;
}
.szf_cm-drop .szf_dropdown-menu2 .szf-dropdown-qs li.tit a {
  font-weight: bold;
}

.szf-hd-c {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 50px;
}

.szf-hd-c .mt30 {
    margin-top: 30px;
}
.szf-hd-c .szf-hd-w5 {
    margin-top: 20px;
    padding: 0 20px;
}
.szf-hd-c .bing-echart {
  width: 100%;
  height: 315px;
  margin-top: 30px;
}
.szf-hd-c .szf-hd-b1 {
  position: relative;
}
.szf-hd-c .szf-hd-w1-i {
  float: left;
}
.szf-hd-c .szf-hd-w1-i.i1 {
  padding-left: 30px;
  padding-top: 30px;
  margin-top: -10px;
  height: 141px;
  width: 400px;
  background: url(/skin/images/szf-bg38.png) center no-repeat;
}
.szf-hd-c .szf-hd-w1-i.i1 .tit {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 14px;
}
.szf-hd-c .szf-hd-w1-i.i1 .list a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.szf-hd-c .szf-hd-w1-i.i1 .list a:hover {
  font-weight: bold;
}
.szf-hd-c .szf-hd-w1-i.i1 .list span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin: 0 6px;
}
.szf-hd-c .szf-hd-w2 {
  background: #fff;
  height: 419px;
  display: flex;
  justify-content: space-between;
}
.szf-hd-c .sw-c2 .sw-c2nav a {
  width: 300px;
}
.szf-hd-c .sw-c2 .sw-c2nav a.cur,
.szf-hd-c .sw-c2 .sw-c2nav a:hover {
  top: -16px;
  border-top: 2px solid #6095d3;
}
.szf-hd-c .sw-c3 {
  background: #fff;
}
.szf-hd-c .sw-lf {
    width: 860px;
    padding: 24px 28px 20px 37px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #fff;
}
.szf-hd-c .sw-lf .sw-ul li {
  color: #333;
  font-size: 16px;
}
.szf-hd-c .sw-lf .sw-ul li p {
  vertical-align: top;
}
.szf-hd-c .sw-lf .sw-ul li p a {
  color: #333;
}
.szf-hd-c .sw-lf .sw-ul li p a:hover {
  color: #4277b4;
}
.szf-hd-c .sw-rt {
    width: 340px;
}
.szf-hd-c .sw-rt .sw-rttop {
  padding: 30px 23px;
  background: url(leader-bg.png) no-repeat top center;
}
.szf-hd-c .sw-rt .sw-rttop .ld-xxtbg {
  margin-bottom: 20px;
  background: url(ld-xxtbg.png) no-repeat 130px center;
}
.szf-hd-c .sw-rt .sw-rttop .ld-xxt {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.szf-hd-c .sw-rt .sw-rttop .ld-btn {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 11px;
  padding-left: 124px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #436db6;
}
.szf-hd-c .sw-rt .sw-rttop .ld-btn:hover {
  border: 1px solid #528bd9;
}
.szf-hd-c .sw-rt .sw-rttop .ld-btn1 {
  background: url(ld-btn1.png) no-repeat 90px center;
}
.szf-hd-c .sw-rt .sw-rttop .ld-btn1:hover {
  background: url(ld-btn1-cur.png) no-repeat 90px center;
}
.szf-hd-c .sw-rt .sw-rttop .ld-btn2 {
  background: url(ld-btn2.png) no-repeat 90px center;
}
.szf-hd-c .sw-rt .sw-rttop .ld-btn2:hover {
  background: url(ld-btn2-cur.png) no-repeat 90px center;
}
.szf-hd-c .sw-rtbottom {
  position: relative;
  padding: 24px;
  border-bottom-right-radius: 8px;
  background: url(/skin/images/sw-rtbottombg.png);
}
.szf-hd-c .sw-rtbottom .sw-rttit {
  padding-left: 16px;
  background: url(/skin/images/szf-img92.png) left center no-repeat;
}
.szf-hd-c .sw-rtbottom .sw-rttit a {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.szf-hd-c .sw-rtbottom .sw-rttit span {
  margin-top: 5px;
  font-size: 13px;
  color: #000;
}
.szf-hd-c .sw-rtbottom .line-echart {
  width: 290px;
  height: 297px;
}
.szf-hd-c .sw-rtbottom .num-show {
  position: absolute;
  left: 40px;
  bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.szf-hd-c .sw-rtbottom .num-show span {
  display: inline-block;
  width: 85px;
  text-align: center;
}
.szf-hd-c .sw-rtbottom .num-show .blue {
  color: #4e8fde;
}
.szf-hd-c .sw-rtbottom .num-show .orage {
  color: #ec6941;
}
.szf-hd-c .sw-rtbottom .num-show .green {
  color: #85cba2;
}

.szf-hd-c .szf-hd-l {
  margin-top: 30px;
}
.szf-hd-c .szf-hd-l li {
  height: 50px;
  line-height: 22px;
}
.szf-hd-c .szf-hd-l li a {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  padding-left: 16px;
  background: url(/skin/images/szf-img78.png) left center no-repeat;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.szf-hd-c .szf-hd-l li a:hover {
  color: #4277b4;
}
.szf-hd-c .szf-hd-l li span {
  float: right;
  color: #666666;
  font-size: 15px;
}
.szf-hd-w3 {
  top: 0;
}
.szf-hd-w3 .szf-hd-w3tab {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  background: #fff;
  border: 1px solid #20528f;
  border-radius: 8px;
  padding: 40px 20px 0 40px;
}
.szf-hd-w3 .szf-hd-w3b {
  height: 350px;
  overflow: auto;
}
.szf-hd-w3 .szf-hd-w3b .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #20528f;
  border-radius: 8px;
  width: 15px;
}
.szf-hd-w3 .szf-hd-w3b .mCSB_scrollTools .mCSB_draggerRail {
  width: 15px;
  background: #eeeeee;
  border-radius: 8px;
}
.szf-hd-w3 .szf-hd-w3t {
  margin-bottom: 20px;
  background: url(/skin/images/szf-bg40.png) left center repeat-x;
}
.szf-hd-w3 .szf-hd-w3t a {
  display: inline-block;
  background: url(/skin/images/szf-bg41.png) left center no-repeat #fff;
  color: #20528f;
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px 0 8px;
}
.szf-hd-w3 .szf-hd-w3l {
  margin-bottom: 30px;
}
.szf-hd-w3 .szf-hd-w3l li {
  float: left;
  line-height: 36px;
  height: 36px;
  width: 110px;
}
.szf-hd-w3 .szf-hd-w3l li a {
  display: inline-block;
  padding: 0 16px;
  min-width: 80px;
  color: #333333;
  font-size: 16px;
  border-radius: 4px;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.szf-hd-w3 .szf-hd-w3l li a:hover {
  color: #fff;
  background: #20528f;
}
.szf-hd-w3 .szf-hd-w3l2 li {
  width: 276px;
}
/* 互动201117 */
.szf-hd-w4 {
  display: flex;
  justify-content: space-between;
  width: 1162px;
  height: 191px;
  margin: 0 auto;
  background: url(/skin/images/szf-bg44.png) top center no-repeat;
}
.szf-hd-w4 .szf-hd-w4c1 {
  margin-left: 56px;
  margin-top: 44px;
}
.szf-hd-w4 .szf-hd-w4c1 .title {
  margin-bottom: 24px;
}
.szf-hd-w4 .szf-hd-w4c1 .btn a {
  display: inline-block;
  margin: 0 10px;
}
.szf-hd-w4 .szf-hd-w4c1 .btn .line {
  margin: 0 10px;
}
.szf-hd-w4 .szf-hd-w4c2 {
  width: 720px;
  height: 138px;
  background: url(/skin/images/szf-bg43.png) no-repeat;
  margin-top: 26px;
  margin-right: 48px;
  padding: 24px 34px 0 30px;
}
.szf-hd-w4 .szf-hd-w4c2 .title {
    display: flex;
    justify-content: space-between;
}
.szf-hd-w4 .szf-hd-w4c2 .title .tit {
  color: #e87815;
  font-size: 20px;
  font-weight: bold;
}
.szf-hd-w4 .szf-hd-w4c2 .title .btn a,
.szf-hd-w4 .szf-hd-w4c2 .title .btn span {
  display: inline-block;
  color: #20528f;
  font-size: 16px;
}
.szf-hd-w4 .szf-hd-w4c2 .title .btn span {
  margin: 0 20px;
}
.szf-hd-w4 .szf-hd-w4c2 .con {
  color: #333333;
  font-size: 15px;
  line-height: 26px;
  margin-top: 12px;
}
.szf-hd-w6 {
  padding: 0 20px;
  display: flex;
}
.szf-hd-w6 a {
  display: inline-block;
  margin-right: 20px;
}
.szf-hd-w6 a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.szf-hd-title {
  padding: 0 18px;
  height: 45px;
  line-height: 45px;
}
.szf-hd-title .tit {
  display: inline-block;
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  margin-left: 8px;
  vertical-align: middle;
}
.szf-hd-w7 {
  padding: 0 20px;
}
.szf-hd-w7 .szf-hd-title {
  background: #f7f8fb;
  padding: 0 18px;
  height: 45px;
  line-height: 45px;
  display: flex;
  align-items: center;
}
.szf-hd-w7 .szf-hd-title img {
  height: 23px;
}
.szf-hd-w7 .szf-hd-dcl {
  padding: 0 18px;
}
.szf-hd-w7 .szf-hd-dcl li {
  margin-top: 20px;
}
.szf-hd-w7 .szf-hd-dcl li .sta {
  display: inline-block;
  width: 55px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #b5b5b5;
  margin-right: 14px;
  font-size: 13px;
}
.szf-hd-w7 .szf-hd-dcl li .sta.cur {
  background: #4e8fde;
}
.szf-hd-w7 .szf-hd-dcl li a {
  display: inline-block;
  line-height: 30px;
  color: #333333;
  font-size: 16px;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.szf-hd-w7 .szf-hd-dcl li a:hover {
  color: #4e8fde;
}
.szf-hd-w7 .szf-hd-dcl li .date {
  float: right;
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}
.szf-hd-w8 {
  background: #ebf8fb;
  padding: 0 20px 16px;
  margin: 0 22px;
}
.szf-hd-w8 .szf-hd-title {
  padding: 0;
  line-height: 58px;
  height: 58px;
  display: flex;
  align-items: center;
}

.szf-hd-w8 .szf-hd-title img {
  height: 23px;
}

.szf-hd-w8 .szf-hd-w8c {
  background: #fff;
  padding: 24px 24px 0;
  height: 240px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.szf-hd-w8 .szf-hd-w8c li {
  height: 70px;
  width: 470px;
}
.szf-hd-w8 .szf-hd-w8c li a {
  display: inline-block;
  padding-left: 14px;
  background: url(/skin/images/szf-img78.png) left 7px no-repeat;
}
.szf-hd-w8 .szf-hd-w8c li a:hover {
  background: url(/skin/images/szf-img78o.png) left 7px no-repeat;
}
.szf-hd-w8 .szf-hd-w8c li a:hover p {
  color: #20528f;
}
.szf-hd-w8 .szf-hd-w8c li .tit {
  color: #333333;
  font-size: 16px;
  max-width: 470px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.szf-hd-w8 .szf-hd-w8c li .con {
  color: #999999;
  font-size: 16px;
  margin-top: 10px;
}
/* 政策201117 */
.szf-zc-w1c1 {
  width: 375px;
}
.szf-zc-w1c1 .szf-w1l {
  padding-top: 16px;
}
.szf-zc-w1c1 .szf-w1l li {
  height: 70px;
  padding-left: 12px;
  background: url(/skin/images/news-list.png) no-repeat left 9px;
}
.szf-zc-w1c1 .szf-w1l li a {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.szf-zc-w1c1 .szf-w1l li a:hover {
  color: #20528f;
}
.szf-zc-w1c1 .szf-w1l li p {
  color: #999999;
  font-size: 16px;
}
.szf-zc-w1c2 {
  width: 340px;
}
.szf-zc-w1c2 .f-pr {
  height: 376px;
  position: relative;
}
.szf-zc-w1c2 .szf_map {
  position: relative;
  z-index: 2;
}
.szf-zc-w1c2 .szf-map-bg {
  position: absolute;
  top: 5px;
  left: 4px;
  width: 332px;
  height: 374px;
}
/* 数据201117 */
.szf-sj-w1c2 {
  width: 294px;
}
.szf-sj-w1c2 a {
  display: inline-block;
  margin-bottom: 28px;
}
.szf-sj-w2 {
  width: 1127px;
  height: 240px;
  padding: 0 14px;
  background: url(/skin/images/szf-bg45.png) center no-repeat;
}
.szf-sj-w2 .szf-sj-w2t {
  height: 72px;
  line-height: 72px;
  text-align: center;
}
.szf-sj-w2 .szf-sj-w2t .tit {
  display: inline-block;
  color: #145a9b;
  font-size: 25px;
  font-family: simsun;
  font-weight: bold;
}
.szf-sj-w2 .szf-sj-w2t .tit img {
  margin-right: 12px;
}
.szf-sj-w2c {
  background: #fff;
  padding-top: 30px;
  height: 156px;
}
.szf-sjgk-b {
  padding: 6px 26px 0px;
  position: relative;
}
.szf-sjgk-b .btn {
  position: absolute;
  top: 38px;
  cursor: pointer;
}
.szf-sjgk-b .btn.prev {
  left: 0;
}
.szf-sjgk-b .btn.next {
  right: 0;
}
.szf-sjgk-b .btn:hover {
  background: #11559b;
}
.szf-sjgk-l {
  position: relative;
  height: 110px;
  overflow: hidden;
}
.szf-sjgk-l a {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 110px;
  color: #333333;
  font-size: 18px;
  text-align: center;
}
.szf-sjgk-l a:hover {
  font-weight: bold;
}
.szf-sjgk-l a p {
  line-height: 20px;
}
.szf-sjgk-l a div {
  height: 60px;
  line-height: 60px;
}
.szf-sj-zzt {
  width: 930px;
  height: 444px;
}
.szf-zc-gb {
  text-align: center;
}
.szf-zc-gb .szf-gbt {
  display: block;
  height: 45px;
  line-height: 45px;
  color: #fff;
  margin-top: -12px;
  position: relative;
  background: url(/skin/images/szf-bg49.png) center no-repeat;
}
.szf-zc-gb .szf-gbt .tit {
  float: left;
  font-weight: bold;
  font-size: 22px;
  margin-left: 44px;
}
.szf-zc-gb .szf-gbt .num {
  float: right;
  font-size: 16px;
  margin-right: 14px;
}
.szf-zc-gb .szf-gb {
  display: inline-block;
  padding-left: 23px;
  background: url(/skin/images/szf-bg48.png) left top no-repeat;
}
.szf-zc-gb img {
  border: 5px solid #eeeeee;
}
.szf-zc-gb:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}


.sw-lf {
  width: 860px;
  padding: 39px 28px 20px 37px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #fff;
}
.sw-lf .sw-lftit {
  padding-left: 16px;
  background: url(/skin/images/szf-img92.png) left center no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sw-lf .sw-lftit a {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.sw-lf .sw-lftit .find-more {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}
.sw-lf .sw-lftit .find-more span {
  color: #dddddd;
}
.sw-lf .sw-lftit .find-more:hover {
  font-weight: bold;
}
.sw-titdiv {
  margin-top: 30px;
  padding-left: 27px;
  height: 45px;
  line-height: 45px;
  background: #f3f3f3;
  display: flex;
  align-items: center;
}
.sw-titdiv span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.sw-titdiv .w518 {
    width: 70%;
}

.sw-titdiv .w120 {
    width: 25%;
    text-align: center;
}
.sw-ul li {
    display: flex;
    flex-wrap: wrap;
}
.sw-ul li .w518 {
    margin-left: 2%;
    width: 70%;
}

.sw-ul li .w120 {
    width: 25%;
    text-align: center;
}
.sw-ul li {
  font-size: 15px;
  color: #000;
  height: 44px;
  line-height: 44px;
}
.sw-ul li p {
  display: inline-block;
  margin-left: 18px;
}
.sw-ul li p a {
  color: #000;
}
.sw-ul li p a:hover {
  color: #0f5aa4;
}
.sw-ul li span {
  display: inline-block;
}