@charset "UTF-8";

/* ========================================
   Reset & Base Styles
   ======================================== */
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-family: "微软雅黑";
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
  border: medium none;
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  color: #333;
}

a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
  outline: none !important;
}

a:focus {
  outline: none !important;
}

a:hover {
  color: #427fda;
  text-decoration: none !important;
}

em {
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ========================================
   Utility Classes
   ======================================== */
.f-l,
.fl {
  float: left;
}

.f-r,
.fr {
  float: right;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}

.hide {
  display: none;
}

.dn {
  display: none;
}

.db {
  display: block;
}

.mt30 {
  margin-top: 30px;
}

/* ========================================
   Header Styles
   ======================================== */
.header {
  width: 100%;
  height: 168px;
  background-color: #115db2;
  border-bottom: 1px solid #0c417c;
  font-size: initial;
}

.box {
  width: 1200px;
  margin: 0 auto;
}

.logo-top {
  margin-top: 48px;
  margin-left: 10px;
  width: 362px;
}

.logo-top img {
  max-width: 100%;
  height: auto;
}

.search {
  margin-left: 90px;
  margin-top: 65px;
  width: 410px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #b5b5b5;
  border-radius: 2px;
}

.search-top {
  padding-top: 0px !important;
}

.header-tubiao {
  width: 48px;
  height: 54px;
  float: right;
  padding-top: 57px;
  margin-right: 15px;
}

.header-tubiao img {
  width: 48px;
  height: 54px;
}

.search > form > div:last-child {
  float: right;
}

.search select,
.search .sele {
  width: 80px;
  height: 40px;
  padding: 10px 0 10px 10px;
  border: none;
  font-size: 16px;
  color: #666;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M2 4l4 4 4-4z'/%3E%3C/svg%3E") no-repeat 90% center;
  background-color: #fff;
}

.search select::-ms-expand {
  display: none;
}

.search input[type="text"] {
  width: 263px;
  height: 38px;
  padding-left: 10px;
  border: none;
  border-left: 1px solid #b5b5b5;
  font-size: 16px;
  line-height: 38px;
  color: #666;
  outline: none;
}

.search input[type="submit"],
.ss-btn {
  width: 50px;
  height: 38px;
  border: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='M21 21l-4.35-4.35'/%3E%3C/svg%3E") no-repeat center center;
  outline: none;
  cursor: pointer;
}

.header_right {
  width: 220px;
  padding-top: 58px;
  font-size: 12px;
  line-height: 24px;
}

.header_right a {
  margin: 0 5px;
  font-size: 12px;
  cursor: pointer;
}

.login {
  height: 24px;
}

.login a {
  color: #fff;
  float: left;
}

.top_left {
  float: left;
  line-height: 24px;
  margin-left: 10px;
}

.top_left a {
  font-size: 12px;
  color: #ffffff;
  float: left;
  cursor: pointer;
}

/* ========================================
   Navigation Styles
   ======================================== */
.nav {
  width: 100%;
  padding-top: 2px;
  background-color: #115db2;
  height: 58px;
  margin-bottom: 45px;
  position: relative;
  transition: all 0.3s ease-out 0s;
  font-size: initial;
}

.nav ul {
  padding-left: 0;
}

.nav li {
  float: left;
  width: 150px;
  text-align: center;
}

.nav li > a {
  display: inline-block;
  font-size: 24px;
  line-height: 56px;
  color: #fff;
  height: 56px;
  outline: none !important;
}

.nav li.on > a {
  font-weight: bold;
  border-bottom: 2px solid #fff;
  line-height: 54px;
  height: 56px;
}

.nav li:hover > a {
  font-weight: bold;
}

.nav .oldType_switch {
  float: left;
  width: 150px;
  background: #ef920e;
  line-height: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  margin-top: 8px;
  cursor: pointer;
  font-size: 18px;
}

.subnav-zong {
  top: 58px;
  left: 0;
  width: 100%;
  z-index: 99;
}

.subnav {
  display: none;
  width: 100%;
  height: 44px;
  background-color: #daecfb;
  border-bottom: 1px solid #93ceff;
  z-index: 99;
}

.subnav .box {
  text-align: center;
}

.subnav .box a {
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  line-height: 44px;
  color: #333;
}

.subnav .box a:hover {
  color: #115db2;
}

.subnav.on {
  display: block;
}

/* ========================================
   Mobile Header Styles
   ======================================== */
.wap-ty-top {
  width: 100%;
  height: 60px;
  position: relative;
  background: #305cac;
  font-size: initial;
  display: none;
}

.wap-ty-top-1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 44px;
  height: 44px;
}

.wap-ty-top-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 44px;
  width: 44px;
  height: 44px;
}

.wap-ty-top-1 img,
.wap-ty-top-2 img,
.wap-ty-top-3 img {
  width: 100%;
  height: 100%;
}

.wap-ty-top-3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 44px;
  height: 44px;
}

.wap-ty-top ul {
  width: 100%;
  background: #2b5cac;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
}

.wap-ty-top ul.ultr {
  height: 200px !important;
  opacity: 1 !important;
}

.wap-ty-top ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.wap-ty-top ul li a {
  color: #ffffff;
  font-size: 18px;
  display: block;
  width: 60%;
  margin: auto;
}

.wap-ty-top-4 {
  text-align: center;
  height: 33px;
  font-size: initial;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wap-ty-top-4 img {
  height: 33px;
}

/* ========================================
   Location Bar Styles
   ======================================== */
.location {
  width: 100%;
  min-width: 1200px;
  background-color: #f4f4f4;
  height: 44px;
  line-height: 44px;
}

.location .zcfbpt_container {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E") no-repeat left center;
  padding-left: 22px;
}

.location a:hover {
  color: #115db2;
}

.location table {
  font-size: 16px;
}

.location a,
.bt_link {
  color: #333;
}

/* ========================================
   Main Container Styles
   ======================================== */
.zcfbpt_container {
  width: 1200px;
  margin: 0 auto;
}

.zcfbpt_main {
  padding: 24px 0 35px 0;
}

.logo_title {
  text-align: center;
}

.logo_title img {
  max-width: 100%;
  height: auto;
}

/* ========================================
   Part 1: Introduction & Government Regulations
   ======================================== */
.part_1 {
  margin-top: 27px;
}

.part1_left {
  float: left;
  width: 850px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #dcdcdc;
}

.part1_left .part1_left_top {
  height: 183px;
  background: #f2f6f9;
}

.part1_left_top .fwjj_title {
  text-align: center;
  padding-top: 20px;
}

.part1_left_top .fwjj_text {
  line-height: 30px;
  text-indent: 2em;
  padding: 26px 45px 0 45px;
}

.part1_left_bottom {
  margin-top: 20px;
}

/* Title Styles - 梯形标题 */
.zc_title {
  height: 40px;
  line-height: 40px;
}

.zc_title .title_name {
  float: left;
  font-size: 20px;
  font-weight: bold;
  background: #115db2;
  color: #fff;
  padding-left: 23px;
  padding-right: 20px;
  position: relative;
  line-height: 40px;
  height: 40px;
}

/* 梯形右侧斜边 */
.zc_title .title_name::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 20px;
  border-color: transparent transparent transparent #115db2;
}

.zc_title .title_name a {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.zc_title .title_more {
  float: right;
}

.zc_title .title_more a {
  font-size: 14px;
  color: #999;
}

.zc_title_old {
  height: 24px;
  line-height: 24px;
  margin: 8px 0;
  border-left: 4px solid #115db2;
  padding-left: 16px;
}

.zc_title_old .title_name {
  float: left;
  font-size: 24px;
  font-weight: bold;
}

.zc_title_old .title_name a {
  font-size: 24px;
  font-weight: bold;
}

.zc_title_old .title_more {
  float: right;
}

.zc_title_old .title_more a {
  font-size: 14px;
  color: #999;
}

/* List Styles */
.zc_list {
  margin-top: 10px;
}

.zc_list li {
  padding-left: 15px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6'%3E%3Ccircle cx='3' cy='3' r='3' fill='%23115db2'/%3E%3C/svg%3E") no-repeat left center;
  line-height: 30px;
  margin-top: 8px;
}

.zc_list li:first-child {
  margin-top: 0;
}

.zc_list li a {
  float: left;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zc_list li a:hover {
  text-decoration: underline !important;
  color: #115db2;
}

.zc_list li .date {
  float: right;
  color: #999;
}

.zc1_list {
  margin-top: 10px;
  height: 195px;
  overflow: auto;
}

.zc1_list li {
  padding-left: 15px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6'%3E%3Ccircle cx='3' cy='3' r='3' fill='%23115db2'/%3E%3C/svg%3E") no-repeat left center;
  line-height: 30px;
  margin-top: 8px;
}

.zc1_list li:first-child {
  margin-top: 0;
}

.zc1_list li a {
  float: left;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zc1_list li a:hover {
  text-decoration: underline !important;
  color: #115db2;
}

.zc1_list li .date {
  float: right;
  color: #999;
}

/* Part 1 Right: Classification Filter */
.searchListBoxLeft {
  float: left;
  width: 320px;
  margin-left: 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e5e5e5;
}

.searchListBoxLeft > div {
  cursor: pointer;
}

.classification {
  display: none;
  border: 1px solid #dddddd;
  border-top: none;
}

.clickHover .classification {
  display: block;
}

/* Theme Classification */
.theme,
.year,
.user {
  width: 100%;
  padding-left: 0;
}

.themeTitle,
.yearTitle,
.userTitle {
  width: 320px;
  height: 70px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230e6ce0' stroke-width='2'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E") 280px center no-repeat;
}

.themeTitle div,
.yearTitle div,
.userTitle div {
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding-left: 56px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230e6ce0' stroke-width='2'%3E%3Crect x='3' y='3' width='7' height='7'/%3E%3Crect x='14' y='3' width='7' height='7'/%3E%3Crect x='14' y='14' width='7' height='7'/%3E%3Crect x='3' y='14' width='7' height='7'/%3E%3C/svg%3E") 23px center no-repeat;
  font-size: 18px;
  font-weight: bold;
  color: #0e6ce0;
}

.yearTitle div {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230e6ce0' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") 23px center no-repeat;
}

.userTitle div {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230e6ce0' stroke-width='2'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E") 23px center no-repeat;
}

.clickHover .themeTitle,
.clickHover .yearTitle,
.clickHover .userTitle {
  background: #0e6ce0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E") 280px center no-repeat;
}

.clickHover .themeTitle div {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Crect x='3' y='3' width='7' height='7'/%3E%3Crect x='14' y='3' width='7' height='7'/%3E%3Crect x='14' y='14' width='7' height='7'/%3E%3Crect x='3' y='14' width='7' height='7'/%3E%3C/svg%3E") 23px center no-repeat;
  color: #fff;
}

.clickHover .yearTitle div {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") 23px center no-repeat;
  color: #fff;
}

.clickHover .userTitle div {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E") 23px center no-repeat;
  color: #fff;
}

.themeList,
.yearList,
.userList {
  width: 320px;
  height: 160px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.themeList ul,
.yearList ul,
.userList ul {
  padding: 15px 0;
}

.themeList ul li,
.yearList ul li,
.userList ul li {
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6'%3E%3Ccircle cx='3' cy='3' r='3' fill='%230e6ce0'/%3E%3C/svg%3E") 30px center no-repeat;
  padding-left: 45px;
}

.themeList ul li:hover,
.yearList ul li:hover,
.userList ul li:hover {
  background-color: #deeeff;
  color: #0e6ce0;
}

.year {
  margin-top: 15px;
}

.user {
  margin-top: 15px;
}

/* ========================================
   Part 2: Government Documents
   ======================================== */
.part_2 {
  margin-top: 20px;
}

.part2_left {
  float: left;
  width: 850px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #dcdcdc;
}

.zc_title .child_menu {
  float: left;
  margin-left: 40px;
}

.zc_title .child_menu ul li {
  float: left;
  cursor: default;
  margin-left: 20px;
}

.zc_title .child_menu ul li span {
  display: block;
  font-weight: bold;
  font-size: 20px;
}

.zc_title .child_menu ul li.active span {
  color: #115db2;
}

/* child_menu 中的 title_name 梯形样式 */
.zc_title .child_menu ul li.title_name {
  background: #115db2;
  padding: 0 20px 0 23px;
  position: relative;
  height: 40px;
  line-height: 40px;
  margin-left: -20px;
}

.zc_title .child_menu ul li.title_name::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 20px;
  border-color: transparent transparent transparent #115db2;
}

.zc_title .child_menu ul li.title_name span {
  color: #fff;
}

.zc_list ul {
  display: none;
}

.zc_list ul:first-child {
  display: block;
}

.part2_left .zc_list li {
  margin-top: 12px;
}

.part2_right {
  float: left;
  width: 320px;
  margin-left: 30px;
  border-bottom: 1px solid #e5e5e5;
}

/* Form Styles */
.zc_form {
  margin-top: 24px;
}

.zc_form .form_sub {
  margin-top: 10px;
}

.zc_form .form_sub span {
  width: 56px;
  height: 36px;
  text-align: justify;
  line-height: 36px;
  float: left;
  font-size: 14px;
  margin-right: 10px;
  color: #000;
  letter-spacing: -2px;
}

.zc_form .form_sub span i {
  display: inline-block;
  padding-left: 100%;
}

.input-text {
  width: 252px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #e5e5e5;
  padding: 0 10px;
  outline: none;
  color: #999;
  margin: 0 !important;
}

.zc_form .form_sub input {
  width: 252px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 0 10px;
  outline: none;
  color: #999;
}

.zc_form .form_submit {
  margin-top: 22px;
  text-align: center;
}

.btn {
  width: 100px !important;
  height: 36px !important;
  line-height: 36px !important;
  color: #fff !important;
  background: #115db2 !important;
  border-radius: 2px !important;
  border: 1px solid #115db2 !important;
  outline: none !important;
  text-align: center !important;
  margin-left: 20px !important;
  display: inline-block !important;
  cursor: pointer;
}

.btn.ct,
.zc_form .form_submit input[type="reset"] {
  background: #fff !important;
  color: #115db2 !important;
}

/* ========================================
   Part 3: Office Documents & Policy Interpretation
   ======================================== */
.part_3 {
  margin-top: 30px;
}

.part3_left {
  float: left;
  width: 850px;
}

.part3_left .zc_list li {
  margin-top: 9px;
}

.part3_left .zc_title .title_name {
  background: #ef920e;
}

.part3_left .zc_title .title_name::after {
  border-color: transparent transparent transparent #ef920e;
}

/* zc_title1 样式 - 规范性文件标题 */
.zc_title1 {
  height: auto;
  line-height: 40px;
}

.zc_title1 .child_menu {
  float: left;
}

.zc_title1 .child_menu ul li {
  float: left;
  cursor: default;
  margin-left: 20px;
}

.zc_title1 .child_menu ul li:first-child {
  margin-left: 0;
}

.zc_title1 .child_menu ul li span {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #333;
}

.zc_title1 .child_menu ul li.active span,
.zc_title1 .child_menu ul li.title_name span {
  color: #115db2;
}

.zc_title1 .child_menu ul li.title_name {
  background: #115db2;
  padding: 0 20px 0 23px;
  position: relative;
  height: 40px;
  line-height: 40px;
}

/* 梯形右侧斜边 */
.zc_title1 .child_menu ul li.title_name::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 20px;
  border-color: transparent transparent transparent #115db2;
}

.zc_title1 .child_menu ul li.title_name a {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.part3_right {
  float: left;
  width: 320px;
  margin-left: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.part3_right .zcjd_con {
  width: 320px;
  height: 210px;
  margin-top: 26px;
}

.part3_right .zcjd_con a {
  display: block;
}

.part3_right .zcjd_con a img {
  display: block;
  width: 100%;
  height: 100%;
}

/* ========================================
   Part 4: Normative Documents (规范性文件)
   ======================================== */
.part_4 {
  width: 100%;
  padding: 35px 0;
  background: #f2f6f9;
  margin-top: 30px;
}

.part_4 .zc_title1 .title_name {
  position: relative;
}

.gfxwj_con {
  margin-top: 20px;
}

.gfxwj_con .gfxwj_laber {
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: #ccdaeb;
  display: flex;
  justify-content: space-between;
}

.gfxwj_con .gfxwj_laber div {
  float: left;
}

.gfxwj_laber .laber_wjbt {
  width: 634px;
  padding-left: 15px;
}

.gfxwj_list {
  min-height: 200px;
}

.gfxwj_list .list_wjbt {
  width: 619px;
}

.gfxwj_laber .laber_tydlh {
  width: 240px;
  text-align: center;
  margin: 0 10px;
}

.gfxwj_list .list_tydlh {
  width: 240px;
  text-align: center;
  margin: 0 10px;
}

.gfxwj_laber .laber_gbsj {
  width: 150px;
  text-align: center;
  margin: 0 10px;
}

.gfxwj_list .list_gbsj {
  width: 150px;
  text-align: center;
  margin: 0 10px;
}

.gfxwj_laber .laber_sfyx {
  width: 136px;
  text-align: center;
}

.gfxwj_list .list_sfyx {
  width: 136px;
  text-align: center;
}

.gfxwj_con .gfxwj_list ul li {
  padding-left: 15px;
  margin-top: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6'%3E%3Ccircle cx='3' cy='3' r='3' fill='%23115db2'/%3E%3C/svg%3E") no-repeat left center;
}

.gfxwj_con .gfxwj_list ul li span {
  float: left;
  max-width: 100%;
  min-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}

/* ========================================
   Part 5: Document Cleanup & Filing
   ======================================== */
.part_5 {
  width: 100%;
  padding-bottom: 35px;
  background: #f2f6f9;
}

.part_5 .part5_left {
  float: left;
}

.part5_con_box {
  width: 585px;
  background: linear-gradient(0deg, #ffffff, #e0ecfb);
  border: 1px solid #7ea4d7;
  box-sizing: border-box;
}

.part5_con_box .zc_title {
  margin-top: 15px;
  padding-right: 20px;
}

.part5_con_box .zc_title .title_name {
  background: #115db2;
  padding-right: 42px;
}

.part5_con_box .zc_list {
  min-height: 236px;
  padding: 0 20px 20px 20px;
}

.part5_con_box .zc_list li {
  margin-top: 8px;
}

.part5_con_box .zc_list li a {
  max-width: 80%;
}

.part_5 .part5_right {
  float: left;
  margin-left: 30px;
}

/* ========================================
   Part 6: Department Policy Documents
   ======================================== */
.part_6 {
  width: 100%;
  padding-bottom: 50px;
  background: #fff;
  margin-top: 38px;
}

.part_6 .zc_title .title_name {
  background: #115db2;
  padding-right: 46px;
}

.part_6 .gfxwj_con .gfxwj_laber .laber_fbjg,
.part_6 .gfxwj_list .list_fbjg {
  width: 280px;
  text-align: center;
  margin: 0 10px;
}

.part_6 .gfxwj_con .gfxwj_laber .laber_fbsj,
.part_6 .gfxwj_list .list_fbsj {
  width: 160px;
  text-align: center;
}

/* ========================================
   Part 7: 集成式发布
   ======================================== */
.part_7 {
  width: 100%;
  padding: 35px 0 50px 0;
  background: #f2f6f9;
}

.part_7 .zc_title .title_name {
  background: #115db2;
  padding-right: 46px;
}

.jcssfb_con {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}

.jcssfb_item {
  width: 280px;
  text-align: center;
}

.jcssfb_item a {
  display: block;
  text-decoration: none;
}

.jcssfb_img {
  width: 280px;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(135deg, #e8f4fc 0%, #c5dff8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.jcssfb_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jcssfb_img .placeholder-text {
  font-size: 18px;
  color: #115db2;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.jcssfb_item:hover .jcssfb_img img {
  transform: scale(1.05);
}

.jcssfb_text {
  margin-top: 15px;
  font-size: 16px;
  color: #333;
}

.jcssfb_item:hover .jcssfb_text {
  color: #115db2;
}

/* ========================================
   Jiedu URL Styles
   ======================================== */
.jiedu_url {
  line-height: 150%;
}

.jiedu_url a {
  float: none !important;
  color: #115db2 !important;
}

.jiedu_url a {
  padding: 0 6px;
  border-left: 1px solid #115db2;
}

.jiedu_url a:first-child {
  border-left: none;
}

/* ========================================
   Friend Links Styles
   ======================================== */
.box-top {
  width: 1220px;
  margin: 0 auto;
}

.yqlj {
  width: 100%;
  min-width: 1200px;
  height: 60px;
  background-color: #daecfb;
}

.yqlj > ul {
  text-align: center;
}

.yqlj > ul > li {
  display: inline-block;
  position: relative;
}

.yqlj > ul > li > a {
  padding: 0 38px;
  font-size: 16px;
  line-height: 60px;
  color: #115db2;
}

.yqlj span {
  display: inline-block;
  padding: 0 30px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23115db2' d='M2 4l4 4 4-4z'/%3E%3C/svg%3E") right center no-repeat;
  font-size: 16px;
  line-height: 60px;
  color: #115db2;
  text-align: center;
  cursor: pointer;
}

.yqlj .on span {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23115db2' d='M2 8l4-4 4 4z'/%3E%3C/svg%3E") right center no-repeat;
}

.yqlj ul li .li_sub {
  display: none;
  width: 188px;
  height: 280px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 28px;
  overflow-y: auto;
  position: absolute;
  top: -280px;
  left: 0;
  z-index: 99999999;
  margin: 0;
  padding: 0;
}

.yqlj ul li .li_sub li {
  padding: 0 10px;
}

.yqlj ul li .li_sub li:hover {
  background: #ccc;
}

.yqlj ul li .li_sub li a {
  line-height: 28px;
  color: #333;
  font-size: 14px;
}

/* ========================================
   Footer Styles
   ======================================== */
.footer {
  width: 100%;
  min-width: 1200px;
  background-color: #115db2;
  padding: 40px 0;
}

.dzjg {
  margin: 24px 0 0 30px;
}

.dzjg img {
  width: 80px;
  height: auto;
}

.jc {
  margin: 35px 0 0 30px;
}

.info {
  padding: 0;
}

.info li {
  float: left;
  border-left: 1px solid #417dc1;
}

.info001 {
  margin-left: 18px;
  padding: 0 13px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.info001 a {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  color: #fff !important;
  text-indent: inherit;
}

.info001 span {
  margin-right: 5px;
  font-size: 16px;
  color: #ffffff;
}

.info001 p {
  margin: 0;
  font-size: 16px;
  color: #ffffff;
}

.info_line {
  margin: 0 10px;
}

.basic_info span:first-child {
  margin-right: 20px;
}

.info002 {
  padding-left: 20px;
}

.info002 p {
  margin-right: 16px;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  margin-top: 0;
}

.info002 p img {
  width: 100px;
  height: 100px;
}

/* ========================================
   Responsive Styles
   ======================================== */
@media screen and (max-width: 768px) {
  .header {
    display: none;
  }

  .wap-ty-top {
    display: block;
  }

  .zcfbpt_container {
    width: 100%;
    padding: 0 10px;
  }

  .location {
    min-width: auto;
    padding: 0 10px;
  }

  .logo_title img {
    width: 100%;
  }

  .part1_left {
    width: 100%;
    float: none;
  }

  .part1_left .part1_left_top {
    height: auto;
    padding-bottom: 26px;
  }

  .part1_left_top .fwjj_text {
    padding: 26px;
  }

  .part1_left_bottom {
    margin-top: 30px;
  }

  .searchListBoxLeft {
    float: none;
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }

  .themeTitle,
  .yearTitle,
  .userTitle,
  .themeList,
  .yearList,
  .userList {
    width: 100%;
  }

  .part_2 {
    margin-top: 30px;
  }

  .part2_left {
    width: 100%;
    float: none;
  }

  .zc_list li {
    background-position: left 13px;
  }

  .zc_list li a {
    white-space: normal;
    max-width: 100%;
    float: none;
    text-align: justify;
  }

  .part2_right {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }

  .part_2 .zc_title,
  .part_3 .zc_title {
    height: auto;
    border-bottom: 1px solid #115db2;
    padding-bottom: 4px;
  }

  .part_2 .zc_title .title_name,
  .part_3 .zc_title .title_name {
    float: none;
  }

  .part_2 .zc_title .child_menu,
  .part_3 .zc_title .child_menu {
    margin-left: 0;
    margin-top: 10px;
  }

  .part_2 .zc_title .title_more,
  .part_3 .zc_title .title_more {
    margin-top: 10px;
  }

  .zc_form .form_sub span {
    width: 20%;
    margin-right: 4%;
  }

  .zc_form .form_sub input,
  .input-text {
    width: 76%;
  }

  .part3_left {
    float: none;
    width: 100%;
  }

  .part3_right {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }

  .part3_right .zcjd_con {
    width: 100%;
    height: auto;
  }

  .part5_con_box {
    width: 100%;
  }

  .part_5 .part5_right {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }

  .gfxwj_laber .laber_wjbt,
  .gfxwj_list .list_wjbt {
    width: 32%;
  }

  .gfxwj_laber .laber_tydlh,
  .gfxwj_list .list_tydlh {
    width: 24%;
    margin: 0 1%;
  }

  .gfxwj_laber .laber_gbsj,
  .gfxwj_list .list_gbsj {
    width: 20%;
    margin: 0 1%;
  }

  .gfxwj_laber .laber_sfyx,
  .gfxwj_list .list_sfyx {
    width: 20%;
  }

  .part_6 .gfxwj_laber .laber_wjbt,
  .part_6 .gfxwj_list .list_wjbt {
    width: 36%;
  }

  .part_6 .gfxwj_con .gfxwj_laber .laber_fbjg,
  .part_6 .gfxwj_list .list_fbjg {
    width: 34%;
    margin: 0 1%;
  }

  .part_6 .gfxwj_con .gfxwj_laber .laber_fbsj,
  .part_6 .gfxwj_list .list_fbsj {
    width: 28%;
  }

  .yqlj {
    min-width: auto;
    height: auto;
    padding: 10px 0;
  }

  .yqlj > ul > li {
    display: block;
    width: 100%;
  }

  .footer {
    min-width: auto;
  }

  .box-top {
    width: 100%;
    padding: 0 10px;
  }

  .info li {
    float: none;
    border-left: none;
    text-align: center;
  }

  .info001 {
    margin-left: 0;
  }
}
