.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;
   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;
}

.gov_header .gov_header_nav .gov_nav {
   display: flex;
   padding-top: 20px;
}

.gov_header .gov_header_nav .gov_nav li {
   position: relative;
   margin-left: 30px;
   height: 40px;
}

.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: 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: 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: 60px 30px 30px 30px;
   margin-top: -330px;
   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;
   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;
   width: 248px;
}

.gov_body .layout .side .search_item {
   display: none;
   width: 100%;
   margin-bottom: 13px;
   background-color: #fff;
   cursor: pointer;
}

.gov_body .layout .side .search_item:last-child {
   margin-bottom: 0;
}

.gov_body .layout .side .search_item .search_link {
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
   height: 75px;
   font-size: 23px;
   color: #2d66a5;
   padding: 0 30px;
   cursor: pointer;
}

.gov_body .layout .side .search_item .search_link .left {
   display: flex;
   align-items: center;
   line-height: 27px;
}

.gov_body .layout .side .search_item .search_link .left img {
   width: 40px;
   height: 40px;
   margin-right: 22px;
}

.gov_body .layout .side .search_item .search_link .default_element {
   display: block;
}

.gov_body .layout .side .search_item .search_link .active_element {
   display: none;
}

.gov_body .layout .side .search_item .search_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 .search_item .search_channels {
   display: none;
   padding: 15px 0;
}

.gov_body .layout .side .search_item .search_channels .child_item {
   margin-bottom: 5px;
}

.gov_body .layout .side .search_item .search_channels .child_item:last-child {
   margin-bottom: 0;
}

.gov_body .layout .side .search_item .search_channels .child_item .child_title {
   position: relative;
   display: flex;
   align-items: center;
   height: 37px;
   padding: 0 15px 0 40px;
   font-size: 16px;
   color: #333;
}

.gov_body .layout .side .search_item .search_channels .child_item .child_title:hover {
   background-color: #eaf3f9;
}

.gov_body .layout .side .search_item .search_channels .child_item .child_title:hover::before {
   content: "-";
}

.gov_body .layout .side .search_item .search_channels .child_item .child_title::before {
   display: flex;
   align-items: center;
   justify-content: center;
   content: "+";
   position: absolute;
   left: 15px;
   top: 50%;
   transform: translateY(-50%);
   width: 15px;
   height: 15px;
   background-color: #015293;
   color: #fff;
   font-size: 12px;
}

.gov_body .layout .side .search_item .search_channels .child_item .child_channels {
   display: none;
   padding: 5px 15px 5px 22px;
}

.gov_body .layout .side .search_item .search_channels .child_item .child_channels li {
   position: relative;
   border-left: 1px dashed #eee;
   padding-left: 20px;
   line-height: 38px;
   cursor: pointer;
   font-size: 15px;
}

.gov_body .layout .side .search_item .search_channels .child_item .child_channels li::before {
   content: "---";
   position: absolute;
   left: 0;
   color: #eee;
   font-weight: normal;
}

.gov_body .layout .side .search_item .search_channels .child_item .child_channels li:hover,
.gov_body .layout .side .search_item .search_channels .child_item .child_channels li.on {
   color: #015293;
   font-weight: 700;
}

.gov_body .layout .side .search_item .search_channels .child_item.on .child_title {
   background-color: #eaf3f9;
}

.gov_body .layout .side .search_item .search_channels .child_item.on .child_title::before {
   content: "-";
}

.gov_body .layout .side .search_item .search_channels .child_item.on .child_channels {
   display: block;
}

.gov_body .layout .side .search_item:hover .search_link,
.gov_body .layout .side .search_item.active .search_link {
   background-color: #2d66a5;
   color: #fff;
}

.gov_body .layout .side .search_item:hover .search_link .active_element,
.gov_body .layout .side .search_item.active .search_link .active_element {
   display: block;
   font-size: 40px;
}

.gov_body .layout .side .search_item:hover .search_link .default_element,
.gov_body .layout .side .search_item.active .search_link .default_element {
   display: none;
}

.gov_body .layout .side .search_item:hover .search_link .symbol,
.gov_body .layout .side .search_item.active .search_link .symbol {
   background-image: url(../images/gov_icon_jian.png);
}

.gov_body .layout .side .search_item:hover .search_channels,
.gov_body .layout .side .search_item.active .search_channels {
   display: block;
}

.gov_body .layout .side .side_item {
   width: 100%;
   margin-bottom: 20px;
   cursor: pointer;
}

.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: 23px;
   color: #2d66a5;
   padding: 0 27px;
   cursor: pointer;
   background-color: #fff;
}

.gov_body .layout .side .side_item .side_link .left {
   display: flex;
   align-items: center;
   line-height: 27px;
}

.gov_body .layout .side .side_item .side_link .left img {
   width: 40px;
   height: 40px;
   margin-right: 15px;
}

.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: flex;
   align-items: center;
   width: 20px;
   height: 20px;
   background: url(../images/gov_icon_jia.png) no-repeat;
   background-size: 100%;
   background-position: center;
}

.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 {
   width: 100%;
}

.gov_body .layout .main {
   float: right;
   width: 970px;
   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;
   flex-wrap: wrap;
   margin-top: 30px;
}

.annual .module .annual_dept li {
   width: 265px;
   height: 53px;
   background-color: #ffffff;
   border: solid 1px #a6c8de;
   margin-right: 37px;
   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: 60px;
   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: 240px;
   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 {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 60px;
   background-color: #f4f8fb;
}

.policy .policy .policy_list li a .wjmc {
   flex: 1;
}

.policy .policy .policy_list li a .fwzh {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 240px;
   background-color: #f4f8fb;
}

.policy .policy .policy_list li a .cwrq {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 120px;
}

.policy .policy .policy_list li a .fbrq {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 120px;
   background-color: #f4f8fb;
}

.policy .policy .policy_list li a .item {
   border-bottom: 1px solid #eaeaea;
   padding: 10px 10px;
   text-align: justify;
}

.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: 99px;
}

.mechanism .leader .leader_main .leader_list li:nth-child(4n) {
   margin-right: 0;
}

.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;
   flex-wrap: wrap;
   margin-top: 30px;
}

.mechanism .org .org_list li {
   width: 278px;
   height: 53px;
   background-color: #ffffff;
   border: solid 1px #a6c8de;
   margin-right: 37px;
   margin-bottom: 15px;
}

.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;
}

.regulations .regulations_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;
}

.regulations .regulations_list {
   margin-top: 20px;
}

.regulations .regulations_list .head {
   display: flex;
   align-items: center;
   height: 47px;
   font-size: 20px;
   color: #333;
   font-weight: 700px;
   text-align: center;
   border-bottom: 2px solid #015293;
   font-weight: 700;
   margin-bottom: 20px;
}

.regulations .regulations_list .head .xh {
   width: 70px;
}

.regulations .regulations_list .head .bt {
   flex: 1;
}

.regulations .regulations_list .head .xz {
   width: 200px;
}

.regulations .regulations_list li {
   display: flex;
   font-size: 18px;
   margin-bottom: 20px;
   padding: 10px 0;
}

.regulations .regulations_list li:nth-child(2n + 1) {
   background-color: #eee;
}

.regulations .regulations_list li .xh {
   width: 70px;
   text-align: center;
}

.regulations .regulations_list li .bt {
   flex: 1;
}

.regulations .regulations_list li .bt .title {
   font-size: 18px;
   color: #333;
   font-weight: 700;
}

.regulations .regulations_list li .bt .title a {
   color: #333;
}

.regulations .regulations_list li .bt .title a:hover {
   color: #015293;
}

.regulations .regulations_list li .bt .desc {
   font-size: 14px;
   color: #015293;
}

.regulations .regulations_list li .xz {
   display: flex;
   justify-content: space-between;
   width: 200px;
   font-size: 16px;
   padding-right: 20px;
}

.regulations .regulations_list li .xz a:hover {
   color: #015293;
}

.keynote .key_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;
}

.keynote .policy_list {
   margin-top: 10px;
}

.keynote .policy_list .list_head {
   display: flex;
   align-items: center;
   height: 60px;
   background-color: #f2f6fa;
}

.keynote .policy_list .list_head .head_item {
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
   font-size: 16px;
   color: #2d66a5;
}

.keynote .policy_list .list_head .xh {
   width: 60px;
   border-bottom: 5px solid #236caf;
}

.keynote .policy_list .list_head .wjmc {
   flex: 1;
   border-bottom: 5px solid #32b9e6;
}

.keynote .policy_list .list_head .fwzh {
   width: 240px;
   border-bottom: 5px solid #236caf;
}

.keynote .policy_list .list_head .cwrq {
   width: 120px;
   border-bottom: 5px solid #32b9e6;
}

.keynote .policy_list .list_head .fbrq {
   width: 120px;
   border-bottom: 5px solid #236caf;
}

.keynote .policy_list li a {
   display: flex;
   font-size: 18px;
   color: #333;
}

.keynote .policy_list li a .xh {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 60px;
   background-color: #f4f8fb;
}

.keynote .policy_list li a .wjmc {
   flex: 1;
}

.keynote .policy_list li a .fwzh {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 240px;
   background-color: #f4f8fb;
}

.keynote .policy_list li a .cwrq {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 120px;
}

.keynote .policy_list li a .fbrq {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 120px;
   background-color: #f4f8fb;
}

.keynote .policy_list li a .item {
   border-bottom: 1px solid #eaeaea;
   padding: 10px 10px;
}

.keynote .policy_list li:hover a .wjmc {
   color: #015293;
}

.keynote .check {
   display: flex;
   justify-content: center;
   margin-top: 20px;
}

.keynote .check .more {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 207px;
   height: 40px;
   background-color: #ecf6fc;
   font-size: 18px;
   color: #015293;
}

.keynote .links {
   display: flex;
   flex-wrap: wrap;
   margin-top: 20px;
}

.keynote .links li {
   width: 296px;
   height: 58px;
   background-color: #ecf6fc;
   margin-right: 11px;
   margin-top: 20px;
   transition: all 0.3s;
}

.keynote .links li:nth-child(3n) {
   margin-right: 0;
}

.keynote .links li a {
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
   font-size: 24px;
   color: #015293;
}

.keynote .links li:hover {
   transform: translateY(-3px);
}

.keynote .module {
   margin-top: 40px;
}

.keynote .module:last-child {
   margin-bottom: 0;
}

.keynote .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;
}

.keynote .module .module_list {
   margin-top: 10px;
}

.keynote .module .module_list li {
   position: relative;
   display: flex;
   align-items: center;
   height: 66px;
   border-bottom: 1px dashed #d1d1d1;
   padding-left: 40px;
}

.keynote .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%;
}

.keynote .module .module_list li a {
   display: flex;
   justify-content: space-between;
   width: 100%;
   font-size: 18px;
   color: #333;
}

.keynote .module .module_list li:hover::before {
   background-color: #015293;
}

.keynote .module .module_list li:hover a {
   color: #015293;
}

.keynote .module .check {
   display: flex;
   justify-content: center;
   margin-top: 20px;
}

.keynote .module .check .more {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 207px;
   height: 40px;
   background-color: #ecf6fc;
   font-size: 18px;
   color: #015293;
}

.public_notice .module:last-child {
   margin-bottom: 0;
}

.public_notice .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;
}

.public_notice .module .module_list {
   margin-top: 10px;
}

.public_notice .module .module_list li {
   position: relative;
   display: flex;
   align-items: center;
   height: 66px;
   border-bottom: 1px dashed #d1d1d1;
   padding-left: 40px;
}

.public_notice .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%;
}

.public_notice .module .module_list li a {
   display: flex;
   justify-content: space-between;
   width: 100%;
   font-size: 18px;
   color: #333;
}

.public_notice .module .module_list li:hover::before {
   background-color: #015293;
}

.public_notice .module .module_list li:hover a {
   color: #015293;
}

.public_notice .module .check {
   display: flex;
   justify-content: center;
   margin-top: 20px;
}

.public_notice .module .check .more {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 207px;
   height: 40px;
   background-color: #ecf6fc;
   font-size: 18px;
   color: #015293;
}

.public_notice .matter {
   margin-top: 40px;
}

.public_notice .matter .matter_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;
}

.public_notice .matter .matter_list {
   margin-top: 10px;
}

.public_notice .matter .matter_list .list_head {
   display: flex;
   align-items: center;
   height: 60px;
   background-color: #f2f6fa;
}

.public_notice .matter .matter_list .list_head .head_item {
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
   font-size: 16px;
   color: #2d66a5;
}

.public_notice .matter .matter_list .list_head .xh {
   width: 60px;
   border-bottom: 5px solid #236caf;
}

.public_notice .matter .matter_list .list_head .wjmc {
   flex: 1;
   border-bottom: 5px solid #32b9e6;
}

.public_notice .matter .matter_list .list_head .fwzh {
   width: 240px;
   border-bottom: 5px solid #236caf;
}

.public_notice .matter .matter_list .list_head .cwrq {
   width: 120px;
   border-bottom: 5px solid #32b9e6;
}

.public_notice .matter .matter_list .list_head .fbrq {
   width: 120px;
   border-bottom: 5px solid #236caf;
}

.public_notice .matter .matter_list li a {
   display: flex;
   font-size: 18px;
   color: #333;
}

.public_notice .matter .matter_list li a .xh {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 60px;
   background-color: #f4f8fb;
}

.public_notice .matter .matter_list li a .wjmc {
   flex: 1;
}

.public_notice .matter .matter_list li a .fwzh {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 240px;
   background-color: #f4f8fb;
}

.public_notice .matter .matter_list li a .cwrq {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 120px;
}

.public_notice .matter .matter_list li a .fbrq {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 120px;
   background-color: #f4f8fb;
}

.public_notice .matter .matter_list li a .item {
   border-bottom: 1px solid #eaeaea;
   padding: 10px 10px;
}

.public_notice .matter .matter_list li:hover a .wjmc {
   color: #015293;
}