.header-notice {
  background: #f8f8f8;
}
.default-table {
  background: #ededed;
  margin: 10px 0;
}
.default-table td,
.default-table th {
  width: 200px;
  text-align: center;
  color: #333;
  font-weight: 400;
  background: #fff;
  height: 30px;
}
.content-container {
  max-width: 1200px;
  width: 1200px;
  margin: 0 auto;
}
.content-container .page-title {
  font-size: 18px;
  line-height: 36px;
  border-bottom: 2px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-container .page-title .main-title {
  font-weight: bold;
  color: #05589a;
  width: 440px;
  border-bottom: 2px solid #05589a;
}
.content-container .page-title .crumbs {
  color: #666;
}
.main-box {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-box .left .aside-menu {
  width: 324px;
  margin-bottom: 29px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.main-box .left .aside-menu .menu-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  color: #666;
  line-height: 36px;
  text-indent: 32px;
}
.main-box .left .aside-menu .menu-item:not(:last-child):after {
  content: '';
  display: block;
  width: 93%;
  height: 1px;
  margin: 0 auto;
  background: #ddd;
}
.main-box .left .aside-menu .menu-item .hasChild.title:before {
  content: '';
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -12px;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.main-box .left .aside-menu .menu-item .title.coll:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: -4px;
}
.main-box .left .aside-menu .menu-item .title.coll + .children-menu {
  display: none;
}
.main-box .left .aside-menu .menu-item.active .title {
  display: block;
  color: #fff;
  width: 333px;
  background: -webkit-gradient(linear, left bottom, left top, from(#358b2e), to(#9fe114));
  background: linear-gradient(0deg, #358b2e, #9fe114);
  position: relative;
}
.main-box .left .aside-menu .menu-item.active .title:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right-color: #fff;
  border-top-color: #145c0d;
  border-bottom-color: #fff;
  border-left-color: #145c0d;
}
.main-box .left .aside-menu .children-menu {
  background: #f8f8f8;
  color: #666;
  text-indent: 60px;
}
.main-box .left .aside-menu .children-menu .item a {
  color: inherit;
}
.main-box .left .aside-menu .children-menu .item:hover,
.main-box .left .aside-menu .children-menu .item.active {
  background: #fff;
  color: #05589a;
  font-weight: bold;
}
.main-box .left .img1 {
  width: 326px;
  height: 184px;
  margin-bottom: 29px;
}
.main-box .left .img2 {
  width: 326px;
  height: 90px;
  margin-bottom: 29px;
}
.main-box .left .zdtj-box {
  width: 326px;
  border: 1px solid #ddd;
  padding: 0 13px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 100px;
}
.main-box .left .zdtj-box .title {
  color: #05589a;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  border-bottom: 1px solid #ddd;
  padding: 22px 0 15px 0;
}
.main-box .left .zdtj-box .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-box .left .zdtj-box .items .item {
  margin-top: 20px;
  width: 142px;
}
.main-box .left .zdtj-box .items .item:nth-child(odd) {
  margin-right: 13px;
}
.main-box .left .zdtj-box .items .img {
  width: 142px;
  height: 102px;
}
.main-box .left .zdtj-box .items .text {
  font-size: 14px;
  color: #05589a;
  line-height: 24px;
  margin-top: 9px;
}
.main-box .right {
  margin-left: 40px;
  width: 100%;
}
.main-box .right .main-title {
  margin-bottom: 10px;
}
.main-box .right .items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-box .right .items .standard-item {
  width: 50%;
  margin-bottom: 20px;
}
.main-box .right .items-line {
  width: 100%;
}
.main-box .right .items-line .standard-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}
.main-box .right .items-line .standard-item .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-box .right .content {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}
.main-box .right .content img {
    max-width: 80%;
    width: auto;
    height: auto;
    display: inline-block;
}
.main-box .right .items-pics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-box .right .items-pics .item {
  width: 266px;
  height: 346px;
  border: 1px solid #eaeaea;
  margin-right: 15px;
  margin-bottom: 18px;
  background: #eaeaea;
}
.main-box .right .items-pics .item:hover {
  background: #003865;
}
.main-box .right .items-pics .item:hover .name,
.main-box .right .items-pics .item:hover .text {
  color: #fff;
}
.main-box .right .items-pics .item:nth-child(3n+3) {
  margin-right: 0;
}
.main-box .right .items-pics .item .img {
  width: 266px;
  height: 250px;
}
.main-box .right .items-pics .item .info {
  padding: 10px 14px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-box .right .items-pics .item .name {
  font-weight: bold;
  font-size: 18px;
  color: #333;
}
.main-box .right .items-pics .item .text {
  color: #666;
  line-height: 21px;
  font-size: 16px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main-box .right .hzpx-pic {
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-bottom: 1px solid #d2d2d2;
}
.main-box .right .hzpx-pic .img {
  width: 264px;
  height: 180px;
  display: block;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-box .right .hzpx-pic .text {
  font-size: 18px;
  color: #333;
  display: inline-block;
  margin-bottom: 19px;
  margin-right: 60px;
}
.main-box .right .hzpx-pic .detail {
  font-size: 14px;
  color: #999;
  line-height: 22px;
  overflow: hidden;
}
.main-box .right .download-items {
  width: 100%;
}
.main-box .right .download-items .download-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #f0f0f0;
}
.main-box .right .download-items .download-item .left {
  width: 80%;
}
.main-box .right .download-items .download-item .left .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-box .right .download-items .download-item .right {
  width: 20%;
  text-align: center;
  margin-left: 0;
}
.main-box .right .download-items .download-item .title {
  font-weight: 400;
  color: #05589a;
}
.main-box .right .download-items .download-item .text {
  margin-top: 19px;
  font-size: 16px;
  color: #666;
}
.main-box .right .download-items .download-item .download-btn {
  width: 80px;
  height: 28px;
  margin: 0 auto;
}
.main-box .article-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333;
  line-height: 36px;
  text-align: center;
}
.main-box .article-detail {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 36px;
}
.main-box .article-detail .date {
  margin-left: 50px;
}
.main-box .article-page,
.main-box .share {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 36px;
}
.main-box .article-page a,
.main-box .share a {
  color: #05589a;
}
.main-box .article-page img,
.main-box .share img {
  width: 50px;
  height: 50px;
}
.main-box .share {
  margin-top: 50px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-box .share img {
  margin-right: 20px;
}
.main-title.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.add-project-btn {
  width: 120px;
  height: 36px;
  background: #05589a;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 36px;
}
.sqrh-flow {
  width: 604px;
  height: 720px;
  background: #f5f5f5;
  margin: 0 auto;
}
.sqrh-flow img {
  height: 120px;
  margin-bottom: 90px;
}
.sqrh-flow .flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 64px;
  padding: 0 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sqrh-flow .flow-item .title {
  width: 170px;
  height: 52px;
  background: #fff;
  border-radius: 5px;
  font-size: 18px;
  color: #05589a;
  line-height: 52px;
  text-align: center;
  position: relative;
}
.sqrh-flow .flow-item .title:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -12px;
  top: 50%;
  margin-top: -6px;
  border: 6px solid #fff;
  border-right-color: transparent;
  border-left-color: #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.sqrh-flow .flow-item .detail {
  width: 278px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666;
  line-height: 27px;
  margin-left: 65px;
  position: relative;
}
.sqrh-flow .flow-item .detail:before {
  content: ' ';
  width: 0;
  height: 0;
  left: -38px;
  top: 50%;
  margin-top: -10px;
  position: absolute;
  display: block;
  border-radius: 100%;
  border: 10px solid #edb168;
}
.sqrh-flow .flow-item .detail:after {
  content: ' ';
  width: 2px;
  height: 250%;
  left: -28px;
  top: 50%;
  margin-top: -10px;
  position: absolute;
  display: block;
  background: #edb168;
}
.sqrh-flow .flow-item .detail.last:after {
  height: 20%;
}
.lxfs-info {
  font-size: 16px;
  margin-top: 87px;
  color: #666;
}
.lxfs-info .title {
  color: #333;
  font-weight: bold;
}
.lxfs-info .info {
  margin-top: 20px;
}
.lxfs-info .info a {
  color: #005ddf;
}
.lxfs-info .xz {
  color: #f00;
  margin-top: 60px;
}
.lxfs-info .djxz {
  margin-top: 16px;
  display: inline-block;
  color: #551a8b;
  border-bottom: 1px solid #551a8b;
}
