@charset "UTF-8";
.layout-container {
  width: 100%;
  height: 100%; }

body {
  background: #fff !important; }

.layout-header {
  position: relative;
  width: 100%;
  background: url(../img/index/header.png) top left;
  background-size: 100% 100%; }

.layout-header #fishFl {
  width: 250px;
  height: 150px;
  position: absolute;
  top: 120px;
  right: 45px;
}
  .layout-header .header-top {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    height: 100%;

  }
@media screen and (max-width:600px){
  .layout-header .header-top img{
  width: 600px !important;
    height: 100%;
  }
}
  .layout-header .header-bg {
    width: 100%;
    height: 100px; }
  .layout-header .header {
    margin-top: 10px;
    overflow: hidden; }
  .layout-header .header-left {
    width: 862px;
    height: 60px;
    line-height: 60px;
    background: #fbf7f3;
    border: 1px solid #fbf7f3;
    padding-left: 8px;
    box-sizing: border-box;
    float: left;
  }
  .layout-header .nav-left {
    font-size: 16px;
    color: #333;
    float: left;
    line-height: 60px;
  }

.layout-header .nav-on {
  font-size: 16px;
  color: #333;
  float: left;
  line-height: 64px;
  margin-left: 17px;
}


    .layout-header .nav-left .header-data {
      margin-right: 13px; }
  .layout-header .nav-right {
    float: right;
    height: 60px;
    line-height: 60px;
    margin-right: -500px;
  }
    .layout-header .nav-right .nav-text {
      color: #333333;
      font-size: 16px;
      margin-right: 17px; }
    .layout-header .nav-right .record {
      width: 60px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      border-radius: 4px;
      background: #ed4040;
      font-size: 16px;
      color: #ffffff;
      border: none;
      margin-right: 11px;
      cursor: pointer; }
  .layout-header .input-item {
    margin-bottom: 0;
    float: right;
    margin-right: 176px;
  }
    .layout-header .input-item .layui-input-inline {
      /*width: 240px;*/
      margin-right: 0;
      float: left; }
    .layout-header .input-item input {
      font-size: 16px;
      color: #999;
      width: 280px;
      height: 40px;
      margin-top: 9px;
      padding-left: 15px;
      box-sizing: border-box;
      border: 1px solid #c7ac90; }
    .layout-header .input-item .search {
      width: 80px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      /*background: url(../img/index/btn-search.png) no-repeat left top;*/
      background: #ed4040;
      background-size: 100% 100%;
      font-size: 16px;
      color: #ffffff;
      border: none;
      cursor: pointer; }

.tab-header {
  position: absolute;
  top: 10px; }

.tab-header .tab-header-item {
  width: 152px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  cursor: pointer;

  font-size: 18px;
  margin-bottom: 6px; }

.current {
  background: #ed4040;
  background-size: 100% 100%;
  color: #fff;
  border-radius: 4px;
}

.list-border {
  border-top: 1px solid #eeeeee; }

.tab-body {
  width: 695px;
  float: left;
  margin-top: 10px; }

.tab-content {
  overflow: hidden;
  margin-left: 176px;
  float: left; }

.list {
  padding: 17px 0;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden; }
  .list::after {
    content: '';
    display: inline-block;
    width: 0px;
    height: 100%;
    vertical-align: middle; }
  .list .picture {
    float: left; }
    .list .picture img {
      display: inline-block;
      vertical-align: middle; }
      .list .picture img:hover {
        opacity: 0.8; }
  .list .intro-action {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    float: left; }
    .list .intro-action .mation-intro {
      color: #333333;
      font-size: 22px; }
      .list .intro-action .mation-intro a {
        display: inline-block;
        line-height: 32px;
        padding: 10px 0;
      }
        .list .intro-action .mation-intro a:hover {
          color: #333333;
          opacity: 0.8; }
    .list .intro-action .mation-other-site {
      min-width: 64px;
      height: 20px;
      border-radius: 4px;
      line-height: 20px;
      color: #c2020d;
      font-size: 14px;
      display: inline-block;
      text-align: center; }
    .list .intro-action .mation-other-red {
      background: url(../img/index/red.png) no-repeat left top;
      background-size: 100% 100%; }
    .list .intro-action .mation-other-blue {
      color: #1f8eda;
      background: url(../img/index/blue.png) no-repeat left top;
      background-size: 100% 100%; }
    .list .intro-action .mation-other-yellow {
      background: url(../img/index/yellow.png) no-repeat left top;
      background-size: 100% 100%; }
    .list .intro-action .mation-other-date {
      color: #333333;
      font-size: 16px;
      height: 20px;
      line-height: 20px;
      margin-left: 16px;
      vertical-align: -1px; }

.freshen {
  width: 688px;
  height: 40px;
  background: #fbf7f3;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
  border: 1px solid #9b500c; }
  .freshen img {
    width: 18px;
    height: 18px;
    margin-bottom: 3px; }
  .freshen .freshen-text {
    color: #8a6743;
    font-size: 16px;
    margin-left: 8px;
    cursor: pointer; }

.common-panel {
  height: 100%;
  width: 320px;
  border-top: 4px solid #ed4040; }

.common-panel4 {
  background: #f7f7f7; }

.right-box {
  margin-top: 20px;
  float: right;
  position: relative; }

.panel-header {
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 15px;
  box-sizing: border-box;
  overflow: hidden; }
.layout-container .panel-header .header-left {
    float: left;
    color: #717382;
    font-size: 20px;
    font-family: DFPLiJinHeiW8;
    font-weight: normal;
  }
 .common-panel .panel-header .more {
    float: right;
    color: #333;
    font-size: 16px;
    padding-top: 2px;
    box-sizing: border-box; }

.group-4 .common-panel4 .more {
  color: #333;
  font-size: 16px;
  padding-top: 2px;
  box-sizing: border-box;
  margin-right: 20px;
}
.group-4 .common-panel4 .more .icon-more {
  width: 6px;
  height: 11px;
  background: url(../img/index/more.png) no-repeat left top;
  background-size: 100% 100%;
  margin-left: 7px;
  display: inline-block;
}

    .panel-header .more .icon-more {
      width: 6px;
      height: 11px;
      background: url(../img/index/more.png) no-repeat left top;
      background-size: 100% 100%;
      margin-left: 7px;
      display: inline-block;
    }

.text-list ul li {
  padding: 13px 0;
  padding-left: 11px;
  border-bottom: 1px solid #eeeeee; }
 .panel-body .text-list ul li .list-left {
    width: 269px;
    font-size: 16px;
    color: #333;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap; */
 }
    .text-list ul li .list-left:hover {
      opacity: 0.8; }

.project-list li {
  width: 320px;
  height: 80px;
  margin-top: 15px; }
.project-list .list-mation {
  margin-top: 20px; }
  .project-list .list-mation:hover {
    opacity: 0.8; }

.group-3 {
  margin-top: 20px; }
  .group-3 .panel-body {
    margin-top: 20px; }

.btn-box {
  display: none !important; }

.btn-box .write-text {
  text-align: center;
  color: #333333;
  font-size: 16px;
  padding: 18px 0; }

.panel-body .poster-main .poster-btn {
  width: 28px !important;
  height: 48px !important;
  top: 42px !important; }

.poster-main .poster-prev-btn {
  background: url(../img/index/next.png) no-repeat center !important;
  background-size: 100% 100%;
  /*left: 10px !important;*/ }

.poster-main .poster-next-btn {
  background: url(../img/index/prev.png) no-repeat center !important;
  right: -30px !important; }

.poster-main .poster-list {
  position: relative;
  left: 20px; }

.group-4 {
  overflow: hidden;
  margin-top: 20px; }
  .group-4 .panel-body {
    margin-top: 20px; }
.write-box {
      /*width: 90px;*/
      /*height: 130px;*/
      width: 180px;
      height: 140px;
      margin-left: 10px;
      float: left;
      margin-right: 10px;
    }
    .write-box img {
      width: 100%;
      height: 100%;
    }
  .group-4 .mation-intro {
    margin-left: 14px; }
.right-box .group-4 .mation-intro .intro-title {
      color: #333333;
      font-size: 18px; }
  .group-4 .mation-other {
    display: inline-block;
    text-align: left;
    margin-bottom: 11px; }
    .group-4 .mation-other .piece {
      color: #333;
      display: inline-block;
      margin-top: 18px;
      font-size: 18px;
      margin-left: 9px; }
    .group-4 .mation-other .mailbox {
      color: #ed4040;
      font-size: 16px; }
    .group-4 .mation-other .mailbox-text {
      font-size: 16px;
      margin-left: 105px; }
  .group-4 .intro-text {
    color: #333333;
    font-size: 16px;
    padding-right: 10px;
    display: block; }
  .group-4 .phone {
    display: block;
    color: #333333;
    font-size: 16px;
    margin-top: 7px; }

.region-list {
  width: 320px; }

.group-5 {
  overflow: hidden;
  margin-top: 20px; }

.item-district {
  overflow: hidden; }

.district-list {
  overflow: hidden;
  padding: 0 11px;
  box-sizing: border-box;
  padding-bottom: 11px; }
  .district-list li {
    overflow: hidden;
    float: left; }
.panel-body .district-list li .region {
      font-size: 16px;
      color: #333;
      margin-top: 12px;
      width: 36px;
 }
.panel-body .district-list li .region:hover {
        color: #717382;
      }
    .district-list li .region-list {
      margin-right: 0; }

.code {
  margin-top: 20px;
  overflow: hidden; }
  .code .code-left {
    position: relative;
    width: 150px;
    height: 160px;
    background: #f7f7f7;
    text-align: center;
    overflow: hidden;
    float: left; }
    .code .code-left::before {
      content: '';
      width: 150px;
      height: 4px;
      display: inline-block;
      background: #ed4040;
      position: absolute;
      top: 0;
      left: 0; }
    .code .code-left .QR-code {
      margin-top: 6px; }
      .code .code-left .QR-code .icon-qr {
        width: 126px;
        height: 126px; }
      .code .code-left .QR-code .qr-text {
        color: #333333;
        font-size: 16px;
        margin-top: 2px;
        margin-bottom: 10px; }
  .code .code-right {
    width: 150px;
    height: 160px;
    margin-left: 21px;
    text-align: center;
    overflow: hidden;
    float: left;
    background: url(../img/index/box.png) no-repeat left top;
    background-size: 100% 100%; }
    .code .code-right .written {
      padding-top: 24px;
      box-sizing: border-box; }
      .code .code-right .written .icon-written {
        width: 32px;
        height: 34px; }
      .code .code-right .written .written-text {
        color: #333333;
        font-size: 18px;
        margin-top: 20px;
        cursor: pointer; }
      .code .code-right .written .written-list {
        color: #333333;
        font-size: 18px;
        cursor: pointer; }

.footer-bottom {
  width: 100%;
  height: 189px;
  background: url(../img/index/footer-bg.png) no-repeat left top;
  background-size: 100% 100%;
  overflow: hidden; }

.footer-bottom-content {
  position: relative;
  text-align: center; }
  .footer-bottom-content .pollcy {
    width: 44px;
    height: 58px;
    position: absolute;
    top: 44px;
    left: 175px; }
  .footer-bottom-content .content-data {
    padding-top: 47px;
    box-sizing: border-box; }
    .footer-bottom-content .content-data p {
      font-size: 20px;
      margin-bottom: 13px;
      color: #333; }

.tab-panel {
  position: relative; }

.freshen-active {
  animation: walk 1s linear infinite normal;
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  /* IE 9 */
  -moz-transform: rotate(360deg);
  /* Firefox */
  -webkit-transform: rotate(360deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(360deg);
  /* Opera */ }

@keyframes walk {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

/* layout-container-block */
.layout-container-block .content-list {
  min-height: 719px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.09);
}

.layout-container-block .action {
  padding: 30px 22px 0;
  overflow: hidden;
  min-height: 680px;
}
.layout-container-block .action .list-item {
  width: 33.33%;
  height: 240px;
  float: left;
  padding-bottom: 27px;
  text-align: center;
  padding-right: 11px;
  box-sizing: border-box;
  overflow: hidden;
}
.layout-container-block .action .list-item .list-text {
  font-size: 16px;
  /*padding-bottom: 14px;*/
  color: #333333;
  font-family: "SourceHanSansCN";
  margin-top: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.layout-container-block .action .list-item img {
  width: 195px;
  height: 120px;
}
/* .layout-container-block .action .item-box {
  margin-right: 0;
} */

.layout-container-list {
  color: #333;
  padding: 30px 22px 0;
}

.layout-container-list .top-title {
  margin: 10px 0;
}

.layout-container-list .top-title .title-img {
  width: 119px;
  height: 26px;
  background-color: #ed4040;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.layout-container-list .top-title .more {
  font-size: 14px;
}

.layout-container-list .content-list {
  margin-bottom: 20px;
}

.layout-container-list ul li {
  /* list-style: square inside url("/i/arrow.gif"); */
  position: relative;
  margin-left: 10px;
}

.layout-container-list ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  margin-top: -2px;
  width: 2px;
  height: 2px;
  background-color: #ed4040;
}

.layout-container-list .list-container .list-item {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.layout-container-list .list-container .list-date {
  width: 80px;
}

.layout-container-list .list-container .list-text {
  width: calc(100% - 100px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}

/* article */

/* .article {
  height: ;
} */

.article .top-header {
  overflow: hidden;
  padding: 18px;
  border-top: 1px solid #ed4041;
  border-radius: 1px;
}

.article .top-header-item {
  font-size: 20px;
  float: left;
  color: #333333;
  font-weight: bold;
}
.article .more {
  font-size: 16px;
  float: right;
  color: #333333;
  cursor: pointer;
}
.article .more a {
  color: #885e32;
}
.article .more:hover {
  opacity: 0.8;
}
.article .tab-body ul {
  overflow: hidden;
  padding: 0 18px;
  /* width: 860px; */
  margin: 0 auto;
  height: 461px;
}

.article .pane-link {
  width: 50%;
  height: 154px;
  float: left;
  position: relative;
  padding: 40px 0;
}

.article .pane-item {
  /* padding-top: 0; */
  border-bottom: 1px solid #c6c6c6;
}

.article .pink-left {
  float: left;
  width: 110px;
  height: 150px;
}

.article .pink-left img {
  width: 100%;
  height: 100%;
}

.article .pink-right {
  float: left;
  padding: 28px 0 28px 25px;
}
.article .pane-link a {
  display: block;
  overflow: hidden;
}

.article .pane-link span {
  color: #333;
  display: inline-block;
  font-size: 16px;
  width: 150px;
  overflow: hidden;
  height: 50px;
}

.article .pane-link p {
  color: #666;
  font-size: 12px;
  width: 172px;
  overflow: hidden;
  height: 34px;
  padding-top: 10px;
}
.article .pane-linkimg {
  display: inline-block;
  vertical-align: middle;
}

<!-- 浙江印记 -->
.zjyj{
  padding-top: 20px;
}
.zj-mark {
  width: 100%;
}
.zj-mark .zj-mark-list {
  width: 100%;
  height: 96px;
  margin-bottom: 60px;
  position: relative;
}
.zj-mark .zj-mark-list .list-item {
  position: absolute;
  left: 50%;
  margin-left: -260px;
  display: inline-block;
  width: 520px;
  height: 96px;
}