@charset "utf-8";
.layui-layer-imgsee{display:none !important;}

.header {
	height: 3.12rem;
	line-height: 3.12rem;
	background: #fff;
	text-align: center;
	position: relative;
}
.header .back {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.header .back img {
	height: 100%;
}
.header .logo{
	height: 2rem;
	margin-top: 0.56rem;
}

/*列表*/
.listItem{
	background: #fff;
	margin-top: 0.6rem;
	padding: 0 4%;
}
.listItem .item{
	display: inline-block;
	padding: 1.635rem 0 1.529rem;
	border-top: 1px solid #f0f0f0;
}
.listItem .item:first-child{
	border: 0;
}
.listItem .item .photo{
	float: left;
	width: 22%;
	height: 6.649rem;
	border-radius: 0.355rem;
}
.listItem .item .info{
	float: left;
	width: 73.3%;
	margin-left: 4.7%;
}
.listItem .item .info .tit{
	color: #333;
	font-size: 1.138rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.listItem .item .info .primary{
	color: #999;
	font-size: 0.924rem;
	padding: 0.675rem 0 1.25rem;
}
.listItem .item .info .second{
	font-size: 0.853rem;
}
.listItem .item .info .second span,
.listItem .item .info .second i{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}
.listItem .item .info .second .user{
	color: #333;
	padding-left: 1.422rem;
	position: relative;
}
.listItem .item .info .second .user img{
	width: 0.96rem;
	position: absolute;
	left: 0;
	top: 1px;
}
.listItem .item .info .second .border{
	width: 1px;
	height: 0.889rem;
	background: #e6e6e6;
	margin: 0.213rem 0.71rem 0;
}
.listItem .item .info .second .date{
	color: #22b0d8;
	font-size: 0.924rem;
}

/*详情*/
.bannerBox{
	position: relative;
}
.bannerBox .banberimg{
	float: left;
	width: 100%;
}
.bannerBox .date{
	position: absolute;
	left: 0;
	top: 7rem;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.bannerBox .date .line,
.bannerBox .date .txt{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.bannerBox .date .line{
	width: 2.489rem;
	height: 1px;
	background: #5dbfe0;
	overflow: hidden;
}	
.bannerBox .date .txt{
	color: #fff;
	font-size: 1.138rem;
	line-height: 1.2;
	letter-spacing: 1px;
	margin: 0 0.6rem;
}
.blockBg{
	padding: 0 4%;
	background: #fff;
}
.issueshow{
	position: relative;
	z-index: 3;
	margin-top: -2.1333rem;
	border-radius: 1.066rem 1.066rem 0 0;
}
.issueshow .main{
	padding: 2.1rem 0;
}
.issueshow .photobox,
.issueshow .infobox{
	float: left;
}
.issueshow .photobox{
    width: 29%;
    margin: 0 5.8% 0 1.1%;
    position: relative;
}
.issueshow .carousel-image{
	padding-bottom: 2.17rem;
}
.issueshow .carousel-image .swiper-slide{
	float: left;
}
.issueshow .carousel-image img{
	float: left;
	width: 100%;
	height: 8.75rem;
	border-radius: 0.355rem;
}
.issueshow .carousel-image .swiper-pagination{
	height: 1.3rem;
	bottom: 0.924rem;
}
.issueshow .carousel-image .swiper-pagination-bullet{
	width: 6px;
	height: 6px;
	opacity: 1;
	background: #d1d1d1;
	margin: 0 0.178rem;
}
.issueshow .carousel-image .swiper-pagination-bullet-active{
	background: #089bcd;
}

.issueshow .infobox{
	width: 64%;
	margin-top: 0.427rem;
}
.issueshow .infobox .btitle{
	color: #000;
	font-size: 1.066rem;
	font-weight: bold;
	line-height: 1.2;
}
.issueshow .infobox .stitle{
	color: #666;
	font-size: 0.924rem;
	line-height: 1.5;
	padding: 0.711rem 0 1.351rem;
}
.issueshow .infobox .second{
	font-size: 0;
}
.issueshow .infobox .second span,
.issueshow .infobox .second i{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}
.issueshow .infobox .second .user{
	color: #333;
	font-size: 1rem;
	padding-left: 1.777rem;
	position: relative;
}
.issueshow .infobox .second .user img{
	width: 1.066rem;
	position: absolute;
	left: 0;
	top: 0.142rem;
}
.issueshow .infobox .second .border{
	width: 1px;
	height: 1.28rem;
	background: #e6e6e6;
	margin: 0 0.889rem;
}
.issueshow .infobox .second .desc{
	height: 1.28rem;
	color: #fff;
	font-size: 0.7111rem;
	line-height: 1.28rem;
	background: #22b0d8;
	border-radius: 4px;
	text-align: center;
	padding: 0 0.568rem;
}
.issueshow .shopinfo{
	background: #f9f9f9;
	padding: 1.991rem 2.9% 2.169rem;
	border-radius: 0.355rem;
}
.issueshow .shopinfo .info{
	float: left;
	width: 33.3%;
	line-height: 1.2;
	text-align: center;
}
.issueshow .shopinfo .info .primary{
	color: #108bbf;
	font-size: 1.138rem;
	font-weight: bold;
}
.issueshow .shopinfo .info .second{
	color: #999;
	font-size: 0.853rem;
	margin-top: 0.355rem;
}
.issueshow .shopkeeperinfo{
	margin-left: 1.1%;
	padding-top: 0.533rem;
}
.issueshow .shopkeeperinfo p{
	float: left;
	color: #a6a6a6;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 1rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.issueshow .shopkeeperinfo p.left{
	width: 50%;
	margin-right: 1.3%;
}
.issueshow .shopkeeperinfo p.right{
	width: 48%;
}
.issueshow .shopkeeperinfo p span{
	color: #333;
}

.floor-inter{
	margin-top: 0.889rem;
}
.floor-inter .hd{
	padding-top: 1.244rem;
}
.floor-inter .hd .border,
.floor-inter .hd span{
	display: inline-block;
	vertical-align: middle;
}
.floor-inter .hd .border{
	width: 0.213rem;
	height: 1.138rem;
	background: #1f8bbc;
	border-radius: 3px;
}
.floor-inter .hd span{
	color: #333;
	font-size: 1.138rem;
	font-weight: bold;
	margin-left: 0.5rem;
}

.floor-inter1 .bd{
	padding: 1.78rem 0;
}
.floor-inter1 .bd img{
	float: left;
	width: 100%;
}

.floor-inter2 .bd{
	padding: 2.133rem 0;
}
.floor-inter2 .artical{
	color: #666;
	font-size: 1rem;
	line-height: 1.7;
}
.floor-inter2 .artical h3{
	color: #333;
	font-size: 1.138rem;
	text-align: center;
}
.floor-inter2 .artical img{
	width: 100%;
}
.floor-inter2 .btnbox{
	text-align: center;
	padding-bottom: 1.635rem;
}
.floor-inter2 .btnbox .btn{
	float: left;
	width: 40.6%;
	margin: 0 4.7%;
	height: 2.986rem;
	line-height: 2.986rem;
	box-sizing: border-box;
	background: #0da9da;
	border-radius: 0.355rem;
	border: 1px solid #0da9da;
	font-size: 1.066rem;
	color: #fff;
}
.floor-inter2 .btnbox .graybtn{
	color: #333;
	background: #f7f7f7;
	border-color: #eee;
}

/*底部*/
.footer{
	border-top: 1px solid #f0f0f0 !important;
}
