@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站内页样式
 * @author: ishang_pan
 * @update: ishang_pan (2020-06-16 09:25)
 */

/*search*/
.m-searchbox{padding: 0 15px; background: #f5f5f5; width: 510px; margin: 0 auto;}
.g-search{margin: 0 0 20px; height: 50px;}
.u-searchtext{height: 50px; padding-right: 66px; border-color: #0e54ad; border-radius: 9px; font-size: 16px;}
.u-searchbtn{right: 0; top: 0; width: 65px; height: 50px; font-size: 32px; border: none; cursor: pointer; background: none; color: #0e54ad;}
.m-searchbox ul{margin: 0 -56px; display: flex; justify-content: space-between;}
.m-searchbox ul span{color: #0e54ad;}
.m-searchbox ul label{margin: 0 4px; font-weight: normal;}
.m-searchbox ul label input{margin-right: 5px;}

@media screen and (max-width: 767px) {
	.g-searchbox{padding-top: 0; background-position-y: 40px;}
	.m-searchbox{padding: 15px; width: auto;}
	.g-search{margin: 0 0 20px;}
	.m-searchbox ul{flex-wrap: wrap; margin: 0;}
}

/*location*/
.m-location{margin: 22px 0;}

@media screen and (max-width: 767px) {
	.m-location{margin: 15px 0;}
}

/*tablelist*/
.m-tablelist table{width: 100%; border: 1px solid #fff; color: #4d4d4d;margin-bottom: 35px;}
.m-tablelist table thead{background: #f2f6fa; color: #2d66a5;}
.m-tablelist table thead th{height: 44px; line-height: 44px; text-align: center; font-size: 16px; border-bottom: 6px solid #236caf;}
.m-tablelist table .u-xh{width: 8%;}
.m-tablelist table .u-bt{width: 37%; border-bottom-color: #32b9e6;}
.m-tablelist table .u-fwrq{width: 21%; border-bottom-color: #16b1c1;}
.m-tablelist table .u-cwrq{width: 17%; border-bottom-color: #2688c4;}
.m-tablelist table .u-fbrq{width: 17%; border-bottom-color: #32b9e6;}
.m-tablelist table tbody tr{border-bottom: 1px solid #d4d6d7;}
.m-tablelist table tbody tr td{padding: 10px 6px;text-align: center; font-size: 13px; line-height: 20px;}
.m-tablelist table tbody tr .u-info{text-align: left;}
.m-tablelist .u-more{margin: 0 auto 40px;display: block;width: 100px;height: 30px;line-height: 30px;text-align: center;background: #f2f2f2;font-size:16px;}

/*gzlist*/
.m-tablelistgz table{width: 100%; color: #4d4d4d; font-family: NSimSun, SimSun;}
.m-tablelistgz table thead th{height: 70px; line-height: 70px; text-align: center; border-bottom: 2px solid #0f5a9b; font-size: 20px;}
.m-tablelistgz table tbody .u-xh,.m-tablelistgz table tbody .u-xz{text-align: center;}
.m-tablelistgz table tbody .u-bt a{display: block; padding: 13px 0; line-height: 1.5; font-weight: bold; color: #333;}
.m-tablelistgz table tbody .u-bt p{padding-bottom: 15px; color: #5d89b6; font-size: 14px;}
.m-tablelistgz table tbody tr:nth-child(2n){background: #eee;}
.m-tablelistgz table tbody .u-xz a{margin: 0 5px; color: #333; font-size: 14px;}

/*gzshow*/
.m-tablelist2{font-family: NSimSun;}
.m-tablelist2 table{width: 100%; border: 1px solid #fff; color: #4d4d4d; table-layout:fixed;}
.m-tablelist2 table thead th{text-align: center; font-family: FZXBSJW; height: 70px; text-align: center; line-height: 70px; color: #333; font-size: 20px; border-bottom: 2px solid #0f5a9b;}
.m-tablelist2 table .u-xh{width: 11.2%;}
.m-tablelist2 table .u-bt{width: 59%;}
.m-tablelist2 table .u-fwrq{width: 31%;}
.m-tablelist2 table tbody tr{padding-bottom: 10px;}
.m-tablelist2 table tbody tr:nth-child(2n){background: #eee;}
.m-tablelist2 table tbody tr:last-child{border-bottom: 1px solid #eee;}
.m-tablelist2 table tbody tr td{height: 100%; text-align: center; line-height: 20px;word-wrap:break-word;}
.m-tablelist2 table tbody tr .u-info{padding:0 0 10px 30px; text-align: left; overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}
.m-tablelist2 table tbody tr .u-info a{
	text-decoration: none;
    cursor: pointer;
    font-weight: bold;
	display: block; 
	font-family: NSimSun; 
	line-height: 50px; 
	color: #333; 
	font-size: 16px;}
.m-tablelist2 table tbody tr .u-info p{margin-bottom: 5px; line-height: 15px; color: #5d89b6; font-size: 14px;  overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}
.m-tablelist2 .f-mr20{margin-right: 28px;}
.m-tablelist2 .f-mr5{margin-right: 5px;}
.m-tablelist2 .u-load a{padding: 0 7.5px; color: #333; font-size: 14px;}
.m-tablelist2 .u-load a:hover{color: #015293;}

.is-main2{margin: 0 auto; width: 1120px;}
.m-gzk .u-logo{margin-top: 20px;}
.m-gzk .u-logo span{margin: 0; padding-left: 4px; color: #fff; font-size: 30px;}
.m-gzk .u-tit{margin: 83px 0 45px; text-align: center;}
.u-yx{margin-bottom: 30px; text-align: center;}
.u-yx span{width: 293px; display: inline-block; color: #fff; line-height: 18px; font-size: 18px; font-weight: bold; background: url(/dist/xxgk-v2/images/page/bg-yx.png) no-repeat;}
.g-gbg{padding: 0; background: #fff;}

.m-gzgb .u-tit2{padding: 95px 12px 0; border-bottom: 5px solid #015293;}
.m-gzgb .u-con{padding: 0 66px;}
.m-gzgb .u-tit2 .u-btc{padding-top: 7px; font-family: FZXBSJW; color: #ff0102; line-height: 61px; font-size: 30px; text-align: center;}
/* .m-gzgb .u-tit2 .u-btc img{margin-top: 4px;width: 50px;} */
.m-gzgb .u-tit2 .u-dload{margin-top: -19px;}
.m-gzgb .u-tit2 .u-dload a{display: block; margin:0 0 12px 12px; float: left; width: 90px; height: 38px; color: #666; font-size: 14px; line-height: 38px; border: 1px solid #d2d2d2; text-align: center;}
.m-gzgb .u-tit2 .u-dload a:hover{color: #015293;}
.m-gzgb .u-con{padding-bottom: 70px; color: #333;}
.m-gzgb .u-con .dt{font-family: SimSun; font-size: 18px; text-align: center; color: #333;}
.m-gzgb .u-fot{border-top:5px solid #015293; font-family: FZXBSJW; padding: 40px 60px 40px 0; font-size: 28px; line-height: 28px; color: #015293; text-align: end;}
.m-gzgb .u-con .u-gztit{font-family: '方正小标宋简体'; margin: 58px 0 18px; line-height: 28px; font-size: 28px; text-align: center;}

@font-face {
	font-family:'FZXBSJW';
	src: url('/dist/xxgk-v2/font/FZXBSJW.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*cglist*/
.m-cglist li{margin-bottom: 25px; line-height: 2;}
.m-cglist li span{margin-left: 10px; color: #b8b8b8;}

/*tglist*/
.m-tglist ul{padding: 25px 30px 0;}
.m-tglist li{margin-bottom: 25px; line-height: 2;}
.m-tglist li span{margin-left: 10px; color: #b8b8b8;}
.m-tglist .u-more{margin: 0 auto; text-align: center; display: block; width: 100px; line-height: 30px; background: #f2f2f2; font-size: 16px;}

@media screen and (max-width: 767px) {
	.m-tglist ul{padding: 15px 15px 0;}
	.is-main2,.m-gzgb .u-tit2 .u-btc>img{width: 100%;}
}

/*bmInfo*/
.m-bminfo{margin-bottom: 32px; padding: 15px 30px; border-bottom: 2px solid #f5f5f5;}
.m-bminfo li{line-height: 45px;}

@media screen and (max-width: 991px) {
	.m-bminfo{margin-bottom: 15px; padding: 15px;}
	.m-bminfo li{line-height: 32px; text-align: left;}
}

/*依申请公开目录*/
.m-ysqgkml{padding-bottom: 60px;}
.m-ysqgkml .m-liststyle1{padding: 25px 25px 0;}

@media screen and (max-width: 991px) {
	.m-ysqgkml{padding-bottom: 15px;}
	.m-ysqgkml .m-liststyle1{padding: 15px 15px 0;}
	.m-ysqgkml .m-pagination{margin: 0 10px;}
}

/*申请信息流程图*/
.g-ysqgklct img{display: block; margin: 0 auto; max-width: 100%;}

/*申请表下载*/
.g-ysqgkbgxz{padding: 18px 10px;}
.g-ysqgkbgxz table{width: 100%;}
.g-ysqgkbgxz table thead th{line-height: 40px; background: #f5f5f5; font-weight: bold;}
.g-ysqgkbgxz table thead .u-bgmc{padding-left: 48px;}
.g-ysqgkbgxz table thead .u-cz{text-align: center;}
.g-ysqgkbgxz table tbody tr{border-bottom: 1px solid #ddd;}
.g-ysqgkbgxz table tbody td{padding: 16px 10px;}
.g-ysqgkbgxz table tbody td .btn{margin: 0 auto; display: block; padding: 0; width: 50px; height: 22px; background: #0e54ad; color: #fff; border-radius: 0;}

/*在线申请*/
.m-zxsqtext{padding: 15px 20px; text-align: justify;}
.m-zxsqtext p{text-indent: 2em; line-height: 2.3;}
.m-zxsqform{padding: 0 20px;}
.m-zxsqform h2{line-height: 40px; text-align: center; font-size: 22px;}
.m-ysqtips{line-height: 25px; color: #cd2527; font-size: 14px;}
.m-ysqpub{font-size: 14px;}
.m-ysqpub input{display: inline-block; margin-right: 5px;}
.g-zxsqform{margin: 0 20px;}
.g-zxsqform table{width:100%; border-collapse:collapse; font-size: 14px;}
table.apply-wrapper th{text-align: center; background: #f5f8fa; font-size: 16px; font-weight: bold; padding: 15px 0; border:1px solid #ddd; color: #0e54ad;}
table.apply-wrapper td{border:1px solid #ddd; padding:10px 20px; text-align:left; line-height: 22px;}
table.apply-wrapper td.apply-cell, table.apply-wrapper td.infor-cell{padding: 15px;}
table.apply-wrapper td font{color: #fe0101;}
table.apply-wrapper td label{margin: 0 5px;}
table.apply-wrapper td .jg{padding:0 50px;}
table.apply-wrapper td label input{margin-top: 4px;vertical-align: top;}
table.apply-wrapper td .org{width: 248px; height: 38px; line-height: 38px; border: 1px solid #ddd; padding: 8px 0 8px 6px;font-size: 14px;}
.apply-person-info td.name1, .apply-need-info td.name1{width: 14px; padding: 0 26px;}
.apply-person-info td.apply-person{color: #ff0000;}
.apply-person-info td.text-cell{width: 300px;}
.apply-person-info td.text-cell .name2{display: block; line-height: 28px; }
.apply-person-info td.text-cell .ipt1{width: 100%; height: 26px; border: 1px solid #ddd; padding: 0 5px;box-sizing: border-box;}
.m-mlcode input{height: 26px; border: 1px solid #ddd; padding: 0 5px;box-sizing: border-box;}
.f-dn{display: none;}
.apply-need-info td.name2{width: 98px; padding: 10px 20px 10px 14px; text-align: right;}
.apply-need-info td .text-area{width: 100%; height: 90px; border: 1px solid #ddd; padding: 10px; vertical-align: middle;box-sizing: border-box;}
.apply-need-info td.carrier-sorts span{padding: 0 10px;}
.apply-need-info td.carrier-sorts input{margin: -2px 5px 0 0; vertical-align: middle;}
.uploader{position:relative; display:inline-block; overflow:hidden; cursor:default; padding:0;display:flex;}
.filename{float:left; display:inline-block; outline:0 none;margin-right: 10px; height:26px; width:100%; padding:0 10px; overflow:hidden; cursor:default; text-overflow:ellipsis; white-space:nowrap; background:#fff; border:1px solid #ddd; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;font-size:14px;}
.u-button{float:left; height:26px; display:inline-block; outline:0 none; padding:8px 20px; margin:0; cursor:pointer; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-left: 10px; background: #cd0000; border: none; color: #fff;}
.uploader .button{float:left; height:26px; display:inline-block; outline:0 none; padding:0 15px; margin:0; cursor:pointer; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;background: #0e54ad; border: none; color: #fff;}
.uploader input[type=file]{position:absolute; top:0; right:0; bottom:0; border:0; padding:0; margin:0; height:26px; cursor:pointer; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity:0;}
.submit-box{text-align: center; margin: 10px 0 40px;}
.submit-box .btn{width: 100px; height: 48px; background: #a6a6a6; border: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; color: #fff; font-size: 16px; margin: 0 20px;}
.submit-box .btn-sub{background: #0e54ad;}
.m-ysqgkbox{font-size: 14px;}
.m-ysqcxform #code{width: 50%;}
.m-ysqcxform img{margin-left: 10px;}
.m-ysqcxinfos .table>thead{background: #f5f5f5;}
.m-ysqcxinfos .table>tbody>tr>td{vertical-align: middle;}
.g-ysqlibox .row{margin:0; border: 1px solid #ffe2e2;}
.g-ysqlibox li{margin-bottom: -1px; line-height: 50px; overflow: hidden;}
.g-ysqlibox li .u-title{border-left: 1px solid #ffe2e2; border-bottom: 1px solid #ffe2e2;}
.g-ysqlibox li div p{float: left; width: 33.33333%; border-left: 1px solid #ffe2e2; border-bottom: 1px solid #ffe2e2;}
.g-ysqlibox li div a{display: block; overflow:hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}
.g-ysqlibox li div i{margin-right: 10px; display: inline-block; width: 5px; height: 6px; vertical-align: middle; background: url(/dist/xxgk-v2/images/home/icon-li2.png) no-repeat;}
.g-ysqlibox li div.u-title a{font-weight: bold;}

@media (max-width: 638px){
	.g-zxsqform{margin: 15px;}
	.m-ysqcxform label{margin-bottom: 5px;}
	.m-ysqcxinfos td.he,.m-ysqcxinfos th.he{display: none;}
	table.apply-wrapper td .org{width: 100%;}
	.m-zxsqform td.yc,.share-main{display: none;}
	table.apply-wrapper td{border: none;padding: 10px 5px;}
	table.apply-wrapper td.apply-cell, table.apply-wrapper td.infor-cell{padding: 0;}
	.m-bminfo{padding: 15px;}
	.m-zxsqtext,.m-zxsqform{padding: 15px 0;}
	.submit-box .btn{margin: 0 10px;width: 85px;}
	table.apply-wrapper td .jg{display:block;}
	table.apply-wrapper td label input {margin-top: 2px;}
}

/*依申请公开查询*/
.g-ysqgkcx{padding: 20px 18px;}
.u-xysqcx{padding-left: 18px; font-size: 16px; font-weight: bold; color: #0e54ad; background: url(/dist/xxgk-v2/images/page/bg-cxli.png) left center no-repeat;}
.m-ysqcxform{padding: 0 15px;}
.m-ysqcxform label{font-weight: normal;}
.m-ysqcxform input[type="text"]{padding:0 10px;height: 30px;line-height: 30px;border: 1px solid #ddd;font-size:15px;}
.m-ysqcxform input[type="submit"]{margin-left:10px;width: 60px; height: 30px;  border: 1px solid #ddd; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;font-size: 14px;}
.m-ysqcxinfos table{font-size: 13px;}
.m-ysqcxinfos table thead th{text-align: center; font-weight: bold;}

/*依申请公开统计*/
.g-ysqgktj{padding: 20px 18px;}
.g-ysqgktj table{width: 100%; border-collapse: collapse; border:1px solid #ddd;}
.g-ysqgktj table thead{background: #f5f5f5;}
.g-ysqgktj table thead th{height: 40px; line-height: 39px; font-weight: bold; font-size: 14px;}
.g-ysqgktj table td,.g-ysqgktj table th{border: 1px solid #ddd; text-align: center;}
.g-ysqgktj table td{padding: 8px;}

/*年报*/
.m-gknbbox .u-title{margin-bottom: 15px; font-size: 32px; font-weight: bold; color: #0e54ad;}
.m-gknbbox .u-desc{padding-bottom: 22px; border-bottom: 2px solid #f2f2f2;}
.m-gknbbox .u-desc span{margin: 0 6px;}
.m-gknbbox .u-desc,.m-gknbbox .u-desc a{font-size: 15px; color: #3d3d3d;}
.g-gknbbox{height: 940px; font-size: 16px; line-height: 2.3; overflow-x: auto; overflow-y: auto;}
.g-gknbbox p{margin-bottom: 15px;}
.g-gknbbox table{border-collapse: collapse; border:1px solid #333;}
.g-gknbbox table td,.g-gknbbox table th{border: 1px solid #333;}
.g-gknbbox img{max-width: 100%;}

/*部门导航*/
.m-gkdhbox .g-gkdhbox{margin: 26px 15px 38px;}
.g-gkdhbox li{line-height: 40px;}
.g-gkdhbox li a{display: block; padding: 0 5px; overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}
.m-xqdh li{background: #f5f5f5;}
.m-bmdh li:nth-child(6n+1),.m-bmdh li:nth-child(6n+2),.m-bmdh li:nth-child(6n+3){background: #f5f5f5;}

/*detail*/
.m-detailtb{width: 100%;}
.m-detailtb td{padding: 5px; border: 1px solid #ddd; font-size: 14px; word-break: break-all;}
.m-detailtb td .u-jqhh{white-space: normal; word-break: break-all; word-wrap: break-word;}
.m-detailbox .u-title{margin-bottom: 15px; font-size: 32px; font-weight: bold;}
.m-detailbox .u-desc{padding-bottom: 22px; border-bottom: 2px solid #f2f2f2;}
.m-detailbox .u-desc span{margin: 0 6px;}
.m-detailbox .u-desc,.m-detailbox .u-desc a{font-size: 15px; color: #3d3d3d;}
.g-detailbox{margin-bottom: 10px; height: 880px; font-size: 16px; line-height: 2.3; overflow-x: auto; overflow-y: auto;}
/* .g-detailbox p{margin-bottom: 15px;} */
.g-detailbox table{border-collapse: collapse; border:1px solid #333;}
.g-detailbox table td,.g-detailbox table th{border: 1px solid #333;}
.g-detailbox img{max-width: 100%;}
.m-dtcode p{font-size: 12px; color: #999; text-align: center;}
.m-dtcode img{margin: 4px auto; display: block; width: 130px; height: 130px; padding: 4px; border: 1px solid #ddd;}

.m-relation div{padding-top: 19px; line-height: 45px; border-bottom: 1px solid #bfd5e6; font-size: 18px; cursor: context-menu; color: #015293; font-weight: bold;}
.m-relation li{margin-top: 10px; padding-left: 18px; line-height: 30px; background: url(/dist/xxgk-v2/images/public/icon-li1.png) left 13px no-repeat;}
.m-relation .title {background: none;}

/*领导简介*/
.m-gkdhbox .m-gkldjj{margin: 26px 15px 38px;}
.m-gkldjj img{display: block; max-width: 100%; height: 233px; margin: 0 auto 10px;}
.m-gkldjj h5{font-size: 18px; font-weight: normal;}
.m-gkldjj p{margin-bottom: 10px; font-size: 20px;}

/*重点领域信息*/
.m-gkdhbox .m-zdlybtns{margin: 26px 15px 38px;}
.m-zdlybtns li{margin-bottom: 10px;}
.m-zdlybtns li a{display: block; padding: 0 10px; line-height: 46px; overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis; border: 1px solid #ddd;}
.m-zdlybtns li a:hover{background: #2d66a5; border-color: #2d66a5; color: #fff;}

/* 打印关闭 */
.m-btfuns {margin: 20px 0;line-height: 24px;position: relative;overflow: hidden;}
.m-btfuns ul {float: right;overflow: hidden;}
.m-btfuns li {float: left;}
.m-btfuns li a {display: block;color: #5e5e5e;font-size: 14px;padding-left: 15px;}
.m-btfuns li a img {margin: 5px 5px 0 0;}

/** 十公示详情 on **/
.m-detailsgs table{border: 1px solid #ebebeb; width:100%;}
.m-detailsgs table tr{height: 49px;line-height: 28px;}
.m-detailsgs table td,.m-detailsgs table th{border: 1px solid #e6e6e6;}
.m-detailsgs .m-detailsgsinfo table .m-column{background-color: #f5f5f5;width:20%;text-align:center}
.m-detailsgs .m-detailsgsinfo table td.m-info{padding: 10px 5px 10px 20px;}

.m-detailsgs .m-detailsgszn{margin-top: 15px;}
.m-detailsgs .m-detailsgszn table{width: 100%;}
.m-detailsgs .m-detailsgszn .m-column th{background-color: #0e54ad;color: white;text-align:center;}
.m-detailsgs .m-detailsgszn .m-column th h2{font-size: 20px;font-weight: 600;}
.m-detailsgs .m-detailsgszn tr td{padding: 0px 25px 0px 25px;}

.TwoGeRenListxs{height: 74px; line-height: 74px; padding-left: 42px; padding-right: 31px; cursor: pointer; border-bottom: 1px solid #e6e3e3; background: url("/dist/xxgk-v2/images/page/gerenjia.png") no-repeat left center;}
.TwoGeRenListxs.on{background: url("/dist/xxgk-v2/images/page/houjiajian.png") no-repeat left center;}
.TwoGeRenListxx{display: none;}
.TwoGeRenDiv{height: 76px; line-height: 76px; padding-left: 42px; border-bottom: 1px solid #e6e3e3;}
.TwoGeRenDiv span{float: left; font-size: 16px; color: #333333; margin-right: 22px;}
.TwoGeRenDivr{float: right;}
.TwoGeRenDivr a{float: left; width: 90px; height: 32px; font-size: 16px; color: #666666; text-align: center; line-height: 30px; margin-left: 20px; margin-top: 22px; border-radius: 5px; transition: all .3s; border: 1px solid #999999;}
.TwoGeRenDivr a.GeRenLiJi{color: #0e54ad; border-color: #0e54ad;}
.TwoGeRenDivr a:hover{color: #ffffff; border-color: #0e54ad; background: #0e54ad;}


.ZuoTiJiao1s{
    line-height: 32px;
    font-size: 18px;
    color: #333333;
    box-sizing: border-box;
    padding: 15px 78px 15px 35px;
    border-bottom: 1px solid #e6e6e6;
}
.XinYaoCover {
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:9;
    display: none;
}
.XinYaoTanBox {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -446px;
    margin-top: -225px;
    width: 897px;
    padding-bottom: 35px;
    background-color: #fff;
    z-index: 10;
    border-radius: 10px;
    box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.3);
}

.XinYaoTanBox .XinYaoHD {
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 29px;
}
.XinYaoTanBox .XinYaoHD a {
    float: right;
    height: 56px;
    width: 56px;
}
.XinYaoTanBox .XinYaoHD a img {
    display: block;
    width: 12px;
    height: 13px;
    margin: 0 auto;
    margin-top: 22px;
}
.XinYaoTanBox .XinYaoBD {
    max-height: 510px;
    overflow-y: auto;
}
.XinYaoTanBox .XinYaoBD .m-detailsgsinfo{
    margin: auto;
    margin:30px 20px;
}
.XinYaoTanBox .XinYaoBD1 {
    font-size: 16px;
    margin-top: 15px;
}
.XinYaoTanBox .XinYaoBD1 p {
    line-height: 40px;
}
.XinYaoTanBox .XinYaoBD1 i {
    color: #333;
    float: left;
    width: 112px;
    text-align: right;
}
.XinYaoTanBox .XinYaoBD1 span {
    display: block;
    margin-left: 112px;
    padding-right: 60px;
    color: #666;
}
.XinYaoTanBox .XinYaoBD2 {
    margin-top: 15px;
}
.XinYaoTanBox .XinYaoBD-l {
    float: left;
    width: 112px;
    font-size: 16px;
    color: #333;
    text-align: right;
}
.XinYaoTanBox .XinYaoBD-l span {
    display: block;
    margin-top: 5px;
}
.XinYaoTanBox .XinYaoBD-r {
    float: left;
    width: 665px;
}
.XinYaoTanBox .XinYaoBD-r li {
    float: left;
    width: 123px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #ddd;
    margin-right: 10px;
    margin-bottom: 9px;
}
.ZuoTiClose{
    position: absolute;
    right: 31px;
    top: 27px;
    width: 12px;
    height: 13px;
    z-index: 10;
    cursor: pointer;
}

.qlDetail {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
    padding-left: 10px;
}

.neirong .sgsli {
    list-style: none;
    list-style-type: none;
    line-height: 50px;
    background-color: #f4f4f4;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
}

.neirong .sgsli a {
    color: #015293;
    font-size: 14px;
    float: right;
    margin-right: 20px;
}
.qrContent {
    margin-top: 20px;
}
.m-detailsgs table.sgstable{display:none;}
/** 十公示详情 end **/

/** 十公示查询 on **/
.sgs_search {
    width: 100%;
}

.sgs_search .sgs_keywords {
    height: 40px;
    line-height: 40px;
    border: 1px solid #015293;
    width: 84%;
    text-indent: 1em;
    font-size: 14px;
}

.sgs_search .sgs_submit_btn {
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #015293;
    width: 100px;
    display: block;
    float: right;
    text-align: center;
    vertical-align: middle;
}

.sgs {
    height: 200px;
    background-color: #f2f5fa;
    padding: 40px 30px;
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.sgs h3 {
    text-align: center;
    line-height: 70px;
    font-size: 24px;
    color: #015293;
}

.tips {
    text-align: center;
    margin-top: 30px;
    display: none;
}
/** 十公示查询 end **/


/*media query*/
/*large pcScreen*/
@media (min-width:1100px) {
    

}
/*medium pcScreen lg*/
@media screen and (max-width: 1099px) {
    

}
/*pad md*/
@media screen and (max-width: 991px){
	

}
/*phone sm*/
@media screen and (max-width: 767px) {
    
    .TwoGeRenDiv,.TwoGeRenListxs{height: auto;}
    .TwoGeRenDiv span,.TwoGeRenDivr{float: none;}
    .TwoGeRenDivr a{display: block;float: none;margin-bottom: 20px;}
    .XinYaoTanBox{width: 100%;left: 0;margin-left: 0;top: 40%;}

}
/*small xs*/
@media screen and (max-width: 638px) {
    

}