@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #fafafa;
	font-family: "微软雅黑";
}

body ,p,span,div{
	font-family: "微软雅黑";
}
a {
	text-decoration: none;
    color: #333;
}

a:hover {
    color: #106db7;
}

.w {
	width: 1200px;
	margin: 0 auto;
}

.clearfix {
	content: "";
	display: table;
	clear: both;
}


.SJ-top{
	display: none;
}
.SJ-bottom{
	display: none;
}
.content-bg {
    width: 1340px;
    height: auto;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
}

/*当前位置*/
.position {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.position .position-txt {
	padding-left: 20px;
	font-size: 13px;
	color: #454545;
	background: url(dqwz-icon.png) no-repeat left center;
}
.position .position-txt a{
	color: #666;
}
.position .position-txt a:hover {
    color: #106db7;
}
/*文章正文*/
.con {
	width: 900px;
	margin: 20px auto 50px;
}
.con-title{font-size: 25px; color: #000; min-height: 65px; line-height: 42px; text-align: center; border-bottom: 1px #343434 solid;overflow: hidden;padding: 14px 0;}
.small-title{width: 900px; font-size: 15px; color: #333; height: 54px; line-height: 54px;position: relative;}
.small-title .date{margin:0 56px 0 0;}
.small-title .fare{float: right; margin-right: 15px;position: absolute;top:8px;right: 0;}
.small-title-tj{overflow: hidden;text-align: center}

.main-txt{margin-top: 10px;width: 900px;min-height: 70px;}
.main-txt p{font-size: 15px; color: #333; line-height: 32px; /* text-indent: 2em; */}
.main-corner{float: right; margin-top: 20px; margin-bottom: 40px;}
.main-corner div{font-size: 15px; color: #333; line-height: 26px;}

.main-word{width: 100%; height: 40px; line-height: 40px; padding: 0 20px; background-color: #f1f1f1;}
.main-word .main-word-left{float: left;}
.main-word-left span{font-size: 15px; font-weight: bold; color: #fa0505;}
.main-word .main-word-right{float: right;}
.main-word-right span{float: left;}
.main-word-right .printer{margin-left: 30px; padding-left: 25px; background: url(printer.png) no-repeat left center;}
.main-word-right .close{margin-left: 25px; padding-left: 25px; background: url(close.png) no-repeat left center;}
.con-main .line{border: 1px #c5c5c5 dotted; margin: 20px 0;}
.con-main .prev{margin-bottom: 15px;}



@media (max-width: 1100px) {
	body {
		min-width: auto !important;
	}
	.header,.position,.footer-bg,.yqlj-box,.footer-bg,.fare,.see,.prevPage,.nextPage,.line,.main-word,.main-corner{
		display: none;
	}
	.SJ-top{
		display: inline;
		overflow: hidden;
	}

	.SJ-top img{
		width: 100%;
		height: auto;;
	}
	.content-bg{
		width: 100%;
	}
	.con,.con-main{
		width: 100%;
		margin:0 auto;
	}
	.con-title,.main-txt,.small-title{
		width: 90%;
		margin: 0 auto;
	}
	.main-txt{
		margin: 0 auto 25px;
		min-height: 350px;
	}
	.main-txt p,.main-txt span{
		font-size: 16px !important;
	}
	.small-title{
		height: 55px;
	}
	.small-title .date{
		margin: 0;
	}
	.SJ-bottom{
		width: 100%;
		padding: 50px 0 55px;
		display: block;
		overflow: hidden;
		background: #3378d7;
		text-align: center;
		font-size: 16px;
		color: #fff;
		line-height: 24px;
	}
	img{
		max-width: 100%;
	}
}


