body {
	font-family: "microsoft yahei";
}

.main {
	background-color: #ffffff;
	background: url(mainbg.png) no-repeat;
	background-position: bottom;
	padding-bottom: 100px;
	padding-top: 30px;
}


/* 当前位置 */
.dqwz {
	/*padding-top: 30px;*/
	line-height: 32px;
	color: #777777;
	border-bottom: 1px dashed #E5E5E5;
}

.dqwz a {
	color: rgba(0, 0, 0, 0.60);
}
.dqwz p {
	/* margin-top: 30px; */
	height: 30px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.60);
	line-height: 14px;
	border-bottom: 1px dashed #E5E5E5;
}

.dqwz p a {
	font-size: 14px;
	line-height: 14px;
	color: rgba(0, 0, 0, 0.60);
}

/* 列表 */
.wenzhanglist {
	padding: 30px;
	background-color: #ffffff;
	/* margin-top: 30px; */
	box-shadow: 0 0 12px 0 rgba(68, 138, 240, 0.1);
}

.wenzhanglist h1 {
	line-height: 76px;
	margin-top: -30px;
	border-bottom: 2px solid rgba(0, 0, 0, .8);
}

.wenzhanglist h1 a {
	font-size: 18px;
	color: #666666;
	letter-spacing: 0;
	margin-right: 40px;
	display: block;
	float: left;
	cursor: pointer;
}

.wenzhanglist h1 a:first-child {
	margin-left: 0;
}

.wenzhanglist li {
	font-size: 18px;
	color: #333333;
	text-align: left;
	line-height: 25px;
	margin: 30px 0;
	background: url(listdianicon.png) no-repeat left;
	padding-left: 15px;
}

.wenzhanglist li span {
	float: right;
	font-size: 16px;
	color: #999999;
	text-align: right;
}

.onmouse {
	border-bottom: 5px solid #1677ff;
	font-size: 28px !important;
	color: #333333 !important;
	letter-spacing: 0;
	/*margin-left: 40px;*/
	border-bottom: 5px solid #1677ff;
	cursor: auto;
}

.fanye {
	text-align: center;
	margin: 30px 0 0px;
	font-size: 14px;
	color: #73777A;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0px !important;
}

.fanye a {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	border: 1px solid #999999;
	text-align: center;
	line-height: 30px;
	border-right: 0px;
}

.fanye a:nth-last-of-type(1) {
	border-right: 1px solid #999999 !important;
}

p.fanye input {
	width: 40px;
	height: 30px;
	border: 1px solid #999999;
	padding-left: 6px;
}

.fanye button {
	width: 40px;
	height: 30px;
	border: 1px solid #1677FF;
	color: #1677FF;
	background-color: #FFFFFF;
}

.fanye span,
.fanye button {
	margin: 0 12px;
}

.mouseon {
	background-color: #1677ff;
	color: #ffffff;
}

p.fanye a:hover {
	background-color: #1677ff;
	color: #ffffff;
}

.hide {
	display: none;
}
.layui-laypage-refresh{display:none!important;}

@media only screen and (max-width: 768px) {
	body {
		width: 100% !important;
		min-width: 100% !important;
	}

	.box1200 {
		width: 100%;
	}

	.location {
		display: none;
	}

	.bg-box {
		background: none;
	}

	.main {
		margin-top: 0;
		padding: 0.4rem 3% 0.4rem 3%;
		margin-bottom: 0;
	}

	.article h1 {
		font-size: 0.46rem;
		line-height: 0.7rem;
	}

	.article .content img {
		width: 100% !important;
	}

	.source,
	.font-size,
	.social-share {
		display: none !important;
	}

	.article .article-info div:first-child span {
		font-size: 0.3rem !important;
	}

	#zoom {
		font-size: 0.36rem !important;
	}

	.sourcewap {
		display: block;
	}
	.dqwz{display: none;}

	.bt-box-1200{
		width: 100%;
	}
	.wenzhanglist{
		padding: 3% 2%;
	}
	.wenzhanglist h1{
		line-height: 0.64rem;
		margin-top: 0;
	}
	.wenzhanglist h1 a{
		font-size: 0.34rem;
		line-height: 0.68rem;
		margin-right: 0.3rem;
	}
	.wenzhanglist li{
		margin: 0.22rem 0;
		line-height: 0.6rem;
		font-size: 0.30rem;
		background: url(listdianicon.png) left 14px no-repeat;
	}
	.onmouse{
		font-size: 0.4rem !important;
		border-bottom: 3px solid #1677ff;
	}
	/**ajax分页**/
	.layui-laypage>:first-child {display:none!important;}
	.layui-laypage-limits,.layui-laypage-refresh,.layui-laypage-skip{display:none!important;}
}