﻿@charset "UTF-8";

/* 内容详情页 start */
.none {
  display: none !important;
}

a {
  color: inherit;
}

a img {
  display: inline;
}

body {
  background-color: #fdfdfd;
  color: #fff;
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
}

body .header {
  background-size: 100% 100%;
  background-position: center 0;
  background-repeat: no-repeat;
  background-image: url(banner.png);
  padding-bottom: 50px;
  min-width: 1200px;
}

body .header .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding: 10px 0;
}

body .header .top .top1 {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  font-size: 0px;
}

body .header .top .top1 .left {
  display: inline-block;
  width: 740px;
  height: auto;
  font-size: 13px;
  vertical-align: middle;
}

body .header .top .top1 .right {
  display: inline-block;
  width: 460px;
  height: auto;
  font-size: 13px;
  vertical-align: middle;
}

body .header .top .top1 .right img {
  margin-right: 5px;
}

body .header .top .top1 .right .date {
  display: inline;
  margin-right: 20px;
}

body .header .top .top1 .right .date img,
body .header .top .top1 .right .date span {
  display: inline-block;
  vertical-align: middle;
}

body .header .top .top1 .right .wuzhangai {
  margin-right: 20px;
}

body .header .top .top1 .right .wuzhangai img,
body .header .top .top1 .right .wuzhangai span {
  display: inline-block;
  vertical-align: middle;
}

body .header .top .top1 .right .back img,
body .header .top .top1 .right .back span {
  display: inline-block;
  vertical-align: middle;
}

body .header .bottom {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

body .header .bottom .logo {
  display: block;
  margin: 30px 0 45px 0;
}

body .header .bottom .box {
  font-size: 0;
}

body .header .bottom .box .left {
  display: inline-block;
  vertical-align: middle;
  width: 990px;
  height: auto;
}

body .header .bottom .box .left a {
  font-size: 13px;
  margin-right: 25px;
  font-weight: bold;
  position: relative;
}

body .header .bottom .box .left a:hover {
  color: #FF0;
}

body .header .bottom .box .left .active:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -15px;
  background-color: #fff;
}

body .header .bottom .box .right {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  height: 50px;
  font-size: 0;
}

body .header .bottom .box .right input {
  width: 160px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  text-indent: 20px;
}

body .header .bottom .box .right input::-webkit-input-placeholder {
  color: #bbb;
  font-size: 13px;
}

body .header .bottom .box .right input::-moz-input-placeholder {
  color: #bbb;
  font-size: 13px;
}

body .header .bottom .box .right input::-ms-input-placeholder {
  color: #bbb;
  font-size: 13px;
}

.sousuo {
  width: 50px;
  height: 50px;
  background-color: #ffb034;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

body .content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

body .content .box .title {
  margin: 30px 0 20px 0;
  font-size: 22px;
  color: #333;
}

body .content .box .item-box {
  font-size: 0;
}

body .content .box .item-box .item {
  width: 224px;
  height: 245px;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #4293f4;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
  margin-right: 20px;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body .content .box .item-box .item:hover {
  box-shadow: 0px 10px 20px 0px rgba(66, 147, 244, 0.6);
}

body .content .box .item-box .item div {
  padding: 15px 10px;
  font-size: 13px;
  height: 89px;
}

body .content .box .item-box .item div .p1 {
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
}

body .content .box .item-box .item div .p2 {
  color: #666;
  line-height: 1.2;
}

body .content .box .item-box .item:last-child {
  margin-right: 0px;
}

body .content .box .item-box1 {
  font-size: 0;
}

body .content .box .item-box1 .item {
  box-shadow: 0px 0px 10px 0px rgba(54, 165, 255, 0.32);
  width: 224px;
  height: 88px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body .content .box .item-box1 .item:hover {
  box-shadow: 0px 10px 20px 0px rgba(66, 147, 244, 0.6);
}

body .content .box .item-box1 .item div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

body .content .box .item-box1 .item div img {
  width: 40px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

body .content .box .item-box1 .item div span {
  width: 125px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

body .content .box .item-box1 .item:nth-child(5),
body .content .box .item-box1 .item:nth-child(10) {
  margin-right: 0px;
}

body .content .box .item-box1 .item:nth-child(1) {
  background-color: #36a5ff;
}

body .content .box .item-box1 .item:nth-child(2) {
  background-color: #ffb034;
}

body .content .box .item-box1 .item:nth-child(3) {
  background-color: #4ab799;
}

body .content .box .item-box1 .item:nth-child(4) {
  background-color: #ff7d34;
}

body .content .box .item-box1 .item:nth-child(5) {
  background-color: #5e4df5;
}

body .content .box .item-box1 .item:nth-child(6) {
  background-color: #43afbe;
}

body .content .box .item-box1 .item:nth-child(7) {
  background-color: #ed6445;
}

body .content .box .item-box1 .item:nth-child(8) {
  background-color: #5a79e0;
}

body .content .box .item-box1 .item:nth-child(9) {
  background-color: #7457f1;
}

body .content .box .item-box1 .item:nth-child(10) {
  background-color: #50bc8b;
}

body .content .box .item-box2 {
  font-size: 0;
}

body .content .box .item-box2 .focuspic {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 20px 30px 0;
}

body .content .box .item-box2 .focuspic .focus_cont:nth-child(1) {
  display: block;
}

body .content .box .item-box2 .focuspic .focus_cont {
  display: none;
  position: relative;
  width: 468px;
  height: 289px;
}

body .content .box .item-box2 .focuspic .focus_cont .img-a img {
  width: 468px;
  height: 289px;
}

body .content .box .item-box2 .focuspic .focus_cont span {
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.322);
}

body .content .box .item-box2 .focuspic .focus_cont span .span-a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 50px;
  width: 275px;
  height: 100%;
  margin-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body .content .box .item-box2 .focuspic .focusnav {
  width: 120px;
  height: 24px;
  position: absolute;
  left: 328px;
  bottom: 13px;
  font-size: 0;
}

body .content .box .item-box2 .focuspic .focusnav span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.878);
  color: #666666;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  margin-right: 8px;
}

body .content .box .item-box2 .focuspic .focusnav span:last-child {
  margin-right: 0px;
}

body .content .box .item-box2 .focuspic .focusnav .current {
  background-color: #ffb034;
  color: #fff;
}

body .content .box .item-box2 .dongtai {
  display: inline-block;
  vertical-align: top;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  width: 428px;
  height: 289px;
  padding: 0 20px;
  margin: 0 20px 30px 0;
}

body .content .box .item-box2 .dongtai .tab {
  height: 60px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0;
}

body .content .box .item-box2 .dongtai .tab .tab-title {
  width: 350px;
  display: inline-block;
}

body .content .box .item-box2 .dongtai .tab .tab-title div {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 60px;
  margin-right: 15px;
  cursor: pointer;
  border-bottom: 2px solid rgba(66, 147, 244, 0);
}

body .content .box .item-box2 .dongtai .tab .tab-title .active {
  color: #4293f4;
  border-bottom: 2px solid #4293f4;
}

body .content .box .item-box2 .dongtai .tab a {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #888888;
  line-height: 60px;
}

body .content .box .item-box2 .dongtai .text {
  padding-bottom: 15px;
  border-bottom: 1px dashed #eaeaea;
}

body .content .box .item-box2 .dongtai .text .p1 {
  font-size: 16px;
  color: #333333;
  line-height: 1.313;
  margin: 15px 0;
}

body .content .box .item-box2 .dongtai .text .p2 {
  font-size: 13px;
  color: #888888;
  line-height: 1.538;
}

body .content .box .item-box2 .dongtai .zixun {
  padding-top: 15px;
}

body .content .box .item-box2 .dongtai .zixun ul {
  padding-left: 13px;
}

body .content .box .item-box2 .dongtai .zixun ul li {
  font-size: 13px;
  color: #333333;
  margin-bottom: 15px;
  cursor: pointer;
}

body .content .box .item-box2 .dongtai .zixun ul li:hover {
  color: #ff7d34;
}

body .content .box .item-box2 .dongtai1 {
  display: inline-block;
  vertical-align: top;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  width: 1160px;
  height: 220px;
  padding: 0 20px;
  margin: 0 20px 30px 0;
}

body .content .box .item-box2 .dongtai1 .tab {
  height: 60px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0;
}

body .content .box .item-box2 .dongtai1 .tab .tab-title {
  display: inline-block;
}

body .content .box .item-box2 .dongtai1 .tab .tab-title div {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 60px;
  margin-right: 15px;
  cursor: pointer;
  border-bottom: 2px solid rgba(66, 147, 244, 0);
}

body .content .box .item-box2 .dongtai1 .tab .tab-title .active {
  color: #4293f4;
  border-bottom: 2px solid #4293f4;
}

body .content .box .item-box2 .dongtai1 .mulubox {
  padding-top: 20px;
}

body .content .box .item-box2 .dongtai1 .mulubox a {
  width: 290px;
  height: 15px;
  display: inline-block;
  margin: 0 0 20px 0;
  color: #333333;
}

body .content .box .item-box2 .dongtai1 .mulubox a:hover {
  color: #4293f4;
}

body .content .box .item-box2 .dongtai1 .mulubox a img,
body .content .box .item-box2 .dongtai1 .mulubox a span {
  display: inline-block;
  vertical-align: middle;
}

body .content .box .item-box2 .dongtai1 .mulubox a span {
  font-size: 13px;
  margin-left: 8px;
}

body .content .box .item-box2 .list {
  /*width: 224px;*/
  width: 100%;
  height: 72px;

  display: inline-block;
  margin: 0 0px 30px 0;
}

body .content .box .item-box2 .list a:last-child {
  border-bottom: none;
}

body .content .box .item-box2 .list a {
  display: block;
  width: 224px;
  height: 57px;
  float: left;
  background-color: #36a5ff;
  font-size: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  margin-right: 20px;
}
body .content .box .item-box2 .list a:nth-child(5) {
  margin-right: 0px
}

body .content .box .item-box2 .list a:hover {
  color: #4293f4;
}

body .content .box .item-box2 .list a img {
  margin: 0 20px 0 40px;
  display: inline-block;
  vertical-align: middle;
}

body .content .box .item-box2 .list a span {
  font-size: 14px;
  font-weight: bold;
  line-height: 57px;
  display: inline-block;
  vertical-align: middle;
}

body .content .box .item-box2 .list a span {
  font-size: 14px;
  font-weight: bold;
  line-height: 57px;
  display: inline-block;
  vertical-align: middle;
}

body .content .box .item-box2 .dangdejianshe {
  width: 224px;
  height: 289px;
  display: inline-block;
  margin: 0 0px 30px 0;
  font-size: 0;
}

body .content .box .item-box2 .dangdejianshe a {
  display: block;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}

body .content .box .item-box2 .dangdejianshe a:last-child {
  margin-bottom: 0px;
}

/*2021.08.31政策服务开始*/
body .content .box .item-box2 .zhengce {
  width: 184px;
  height: 290px;
  margin-right: 0px;
}
body .content .box .item-box2 .zhengce .tab {
  height: 46px;
  border-bottom: 0px solid #f0f0f0;
}
body .content .box .item-box2 .zhengce  .tab .tab-title .active{
  border-bottom: 0px solid #4293f4;
}
body .content .box .item-box2 .zhengce .text {
  border-bottom: 0px solid #4293f4;
}


body .content .box .item-box2 .zhengce a {
margin: 15px 0 15px 0;
display: block;
}

body .content .box .item-box2 .zhengce a a:last-child {
margin-bottom: 0px;
}
/*2021.08.31政策服务结束*/

body .content1 {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  font-size: 13px;
  color: #666;
  margin-top:43px;
}

body .content1 .dqwz {
  margin: 30px 0;
}

body .content1 .dqwz a {
  font-size: 13px;
  color: #666;
}

body .content1 .dqwz a:hover {
  color: #ffb034;
}

body .content1 .dqwz img {
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

body .content1 .box .list {
  width: 224px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
  display: inline-block;
  margin: 0 20px 30px 0;
  text-align: center;
}

body .content1 .box .list .title {
  color: #fff;
  font-size: 16px;
  background-color: #4293f4;
}

body .content1 .box .list .active span {
  color: #4293f4;
}

body .content1 .box .list a:last-child,
body .content1 .box .list a:first-child {
  border-bottom: none;
}

body .content1 .box .list a {
  display: block;
  width: 100%;
  height: 57px;
  font-size: 0;
  border-bottom: 1px dashed #eaeaea;
  color: #333;
}

body .content1 .box .list a img {
  margin: 0 20px 0 40px;
  display: inline-block;
  vertical-align: middle;
}

body .content1 .box .list a span {
  font-size: 14px;
  font-weight: bold;
  line-height: 57px;
  display: inline-block;
  vertical-align: middle;
}

body .content1 .box .dongtai {
  position: relative;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
  width: 912px;
  height: 440px;
  padding: 0 20px 85px 20px;
  margin: 0 0px 30px 0;
}

body .content1 .box .dongtai .tab {
  height: 60px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0;
}

body .content1 .box .dongtai .tab .tab-title {
  width: 350px;
  display: inline-block;
}

body .content1 .box .dongtai .tab .tab-title div {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 60px;
  margin-right: 15px;
  cursor: pointer;
  border-bottom: 2px solid rgba(66, 147, 244, 0);
}

body .content1 .box .dongtai .tab .tab-title .active {
  color: #4293f4;
  border-bottom: 2px solid #4293f4;
}

body .content1 .box .dongtai .tab a {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #888888;
  line-height: 60px;
}

body .content1 .box .dongtai .zixun ul {
  padding-left: 12px;
}

body .content1 .box .dongtai .zixun ul li {
  height: 59px;
  line-height: 59px;
  color: #555;
  border-bottom: 1px dashed #eaeaea;
}

body .content1 .box .dongtai .zixun ul li a {
  color: #555;
  width: 820px;
  display: inline-block;
  font-size: 13px;
}

body .content1 .box .dongtai .zixun ul li a:hover {
  color: #ff7d34;
}

body .content1 .box .dongtai .zixun ul li span {
  display: inline-block;
  font-size: 13px;
}

body .content1 .box .dongtai .pageBox {
  font-size: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
}

body .content1 .box .dongtai .pageBox span {
  display: inline-block;
  width: 74px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #eaeaea;
  color: #555;
  font-size: 13px;
  text-align: center;
  margin-right: 15px;
  cursor: pointer;
}

body .content1 .box .dongtai .pageBox span:hover {
  color: #4293f4;
}

body .content1 .textBox {
  padding: 0 30px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16);
  margin: 0 0 50px 0;
}

body .content1 .textBox .tab-title {
  height: 125px;
  border-bottom: 1px solid #f0f0f0;
}

body .content1 .textBox .tab-title .title {
  color: #333;
  font-size: 24px;
  text-align: center;
  margin: 0 0 10px 0;
  padding-top: 40px;
}

body .content1 .textBox .tab-title .title1 {
  color: #888;
  font-size: 13px;
  text-align: center;
}

body .content1 .textBox .text {
  font-size: 13px;
  color: #666666;
  line-height: 2;
/*  text-indent: 28px;*/
  padding: 35px 0;
}

body .content1 .textBox .text p {
  margin-bottom: 10px;
}

body .footer {
  background-color: #007bbb;
  padding: 45px 0px;
  min-width: 1200px;
}

body .footer .footer1 {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  font-size: 0px;
}

body .footer .footer1 .left,
body .footer .footer1 .center1,
body .footer .footer1 .center2,
body .footer .footer1 .QR1,
body .footer .footer1 .QR2,
body .footer .footer1 .QR3,
body .footer .footer1 .QR4 {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
}

body .footer .footer1 .left {
  margin-right: 70px;
}

body .footer .footer1 .left span {
  display: block;
}

body .footer .footer1 .left #_ideConac {
  margin-top: 20px;
  text-align: center;
}

body .footer .footer1 .center1 p,
body .footer .footer1 .center2 p {
  margin-bottom: 15px;
}

body .footer .footer1 .center1 {
  width: 260px;
}

body .footer .footer1 .center2 {
  width: 320px;
}

body .footer .footer1 .QR1 p,
body .footer .footer1 .QR2 p,
body .footer .footer1 .QR3 p,
body .footer .footer1 .QR4 p {
  text-align: center;
  margin-top: 10px;
}

body .footer .footer1 .QR1,
body .footer .footer1 .QR2,
body .footer .footer1 .QR3 {
  margin-right: 6px;
}



body .shouli {
  width: 100%;
  height: 96px;
  background-size: 100% 100%;
  background-position: center 0;
  background-repeat: no-repeat;
  background-image: url(background.png);
  font-size: 0;
  margin-bottom: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

body .shouli div {
  display: inline-block;
  width: 25%;
  height: auto;
  text-align: center;
  margin-top: 16px;
}

body .shouli div p:nth-child(1) {
  margin-bottom: 8px;
}

body .shouli div p {
  font-size: 13px;
}

body .shouli div p span {
  font-size: 24px;
}

.footer2{display:none;}



/* 工作动态涉企政策切换 */

body .content .box .item-box2 .dongtai .tab .gzsqmore{
  float:right;
}

body .content .box .item-box2 .dongtai .tab .gzsqmore a {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #888888;
    line-height: 60px;
}


/*# sourceMappingURL=style.css.map */ 
 .search-icon{
  background-image: url(search.png);
}


body .footer .footer1 .QR1 img{width:100px;}
body .footer .footer1 .QR1 p{width: 104px;}
body .footer .footer1 .QR2 img{width:100px;}
body .footer .footer1 .QR2 p{width:104px;}
body .footer .footer1 .QR3 img{width:100px;}
body .footer .footer1 .QR3 p{width:90px;padding-left: 5px;}
body .footer .footer1 .QR4 img{height: 100px;}
body .footer .footer1 .QR4 p{width:104px;}


/*--------------------公文法规、政策解读----------------------*/
.last_add{padding-bottom:30px;}

.wz .info_box {BORDER: #ccc 1px solid;MARGIN-TOP: 10px;PADDING: 20px;FONT-SIZE: 14px;line-height: 25px;overflow: hidden;width: 94%;MARGIN-left: 20px;}
.wz .info_box li {
  display: inline-block;
  margin-top:0;
  width:auto;
  line-height: 25px;
  margin-left: 30px;
}
.wz .info_box li span {font-size: 14px;color: #333333;height: 25px;display: table-cell;float:left;}
.wz .info_box li span.odd {
  width: auto;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
.wz .info_box li span.even {
  padding: 0 18px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wz .info_box li span.even,
.wz .info_box li + li + li + li span.even,
.wz .info_box li + li + li + li + li + li + li span.even {
  width: auto;
}
.wz .info_box li + li span.even,
.wz .info_box li + li + li + li + li span.even,
.wz .info_box li + li + li + li + li + li + li + li span.even {
  width: 143px;
}
.wz .info_box li + li + li span.even,
.wz .info_box li + li + li + li + li + li span.even,
.wz .info_box li + li + li + li + li + li + li + li + li span.even {
  width: 180px;
}
.wz .info_box tr td {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  color: #333333;
  height: 39px;
}
.wz .info_box tr td.odd {
  width: 100px;
  text-align: center;
  font-weight: bold;
}
.wz .info_box tr td.even {
  padding: 0 18px;
}
.nry-content{   margin: 30px 105px;  border-top:1px double #d0d6f5; padding-top:30px }
.nry-content a{color:#333;}
