/* CSS Document */
body {
	font-family: Microsoft YaHei, '宋体', Tahoma, Helvetica, Arial,
		"\5b8b\4f53", sans-serif;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #FF9900;
}

.mainBody {
	margin: 0px 0px 0px 0px;
	font-size: 15px;
}

#showpage {
	background: #FFFFFF;
	margin: 10px auto;
	border: #FFFFFF solid 1px;
}

.classfybg {
	/* background:url(image/sjy_14.gif) no-repeat 50% 50%; */
	height: 70px;
	line-height: 70px;
	background-color: #EFEFEF;
	background: -webkit-linear-gradient(#FFFFFF, #EFEFEF);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#FFFFFF, #EFEFEF);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#FFFFFF, #EFEFEF);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(#FFFFFF, #EFEFEF); /* 标准的语法（必须放在最后） */
	border-bottom: 1px solid #EFEFEF;
	border: 1px solid #ccc;
	border-top: none;
	font-size: 18px;
}

.leftimg {
	border: 1px solid #ccc;
}

.leftshow {
	border: 1px solid #ccc;
}

.rightshow {
	padding-left: 40px;
}

.showposition {
	/* background:url(image/xk_09.jpg) no-repeat 50% 50%; */
	height: 35px;
	line-height: 35px;
	padding-left: 40px;
	border: 1px solid #ccc;
	background: -webkit-linear-gradient(#FFFFFF, #F1F1F1);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#FFFFFF, #F1F1F1);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#FFFFFF, #F1F1F1);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(#FFFFFF, #F1F1F1); /* 标准的语法（必须放在最后） */
}

.showtitle {
	font-size: 22px;
	line-height: 70px;
	height: 180%;
	font-weight: bold;
}

.showsubtitle {
	font-size: 17px;
	line-height: 40px;
	height: 120%;
}

.showsoure {
	font-size: 13px;
	line-height: 30px;
	height: 120%;
}

.showcontent {
	font-size: 15px;
	line-height: 30px;
	height: 120%;
	padding: 20px 35px;;
}

.showcontent ul {
	line-height: 32px;
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	margin: 0 15px 10px 10px;
}

.showcontent ul  li {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.showhelp {
	font-size: 13px;
	line-height: 30px;
	height: 120%;
	padding: 10px 50px 20px 50px;
}

#showtop {
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0 auto;
}

.toptable {
	background-color: #005FAF;
	color: #FFF;
	line-height: 35px;
	height: 35px;
	text-align: center;
	letter-spacing: 2px;
	margin: 15px 0;
	font-size: 14px;
}

.toptable a {
	color: #FFF;
}

.topletter {
	line-height: 32px;
	height: 32px;
	font-size: 14px;
}

.top_index {
	background: url(image/sjy_1.gif) no-repeat 0 50%;
	padding-left: 15px;
}

.searchrow {
	margin-top: 30px;
}

#showbottom {
	background: url(image/sjy_10.jpg) repeat-x 50% 50%;
	height: 80px;
}

.bottomtext {
	font-size: 13px;
	line-height: 30px;
	padding-top: 10px;
}

.leflxfstitle {
	background-color: #DFDEE4;
	line-height: 35px;
	padding-left: 25px;
	font-weight: bold;
}

.leflxfstext {
	background-color: #fff;
	font-size: 13px;
	line-height: 35px;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 40px;
	height: 180%;
}

/** 列表页  **/
p.bt {
	margin-top: 48px;
	display: inline-block;
	border-bottom: 4px solid #4682da;
	padding-bottom: 10px;
	position: relative;
}

p.bt b {
	color: #323232;
	font-size: 24px;
	line-height: 28px;
}

p.bt span {
	color: #7e7e7e;
	font-size: 14px;
	font-family: "Arial";
	text-transform: uppercase;
	line-height: 16px;
}

p.bt:before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	height: 4px;
	width: 115.5px;
	background: #003787;
}

.positiondiv1 {
	background: url(image/position_local.png) 3% 45% no-repeat;
	padding-left: 100px;
	border-bottom: 1px dashed #7f7f7f;
	line-height: 45px;
	margin: 15px 0 0 0;
	font-size: 19px;
}

.pulldiv {
	width: 100%;
	font-family: 'Raleway', "微软雅黑", "Microsoft YaHei", "黑体", sans-serif,
		"宋体";
	margin: 0 auto;
}

.padding0 {
	padding: 0;
}

.list_time {
	color: #4c4c4c;
	height: 30px;
	line-height: 30px;
	border-left: 3px solid #4682da;
	padding-left: 18px;
}

.articlelist {
	-webkit-margin-before: 1em;
	-webkit-margin-after: 2em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

.articlelist  li {
	width: 100%;
	display: block;
	padding: 20px 0;
	font-size: 13pt;
}

.leftarticle {
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

.leftarticle a {
	color: #1487C6;
	font-size: 18px;
	line-height: 40px;
	height: 180%;
	overflow: hidden;
	white-space: nowrap;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-top: 8px;
	padding-left: 18px;
	width: 100%;
	display: block;
}

.articlecontent {
	padding-left: 18px;
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.leftarticle a:hover {
	color: #EE3B24;
}

@media all and (max-width:1024px) {
	.positiondiv1 {
		padding-left: 50px;
		line-height: 35px;
		margin: 10px 0 0 0;
		font-size: 18px;
	}
}

@media all and (max-width:992px) {
	.positiondiv1 {
		padding-left: 50px;
		line-height: 35px;
		margin: 10px 0 0 0;
		font-size: 14px;
	}
	p.bt {
		margin-top: 40px;
		padding-bottom: 10px;
	}
	p.bt b {
		font-size: 20px;
		line-height: 25px;
	}
	p.bt span {
		font-size: 12px;
		line-height: 16px;
	}
	.shadowli {
		box-shadow: -3px -3px 3px #888888;
	}
	.blueText {
		font-size: 12px;
	}
	.contrTitle {
		line-height: 20px;
		font-size: 12px;
	}
	.contrText {
		margin: 8px 0;
		font-size: 12px;
	}
	.contentwz {
		font-size: 14px;
		line-height: 26px;
		margin: 30px 0 30px 0;
	}
	.list_time {
		font-size: 12px;
		height: 20px;
		line-height: 20px;
		padding-left: 18px;
	}
	.articlelist  li {
		padding: 10px 0;
	}
	.leftarticle a {
		font-size: 14px;
		line-height: 25px;
		height: 160%;
		margin-top: 3px;
	}
	.articlecontent {
		font-size: 12px;
	}
	.showmain h1 {
		height: 180%;
		line-height: 35px;
		font-size: 22px;
	}
	.tag {
		font-size: 12px;
		line-height: 20px;
		margin-top: 5px;
	}
}

@media all and (max-width:767px) {
	.positiondiv1 {
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		padding-left: 40px;
		line-height: 35px;
		margin: 10px 0 0 0;
		font-size: 12px;
		height: 35px;
	}
	p.bt {
		margin-top: 20px;
		padding-bottom: 10px;
	}
	p.bt b {
		font-size: 16px;
		line-height: 25px;
	}
	p.bt span {
		font-size: 10px;
		line-height: 16px;
	}
	.bodyfont {
		font-size: 10px;
	}
	.shadowli {
		box-shadow: -2px -2px 2px #888888;
	}
	.blueText {
		font-size: 10px;
	}
	.contrTitle {
		line-height: 18px;
		font-size: 10px;
	}
	.contrText {
		margin: 5px 0;
		font-size: 10px;
	}
	.contentwz {
		font-size: 12px;
		line-height: 20px;
		margin: 20px 0 20px 0;
	}
	.contentwz img {
		width: 85%;
	}
	.list_time {
		font-size: 10px;
		height: 18px;
		line-height: 18px;
		padding-left: 18px;
	}
	.articlelist  li {
		padding: 5px 0;
	}
	.leftarticle a {
		font-size: 12px;
		line-height: 20px;
		height: 150%;
		margin-top: 0px;
	}
	.articlecontent {
		font-size: 10px;
	}
	.showmain h1 {
		height: 180%;
		line-height: 30px;
		font-size: 18px;
	}
	.tag {
		font-size: 10px;
		line-height: 20px;
		margin-top: 5px;
	}
}

.pagediv {
	padding-bottom: 30px;
	text-align: right;
	padding-right: 50px;
}

#page_logobg #page_jt_logo {
    background-image: url(image/logo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 645px;
    height: 70px;
}
#page_logotu {
	background-image: url("image/xwbj.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 300px;
	padding-top: 260px;
}

#page_top_table_dh a {
	padding: 15px 35px;
	color: #FFF;
	background-color: #228FDE;
	font-size: 18px;
	letter-spacing: 2px;
	margin: 5px 5px;
}

#page_top_table_dh a:hover {
	background-color: #FFCC33;
	color: #000;
	text-decoration: none;
}