.ftable {
	margin-bottom: 0.76rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: solid 1px #e5f3ff;
	border-left: solid 1px #e5f3ff;
}
.ftable .frow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}
.ftable .fth,
.ftable .ftd {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: solid 1px #e5f3ff;
	border-right: solid 1px #e5f3ff;
	line-height: 1.5;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
.ftable .fth {
	width: 185px;
	background-color: #f4faff;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 600px) {
	.ftable .fth {
		width: 120px;
	}
}
.ftable .ftd {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 24px;
	padding-right: 24px;
	word-break: break-all;
	text-align: justify;
}
@media (max-width: 1200px) {
	.ftable {
		width: 100%;
	}
	.ftable .frow {
		width: 100% !important;
	}
}
.article_new {
	/* padding-left: 30px; */
	/* padding-right: 30px; */
}
.article_new h2 {
	margin-top: 45px;
	line-height: 1.5;
	font-size: 30px;
	text-align: center;
	color: #333;
	font-weight: bold;
	margin-bottom: 45px;
	padding-left: 100px;
	padding-right: 100px;
}
.article_new .option {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 52px;
	padding-right: 52px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.article_new .option::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.article_new .option span:not(:last-child) {
	margin-right: 15px;
}
.article_new .option h2 {
	display: none;
}
.article_new .option.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	border-top: none;
	margin: 0;
	padding: 20px 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 600px) {
	.article_new .option.fixed2 {
		display: none !important;
	}
}
.article_new .option.fixed .info {
	display: none;
}
.article_new .option.fixed .btns {
	float: none;
	width: 100%;
}
.article_new .option.fixed .share_btns {
	float: right;
}
.article_new .option.fixed h2 {
	display: block;
	position: absolute;
	top: 50%;
	left: 14%;
	right: 26%;
	width: 60%;
	height: 30px;
	margin-top: -15px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
@media (max-width: 992px) {
	.article_new .info {
		width: 100%;
		text-align: center;
	}
	.article_new .info span {
		display: block;
		margin-right: 0 !important;
		margin-bottom: 5px;
	}
}
@media (max-width: 992px) {
	.article_new .btns {
		width: 270px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.article_new .article_zhengce,
	.article_new .article_jiedu,
	.article_new .article_links {
		margin-bottom: 20px !important;
	}
	
.article_new h2 {
	margin-top: 15px;
	line-height: 1.5;
	font-size: 18px;
	text-align: center;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}

.article_new .option {
	border-top: 2px solid #e5e5e5;
	border-bottom:0px solid #e5e5e5;
	padding-top: 5px;
	padding-bottom: 0px;
	color: #666;
	line-height: 1px;
}


.article_new .option .info{
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.article_new .option .btns{
display:none;
}

.article_new .option .info{
display:none;
}


.content .grid .subposition{
margin-left:5px;
margin-top:25px;
}
	
}
.article_new .jfontsize {
	float: left;
	padding-right: 10px;
}
.article_new .jfontsize a {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 24px;
	height: 24px;
	padding: 3px;
	margin: 0;
}
.article_new .jfontsize a i {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background: url(../ysdwimages/dzs_jfont1.png) no-repeat center;
}
/* .article_new .jfontsize #jfontsize-p2 i {
	background-position: 0 0;
}
.article_new .jfontsize a#jfontsize-p2:hover i {
	background-position: 0 -24px;
}
.article_new .jfontsize #jfontsize-m2 i {
	background-position: -24px 0;
}
.article_new .jfontsize a#jfontsize-m2:hover i {
	background-position: -24px -24px;
}
.article_new .jfontsize #jfontsize-d2 i {
	background-position: -48px 0;
}
.article_new .jfontsize a#jfontsize-d2:hover i {
	background-position: -48px -24px;
} */

.fixed2 {
	display: none;
}
/* ztjd ztmr ztjx */
.article_new .jfontsize a.ztjd:hover i {
	background-position: 1px 2px;
}
.article_new .jfontsize .ztjd i {
	background-position: 1px -50px;
}

.article_new .jfontsize a.ztmr:hover i {
	background-position: -36px 2px;
}
.article_new .jfontsize .ztmr i {
	background-position: -36px -50px;
}

.article_new .jfontsize a.ztjx:hover i {
	background-position: -72px 2px;
}
.article_new .jfontsize .ztjx i {
	background-position: -72px -50px;
}

.article_new .print {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 24px;
	height: 24px;
	padding: 3px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
}
.article_new .print i {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background: url(../ysdwimages/dzs_print.png) no-repeat center;
}
.article_new .share_btns {
	float: left;
	padding-left: 10px;
}
.article_new .share_btns a {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 24px;
	height: 24px;
	padding: 3px 6px;
	margin: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.article_new .share_btns a i {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
}
.article_new .share_btns a:hover {
	opacity: 0.7;
}
.article_new .share_btns a.wx i {
	background: url(../ysdwimages/dzs_wx.png) center no-repeat;
	-o-background-size: 24px auto;
	background-size: 24px auto;
}
.article_new .share_btns a.weibo i {
	background: url(../ysdwimages/dzs_wb.png) center no-repeat;
	-o-background-size: 24px auto;
	background-size: 24px auto;
}
.article_new .share_btns a.qqzone i {
	background: url(../ysdwimages/qzone.png) center no-repeat;
	-o-background-size: 24px auto;
	background-size: 24px auto;
}
.article_new .article_box {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 22px;
	padding-right: 22px;
}
.article_new .article_box table {
	float: inherit;
}
.article_new .article_box p {
	line-height: 2;
	font-family:"微软雅黑","Microsoft Yahei";
	font-size:16px;
	
}

.article_new .article_box p img{
padding-top:10px;
padding-left:10px;
	
}


@media (max-width: 600px) {
	.article_new .article_box p {
		font-size: 20px;
	}
}
.article_new .article_box img,
.article_new .article_box video {
	max-width: 95%;
}
.article_new .article_appendix {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
.article_new .article_appendix span {
	line-height: 2;
}
.article_new .article_appendix .links {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.article_new .article_appendix .links a {
	display: block;
	width: 100%;
	color: #5499f3;
	line-height: 2;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.article_new .article_appendix .links a:hover {
	opacity: 0.7;
}
.article_new .article_code {
	text-align: center;
	margin-bottom: 90px;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
@media (max-width: 600px) {
	.article_new .article_code {
		display: none;
	}
}
.article_new .article_code p {
	margin-bottom: 20px;
}
.article_new .article_zhengce,
.article_new .article_jiedu,
.article_new .article_links {
	margin-bottom: 90px;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
.article_new .article_zhengce h6,
.article_new .article_jiedu h6,
.article_new .article_links h6 {
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left 2px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding-bottom: 15px;
	border-bottom: 1px dashed #d7d7d7;
	margin-bottom: 10px;
}
.article_new .article_zhengce .list_t li,
.article_new .article_jiedu .list_t li,
.article_new .article_links .list_t li {
	position: relative;
	line-height: 2;
}
.article_new .article_zhengce .list_t li a,
.article_new .article_jiedu .list_t li a,
.article_new .article_links .list_t li a {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
	width: -webkit-calc(0%);
	width: -moz-calc(0%);
	width: calc(100% - 100px);
	/* white-space: nowrap; */
	/* overflow: hidden; */
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #333333;
}
.article_new .article_zhengce .list_t li a:hover,
.article_new .article_jiedu .list_t li a:hover,
.article_new .article_links .list_t li a:hover {
	color: #5499f3;
}
@media (max-width: 600px) {
	.article_new .article_zhengce .list_t li a,
	.article_new .article_jiedu .list_t li a,
	.article_new .article_links .list_t li a {
		width: 100%;
	}
}
.article_new .article_zhengce .list_t li span,
.article_new .article_jiedu .list_t li span,
.article_new .article_links .list_t li span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0px;
	font-size: 16px;
	color: #888888;
}
.article_new .article_jiedu h6 {
	background-image: url(../images/star.png);
}
.article_new .article_links h6 {
	background-image: url(../images/link.png);
}
.article_new .article_zhengce h6 {
	background-image: url(../images/zhengce.png);
}
.where,
.where a,
.where span {
	color: #666666;
}

/* 打印样式 */

@media print {
	.article_new .option .btns {
		display: none;
	}
	a::after {
		content: '' !important; /* 所有链接后显示链接地址 */
	}
}
@media (max-width: 600px) {
	.article_new h2,
	.article_new .option,
	.article_new .article_box {
		padding-left: 0.3rem;
		padding-right: 0.3rem;
	}
}
