.w {
  width: 100%;
}
.gov_header {
  height: 757px;
  background: url(../imagesx/gov_bg_header.png) no-repeat;
  background-size: 100% 100%;
}
.gov_header .gov_shortcut {
  display: flex;
  justify-content: flex-end;
  padding: 24px 20px;
  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;
  cursor: pointer;
}
.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;
  flex-wrap: wrap;
  padding: 0 20px;
}
.gov_header .gov_header_nav .gov_nav {
  display: flex;
  padding-top: 20px;
  margin-top: 20px;
}
.gov_header .gov_header_nav .gov_nav li {
  position: relative;
  margin-left: 0px;
  margin-right: 20px;
  height: 40px;
}
.gov_header .gov_header_nav .gov_nav li a {
  font-size: 18px;
  color: #fff;
}
.gov_header .gov_header_nav .gov_nav li::before {
  content: "";
  position: absolute;
  bottom: 0px;
  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: 53px;
}
.gov_header .gov_title::before {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  width: 415px;
  height: 1px;
  background-color: #f2f6f8;
  transform: translateX(-50%);
}
.gov_body {
  background-color: #f2f2f2;
  padding: 20px 20px;
  margin-top: -230px;
  margin-bottom: 50px;
}
.gov_body .gov_search .gov_search_input {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gov_body .gov_search .gov_search_input .search_web {
  display: flex;
  width: 514px;
  height: 54px;
  background-color: #fff;
  border: 2px solid #3874b4;
  border-radius: 10px;
  overflow: hidden;
}
.gov_body .gov_search .gov_search_input .search_web .search_text {
  flex: 1;
  border: 0;
  outline: 0;
  font-size: 18px;
  padding: 0 30px;
}
.gov_body .gov_search .gov_search_input .search_web .search_button {
  width: 62px;
  height: 100%;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
}
.gov_body .gov_search .gov_search_input .search_web .search_button img {
  width: 40px;
  height: 40px;
}
.gov_body .gov_search .gov_search_input::before {
  content: "";
  width: 242px;
  height: 2px;
  background-color: #d3dce5;
  margin-right: 20px;
}
.gov_body .gov_search .gov_search_input::after {
  content: "";
  width: 242px;
  height: 2px;
  background-color: #d3dce5;
  margin-left: 20px;
}
.gov_body .gov_search .condition {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 35px;
}
.gov_body .gov_search .condition .condition_item {
  display: flex;
  align-items: center;
  margin: 0 20px;
}
.gov_body .gov_search .condition .condition_item h3 {
  font-weight: normal;
  font-size: 18px;
  color: #2c66a5;
  margin-right: 10px;
}
.gov_body .gov_search .condition .condition_item .radio-group {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.gov_body .gov_search .condition .condition_item .radio-group .radio-item {
  display: flex;
  align-items: center;
  margin: 0 10px;
  font-size: 16px;
  color: #333;
}
.gov_body .gov_search .condition .condition_item .radio-group .radio-item label {
  margin-left: 5px;
}
.gov_body .layout {
  margin-top: 40px;
  overflow: hidden;
}
.gov_body .layout .side {
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.gov_body .layout .side .side_item {
  width: 48%;
  margin-bottom: 13px;
  cursor: pointer;
}
.gov_body .layout .side .side_item:last-child {
  margin-bottom: 13px;
}
.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;
  background-color: #fff;
}
.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%;
}
.gov_body .layout .side .side_item .channels {
  display: none;
  padding: 15px 0;
  background-color: #fff;
}
.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_item .ewm {
  display: none;
  width: 100%;
}
.gov_body .layout .main {
  float: right;
  width: 100%;
  background-color: #fff;
  padding: 30px;
}
.guide .guide_head {
  padding-bottom: 20px;
  border-bottom: 2px solid #eee;
}
.guide .guide_head .guide_title {
  font-size: 32px;
  color: #2d66a5;
  text-align: center;
}
.guide .guide_head .guide_other {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #999;
  margin-top: 20px;
}
.guide .guide_inner {
  margin-top: 20px;
}
.guide .guide_file {
  margin-top: 20px;
}
.guide .guide_file .guide_file_title {
  font-size: 20px;
  font-weight: 700;
  color: #015293;
}
.guide .guide_file .guide_file_list {
  margin-top: 10px;
}
.guide .guide_file .guide_file_list li {
  position: relative;
  font-size: 16px;
  line-height: 34px;
  padding-left: 20px;
}
.guide .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%;
}
.guide .guide_file .guide_file_list li a {
  color: #333;
}
.guide .guide_file .guide_file_list li:hover a {
  color: #015293;
}
.annual .module {
  margin-bottom: 40px;
}
.annual .module:last-child {
  margin-bottom: 0;
}
.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;
}
.annual .module .module_list {
  margin-top: 10px;
}
.annual .module .module_list li {
  position: relative;
  display: flex;
  align-items: center;
  height: 66px;
  border-bottom: 1px dashed #d1d1d1;
  padding-left: 40px;
}
.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%;
}
.annual .module .module_list li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;
  color: #333;
}
.annual .module .module_list li:hover::before {
  background-color: #015293;
}
.annual .module .module_list li:hover a {
  color: #015293;
}
.annual .module .module_check {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.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;
}
.annual .module .annual_dept {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.annual .module .annual_dept li {
  width: 48%;
  height: 53px;
  background-color: #ffffff;
  border: solid 1px #a6c8de;
  margin-right: 0;
  margin-bottom: 10px;
}
.annual .module .annual_dept li:nth-child(3n) {
  margin-right: 0;
}
.annual .module .annual_dept li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  color: #333;
}
.annual .module .annual_dept li:hover {
  background-color: #015293;
}
.annual .module .annual_dept li:hover a {
  color: #fff;
}
.single_list .module {
  margin-bottom: 40px;
}
.single_list .module:last-child {
  margin-bottom: 0;
}
.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;
}
.single_list .module .module_list {
  margin-top: 10px;
}
.single_list .module .module_list li {
  position: relative;
  display: flex;
  align-items: center;
  height: 66px;
  border-bottom: 1px dashed #d1d1d1;
  padding-left: 40px;
}
.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%;
}
.single_list .module .module_list li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;
  color: #333;
}
.single_list .module .module_list li:hover::before {
  background-color: #015293;
}
.single_list .module .module_list li:hover a {
  color: #015293;
}
.single_list .module .check {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.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;
}
.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;
}
.policy .policy .policy_list {
  margin-top: 10px;
}
.policy .policy .policy_list .list_head {
  display: flex;
  align-items: center;
  height: 60px;
  background-color: #f2f6fa;
}
.policy .policy .policy_list .list_head .head_item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 16px;
  color: #2d66a5;
}
.policy .policy .policy_list .list_head .xh {
  width: 40px;
  border-bottom: 5px solid #236caf;
}
.policy .policy .policy_list .list_head .wjmc {
  flex: 1;
  border-bottom: 5px solid #32b9e6;
}
.policy .policy .policy_list .list_head .fwzh {
  width: 150px;
  border-bottom: 5px solid #236caf;
}
.policy .policy .policy_list .list_head .cwrq {
  width: 120px;
  border-bottom: 5px solid #32b9e6;
}
.policy .policy .policy_list .list_head .fbrq {
  width: 120px;
  border-bottom: 5px solid #236caf;
}
.policy .policy .policy_list li a {
  display: flex;
  font-size: 18px;
  color: #333;
}
.policy .policy .policy_list li a .xh {
  width: 40px;
  background-color: #f4f8fb;
}
.policy .policy .policy_list li a .wjmc {
  flex: 1;
}
.policy .policy .policy_list li a .fwzh {
  width: 150px;
  background-color: #f4f8fb;
}
.policy .policy .policy_list li a .cwrq {
  width: 120px;
}
.policy .policy .policy_list li a .fbrq {
  width: 120px;
  background-color: #f4f8fb;
}
.policy .policy .policy_list li a .item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 10px;
}
.policy .policy .policy_list li:hover a .wjmc {
  color: #015293;
}
.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;
}
.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;
}
.mechanism .leader .leader_main {
  margin-top: 30px;
}
.mechanism .leader .leader_main .first {
  display: flex;
  justify-content: center;
}
.mechanism .leader .leader_main .first .first_leader {
  width: 152px;
}
.mechanism .leader .leader_main .first .first_leader img {
  width: 100%;
  height: 181px;
  background-color: #dbe6ee;
}
.mechanism .leader .leader_main .first .first_leader h3 {
  font-size: 20px;
  color: #015293;
  text-align: center;
}
.mechanism .leader .leader_main .first .first_leader p {
  font-size: 18px;
  color: #000;
  text-align: center;
}
.mechanism .leader .leader_main .leader_list {
  display: flex;
  flex-wrap: wrap;
}
.mechanism .leader .leader_main .leader_list li {
  width: 152px;
  margin-top: 30px;
  margin-right: 87px;
}
.mechanism .leader .leader_main .leader_list li:nth-child(3n) {
  margin-right: 0;
}
.mechanism .leader .leader_main .leader_list li:nth-child(4n) {
  margin-right: 87px;
}
.mechanism .leader .leader_main .leader_list li img {
  width: 100%;
  height: 181px;
  background-color: #dbe6ee;
}
.mechanism .leader .leader_main .leader_list li h3 {
  font-size: 20px;
  color: #015293;
  text-align: center;
}
.mechanism .leader .leader_main .leader_list li p {
  font-size: 18px;
  color: #000;
  text-align: center;
}
.mechanism .org {
  margin-top: 50px;
}
.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;
}
.mechanism .org .org_inner {
  margin-top: 30px;
}
.mechanism .org .org_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.mechanism .org .org_list li {
  width: 48%;
  height: 53px;
  background-color: #ffffff;
  border: solid 1px #a6c8de;
  margin-right: 0;
  margin-bottom: 8px;
}
.mechanism .org .org_list li:nth-child(3n) {
  margin-right: 0;
}
.mechanism .org .org_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  color: #333;
}
.mechanism .org .org_list li:hover {
  background-color: #015293;
}
.mechanism .org .org_list li:hover a {
  color: #fff;
}
