@charset "UTF-8";
/**!
 * 办事指南
 * date:2021-11-08
 * author: 耿勇强;
 */
.main {
  position: relative;
  width: 100%;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 20px 0 80px 0;
  width: 1200px;
}

.banner {
  position: relative;
  margin: 0 auto;
  padding: 60px 0 0 360px;
  width: 100%;
  height: 300px;
  background: url("../images/oneTime/banner.jpg") top center no-repeat;
}

.banner .title {
  width: 305px;
  height: 53px;
}

.banner .nav {
  margin-top: 40px;
  width: 940px;
  height: 40px;
  display: flex;
  justify-content: space-between;
}

.banner .nav-item {
  position: relative;
  padding-left: 45px;
  width: 140px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  text-align: left;
  background: url("../images/oneTime/nav-bg.png") center no-repeat;
}

.banner .nav-item::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 45px;
  height: 40px;
}

.banner .nav-item:nth-child(1)::before {
  background: url("../images/oneTime/nav-icon1.png") center no-repeat;
}

.banner .nav-item:nth-child(2)::before {
  background: url("../images/oneTime/nav-icon2.png") center no-repeat;
}

.banner .nav-item:nth-child(3)::before {
  background: url("../images/oneTime/nav-icon3.png") center no-repeat;
}

.banner .nav-item:nth-child(4)::before {
  background: url("../images/oneTime/nav-icon4.png") center no-repeat;
}

.banner .nav-item:nth-child(5)::before {
  background: url("../images/oneTime/nav-icon5.png") center no-repeat;
}

.banner .nav-item:nth-child(6)::before {
  background: url("../images/oneTime/nav-icon6.png") center no-repeat;
}

.left-nav {
  position: absolute;
  top: 0;
  left: -220px;
  width: 200px;
  font-size: 18px;
  background-color: #FFF;
}

.left-nav.fixed {
  position: fixed;
  top: 20px;
  left: 50%;
  margin-left: -820px;
}

.left-nav .left-nav-title {
  padding-left: 72px;
  width: 200px;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  color: #FFF;
  text-align: left;
  background: url(../images/serviceGuide/left-nav.png) center no-repeat;
}

.left-nav .nav-list {
  padding: 8px 0;
  width: 100%;
  background: #FFF;
  box-shadow: 0px 3px 20px 0px rgba(216, 210, 210, 0.27);
  border-radius: 5px;
}

.left-nav .nav-list li {
  padding: 0 20px 0 48px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/serviceGuide/marker.png) left 16px center no-repeat;
}

.left-nav .nav-list li:first-child {
  background: url(../images/serviceGuide/marker-top.png) left 16px center no-repeat;
}

.left-nav .nav-list li:last-child {
  background: url(../images/serviceGuide/marker-bottom.png) left 16px center no-repeat;
}

.left-nav .nav-list li:hover, .left-nav .nav-list li.current {
  color: #1678D3;
}

.left-nav .return {
  position: relative;
  padding-left: 76px;
  width: 100%;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  color: #1678D3;
  text-align: left;
  border-top: 1px solid #EEE;
  background: #FFF;
  box-shadow: 0px 3px 20px 0px rgba(216, 210, 210, 0.27);
  border-radius: 0 0 5px 5px;
}

.left-nav .return::before {
  content: '';
  position: absolute;
  left: 52px;
  top: 18px;
  width: 14px;
  height: 15px;
  background: url(../images/serviceGuide/return.png) center no-repeat;
}

.main-content {
  position: relative;
  /* 改革成效 */
  /* 范围 */
  /* 涉及事项 */
  /* 流程图 */
  /* 相关政策文件 */
}

.main-content .title {
  height: 84px;
  line-height: 84px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.main-content .detail {
  padding-top: 25px;
  width: 1200px;
  background: #EEF4FC;
  border-radius: 4px;
  border-top: 4px solid #8CBEFF;
}

.main-content .detail .detail-title {
  height: 25px;
  line-height: 25px;
  color: #1678D3;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.main-content .detail .detail-title > span {
  position: relative;
}

.main-content .detail .detail-title > span::before {
  content: '';
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 10px;
  background: url(../images/serviceGuide/title-before.png) center no-repeat;
}

.main-content .detail .detail-title > span::after {
  content: '';
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 10px;
  background: url(../images/serviceGuide/title-after.png) center no-repeat;
}

.main-content .detail .content {
  padding: 10px 32px 24px 30px;
}

.main-content .detail .content .content-title {
  line-height: 54px;
  font-size: 18px;
  font-weight: bold;
  text-indent: 0;
}

.main-content .detail .content > p {
  line-height: 28px;
  font-size: 16px;
  text-indent: 2em;
}

.main-content .module-title {
  height: 40px;
  line-height: 25px;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #E0E0E0;
}

.main-content .module-title > span {
  display: inline-block;
  height: 100%;
  border-bottom: 3px solid #1678D3;
}

.main-content .module {
  margin: 40px auto 0;
}

.main-content .module .content {
  padding-top: 30px;
}

.main-content .module1 .content {
  padding-top: 22px;
}

.main-content .module1 .content > p {
  line-height: 28px;
  text-indent: 2em;
  font-size: 16px;
}

.main-content .module2 .content .matter-table {
  line-height: 50px;
  table-layout: fixed;
  border-top: 1px solid #dae5f3;
  border-left: 1px solid #dae5f3;
  border-collapse: collapse;
  text-align: center;
}

.main-content .module9 .content .matter-table {
  width: 80%;
  line-height: 50px;
  table-layout: fixed;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-collapse: collapse;
  text-align: center;
}

.main-content .module9 .content .matter-table th {
  font-size: 14px;
  color: #666;
  text-align: center;
  background-color: #F4F9FD;
}


.main-content .module9 .content .matter-table td {
  font-weight: bold;
}

.main-content .module9 .content .matter-table td,
.main-content .module9 .content .matter-table th {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

.main-content .module9 .content .matter-table .name {
  padding: 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}



.main-content .module2 .content .matter-table th {
  font-size: 14px;
  color: #666;
  text-align: center;
  background-color: #F4F9FD;
}


.main-content .module2 .content .matter-table td {
  font-weight: bold;
}

.main-content .module2 .content .matter-table td,
.main-content .module2 .content .matter-table th {
  border-bottom: 1px solid #dae5f3;
  border-right: 1px solid #dae5f3;
}

.main-content .module2 .content .matter-table .name {
  padding: 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-content .module3 .content .img li {
  text-align: center;
}

.main-content .module3 .content .img > img {
  max-width: 100%;
}

.main-content .module4 .content .file-list li {
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.main-content .module4 .content .file-list li ~ li {
  margin-top: 32px;
}

.main-content .module4 .content .file-list li:hover {
  color: #1678D3;
}

.main-content .module4 .content .file-list li > p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-content .module4 .content .file-list li .name {
  width: 420px;
}

.main-content .module4 .content .file-list li .department {
  width: 240px;
}

.main-content .module4 .content .file-list li .date {
  width: 240px;
}

#wblcturl {
	width: 1020px;
	hight:800px;
}


.title .apply {
    position: absolute;
    right: 0;
    top: 30px;
    width: 181px;
    height: 65px;
    line-height: 50px;
    text-indent: 28px;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: url(../images/apply.png) center no-repeat;
}