.fm-wrap {
  width: 100%;
  /* min-width: 1100px; */
  height: 100%;
  background-image: url("zfxxgk_bg.png");
  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: #2d66a5;
  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: 38px;
}
.fm-wrap .fm-head .fm-wrap-2 h2 {
  text-align: center;
  font-size: 100px;
  font-weight: bold;
  color: #2d66a5;
  position: relative;
  text-shadow: #aba8a8 5px 5px 5px;
}
/* .fm-wrap .fm-head .fm-wrap-2 h2::after {
  content: "";
  width: 488px;
  bottom: -5px;
  right: 150px;
  height: 2px;
  background: #2d66a5;
  position: absolute;
} */
.fm-wrap .fm-container {
  width: 1100px;
  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;
}

.ConBox .fm-wrap .fm-container .fm-search-area {
  height: 253px;
  text-align: center;
}

.fm-wrap .fm-container .fm-search-area::before {
  content: "";
  width: 240px;
  height: 2px;
  background: #e2e2e2;
  position: absolute;
  left: 0;
  top: 50%;
}
.ConBox .fm-wrap .fm-container .fm-search-area::before {
  content: "";
  width: 240px;
  height: 0px;
  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%;
}
.ConBox .fm-wrap .fm-container .fm-search-area::after {
  content: "";
  width: 240px;
  height: 0px;
  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;
}

.ConBox .fm-wrap .fm-container .fm-search-area .fm-search-input {
    width: 930px;
    height: 96px;
    line-height: 96px;
    margin-right: 0;
	border-radius: 20px;
}
.fm-wrap .fm-container .fm-search-area .fm-search-input .inp {
    width: 450px;
    height: 43px;
    line-height: 51px;
    float: left;
    padding-left: 20px;
    font-size: 20px;
    border: none;
}

.ConBox .fm-wrap .fm-container .fm-search-area .fm-search-input .inp {
    width: 810px;
    height: 96px;
    line-height: 96px;
    font-size: 36px;
}

.fm-wrap .fm-container .fm-search-area .fm-search-input img {
  position: absolute;
  right: 15px;
 /* padding: 3px 15px 3px 5px; */
  top: 0;
  border-bottom: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.ConBox .fm-wrap .fm-container .fm-search-area .fm-search-input img {
    width: 60px;
    height: 64px;
    float: right;
    cursor: pointer;
    text-align: center;
    border: none;
    background-size: 60px !important;
	margin-top: 16px;
}

.fm-wrap .fm-container .fm-search-area .fm-search-input input {
  border: none;
  outline: none;
  width: 470px;
  height: 100%;
  font-size: 20px;
  line-height: 50px;
  padding-left: 20px;
  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,
.fm-wrap .fm-container .fm-main .fm-main-left .fm-nav-box.active {
  background: #2d66a5;
}
.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 .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: 16px;
  color: #4a4a4a;
}
.fm-wrap .fm-container .fm-main .fm-main-left .box-list li {
  cursor: pointer;
  padding-left: 70px;
  color: #4a4a4a;
  position: relative;
}
.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;
  font-weight: bold;
}
.fm-wrap .fm-container .fm-main .fm-main-left .box-list li:before {
  content: "·";
  display: inline-block;
  line-height: 0;
  font-size: 35px;
  vertical-align: sub;
  margin-right: 10px;
  font-weight: 500;
  position: absolute;
  top: 14px;
}
.fm-wrap .fm-container .fm-main .fm-main-left .box-list li span{
  line-height: 32px;
  padding-left: 20px;
}


.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: 998px;
}
.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: 1035px;
  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 20px;
  height: 33px;
  line-height: 33px;
  background: #2d66a5;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

.ConBox .fm-wrap .fm-container .fm-main .fm-main-right .fm-column-short-list .fm-list-title span {
  height: 72px;
  line-height: 72px;
  font-size: 36px; 
  padding: 0 20px; 
  min-width: 70px;
  font-weight: 600;
  text-align: center;
}


.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;
  font-size: 14px;
  float: right;
}
.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 .fm-list-title {
  border-bottom: 2px solid #e0e0e0;
}
.fm-wrap .fm-container .fm-main .fm-main-right .fm-column-page-list .fm-list-title span {
  display: inline-block;
  padding: 0 20px;
  height: 33px;
  line-height: 33px;
  background: #2d66a5;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

.ConBox .fm-wrap .fm-container .fm-main .fm-main-right .fm-column-page-list .fm-list-title span {
  height: 72px;
  line-height: 72px;
  font-size: 36px; 
  padding: 0 20px; 
  min-width: 70px;
  font-weight: 600;
  text-align: center;
}

.fm-wrap .fm-container .fm-main .fm-main-right .fm-column-page-list ul{
  padding: 15px 25px 0;
  min-height: 120px;
}
.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;
}



/* 政府信息公开指南 */
.scroll_main {
  width: 770px;
  display: block;
  float: right;
  height: 1085px;
  background-color: #FFF;
  border: 1px solid #fffbfb;
  padding: 0px 20px;
  margin-left: 18px;
  box-sizing: border-box;
}
/* 滚动内容区样式 */
.scroll_wrap {width: 100%; height:1085px;position: relative; }
.scroll_wrap h1{ width:730px; font-size:32px; text-align:center; margin:0px; padding:0px; margin-top:20px; margin-bottom:30px; color:#2d66a5; font-weight:600;}
.ConBox .scroll_wrap h1{ 
	width: 700px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #2d66a5;
}
.msg {
	width: 700px;
	text-align: center;
	border-bottom: 2px solid #f2f2f2;
	padding: 15px 0 25px;
	margin-left: 15px;
}

.ConBox .msg {
	font-size: 20px;
}
.scroll_wrap .scroll_cont {height:920px;overflow: hidden; }
.scroll_wrap .scroll_cont h2{ margin-top:30px; margin-bottom:30px;}
.scroll_wrap .scroll_cont h3{ margin-top:30px; margin-bottom:30px;}
.scroll_wrap .scroll_cont span{margin-top:30px;/* font-weight:600; */margin-right:5px;}

/* 滚动条 */
.scroll_wrap .scroll_bar {position: absolute;top:93px;right:0;width:10px;height:920px;background-color: #e4e4e4;}
/* 滚动块 */
.scroll_wrap .scroll_slider {position: absolute;top:0px;left:0px;width:10px; max-height:80px;background-color: #2d66a5;border-radius:5px;}
.scroll_wrap .scroll_slider:hover{opacity: 1;}

/* 滚动条 */
.zwxxgk_ndbgwz .scroll_bar {position: absolute;top:183px;right:0;width:10px;height:820px;background-color: #e4e4e4;}
/* 滚动块 */
.zwxxgk_ndbgwz .scroll_slider {position: absolute;top:0px;left:0px;width:10px; max-height:80px;background-color: #2d66a5;border-radius:5px;}
.zwxxgk_ndbgwz .scroll_slider:hover{opacity: 1;}

/*滚动条自定义样式*/
.ScrollStyle{overflow: auto !important;}
.ScrollStyle::-webkit-scrollbar{box-sizing:border-box;width:9px;height:9px;background:#eee;}
.ScrollStyle::-webkit-scrollbar-button{width:9px;height:0px;}
.ScrollStyle::-webkit-scrollbar-button:vertical:start{background-position:0 0;}
.ScrollStyle::-webkit-scrollbar-button:vertical:start:hover{background-position:-10px 0;}
.ScrollStyle::-webkit-scrollbar-button:vertical:start:active{background-position:-20px 0;}
.ScrollStyle::-webkit-scrollbar-button:vertical:end{background-position:-30px 0;}
.ScrollStyle::-webkit-scrollbar-button:vertical:end:hover{background-position:-40px 0;}
.ScrollStyle::-webkit-scrollbar-button:vertical:end:active{background-position:-50px 0;}
.ScrollStyle::-webkit-scrollbar-button:horizontal:start{background-position:0 -11px;}
.ScrollStyle::-webkit-scrollbar-button:horizontal:start:hover{background-position:-10px -11px;}
.ScrollStyle::-webkit-scrollbar-button:horizontal:start:active{background-position:-19px -11px;}
.ScrollStyle::-webkit-scrollbar-button:horizontal:end{background-position:-30px -11px;}
.ScrollStyle::-webkit-scrollbar-button:horizontal:end:hover{background-position:-40px -11px;}
.ScrollStyle::-webkit-scrollbar-button:horizontal:end:active{background-position:-50px -11px;}
.ScrollStyle::-webkit-scrollbar-track-piece{background-color:rgba(0,0,0,.15);}
.ScrollStyle::-webkit-scrollbar-thumb{ border:1px solid rgba(0,0,0,.21);  background-color:#2d66a5; border-radius:5px;}
.ScrollStyle::-webkit-scrollbar-thumb:hover{border:1px solid rgba(0,0,0,.21);background-color:#2d66a5;}
.ScrollStyle::-webkit-scrollbar-thumb:active{background:-webkit-gradient(linear,left top,left bottom,from(#e4e4e4),to(#f4f4f4));}
.ScrollStyle::-webkit-scrollbar-corner{background-color:#f1f1f1;}

strong{
	font-weight: bold;
}

.ScrollStyle p{
	color: #333333;
    font-size: 16px;
    line-height: 30px;
}

.ConBox .ScrollStyle p{
	font-size: 24px;
    text-align: justify;
}
.logt{
  display: flex;
}
.ConBox .fm-wrap .fm-container .fm-main .fm-main-right .fm-column-short-list .fm-list-content ul li{
  font-size: 24px;
}
.ConBox .fm-wrap .fm-container .fm-main .fm-main-right .fm-column-page-list ul li{
  font-size: 24px;
}

@media screen and (min-width: 10px) and (max-width: 450px) {
  #barrierfree_container{
    width: 100%;
  }
  .fm-wrap{
    width: 100%;
  }
  .fm-wrap .fm-head{
    width: 100%;
  }
  .fm-wrap .fm-head .fm-wrap-2 h2{
      font-size: 50px;
  }
  .fm-wrap-1{
    display: flex;
    align-items: baseline;
  }
  .fm-wrap .fm-head .fm-wrap-1 .imgtwo{
    width: 100%;
  }
  .fm-wrap .fm-container{
    width: 100%;
    padding: 0;
  }
  .fm-wrap .fm-container .fm-search-area .fm-search-input input{
    width: 100%;
  }
  .fm-wrap .fm-container .fm-search-area .fm-search-input{
    width: 100%;
  }
  .fm-main{
    width: 100%;
  }
  .fm-wrap .fm-container .fm-main .fm-main-right{
    width: 70%;
  }
  .fm-wrap .fm-container .fm-main .fm-main-right .fm-column-short-list .fm-list-content ul li{
    overflow: hidden !important; 
    word-break: keep-all !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }
  .fm-wrap .fm-container .fm-main .fm-main-right .fm-column-page-list ul li{
    width: 100% !important;
    overflow: hidden !important; 
    word-break: keep-all !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    font-size: 14px;
  }
  .fm-wrap .fm-container .fm-main .fm-main-right .fm-column-short-list .fm-list-content ul li{
    font-size: 14px;
    width: 100% !important;
    overflow: hidden !important; 
    word-break: keep-all !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }
  .fm-wrap .fm-container .fm-search-area{
    height: auto;
  }
}

