.gov_header {
  height: 917px;
  background: url(../images/gov_bg_header.png) no-repeat;
  background-size: 100% 100%;
}
.gov_header .gov_shortcut {
  display: flex;
  justify-content: flex-end;
  padding: 24px 0;
  color: #fff;
}
.gov_header .gov_shortcut li {
  position: relative;
}
.gov_header .gov_shortcut li:nth-child(2n) {
  margin: 0 15px;
}
.gov_header .gov_shortcut li a {
  display: flex;
  align-items: center;
  color: #fff;
}
.gov_header .gov_shortcut li a img {
  margin-right: 5px;
}
.gov_header .gov_shortcut li .panel {
  display: none;
  position: absolute;
  left: 50%;
  top: 30px;
  width: 120px;
  height: 120px;
  background-color: #fff;
  transform: translateX(-50%);
  border-radius: 5px;
  padding: 8px;
}
.gov_header .gov_shortcut li .panel img {
  width: 100%;
  height: 100%;
}
.gov_header .gov_shortcut li:hover .panel {
  display: block;
}
.gov_header .gov_header_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gov_header .gov_header_nav .gov_nav {
  display: flex;
  align-items: center;
}
.gov_header .gov_header_nav .gov_nav li {
  position: relative;
  margin-left: 30px;
}
.gov_header .gov_header_nav .gov_nav li a {
  font-size: 21px;
  color: #fff;
}
.gov_header .gov_header_nav .gov_nav li::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 69px;
  height: 2px;
  background-color: transparent;
}
.gov_header .gov_header_nav .gov_nav li:hover::before,
.gov_header .gov_header_nav .gov_nav li.active::before {
  background-color: #fff;
}
.gov_header .gov_title {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 100px;
  text-shadow: 3px 6px 0px rgba(20, 97, 160, 0.68);
  color: #fff;
  font-weight: 700;
  margin-top: 133px;
}
.gov_header .gov_title::before {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  width: 915px;
  height: 1px;
  background-color: #f2f6f8;
  transform: translateX(-50%);
}
.gov_body {
  background-color: #f2f2f2;
  padding: 66px 50px;
  margin-top: -330px;
  margin-bottom: 50px;
}
.gov_body .gov_search {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gov_body .gov_search .search_web {
  display: flex;
  width: 514px;
  height: 54px;
  background-color: #fff;
  border: 2px solid #3874b4;
  border-radius: 10px;
  overflow: hidden;
}
.gov_body .gov_search .search_web .search_text {
  flex: 1;
  border: 0;
  outline: 0;
  font-size: 16px;
  padding: 0 30px;
}
.gov_body .gov_search .search_web .search_button {
  width: 62px;
  height: 100%;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
}
.gov_body .gov_search .search_web .search_button img {
  width: 40px;
  height: 40px;
}
.gov_body .gov_search::before {
  content: "";
  width: 242px;
  height: 2px;
  background-color: #d3dce5;
  margin-right: 20px;
}
.gov_body .gov_search::after {
  content: "";
  width: 242px;
  height: 2px;
  background-color: #d3dce5;
  margin-left: 20px;
}
.gov_body .layout {
  margin-top: 70px;
  overflow: hidden;
}
.gov_body .layout .side {
  float: left;
  width: 248px;
}
.gov_body .layout .side .side_item {
  width: 100%;
  margin-bottom: 13px;
  background-color: #fff;
}
.gov_body .layout .side .side_item:last-child {
  margin-bottom: 0;
}
.gov_body .layout .side .side_item .side_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 75px;
  font-size: 21px;
  color: #2d66a5;
  padding: 0 30px;
  cursor: pointer;
}
.gov_body .layout .side .side_item .side_link .left {
  display: flex;
  align-items: center;
}
.gov_body .layout .side .side_item .side_link .left img {
  width: 40px;
  height: 40px;
  margin-right: 22px;
}
.gov_body .layout .side .side_item .side_link .default_element {
  display: block;
}
.gov_body .layout .side .side_item .side_link .active_element {
  display: none;
}
.gov_body .layout .side .side_item .side_link .symbol {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/gov_icon_jia.png) no-repeat;
  background-size: 100% 100%;
}
.gov_body .layout .side .side_item .channels {
  display: none;
  padding: 15px 0;
}
.gov_body .layout .side .side_item .channels li {
  height: 37px;
  margin-bottom: 5px;
}
.gov_body .layout .side .side_item .channels li:last-child {
  margin-bottom: 0;
}
.gov_body .layout .side .side_item .channels li:hover,
.gov_body .layout .side .side_item .channels li.on {
  background-color: #eaf3f9;
}
.gov_body .layout .side .side_item .channels li:hover a,
.gov_body .layout .side .side_item .channels li.on a {
  color: #015293;
  font-weight: 700;
}
.gov_body .layout .side .side_item .channels li:hover a::before,
.gov_body .layout .side .side_item .channels li.on a::before {
  background-color: #015293;
}
.gov_body .layout .side .side_item .channels li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 30px;
  padding-right: 15px;
  font-size: 16px;
  color: #333;
}
.gov_body .layout .side .side_item .channels li a::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #898989;
  border-radius: 50%;
}
.gov_body .layout .side .side_item:hover .side_link,
.gov_body .layout .side .side_item.active .side_link {
  background-color: #2d66a5;
  color: #fff;
}
.gov_body .layout .side .side_item:hover .side_link .active_element,
.gov_body .layout .side .side_item.active .side_link .active_element {
  display: block;
  font-size: 40px;
}
.gov_body .layout .side .side_item:hover .side_link .default_element,
.gov_body .layout .side .side_item.active .side_link .default_element {
  display: none;
}
.gov_body .layout .side .side_item:hover .side_link .symbol,
.gov_body .layout .side .side_item.active .side_link .symbol {
  background-image: url(../images/gov_icon_jian.png);
}
.gov_body .layout .side .side_ewm img {
  width: 100%;
}
.gov_body .layout .main {
  float: right;
  width: 930px;
  background-color: #fff;
  padding: 30px;
}
.disc_guide .disc_guide_head {
  padding-bottom: 20px;
  border-bottom: 2px solid #eee;
}
.disc_guide .disc_guide_head .disc_guide_title {
  font-size: 32px;
  color: #2d66a5;
  text-align: center;
}
.disc_guide .disc_guide_head .disc_guide_other {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #999;
  margin-top: 20px;
}
.disc_guide .disc_guide_text {
  margin-top: 20px;
  max-height: 800px;
  overflow-y: auto;
}
.disc_guide .disc_guide_text::-webkit-scrollbar-corner {
  width: 0;
}
.disc_guide .disc_guide_text::-webkit-scrollbar {
  width: 16px;
  height: 16px;
  background: transparent;
}
.disc_guide .disc_guide_text::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-left: 1px solid rgba(244, 244, 244, 0.14);
}
.disc_guide .disc_guide_text::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 4px solid transparent;
  background-clip: content-box;
  background-color: #2d66a5;
}
.disc_guide .disc_guide_file {
  margin-top: 20px;
}
.disc_guide .disc_guide_file .guide_file_title {
  font-size: 20px;
  font-weight: 700;
  color: #015293;
}
.disc_guide .disc_guide_file .guide_file_list {
  margin-top: 10px;
}
.disc_guide .disc_guide_file .guide_file_list li {
  position: relative;
  font-size: 16px;
  line-height: 34px;
  padding-left: 20px;
}
.disc_guide .disc_guide_file .guide_file_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  background-color: #015293;
  transform: translateY(-50%);
  border-radius: 50%;
}
.disc_guide .disc_guide_file .guide_file_list li a {
  color: #333;
}
.disc_guide .disc_guide_file .guide_file_list li:hover a {
  color: #015293;
}
.disc_annual .module {
  margin-bottom: 40px;
}
.disc_annual .module:last-child {
  margin-bottom: 0;
}
.disc_annual .module .module_title {
  display: flex;
  align-items: center;
  height: 54px;
  background: url(../images/gov_bg_module_title.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 36px;
  font-size: 24px;
  font-weight: 700;
  color: #015293;
}
.disc_annual .module .module_list {
  margin-top: 10px;
}
.disc_annual .module .module_list li {
  position: relative;
  display: flex;
  align-items: center;
  height: 66px;
  border-bottom: 1px dashed #d1d1d1;
  padding-left: 40px;
}
.disc_annual .module .module_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #a1a493;
  border-radius: 50%;
}
.disc_annual .module .module_list li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;
  color: #333;
}
.disc_annual .module .module_list li:hover::before {
  background-color: #015293;
}
.disc_annual .module .module_list li:hover a {
  color: #015293;
}
.disc_annual .module .module_check {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.disc_annual .module .module_check .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 207px;
  height: 40px;
  background-color: #ecf6fc;
  font-size: 18px;
  color: #015293;
}
.disc_annual .module .annual_dept {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.disc_annual .module .annual_dept li {
  width: 265px;
  height: 53px;
  background-color: #ffffff;
  border: solid 1px #a6c8de;
  margin-right: 38px;
  margin-bottom: 10px;
}
.disc_annual .module .annual_dept li:nth-child(3n) {
  margin-right: 0;
}
.disc_annual .module .annual_dept li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  color: #333;
}
.disc_annual .module .annual_dept li:hover {
  background-color: #015293;
}
.disc_annual .module .annual_dept li:hover a {
  color: #fff;
}
.disc_single_list .module {
  margin-bottom: 40px;
}
.disc_single_list .module:last-child {
  margin-bottom: 0;
}
.disc_single_list .module .module_title {
  display: flex;
  align-items: center;
  height: 54px;
  background: url(../images/gov_bg_module_title.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 36px;
  font-size: 24px;
  font-weight: 700;
  color: #015293;
}
.disc_single_list .module .module_list {
  margin-top: 10px;
}
.disc_single_list .module .module_list li {
  position: relative;
  display: flex;
  align-items: center;
  height: 66px;
  border-bottom: 1px dashed #d1d1d1;
  padding-left: 40px;
}
.disc_single_list .module .module_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #a1a493;
  border-radius: 50%;
}
.disc_single_list .module .module_list li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;
  color: #333;
}
.disc_single_list .module .module_list li:hover::before {
  background-color: #015293;
}
.disc_single_list .module .module_list li:hover a {
  color: #015293;
}
.disc_single_list .module .paging {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.disc_single_list .module .paging a {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #fff;
  border: 1px solid #ebebeb;
  color: #bdbdbd;
  font-size: 14px;
  border-radius: 4px;
}
.disc_single_list .module .paging a:hover {
  background-color: #016bb5;
  color: #fff;
}
.disc_single_list .module .paging .active {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #016bb5;
  color: #fff;
  font-size: 14px;
  border: 1px solid #016bb5;
  border-radius: 4px;
}
.disc_single_list .module .paging .jump-ipt {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #fff;
  border: 1px solid #ebebeb;
  outline: none;
  color: #016bb5;
  font-size: 14px;
}
.disc_single_list .module .check {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.disc_single_list .module .check .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 207px;
  height: 40px;
  background-color: #ecf6fc;
  font-size: 18px;
  color: #015293;
}
.disc_policy .policy .policy_title {
  display: flex;
  align-items: center;
  height: 54px;
  background: url(../images/gov_bg_module_title.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 36px;
  font-size: 24px;
  font-weight: 700;
  color: #015293;
}
.disc_policy .policy .policy_list {
  margin-top: 10px;
}
.disc_policy .policy .policy_list .list_head {
  display: flex;
  align-items: center;
  height: 60px;
  background-color: #f2f6fa;
}
.disc_policy .policy .policy_list .list_head .head_item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 16px;
  color: #2d66a5;
}
.disc_policy .policy .policy_list .list_head .xh {
  width: 60px;
  border-bottom: 5px solid #236caf;
}
.disc_policy .policy .policy_list .list_head .wjmc {
  flex: 1;
  border-bottom: 5px solid #32b9e6;
}
.disc_policy .policy .policy_list .list_head .cwrq {
  width: 140px;
  border-bottom: 5px solid #236caf;
}
.disc_policy .policy .policy_list .list_head .fwzh {
  width: 200px;
  border-bottom: 5px solid #32b9e6;
}
.disc_policy .policy .policy_list .list_head .fbrq {
  width: 140px;
  border-bottom: 5px solid #236caf;
}
.disc_policy .policy .policy_list li a {
  display: flex;
  font-size: 18px;
  color: #333;
}
.disc_policy .policy .policy_list li a .xh {
  width: 60px;
  background-color: #f4f8fb;
}
.disc_policy .policy .policy_list li a .wjmc {
  flex: 1;
}
.disc_policy .policy .policy_list li a .cwrq {
  width: 140px;
  background-color: #f4f8fb;
}
.disc_policy .policy .policy_list li a .fwzh {
  width: 200px;
}
.disc_policy .policy .policy_list li a .fbrq {
  width: 140px;
  background-color: #f4f8fb;
}
.disc_policy .policy .policy_list li a .item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 10px;
}
.disc_policy .policy .policy_list li:hover a .wjmc {
  color: #015293;
}
.disc_policy .policy .paging {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.disc_policy .policy .paging a {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #fff;
  border: 1px solid #ebebeb;
  color: #bdbdbd;
  font-size: 14px;
  border-radius: 4px;
}
.disc_policy .policy .paging a:hover {
  background-color: #016bb5;
  color: #fff;
}
.disc_policy .policy .paging .active {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #016bb5;
  color: #fff;
  font-size: 14px;
  border: 1px solid #016bb5;
  border-radius: 4px;
}
.disc_policy .policy .paging .jump-ipt {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #fff;
  border: 1px solid #ebebeb;
  outline: none;
  color: #016bb5;
  font-size: 14px;
}
.disc_channels .channels_title {
  display: flex;
  align-items: center;
  height: 54px;
  background: url(../images/gov_bg_module_title.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 36px;
  font-size: 24px;
  font-weight: 700;
  color: #015293;
}
.disc_channels .channels_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.disc_channels .channels_list li {
  width: 48%;
  height: 58px;
  background-color: #ecf6fc;
  margin-top: 30px;
}
.disc_channels .channels_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  color: #015293;
}
.disc_mechanism .leader .leader_title {
  display: flex;
  align-items: center;
  height: 54px;
  background: url(../images/gov_bg_module_title.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 36px;
  font-size: 24px;
  font-weight: 700;
  color: #015293;
}
.disc_mechanism .leader .leader_main {
  margin-top: 30px;
}
.disc_mechanism .leader .leader_main .first {
  display: flex;
  justify-content: center;
}
.disc_mechanism .leader .leader_main .first .first_leader {
  width: 152px;
}
.disc_mechanism .leader .leader_main .first .first_leader img {
  width: 100%;
  height: 181px;
  background-color: #dbe6ee;
}
.disc_mechanism .leader .leader_main .first .first_leader h3 {
  font-size: 20px;
  color: #015293;
  text-align: center;
}
.disc_mechanism .leader .leader_main .first .first_leader p {
  font-size: 18px;
  color: #000;
  text-align: center;
}
.disc_mechanism .leader .leader_main .leader_list {
  display: flex;
  flex-wrap: wrap;
}
.disc_mechanism .leader .leader_main .leader_list li {
  width: 152px;
  margin-top: 30px;
  margin-right: 87px;
}
.disc_mechanism .leader .leader_main .leader_list li:nth-child(4n) {
  margin-right: 0;
}
.disc_mechanism .leader .leader_main .leader_list li img {
  width: 100%;
  height: 181px;
  background-color: #dbe6ee;
}
.disc_mechanism .leader .leader_main .leader_list li h3 {
  font-size: 20px;
  color: #015293;
  text-align: center;
}
.disc_mechanism .leader .leader_main .leader_list li p {
  font-size: 18px;
  color: #000;
  text-align: center;
}
.disc_mechanism .org {
  margin-top: 50px;
}
.disc_mechanism .org .org_title {
  display: flex;
  align-items: center;
  height: 54px;
  background: url(../images/gov_bg_module_title.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 36px;
  font-size: 24px;
  font-weight: 700;
  color: #015293;
}
.disc_mechanism .org .org_inner {
  margin-top: 30px;
}
.disc_mechanism .org .org_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.disc_mechanism .org .org_list li {
  width: 265px;
  height: 53px;
  background-color: #ffffff;
  border: solid 1px #a6c8de;
  margin-right: 37px;
  margin-bottom: 8px;
}
.disc_mechanism .org .org_list li:nth-child(3n) {
  margin-right: 0;
}
.disc_mechanism .org .org_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  color: #333;
}
.disc_mechanism .org .org_list li:hover {
  background-color: #015293;
}
.disc_mechanism .org .org_list li:hover a {
  color: #fff;
}
