@charset "utf-8";
	
/*===========================================主体设置===========================================*/
section article{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;

	z-index: 1;
	overflow: hidden;
}

section .news-show .top_title{
 height:100px; 
 width:50%; 
 margin-right:auto; 
 margin-left:auto;
 line-height:100px;
 font-weight:600px;
 font-size:22px;
 text-align:center;
}


/*===========================================新闻动态详情页===========================================*/
section .news-show .box{
	width: 1200px;
	height: 80%;
	/*
	background: rgba(255,255,255,0.7);
	*/
	padding: 20px;
	overflow: auto;
	overflow-x: hidden;

	margin-right:auto;
	margin-left:auto;
}
section .news-show .box .title{
	line-height: 50px;
	text-align: center;
	border-bottom: 1px dashed #aaa;
	margin-bottom: 20px;
}
section .news-show .box .title h3{
	line-height: 30px;
	font-size: 18px;
}
section .news-show .box .title span{
	margin: 0 5px;
}
section .news-show .box .center p{
	line-height: 30px;
	text-indent: 2em;
}
section .news-show .box .center img{
	max-width: 100%;
	margin-right:auto;
	margin-left:auto;
}
section .news-show .box .article{
	margin: 20px 0 0;
}
section .news-show .box .article .pext{
	float: left;
}
section .news-show .box .article .next{
	float: right;
}
section .news-show .box .crumbs{
	color: #000;
	line-height: 30px;
	overflow: hidden;
	margin: 0 0 20px 0;
}
section .news-show .box .crumbs a{
	color: #000;
}
section .news-show .box .crumbs li{
	width: auto;
	height: auto;
	float: left;
	border: none;
	margin: 0;
	background: none;
}


.cac_menu_bg{
	color:#FFFFFF;
  	background-color: var(--cc_menu_bgg);
}
.cac_menu_bg a.active{
  background-color: var(--cc_menu_txt);
}
.cac_menu_bg a:not(.active):hover{
  background-color: var(--cc_menu_txt);
}


/*店面样式*/
 .store {

    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    -webkit-box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 7%);
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 7%);
    border-radius: 0.625rem;
    padding: 1rem;
	/*
    margin-top: 1rem;
	*/
    margin-right: auto;
    margin-left: auto;
	margin-top:20px;
    overflow: hidden;
}
.dianmian_list{
    width: 1100px;
	margin-left:auto;
	margin-right:auto;
}

.dianmian_list .store {

    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    -webkit-box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 7%);
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 7%);
    border-radius: 0.625rem;
    padding: 1rem;
	/*
    margin-top: 1rem;
	*/
    margin-right: auto;
    margin-left: auto;
	
	margin:10px 0;
    overflow: hidden;
}

.dm_header {
	height:37px;
	font-size: 16px;
	line-height:37px;
	margin:0 10px;
	position:relative;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#000000;
}
.dm_header:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:200%;
	height:200%;
	-webkit-transform:scale(.5);
	transform:scale(.5);
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
	pointer-events:none;
	box-sizing:border-box;
	border:0 solid #e5e5e5;
	border-bottom-width:1px
}
.dm_info {
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	padding:8px 10px
}
.dm_detail {
	-webkit-box-flex:1;
	-webkit-flex:1;
	flex:1;
	font-size:14px;
	line-height:25px;
	color:#333;
	margin-left:10px
}
.dm_dizhi {
	margin:5px 3px 2px;
	color:#333;
	line-height:16px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
}
.dm_zhuying {
	position:relative;
	margin:5px 3px 2px;
	line-height:30px;
}
.dm_thumb {
	width:100px;
	height:100px;
	text-align:center;
	position:relative
}
.dm_thumb img {
	margin:auto;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	position:absolute;
	
	image-rendering: -moz-crisp-edges; /* Firefox */
	image-rendering: -o-crisp-edges; /* Opera */
	image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */

	top:0;
	left:0;
	right:0;
	bottom:0
}
.dm_phone {
	width:58px;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	position:relative
}
.dm_phone:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:200%;
	height:200%;
	-webkit-transform:scale(.5);
	transform:scale(.5);
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
	pointer-events:none;
	box-sizing:border-box;
	border:0 solid #e5e5e5;
	border-left-width:1px
}
.dm_phone .van-icon {
	color:#4b0;
	font-size:24px;
	margin:auto;
	text-align:center;
}

.dm_phone .van-icon img{
	margin-left:auto;
	margin-right:auto;
}
/*店面样式结束*/