@charset "UTF-8";
/*初始化css*/
body{min-width:1200px;font-family:微软雅黑;color: #333;}
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;}
input{margin:0;padding:0;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{}
a{color:#333;}
.more a{color: #999;}
a:hover{color:#d90e11;transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;-moz-transition:all 0.2s;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
.bg-fff{background-color: #fff;}
a:focus-visible {
   /* outline: 1px solid #000 !important;
    outline-color: rgb(0, 0, 0) !important; */
   /* outline-style: solid !important;
    outline-width: 1px !important; */
    z-index: 999;
}
/*通用元件*/
.width1200{width: 1200px;margin: 0 auto;}

/*栏目页页面*/
body{background: #fff;}
.current-position{line-height:40px;font-size: 13px;color: #454545;background-color: #ededed;}
.current-position a{color: #454545;}
.current-position a:hover{color:#d90e11;}
.current-position>div{background: url(/cms_files/webshaoxingshiyuechengqurenminzhengfu/pubtplobject/defaultSet/ellIHmBZSEyP7xHLmGBaZ/images/current-position.png) no-repeat 2px center;padding-left:22px;}

.column-page{background:url(/cms_files/webshaoxingshiyuechengqurenminzhengfu/pubtplobject/defaultSet/ellIHmBZSEyP7xHLmGBaZ/images/main-bg.png) no-repeat center top;}
.column-page-left h1{background:#d91111;height: auto;font-size: 17px;color: #fff;line-height: 36px;padding-left: 42px;
min-height: 50px;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.column-page-left ul{border: 1px solid #e6e6e6;border-top:0;min-height:500px;}
.column-page-left ul li{padding: 0 9px;background: url(/cms_files/webshaoxingshiyuechengqurenminzhengfu/pubtplobject/defaultSet/ellIHmBZSEyP7xHLmGBaZ/images/arrow1.png) no-repeat 24px center;height: 44px;}
.column-page-left ul li a{display: block;height: 45px;line-height: 45px;border-bottom: 1px solid #e3e3e3;padding-left:35px;font-size: 17px;color: #000;}

.column-page-left ul li.active{background:#dbd7d7 url(arrow2.png) no-repeat 24px center;}
.column-page-left ul li.active a{color: #794a34;}

.column-page-right{border: 1px solid #dedede;}
.column-page-right ul{padding: 10px 24px 24px;}
.column-page-right ul li{background: url(/cms_files/webshaoxingshiyuechengqurenminzhengfu/pubtplobject/defaultSet/ellIHmBZSEyP7xHLmGBaZ/images/list-pic.png) no-repeat left center;line-height: 45px;padding-left: 14px;border-bottom: 1px dashed #e8e8e8;}
.column-page-right ul li a{
  display: block;
    max-width: 670px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.column-page-right ul li span{color: #999;}

/* 老年版 */
/* 分页条 */
.old_type .default_pgToolbar td{
	font-size: 24px!important;
	padding: 0 1px 0 1px;
	height: 60px!important;
}
.old_type .default_pgPanel tr td{
	font-size: 24px!important;
}
.old_type .default_pgCurrentPage{
	width: 48px!important;
	height: 38px!important;
	line-height: 16px!important;
	text-align: center!important;
	border: 1px solid #CCCCCC!important;
	background: #fff!important;
}
.old_type .default_pgSearchInfo{
  width: 425px!important;
}

@media only screen and (min-width: 767px) and (max-width: 1920px){
	.zwz{
			float:left;
			width: 540px;
			padding: 0 20px 0 40px;
			text-indent: 2em;
			line-height: 40px;
		}
}

/* 移动端样式 */
@media only screen and (min-width: 100px) and (max-width: 767px){
.current-position{
  /* height: 10vw; */
  line-height: 10vw;
  font-size: 4vw;
}
.current-position>div{
  padding-left: 5vw;
  box-sizing: border-box;
}
.width1200{
  width: 100%;
}
.column-page-left h1 {
  background: #d91111;
  height: 10vw;
  font-size: 5.5vw;
  text-align: center;
  color: #fff;
  width: 100vw;
  line-height: 10vw;
  padding-left: 0;
} 
.column-page div:first-child{
  padding: 1vw 0!important;
}
.zwz{
	float:left;
	line-height: 40px;
}
.column-page-left ul {
  border: 1px solid #e6e6e6;
  border-top: 0;
  min-height: 10vw;
  width: 100vw;
  height: auto!important;
}
.column-page-left ul li {
  padding: 0;
  height: 10vw;
  background: none;
  width: 33.33333%;
  display: inline-block;
}
.column-page-left ul li.active{
  background: #dbd7d7;
}
.column-page-left ul li a {
  display: block;
  height: 10vw;
  line-height: 10vw;
  border-bottom: 0;
  padding-left: 0;
  font-size: 5vw;
  text-align: center;
}
.column-page-left + td{
  display: none;
}
.column-page-left,.column-page-right{
  float: left;
  width: 100vw;
}
.zlm_list {
  padding: 0 2vw!important;
  padding-top: 2vw!important;
  margin: 0 auto!important;
  box-sizing: border-box;
}
.zlm_list td{
  padding-bottom: 2vw!important;
}
.zlm_list a {
  display: block!important;
  margin: 0 auto!important;
  width: 95%!important;
  text-align: center!important;
  height: auto!important;
  line-height: 8vw;
  background: #fafafa;
  border: 1px solid #e1e1e1;
  border-radius: 2vw!important;
}
#zoom p{
  text-indent: 0!important;
  font-size: 4vw;
  text-align: justify;
}
#zoom img{
  width: 100%!important;
    height: auto!important;
}



.column-page-right ul{
  padding: 0 2vw;
  box-sizing: border-box;
}
.column-page-right ul li{
  line-height: 8vw;
  padding-left: 3vw;
}
.column-page-right ul li{
  font-size: 4vw;
}
.column-page-right ul li span {
  color: #999;
  font-size: 4vw;
}







/* 手机版分页条 */

.default_pgToolbar {
  background: none!important;
  border: none!important;
}

.default_pgPerPage {
  display: none!important;
}

.default_pgFirst {
  width: 8vw!important;
  height: 6.6667vw!important;
  background: url(/cms_files/jcms1/web3614/site/picture/1552/2110181750056957395.gif?0.8464583259109282) no-repeat center!important;
  background-size: contain!important;
  margin-right: 1.3333vw!important;
}

.default_pgFirstDisabled {
  width: 8vw!important;
  height: 6.6667vw!important;
  background: url(/cms_files/jcms1/web3614/site/picture/1552/2110181750057307151.gif?0.5108747882150775) no-repeat center!important;
  cursor: auto!important;
  background-size: contain!important;
  margin-right: 1.3333vw!important;
}

.default_pgPrev {
  width: 12vw!important;
  height: 6.6667vw!important;
  background: url(/cms_files/jcms1/web3614/site/picture/1552/2110181750056576457.png?0.9947478346842384) no-repeat center!important;
  background-size: contain!important;
  margin-right: 1.3333vw!important;
}

.default_pgPrevDisabled {
  width: 12vw!important;
  height: 6.6667vw!important;
  background: url(/cms_files/jcms1/web3614/site/picture/1552/2110181750055769343.gif?0.25040286213511576) no-repeat center!important;
  cursor: auto!important;
  background-size: contain!important;
  margin-right: 1.3333vw!important;
}

.default_separator {
  display: none!important;
}

.default_pgNext {
  width: 12vw!important;
  height: 6.6667vw!important;
  background: url(/cms_files/jcms1/web3614/site/picture/1552/2110181750035367898.gif?0.8966763508287363) no-repeat center!important;
  background-size: contain!important;
  margin-left: 1.3333vw!important;
}

.default_pgLast {
  width: 8.1vw!important;
  height: 6.6667vw!important;
  background: url(/cms_files/jcms1/web3614/site/picture/1552/2110181750035036922.gif?0.45672629097432615) no-repeat center!important;
  background-size: contain!important;
  margin-left: 1.3333vw!important;
}

.default_pgRefresh {
  width: 8.4vw!important;
  height: 5.7333vw!important;
  background: url(/cms_files/jcms1/web3614/site/picture/1552/2110181750056171308.gif?0.8023270272895751) no-repeat center!important;
  background-size: contain!important;
}

.default_pgSearchInfo {
  display: none!important;
}

.default_pgToolbar td {
  font-size: 2.4vw!important;
  width: auto!important;
  padding: 0 0px 0 0px!important;
}

.default_pgToolbar td input {
  /* outline: none!important; */
}

.default_pgCurrentPage {
  width: 4.8vw!important;
  height: 6.6667vw!important;
  line-height: 6.6667vw!important;
}

.default_pgToolbar td:first-child+td+td+td {
  display: none!important;
}

.default_pgPanel {
  float: none!important;
  margin: 0 auto!important;
}



      /* 手机版分页条 */



}