@charset "UTF-8";
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-width: 1216px;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

/*头部样式*/
/*原网站扒下来的头部样式*/
.header {
  width: 100%;
  height: 174px;
}

.head-top {
  width: 100%;
  height: 42px;
  line-height: 41px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 13px;
}

.header-container {
  width: 1200px;
  margin: 0 auto;
}

.head-top ul {
  float: right;
}

.head-top ul li {
  float: left;
  padding: 0 10px;
}

a {
  color: #333;
}

.sd_fzyd {
  display: block;
  background: #1182ec;
  color: #fff;
  width: 65px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 6px;
  border-radius: 5px;
}

#login {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #254694;
}

.loginBtns {
  width: auto;
  line-height: normal;
  color: #254694;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}

.loginItems {
  position: absolute;
  width: 90px;
  height: 80px;
  text-align: center;
  background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web1/site/picture/-1/zjzwfw_2019_dlbjdc.png) no-repeat 0 -1px;
  font-size: 14px;
  display: none;
  line-height: 30px;
  padding-top: 12px;
  left: -19px;
  border-bottom: 1px solid #eeeeee;
  z-index: 999;
}

.loginBtns:hover .loginItems {
  display: block;
}

.loginItems a {
  display: block;
}

.head-middle {
  width: 100%;
  height: 131px;
  margin-top: 10px;
}

.search {
  width: 488px;
  height: 48px;
  float: right;
  margin-top: 30px;
}

.bt-right {
  float: right;
}

.header a:hover,
.header table td a:hover {
  color: red;
  text-decoration: none;
}

.search-ipt {
  width: 431px;
  height: 48px;
  line-height: 46px;
  outline: none;
  border: 1px solid #d9d9d9;
  border-right: none;
  float: left;
  padding: 0 20px;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search-btn {
  float: left;
  width: 56px;
  height: 48px;
  background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3221/site/picture/0/1907171023206362331.png) no-repeat;
  border: none;
}

/*以下为新增头部导航样式*/
.header-nav {
  background: #246ECA;
  height: 62px;
}

.header-nav-item {
  width: calc(1/6*100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-nav-item.current .header-nav-link, .header-nav-item.active .header-nav-link, .header-nav-item:hover .header-nav-link {
  background: rgba(12, 36, 159, 0.3);
  border-color: #DAEBFF;
  font-weight: 700;
}

.header-nav-link {
  padding: 0 10px;
  color: #fff;
  display: block;
  height: 58px;
  line-height: 58px;
  border-bottom: 4px solid #246ECA;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

/*原网站扒下来的底部样式*/
.footer {
  width: 100%;
  height: 121px;
  background: #767675;
}

.footer .footer-container {
  width: 1200px;
  margin: 0 auto;
}

.footer-list {
  overflow: hidden;
  width: 470px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
}

.footer-list li {
  float: left;
  font-size: 13px;
  color: #ffffff;
  padding: 0 5px;
}

.footer-list li a {
  color: #ffffff;
}

.footer p {
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  line-height: 35px;
}

.footer p a {
  color: #ffffff;
}

.footer a:hover {
  color: red;
}

#_ideConac {
  position: absolute;
  top: 30px;
  left: 115px;
}

#_span_jiucuo {
  position: absolute;
  top: 30px;
  right: 30px;
}

/*重构子页时新增样式*/
/*公共样式*/
.box-style {
  background: #FFF;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(153, 153, 153, 0.2);
          box-shadow: 0px 0px 6px 2px rgba(153, 153, 153, 0.2);
}

.location {
  height: 36px;
  line-height: 36px;
  padding: 11px 0 11px 49px;
  font-size: 16px;
  color: #000;
  background: url("../images/location_ico.png") no-repeat 8px center;
}

.location a {
  color: #000;
}

/*站内搜素 公共样式*/
.sub {
  /*分页*/
}

.sub-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-title > img {
  max-width: 46px;
  max-height: 46px;
}

.sub-title > span {
  margin-left: 6px;
}

.sub-label {
  margin-right: 10px;
}

.sub-input {
  display: block;
  width: 179px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 27px;
  line-height: 25px;
  border-radius: 2px;
  border: 1px solid #DDD;
  padding: 0 12px;
}

.sub-chosen {
  width: 137px;
  height: 27px;
}

.sub-chosen .chosen-container-single .chosen-single {
  color: #999;
  border-color: #ddd;
  border-radius: 2px;
  height: 27px;
  line-height: 25px;
  padding-left: 12px;
}

.sub-chosen .chosen-container-single .chosen-single div {
  width: 30px;
}

.sub-chosen .chosen-container-single .chosen-single span {
  margin-right: 30px;
}

.sub-chosen .chosen-container-single .chosen-single div b {
  background: url(../images/chosen_arrow_down.png) no-repeat right 10px center;
}

.sub-chosen .chosen-container-active.chosen-with-drop .chosen-single div b {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position: right 6px center;
}

.sub-search-btn {
  margin-left: 23px;
  margin-right: 6px;
  display: block;
  border-radius: 3px;
  background: #0371DC;
  width: 62px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.sub-empty {
  color: #666;
  font-size: 24px;
  font-weight: 400;
  padding: 116px 0 150px;
}

.sub-empty .txt {
  padding-top: 231px;
  line-height: 65px;
  text-align: center;
  background: url("../images/empty_bg.png") no-repeat top center;
}

.sub-empty.table-empty {
  padding: 80px 0 100px 0;
}

.sub-pager {
  margin-top: 25px;
  text-align: center;
}

.sub-pager .m-pagination-page {
  padding-right: 0;
}

.sub-pager .m-pagination-page > li {
  margin-right: 8px;
}

.sub-pager .m-pagination-page > li > a,
.sub-pager .m-pagination-size > select,
.sub-pager .m-pagination-group > input,
.sub-pager .m-pagination-group > button {
  background: #fff;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  color: #5c5c5c;
  height: 28px;
  line-height: 28px;
}

.sub-pager .m-pagination-page > li.active > a {
  color: #1286F2;
  border-color: #1286F2;
}

.sub-pager .m-pagination-size {
  position: relative;
}

.sub-pager .m-pagination-size:after {
  position: absolute;
  content: "条/页";
  top: 1px;
  right: 33px;
  height: 28px;
  line-height: 28px;
  pointer-events: none;
  color: #5c5c5c;
}

.sub-pager .m-pagination-size > select {
  height: 30px;
  min-width: 85px;
}

.sub-pager .m-pagination-group > input {
  width: 28px;
}

.sub-pager .m-pagination-jump {
  width: auto;
  padding-left: 36px;
  padding-right: 20px;
  position: relative;
}

.sub-pager .m-pagination-jump:before, .sub-pager .m-pagination-jump:after {
  position: absolute;
  top: 0;
  height: 30px;
  line-height: 30px;
}

.sub-pager .m-pagination-jump:before {
  content: "跳至";
  left: 2px;
}

.sub-pager .m-pagination-jump:after {
  content: "页";
  right: 0;
}

.sub-pager .m-pagination-group > button {
  display: none;
}

.sub-pager .m-pagination-size .chosen-container {
  min-width: 85px;
  height: 30px;
  line-height: 30px;
}

.sub-pager .m-pagination-size .chosen-container-single .chosen-single {
  height: 30px;
  border-radius: 4px;
  border-color: #d6d6d6;
}

.sub-pager .m-pagination-size .chosen-container-single .chosen-single span {
  height: 28px;
  line-height: 28px;
}

.sub-pager .m-pagination-size {
  padding-right: 12px;
}

.sub-pager .m-pagination-size .chosen-container-single .chosen-single {
  color: #5c5c5c;
}

.sub-pager .m-pagination-info {
  height: 30px;
  line-height: 30px;
  padding-left: 14px;
  color: #333;
}

.sub-tlt {
  height: 31px;
  line-height: 31px;
  padding: 0 11px;
  width: 167px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.11%, #0071FF), to(#FFF));
  background: linear-gradient(90deg, #0071FF 0.11%, #FFF 100%);
}

/*搜素公共样式*/
.search-filter {
  height: 49px;
  padding: 0 10px;
  margin-bottom: 20px;
}

.search-filter-box {
  padding-top: 11px;
}

.search-filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 23px;
}

.search-content {
  margin-bottom: 20px;
  min-height: 400px;
}

.search-content-infos {
  padding: 17px 24px 27px;
}

/*列表公共样式*/
.search-lists-item {
  padding: 20px 4px 19px;
  border-bottom: 1px solid #F1F1F1;
}

.search-lists-item:hover {
  background: rgba(16, 97, 255, 0.06);
}

.search-lists-name {
  color: #000;
  display: block;
  padding-left: 25px;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  background: url("../images/lists_ico.png") no-repeat left center;
}

.search-lists-name .keys {
  color: #2B64E9;
}

.search-lists-infos {
  padding-left: 25px;
  margin-top: 8px;
}

.search-lists-infos-item {
  color: #666;
  height: 24px;
  line-height: 24px;
  margin-right: 30px;
  padding-left: 30px;
  max-width: calc(33.33% - 30px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: left center;
  background-repeat: no-repeat;
}

.search-lists-infos-item.icon1 {
  background-image: url("../images/list_ico1.png");
}

.search-lists-infos-item.icon2 {
  background-image: url("../images/list_ico2.png");
}

.search-lists-infos-item.icon3 {
  background-image: url("../images/list_ico3.png");
}

.search-lists-infos-item.icon4 {
  background-image: url("../images/list_ico4.png");
}

.com {
  /* 检索条件 */
  /* 公共表格1样式 */
  /* 公共表格2样式 */
  /* 公共表格3样式 */
}

.trade-content {
  margin-bottom: 20px;
  padding: 0 24px 33px;
}

.com-switch {
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  padding: 4px 20px 20px 0;
}

.com-switch-lists {
  overflow: hidden;
  margin-right: 2px;
  padding-top: 17px;
  padding-bottom: 4px;
  border-bottom: 1px dashed #C6C6C6;
}

.com-switch-title {
  min-width: 96px;
  padding-right: 10px;
  text-align: right;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  font-size: 16px;
}

.com-switch-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 28px;
}

.com-switch-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.com-switch-type a {
  margin: 0 20px 15px 0;
  padding: 0 15px;
  text-align: center;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #2065BB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 38px;
  background: #C9E2FF;
}

.com-switch-type a:hover, .com-switch-type a.active, .com-switch-type a.current {
  background: linear-gradient(318deg, #FFCC16 0%, #FF841C 100%);
  -webkit-box-shadow: 0px 3px 9px 0px rgba(241, 155, 54, 0.2);
          box-shadow: 0px 3px 9px 0px rgba(241, 155, 54, 0.2);
  color: #fff;
}

.com-table1 {
  table-layout: fixed;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #333;
}

.com-table1 td {
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #86ADDE;
  padding: 12px 10px;
}

.com-table1 td.label {
  background: #EBF3FD;
  color: #666;
  text-align: right;
}

.com-table2 {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  border: 1px solid #86ADDE;
}

.com-table2 table {
  table-layout: fixed;
  width: 100%;
}

.com-table2 th {
  color: #666;
  background: #EBF3FD;
}

.com-table2 td,
.com-table2 th {
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #86ADDE;
  padding: 12px 15px;
  text-align: center;
}

.com-table2 td > a {
  display: block;
}

.com-table2 tbody > tr:last-child td {
  border-bottom: none;
}

.com-table2 tbody .text {
  max-height: 60px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.com-table3 {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  margin: 17px 0;
}

.com-table3 table {
  table-layout: fixed;
  width: 100%;
}

.com-table3 th {
  color: #666;
  background: #EBF3FD;
}

.com-table3 td,
.com-table3 th {
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12.5px 8px;
  text-align: center;
}

.com-table3 td {
  border-bottom: 1px solid #E8E8E8;
}

.com-table3 td > a {
  display: block;
}

.com-table3 tbody .text {
  max-height: 60px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.com-table3 tbody .look {
  width: 30px;
  height: 40px;
  margin: 10px auto;
  background: url("../images/look_ico.png") no-repeat center;
}

/*详情文章公共样式*/
.article {
  padding: 46px 40px 0;
  margin-bottom: 20px;
}

.article h3 {
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  color: #333;
  font-weight: 600;
}

.article-sources {
  margin-top: 12px;
  line-height: 22px;
  text-align: center;
  color: #666;
  font-size: 15px;
  padding-bottom: 21px;
}

.article-sources > p {
  margin: 0 27px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 14px;
}

.article-sources > a {
  color: #666;
}

.article-info {
  word-break: break-all;
  padding: 20px 0;
  border-top: 1px dashed #C6C6C6;
}

.article-p {
  font-size: 16px;
  text-indent: 2em;
  color: #333;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 350;
  line-height: 36px;
}

.article-img {
  display: block;
  margin: 22px auto 0;
  padding-bottom: 22px;
}

/*附件*/
.annex-box {
  padding: 20px 2px 16px;
  border-top: 1px dashed #C6C6C6;
}

.annex-title {
  height: 24px;
  line-height: 24px;
  color: #333;
  font-size: 15px;
  font-weight: 350;
}

.annex-lists {
  margin-top: 10px;
}

.annex-name {
  display: block;
  color: var(--main-color, #007AFF);
  height: 24px;
  line-height: 24px;
  padding-left: 26px;
  background: url("../images/annex-ico.png") no-repeat left center;
}

.other {
  /*上下页*/
}

.other-page {
  padding: 16px 0 24px 0;
  border-top: 1px dashed #C6C6C6;
}

.other-item {
  color: #333;
  font-weight: 350;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(50% - 20px);
}

.other-item > p {
  max-width: 470px;
}

.other-btn {
  margin-right: 18px;
}

/*项目进度详情 - 项目信息模块样式*/
.project-box {
  padding: 15px 23px 16px;
  margin-bottom: 20px;
}

.project-name {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  height: 24px;
  line-height: 24px;
}

.project-infos {
  margin-top: 9px;
}

.project-info {
  margin-right: 41px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  height: 24px;
  line-height: 24px;
}

/*弹窗样式*/
.layui-layer-title {
  font-size: 16px !important;
  font-weight: 600;
  height: 44px !important;
  line-height: 44px !important;
  background-color: #fff !important;
  border-color: #BFBFBF !important;
  border-radius: 0 !important;
}
