/* 2021.6.8 新增 */
.serch_box {
	background: #fafafa;
	height: auto;
	padding: 42px 16px 16px;
}

.serch_box .no_margin {
	margin: 0;
}

.serch_box .top_title_pic {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.serch_box .top_title_pic li {
	margin: 0;
}

.serch_box .top_title_pic i {
	position: absolute;
	display: none;
	font-style: normal;
	right: 32px;
	top: 6px;
	width: 33px;
	height: 33px;
	line-height: 36px;
	color: #696969;
	cursor: pointer;
}

.serch_box .top_title_pic button {
	position: absolute;
	right: 10px;
	_right: 28px;
	top: 3px;
	width: 36px;
	height: 36px;
	background:  0 0 no-repeat;
	display: inline-block;
	border: none;
	outline: none;
	cursor: pointer;
}
.serch_box .radio_tip {
	color: #1b65b9;
}
* ul.top_title_pic button {
	right: 24px;
}

.serch_box .top_title_pic input {
	width: 100%;
	height: 42px;
	line-height: 42px;
	display: inline-block;
	font-size: 18px;
	color: #666;
	border: 2px solid #1b65b9;
	outline: none;
	background: #fff;
	
}

* ul.top_title_pic .inp_text {
	margin: 0 5px;
}

.serch_box .top_title_pic .btn {
	display: inline;
	margin-top: 2px;
	width: 140px;
	height: 50px;
	text-align: center;
	background: #015293;
	border-radius: 11px;
	cursor: pointer;
}

.serch_box .colun1 {
	overflow: hidden;
	zoom: 1;
	margin: 40px 0 10px;
}

.serch_box .colun1 ul {
	float: left;
	overflow: hidden;
	zoom: 1;
	font-size: 16px;
	margin-right: 44px;
	margin-right: 24px\9;
	_margin-right: 0px;
}

.serch_box .colun1 li {
	float: left;
	margin-right: 6px;
}
.serch_box .colun1 li input{
	vertical-align: text-top;
}

.serch_box .colun1 li span {
	margin-left: 6px;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
}

.policysearchnoresultspage_middle {
	width: 748px;
	margin: 50px auto 20px;
	/* margin-top: 50px;*/
	display: none;
}

.policysearchnoresultspage_middle .jg_box {
	margin: 0px auto;
	text-align: center;
	width: 330px;
}

.policysearchnoresultspage_middle .jg_p {
	margin-left: 45px;
	text-align: left;
	color: #7c7c7c;
	line-height: 30px;
}

.policysearchnoresultspage_middle .jg_para02 {
	height: 35px;
	line-height: 35px;
	color: #7c7c7c;
	font-size: 18px;
	font-weight: bold;
}

.policysearchnoresultspage_middle .ys02 {
	line-height: 35px;
	float: left;
}
/* 2021.6.8 新增 end */

.inner {
	position: relative;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

a:hover {
	text-decoration: none;
}

#container .main {
	margin: 0px auto;
	width: 1200px;
	position: relative;
}

/* 文章滚动条样式 */
.article-box::-webkit-scrollbar {
	width: 10px;
}

.article-box::-webkit-scrollbar-track-piece {
	background: #f2f2f2;
	border-radius: 100px;
}

.article-box::-webkit-scrollbar-thumb {
	background: #d20005;
	border-radius: 100px;
}
.wrap{
	background-color: #f8f8f8;
}
/* content 开始 */
.content{
	position: relative;
	padding-top: 80px;
}
.content .content-bg{
	width: 100%;
	height: 448px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/uploads/image/mimages/content-bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.content .title {
	font-size: 80px;
	color: #cf2820;
	text-align: center;
	font-weight: normal;
}

.content .grid {
	width: 1150px;
	margin: 80px auto 0;
	padding: 36px;
	background-color: #fff;
}

.grid>.row {
	margin-left: 0;
	margin-right: 0;
}

.info-search {
	font-size: 0;
	text-align: center;
	margin-bottom: 36px;
	position: relative;
}

.info-search:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	width: 20%;
	height: 0;
	border-bottom: 2px solid #ccc;
}

.info-search:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0px;
	width: 20%;
	height: 0;
	border-bottom: 2px solid #ccc;
}

.grid .search-box {
	background: #ffffff;
	border: 1px solid #cf2820;
	border-radius: 9px;
	width: 510px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
	display: inline-block;
	text-align: left;
}

.grid .search-box input {
	width: 400px;
	height: 48px;
	border: none;
	font-size: 20px;
	border-radius: 9px;
}

input::-webkit-input-placeholder {
	/* chrome/opera/safari */
	color: #999;
}

.search-ico {
	background-image: url(/uploads/image/mimages/grid-search.png);
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 60px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

/* 政府信息公开树 开始 */
ul.info-tree {
	padding-bottom: 15px;
	margin-left: -15px;
}

@media (max-width: 768px) {

	ul.info-tree,
	.main {
		margin: 0px -15px;
	}
}

ul.info-tree>li ul {
	display: none;
}

ul.info-tree>li {
	position: relative;
	font-size: 18px;
}

ul.info-tree>li li {
	margin-top: 15px;
}

/* 左侧导航栏li 高亮文字颜色 */
ul.info-tree li a {
	display: block;
	width: 100%;
	font-size: 24px;
	line-height: 28px;
	padding: 4px 0px 4px 75px;
	color: #d20005;
	background-color: #fff;
	border: 1px solid #e7e7e7;
}

/* 左侧导航栏li 高亮背景颜色 */
ul.info-tree li a:hover,
ul.info-tree li.level-1.current a {
	color: #fff;
	background-color: #d20005;
}

ul.info-tree li a i {
	position: absolute;
	top: 10px;
	left: 20px;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-image: url(/uploads/image/mimages/icons.png);
	background-size: 320px auto;
	transition: transform .3s;
}

/* 左侧导航栏图标 */
ul.info-tree li a i.s1 {
	background-position: -200px 0px;
}

ul.info-tree li a i.s2 {
	background-position: 0px 0px;
}

ul.info-tree li a i.s3 {
	background-position: -40px 0px;
}

ul.info-tree li a i.s4 {
	background-position: -80px 0px;
}

ul.info-tree li a i.s5 {
	background-position: -120px 0px;
}

ul.info-tree li a i.s6 {
	background-position: -240px 0px;
}

ul.info-tree li a i.s7 {
	background-position: -120px 0px;
}


/* 政府信息公开树 高亮 开始 */
ul.info-tree li a:hover i.s1, ul.info-tree>li.current a i.s1{
	background-position: -200px -40px;
}
ul.info-tree li a:hover i.s2, ul.info-tree>li.current a i.s2{
	background-position: 0px -40px;
}
ul.info-tree li a:hover i.s3, ul.info-tree>li.current a i.s3{
	background-position: -40px -40px;
}
ul.info-tree li a:hover i.s4, ul.info-tree>li.current a i.s4{
	background-position: -80px -40px;
}
ul.info-tree li a:hover i.s5, ul.info-tree>li.current a i.s5{
	background-position: -120px -40px;
}

ul.info-tree li a:hover i.s6,
ul.info-tree>li.current a i.s6 {
	background-position: -240px -40px;
}

ul.info-tree li a:hover i.s7,
ul.info-tree>li.current a i.s7 {
	background-position: -120px -40px;
}

/* 政府信息公开树 高亮 结束 */
ul.info-tree li.level-1 a,
ul.info-tree li.level-2 a {
	display: inline-block;
}

ul.info-tree li li a:hover {
	text-decoration: underline;
}

ul.info-tree li li {
	position: relative;
	line-height: 32px;
}

ul.info-tree li li a {
	font-size: 16px;
}

ul.info-tree li.level-2 ul {
	padding-left: 20px;
	border: none;
}

ul.info-tree li.level-2 ul li {
	font-size: 14px;
}

ul.info-tree>li:hover ul.info-tree li.level-2 ul {
	padding-left: 20px;
}

ul.info-tree li.level-2 ul li {
	font-size: 14px;
}

ul.info-tree>li.level-1>i:after {
	margin-top: -10px;
	background-image: url(/uploads/image/mimages/icons.png);
	background-size: 320px auto;
	background-position: -35px -280px;
	transition: transform .3s;
}

ul.info-tree>li.current>i:after {
	margin-top: -10px;
	margin-left: 12px;
	background-image: url(/uploads/image/mimages/icons.png);
	background-size: 320px auto;
	background-position: -84px -277px;
	transition: transform .3s;
}

ul.info-tree li.level-1.current a {
	display: block;
}

ul.info-tree li li:not(.level-2) a:after {
	box-sizing: border-box;
	content: '';
	position: absolute;
	top: 50%;
	left: 35px;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	background: #333;
	border-radius: 100px;
}

ul.info-tree li li a:hover:after {
	background: #1e5fd8;
}

ul.info-tree li li a:hover:after {
	color: #102b63;
	background: #102b63;
}

ul.info-tree li.level-1.current ul li a {
	color: #333;
	line-height: 24px;
	padding-left: 50px;
	border: none;
	background-color: #fff;
}

ul.info-tree li.level-1.current ul li a:hover,
ul.info-tree li.level-1.current ul li a:focus {
	background-color: #e8f5ff;
	text-decoration: none;
	color: #d20005;
}

ul.info-tree .current>ul {
	display: block;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-top: none;
}

ul.info-tree li.level-1>i {
	position: absolute;
	top: 20px;
	right: 5%;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-position: center;
	cursor: pointer;
}

ul.info-tree li.level-1>i {
	background-image: url(/uploads/image/mimages/pus01.png);
}

ul.info-tree li.level-1.current>i {
	background-image: url(/uploads/image/mimages/prep.png);
	font-style: normal;
}

ul.info-tree li a:hover ul i {
	background-image: url(/uploads/image/mimages/pus02.png);
}

ul.info-tree .level-2 a:hover ul i {
	background-image: url(/uploads/image/mimages/c-pus01.png);
}

ul.info-tree li a:focus {
	text-decoration: none;
	font-weight: bold;
}

ul.info-tree li.level-2>i {
	position: absolute;
	top: 7px;
	left: 27px;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 24px;
	text-align: center;
	background-position: center;
	color: #aaa;
	cursor: pointer;
}

ul.info-tree li.level-2>i {
	background-image: url(/uploads/image/mimages/c-pus01.png);
	font-style: normal;
}

ul.info-tree li.level-2.current>i {
	background-image: url(/uploads/image/mimages/c-pus02.png);
	font-style: normal;
}

ul.info-tree li.level-2.current>a:hover ul i {
	background-image: url(/uploads/image/mimages/c-pus02.png);
	font-style: normal;
}
/* 当前栏目高亮颜色 */
.info-tree li.current>a{
	color: #fff;
    background-color: #d20005;
}
ul.info-tree li.level-1 ul li.current>a{
	font-weight: bold;
	color:#d20005;
}
/* 政府信息公开树 结束 */
/* 右侧内容 开始 */
.container-box {
	border: 1px solid #e7e7e7;
	background-color: #fff;
	margin-right: -15px;
}

.article {
	padding: 0;
}

.article h2 {
	font-size: 32px;
	font-weight: bold;
	padding: 0px;
	text-align: center;
	line-height: 1.5;
}

.article h2 a {
	color: #cf2820;
	line-height: 100px;

}

.article .article-box p {
	line-height: 32px;
	margin-bottom: 10px;
	padding: 0px 24px;
	margin: 1em 0;
}

.article-footer {
	padding-left: 24px;
	padding-right: 24px;
}

.article-footer .f-tit {
	display: block;
	font-size: 1.5em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	text-align: left;
}

.article-footer ul {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}

.article-footer ul li {
	display: list-item;
	text-align: -webkit-match-parent;
}

.article-footer ul li a {
	cursor: pointer;
	color: #d20005;
	text-decoration: underline;
}

.article-box {
	max-height: 940px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0px;
	margin-right: 14px;
	margin-bottom: 40px;
	line-height: 2;
	text-align: justify;
	color: #333;
	font-size: 16px;
}

.info-list {
	margin-top: 10px;
}

.info-list li {
	font-size: 0;
	padding-left: 10px;
}

.info-list li::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.info-list li i {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-left: 6px;
	background-color: #b5b5b5;
	display: inline-block;
	vertical-align: middle;
}

.info-list li a {
	width: 600px;
	display: inline-block;
	vertical-align: middle;
	padding: 8px 20px;
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.info-list li span {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	color: #666666;
	font-size: 16px;
	float: right;
}

/* 页码 开始 */
#navbox {
	text-align: center;
	padding: 20px 0;
}

#navbox a {
	display: inline-block;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	padding: 0 11px;
	height: 30px;
	background-color: #eeeeee;
	margin-left: 5px;
	margin-bottom: 5px;
}

#navbox a:hover {
	background-color: #d20005;
	color: #ffffff;
	transition: all 0.3s;
}

#navbox span {
	display: inline-block;
	padding: 0 11px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	background-color: #d20005;
	color: #ffffff;
	margin-left: 5px;
}

/* 页码 结束 */
/* 领导信息 开始 */
.ldxx-list {
	padding: 20px;
}

.ldxx-li {
	height: 196px;
	margin-bottom: 20px;
	background-color: #ffeded;
}

.ldxx-li img {
	width: 153px;
	height: 196px;
	display: block;
}

.ldxx-li-right {
	width: 578px;
	margin-left: 20px;
}

.ldxx-li-right>h3 {
	font-size: 18px;
	color: #0a0a0a;
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}

.ldxx-li-right>h3:first-child h3 {
	margin-top: 0;
	margin-bottom: 18px;
}

.ldxx-li-right>p {
	width: 560px;
	font-size: 16px;
	color: #606060;
	margin-bottom: 20px;
}

.ldxx-details {
	width: 138px;
	line-height: 38px;
	background-color: #cf2820;
	border-radius: 5px;
	transition: all 0.3s;
	display: block;
}

.ldxx-details:hover {
	background-color: #cf2820;
	opacity: 0.75;
}

.ldxx-details>i {
	display: inline-block;
	width: 22px;
	height: 18px;
	background-image: url(/uploads/image/mimages/icon_menu.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
	margin: -2px 26px 0 14px;
}

.ldxx-details>span {
	font-size: 16px;
	color: #ffffff;
}

/* 领导信息 结束 */
/* 主题分类 开始 */
/*主题分类*/
.zcwj_screen {
	margin-bottom: 10px;
	margin-right: -15px;
	background-color: #fff;
	box-sizing: border-box;
	background-image: ;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.zcwj_screen .zcwj_screen_filetype {
	height: 60px;
}

.zcwj_screen>div {
	height: 60px;
}

.zcwj_screen .title {
	width: 178px;
	color: #fff;
	float: left;
	line-height: 60px;
	font-size: 20px;
	text-align: center;
	border-right: 1px solid #d20005;
}

.zcwj_screen ul {
	float: left;
	display: block;
	margin-left: 20px;
}

.zcwj_screen ul li {
	float: left;
	color: #fff;
	margin-top: 15px;
	padding: 4px 13px;
	text-align: center;
	border-radius: 15px;
	margin-right: 15px;
	cursor: pointer;
	transition: all 0.3s;
}

.zcwj_screen ul li:hover,
.zcwj_screen ul li.active {
	background-color: #d20005;
	font-weight: 700;
}

/* 主题分类 结束 */
/* 右侧内容 结束 */
/* content 结束 */

/* footer 开始 */
/*--------容器 主体 页脚-----------*/

/* footer 结束 */

/* 移动端样式 */
@media (max-width: 769px) {
	#container .main {
		width: 100%;
	}

	.mt60 {
		margin-top: 0.54rem;
	}

	.inner {
		width: 100%;
	}

	.content .grid {
		width: 100%;
		padding: 0.55rem 0.2rem 0.9rem;
		margin-top: 0;
	}

	/* 头部 开始 */
	#header {
		height: 2rem;
		margin-bottom: 0.9rem;
		background-size: auto;
		overflow: visible;
	}

	#container #header .main {
		height: 100%;
		width: 100%;
	}

	#header .logo-header>img {
		/*width: 0.7rem;*/
		height: 0.75rem;
		margin-left: 0.3rem;
	}

	#header .logo-header {
		display: flex;
		align-items: center;
		height: 100%;
		margin: 0;
	}

	#header .logo-header .logo-text {
		width: 3.8rem;
		height: 0.8rem;
		margin-left: 0.14rem;
	}

	#header .logo-header .logo-text img {
		width: 100%;
		height: 100%;
	}

	.mobileicon {
		display: block;
		width: 0.5rem;
		float: right;
		margin: 0.82rem 0.3rem 0 0;
	}

	.mobileicon span {
		display: block;
		width: 0.5rem;
		height: 0.1rem;
		background: #d20005;
		margin-bottom: 0.08rem;
	}

	.info-search .search-box {
		width: 100vw;
		left: 0;
		height: 1.3rem;
		display: flex;
		top: 100%;
		margin-top: 0;
		align-items: center;
	}

	.info-search .search-box .input {
		width: 4.73rem;
		height: 0.8rem;
		font-size: 0.36rem;
		border-radius: 0;
		position: static;
		padding-left: 0.3rem;
		background-color: #fff;
	}

	.info-search .search-box .search-btn {
		width: 0.77rem;
		height: 0.8rem;
		display: flex;
		align-items: center;
		justify-content: center;
		position: static;
	}

	.info-search .search-box .search-btn span {
		display: none;
	}

	.info-search .search-box .search-btn i {
		width: 0.4rem;
		height: 0.4rem;
		margin: 0;
		display: inline-block;
		background-size: cover;
	}

	#nav-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		z-index: 99999;
		padding-top: 3.81rem;
		background-color: rgba(0, 0, 0, .7);
		display: none;
	}

	#nav-menu .menu li {
		width: calc(50% - 0.5rem);
		height: 1.45rem;
		margin: 0.25rem;
		background-color: #185193;
	}

	#nav-menu .menu li a {
		height: 100%;
		background-color: #aa150e;
		box-sizing: border-box;
	}

	#nav-menu .menu li a:before {
		display: inline;
	}

	#nav-menu .menu li span {
		display: block;
		width: 100%;
		font-size: 0.34rem;
		text-align: center;
		margin-left: 0;
	}

	#nav-menu .menu li i {
		width: 0.6rem;
		height: 0.56rem;
		padding: 0;
		margin: 0.17rem 0 0.17rem;
		vertical-align: baseline;
	}

	.menu_x {
		display: block;
		position: absolute;
		right: 0.4rem;
		top: -3rem;
		width: 0.42rem;
		height: 0.42rem;
	}

	/* 头部 结束 */
	/* 中间 开始 */
	.content .title {
		text-align: center;
		font-size: 0.8rem;
		margin-bottom: 0.55rem;
	}

	.info-search {
		margin-bottom: 0.74rem;
	}
    .article h2 a {
         color: #cf2820;
         line-height: 1rem;
     }
	 .article-footer ul{
		 padding-inline-start: 0px;
	 }
	.info-search:before,
	.info-search:after {
		width: 0;
		height: 0;
		top: 0;
		left: 0;
		position: static;
	}

	.grid .search-box {
		width: 6.9rem;
		height: 1.05rem;
		padding-left: 0.2rem;
	}

	.info-search .search-box input {
		width: calc(6.9rem - 0.2rem - 1.2rem);
		height: 100%;
	}

	.info-search .search-ico {
		width: 1.2rem;
		height: 100%;
	}

	ul.info-tree li.level-1:first-child a,
	ul.info-tree li a {
		line-height: 56px;
	}

	ul.info-tree li.level-2>i {
		top: 6px;
	}

	.container-box {
		margin-left: -15px;
	}

	.ldxx-list {
		padding: 0.2rem;
	}

	.ldxx-li {
		height: auto;
	}

	.ldxx-li img {
		width: 3rem;
		height: 4rem;
	}

	.ldxx-li-right {
		width: calc(100% - 3rem - 0.2rem);
		margin-left: 0.2rem;
	}

	.ldxx-li-right>p {
		width: 100%;
	}

	.article h2 {
		margin: 30px 10px 0;
	}

	.article-box {
		max-height: 100%;
		margin-right: 0px;
	}

	.info-list li i {
		width: 0.1rem;
		height: 0.1rem;
		margin-top: 0.3rem;
		margin-left: 0;
		vertical-align: top;
	}

	.info-list li a {
		width: 95%;
		padding: 0.1rem 0.2rem;
	}

	.info-list li span {
		float: none;
		display: block;
		margin-left: 0.3rem;
		padding-left: 0;
	}

	.info-list li .line {
		width: 6.7rem;
		height: 0.01rem;
		background-color: #f8f8f8;
		margin: 0.4rem auto;
	}

	.zcwj_screen {
		margin-left: -15px;
		background-size: 100% 100%;
		margin-bottom: 0.2rem;
	}

	.zcwj_screen .title {
		width: 1.8rem;
		font-size: 0.32rem;
		margin-bottom: 0;
	}

	.zcwj_screen ul {
		margin-left: 0.2rem;
	}

	.zcwj_screen ul li {
		font-size: 0.28rem;
		margin-top: 0.36rem;
		margin-right: 0;
	}

	/* 中间结束 */
	/* 底部开始 */

	#footer {
		padding: 0.4rem 0;
		margin-top: 0.8rem;
	}

	#footer>.content {
		width: 100%;
		height: 5.96rem;
		padding-left: 0;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}

	.footer-map {
		width: 100%;
		margin: 0;
	}

	.map-info {
		margin: 0.1rem 0 0 0;
		width: 100%;
	}

	.map-info>p {
		width: 100%;
		height: 0.28rem;
		font-size: 0.28rem;
		text-align: center;
		margin-bottom: 0.26rem;
	}

	#footer img.img-gzjg {
		height: 1.31rem;
		width: 1rem;
		left: 1.8rem;
		top: 97%;
		margin-left: 0rem;
		margin-top: -1.1rem;
	}

	#footer img.img-zfwzzc {
		height: 1.11rem;
		width: 2.2rem;
		left: 3.5rem;
		top: 99%;
		margin-left: 0rem;
		margin-top: -1.1rem;
	}

	.map-info>a {
		width: 100%;
		height: 0.28rem;
		font-size: 0.28rem;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0.26rem;
	}

	.map-info>p:nth-child(2n) {
		margin-left: 0px;
	}


	/* 弹框 */

	.model .link-model {
		width: 5.94rem;
		height: 2.8rem;
	}

	.model .link-model .top {
		height: 0.8rem;
		padding: 0.23rem 0.36rem 0 0;
	}

	.model .link-model .top i {
		width: 0.29rem;
		height: 0.29rem;
		background-size: 100% 100%;
	}

	.model .link-model .link_main {
		padding: 0.23rem 0.46rem 0.21rem;
	}

	.model .link-model .link_main .title {
		font-size: 0.28rem;
	}

	.model .link-model .link_footer {
		height: auto;
		padding: 0.16rem 0.3rem;
	}

	.model .link_footer .btn {
		width: 1.35rem;
		height: 0.48rem;
		font-size: 0.28rem;
	}

	.model .link_footer .btn.cancel {
		line-height: 0.48rem;
		margin-right: 0.2rem;
	}

	.model .link_footer .btn.confirm {
		line-height: 0.48rem;
	}

	/* 底部结束 */
}
