.fm-wrap {
  width: 100%;
  min-width: 1100px;
  height: 100%;
  background-image: url("http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3246/site/picture/0/2103031525245498608.png?0.7437099788567794");
  background-position: top;
  background-size: auto;
  background-repeat: no-repeat;
}
.fm-wrap .fm-head {
  width: 1100px;
  margin: 0 auto;
  height: 365px;
}
.fm-wrap .fm-head .fm-wrap-1 {
  padding-top: 30px;
}
.fm-wrap .fm-head .fm-wrap-1 img {
  display: inline-block;
  vertical-align: top;
}
.fm-wrap .fm-head .fm-wrap-1 a {
  line-height: 70px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
  margin-left: 20px;
}
.fm-wrap .fm-head .fm-wrap-1 a:hover {
  text-decoration: none;
}
.fm-wrap .fm-head .fm-wrap-2 {
  margin-top: 30px;
}
.fm-wrap .fm-head .fm-wrap-2 h2 {
  text-align: center;
  font-size: 100px;
  color: #fff;
  position: relative;
  text-shadow: #2d66a5 5px 5px 5px;
}
/*.fm-wrap .fm-head .fm-wrap-2 h2::after {*/
/*  content: "";*/
/*  width: 420px;*/
/*  bottom: -5px;*/
/*  right: 220px;*/
/*  height: 2px;*/
/*  background: #2d66a5;*/
/*  position: absolute;*/
/*}*/
.fm-wrap .fm-container {
  width: 1028px;
  margin: 0 auto 20px;
  background: #f2f2f2;
  padding: 0 36px 36px;
  overflow: hidden;
}
.fm-wrap .fm-container .fm-search-area {
  height: 218px;
  text-align: center;
  position: relative;
}
.fm-wrap .fm-container .fm-search-area::before {
  content: "";
  width: 240px;
  height: 2px;
  background: #e2e2e2;
  position: absolute;
  left: 0;
  top: 50%;
}
.fm-wrap .fm-container .fm-search-area::after {
  content: "";
  width: 240px;
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  right: 0;
  top: 50%;
}
.fm-wrap .fm-container .fm-search-area .fm-search-input {
  margin-top: 85px;
  width: 506px;
  height: 46px;
  position: relative;
  border-radius: 9px;
  border: 2px solid #2d66a5;
  background: #fff;
  display: inline-block;
  overflow: hidden;
}
.fm-wrap .fm-container .fm-search-area .fm-search-input img {
  position: absolute;
  right: 0;
  padding: 3px 15px 3px 5px;
  top: 0;
  border-bottom: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.fm-wrap .fm-container .fm-search-area .fm-search-input input {
  border: none;
  outline: none;
  width: 435px;
  height: 100%;
  font-size: 24px;
  line-height: 50px;
  padding-left: 10px;
  padding-right: 60px;
}
.fm-wrap .fm-container .fm-main .fm-main-left {
  width: 240px;
  float: left;
}
.fm-wrap .fm-container .fm-main .fm-main-left .fm-nav-box {
  width: 238px;
  height: 68px;
  background: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}
.fm-wrap .fm-container .fm-main .fm-main-left .fm-nav-box .fm-img-hold {
  position: absolute;
  left: 20px;
  top: 10px;
  width: 40px;
  height: 50px;
  line-height: 68px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.fm-wrap .fm-container .fm-main .fm-main-left .fm-nav-box .fm-list-flag {
  position: absolute;
  right: 0;
  top: 5px;
  width: 60px;
  height: 60px;
  line-height: 68px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.fm-wrap .fm-container .fm-main .fm-main-left .fm-nav-box span {
  position: absolute;
  left: 90px;
  top: 3px;
  width: 100px;
  font-size: 23px;
  color: rgb(45,102,165);
}
.fm-wrap .fm-container .fm-main .fm-main-left .fm-nav-box:hover span, .fm-wrap .fm-container .fm-main .fm-main-left .fm-nav-box.active span{
  color: #ffffff;
}
.fm-wrap .fm-container .fm-main .fm-main-left .fm-nav-box:hover,
.fm-wrap .fm-container .fm-main .fm-main-left .fm-nav-box.active {
  background: #2d66a5;
  color: #ffffff;
}
.fm-wrap .fm-container .fm-main .fm-main-left .box-list {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
  margin: -15px 0 15px;
  transition: height 0.5s ease;
  overflow: hidden;
  height: 0;
}
.fm-wrap .fm-container .fm-main .fm-main-left .box-list ul {
  padding: 15px 0;
}
.fm-wrap .fm-container .fm-main .fm-main-left .box-list a {
  text-decoration: none;
  font-size: 15px;
  line-height: 32px;
}
.fm-wrap .fm-container .fm-main .fm-main-left .box-list li {
  cursor: pointer;
  padding-left: 70px;
}
.fm-wrap .fm-container .fm-main .fm-main-left .box-list li:hover,
.fm-wrap .fm-container .fm-main .fm-main-left .box-list li.active {
  background: #e6f5ff;
  color: #2d66a5;
}
.fm-wrap .fm-container .fm-main .fm-main-left .box-list li:hover a,
.fm-wrap .fm-container .fm-main .fm-main-left .box-list li.active a {
  color: #2d66a5;
}
.fm-wrap .fm-container .fm-main .fm-main-left .box-list li:before {
  content: "·";
  display: inline-block;
  line-height: 32px;
  font-size: 30px;
  vertical-align: sub;
  margin-right: 10px;
}
.fm-wrap .fm-container .fm-main .fm-main-left #zfxxgkzn .fm-img-hold {
  background-image: url("2-default.png");
}
.fm-wrap .fm-container .fm-main .fm-main-left #zfxxgkzn:hover .fm-img-hold,
.fm-wrap .fm-container .fm-main .fm-main-left #zfxxgkzn.active .fm-img-hold {
  background-image: url("2-active.png");
}
.fm-wrap .fm-container .fm-main .fm-main-left #zfxxgkzd .fm-img-hold {
  background-image: url("3-default.png");
}
.fm-wrap .fm-container .fm-main .fm-main-left #zfxxgkzd:hover .fm-img-hold,
.fm-wrap .fm-container .fm-main .fm-main-left #zfxxgkzd.active .fm-img-hold {
  background-image: url("3-active.png");
}
.fm-wrap .fm-container .fm-main .fm-main-left #fdzdgknr .fm-img-hold {
  background-image: url("4-default.png");
}
.fm-wrap .fm-container .fm-main .fm-main-left #fdzdgknr .fm-list-flag {
  background-image: url("add.png");
}
.fm-wrap .fm-container .fm-main .fm-main-left #fdzdgknr:hover .fm-img-hold,
.fm-wrap .fm-container .fm-main .fm-main-left #fdzdgknr.active .fm-img-hold {
  background-image: url("4-active.png");
}
.fm-wrap .fm-container .fm-main .fm-main-left #fdzdgknr:hover .fm-list-flag,
.fm-wrap .fm-container .fm-main .fm-main-left #fdzdgknr.active .fm-list-flag {
  background-image: url("less.png");
}
.fm-wrap .fm-container .fm-main .fm-main-left #zfxxgknb .fm-img-hold {
  background-image: url("5-default.png");
}
.fm-wrap .fm-container .fm-main .fm-main-left #zfxxgknb .fm-list-flag {
  background-image: url("add.png");
}
.fm-wrap .fm-container .fm-main .fm-main-left #zfxxgknb:hover .fm-img-hold,
.fm-wrap .fm-container .fm-main .fm-main-left #zfxxgknb.active .fm-img-hold {
  background-image: url("5-active.png");
}
.fm-wrap .fm-container .fm-main .fm-main-left #zfxxgknb:hover .fm-list-flag,
.fm-wrap .fm-container .fm-main .fm-main-left #zfxxgknb.active .fm-list-flag {
  background-image: url("less.png");
}
.fm-wrap .fm-container .fm-main .fm-main-left #sqgkzfxx .fm-img-hold {
  background-image: url("6-default.png");
}
.fm-wrap .fm-container .fm-main .fm-main-left #sqgkzfxx:hover .fm-img-hold,
.fm-wrap .fm-container .fm-main .fm-main-left #sqgkzfxx.active .fm-img-hold {
  background-image: url("6-active.png");
}
.fm-wrap .fm-container .fm-main .fm-main-right {
  width: 770px;
  float: right;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  position: relative;
  min-height: 1425px;
}
.fm-wrap .fm-container .fm-main .fm-main-right .fm-right-title {
  text-align: center;
  font-size: 32px;
  padding: 20px 0 5px;
  font-weight: bold;
  color: #2d66a5;
}
.fm-wrap .fm-container .fm-main .fm-main-right .fm-right-content {
  height: 1425px;
  overflow-y: hidden;
  font-size: 16px;
  margin: 25px 25px 0;
  padding: 25px 0;
}
.fm-wrap .fm-container .fm-main .fm-main-right .fm-right-content .text {
  height: 2000px;
}
.fm-wrap .fm-container .fm-main .fm-main-right .fm-column-short-list .fm-list-title {
  border-bottom: 2px solid #e0e0e0;
}
.fm-wrap .fm-container .fm-main .fm-main-right .fm-column-short-list .fm-list-title span {
  display: inline-block;
  padding: 0 23px;
  height: 33px;
  line-height: 33px;
  background: #2d66a5;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
.fm-wrap .fm-container .fm-main .fm-main-right .fm-column-short-list .fm-list-content {
  padding: 25px;
  margin-bottom: 10px;
}
.fm-wrap .fm-container .fm-main .fm-main-right .fm-column-short-list .fm-list-content ul li {
  line-height: 35px;
  font-size: 16px;
}
.fm-wrap .fm-container .fm-main .fm-main-right .fm-column-short-list .fm-list-content ul li span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 600px;
}
.fm-wrap .fm-container .fm-main .fm-main-right .fm-column-short-list .fm-list-content ul li span + span {
  color: grey;
  margin-left: 5px;
  font-size: 14px;
}
.fm-wrap .fm-container .fm-main .fm-main-right .fm-column-short-list .fm-list-content p {
  text-align: center;
}
.fm-wrap .fm-container .fm-main .fm-main-right .fm-column-short-list .fm-list-content p .fm-look-more {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 3px;
  background: #f2f2f2;
}
.fm-wrap .fm-container .fm-main .fm-main-right .fm-column-page-list {
  /*padding: 25px 25px 0;*/
}
.fm-wrap .fm-container .fm-main .fm-main-right .fm-column-page-list ul li {
  line-height: 35px;
  font-size: 16px;
}
.fm-wrap .fm-container .fm-main .fm-main-right .fm-column-page-list ul li span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 600px;
}
.fm-wrap .fm-container .fm-main .fm-main-right .fm-column-page-list ul li span + span {
  color: grey;
  margin-left: 5px;
  font-size: 14px;
}


.fm-wrap .fm-container .fm-main .fm-main-right .fm-column-page-list .fm-list-title{
  border-bottom: 2px solid #e0e0e0;
}

.fm-wrap .fm-container .fm-main .fm-main-right .fm-column-page-list ul{
  padding: 15px 25px 0;
  margin-bottom: 10px;
}


.fm-wrap .fm-container .fm-main .fm-main-right .fm-column-page-list .fm-list-title span{
  display: inline-block;
  padding: 0 23px;
  height: 33px;
  line-height: 33px;
  background: #2d66a5;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
	.fm-wrap{
		min-width: auto;
	}
	.fm-wrap .fm-head{
		width: auto;
		height: auto;
		padding-bottom: 45px;
	}
	.fm-wrap .fm-head .fm-wrap-1 img{
		transform: scale(0.8, 0.8);
	}
	.fm-wrap .fm-head .fm-wrap-1 a{
		font-size: 26px;
		margin-left: 5px;
	}
	.fm-wrap .fm-head .fm-wrap-2 h2{
		font-size: 40px;
	}
	.fm-wrap .fm-container{
		width: auto;
		padding: 0;
		background: none;
	}
	.fm-wrap .fm-container .fm-search-area .fm-search-input{
		margin-top: 20px;
		margin-bottom: 20px;
		width: 80%;
	}
	.fm-wrap .fm-container .fm-search-area .fm-search-input input{
		width: 85%;
	}
	.fm-wrap .fm-container .fm-search-area .fm-search-input img{
		padding: 3px 5px;
	}
	.fm-wrap .fm-container .fm-search-area{
		height: auto;
	}
	.fm-wrap .fm-container .fm-search-area::before,.fm-wrap .fm-container .fm-search-area::after{
		display: none;
	}
	.fm-wrap .fm-container .fm-main .fm-main-left {
		width: 80%;
		float: none;
		margin: 0 auto;
	}
	.fm-wrap .fm-container .fm-main .fm-main-right{
		float: none;
		width: auto;
		font-size: 16px;
		min-height: 0;
		border: 0;
	}
	.fm-wrap .fm-container .fm-main .fm-main-left .fm-nav-box{
		text-align: center;
		width: 100%;
	}
	.fm-wrap .fm-container .fm-main .fm-main-left .fm-nav-box span{
		width: auto;
		display: inline-block;
		position: static;
		margin-top: 18px;
		margin-left: 25px;
	}
	.jscroll-c{
		font-size: 18px;
		overflow: scroll;
		overflow-x: hidden;
	}
	.CopyRight div{
		width: auto!important;
		font-size: 16px;
	}
	.CopyRight p span{
		font-size: 18px;
	}
	.fm-wrap .fm-container .fm-main .fm-main-left .box-list li{
		font-size: 18px;
	}
	.fm-wrap .fm-container .fm-main .fm-main-left .box-list ul{
		padding-bottom: 0;
	}
	.fm-wrap .fm-container .fm-main .fm-main-right .fm-column-page-list ul{
		padding: 15px 10px 0;
	}
	.fm-wrap .fm-container .fm-main .fm-main-right .fm-column-page-list ul li{
		line-height: 30px;
		margin-bottom: 10px;
		border-bottom: 1px solid #eeeeee;
	}
	.fm-wrap .fm-container .fm-main .fm-main-right .fm-column-page-list ul li span{
		width: 100%;
	}
	.fm-wrap .fm-container .fm-main .fm-main-right .fm-column-short-list .fm-list-content ul li span{
		width: 100%;
	}
	.fm-list-content ul li{
		line-height: 30px;
		margin-bottom: 10px;
		border-bottom: 1px solid #eeeeee;
	}
	.active #zfxxgk_fdzdgknr{
		height: 775px;
	}
	.fm-main-right a{
		width: 100%;
		margin: 10px auto;
		display: block!important;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.fm-children{
		width: 90%!important;
		margin: 0 auto!important;
		padding: 0!important;
		float: none!important;
	}
	.CopyRight div p{
		font-size: 16px;
		width: 70%;
		text-align: center;
		margin-left: 10px;
	}
	.simple_pgToolbar td:first-child,.simple_pgToolbar td:nth-child(6){
		width: 10px;
	}
	.simple_pgToolbar td:nth-child(2),.simple_pgToolbar td:nth-child(7){
		width: 10px;
		padding: 0 1px 0 5px;
	}
}