@charset "utf-8";

/* 分页 */

.banner {
	font-size: 0;
}

.banner img {
	width: 100%;
}

/* 分页 */

.pagination {
	text-align: center;
	font-size: 0;
	padding-top: 50px;
}

.pagination a {
	display: inline-block;
	border: 1px solid #dcdcdc;
	padding: 0 12px;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	color: #666;
	margin: 0 7px;
}

.pagination a.active {
	background: #912232;
	color: #fff;
	border: 1px solid #912232;
}

.pagination a:hover {
	background: #912232;
	color: #fff;
	border: 1px solid #912232;
}

.pagination span {
	display: inline-block;
	font-size: 14px;
}

#nymain {
	background: url(/zjc/images/block-bj.jpg) no-repeat;
	background-size: 1920px auto;
	background-position: center bottom;
}

.nymain>div {
	padding-bottom: 50px;
}

.nymain .leftNav {
	float: left;
	width: 274px;
	position: relative;
	margin-right: 60px;
	margin-top: -80px;
}

.nymain .leftNav>h2 {
	line-height: 80px;
	color: #fff;
	background: rgba(145, 34, 50, 0.8);
	font-size: 30px;
	text-align: center;
}


.nymain .leftNav>ul {
	background: #fff;
	box-shadow: 0px 0px 7px 0px rgba(199, 207, 228, 0.6);
	padding-bottom: 80px;
}

.nymain .leftNav>ul>li {
	position: relative;
	border-bottom: 1px dotted rgba(181, 190, 209, 0.64);
}

.nymain .leftNav>ul>li:first-child {
	border-top: none;
}

.nymain .leftNav ul li a {
	display: block;
	font-size: 20px;
	color: #333333;
	line-height: 65px;
	text-align: center;
}

.nymain .leftNav>ul>li>span {
	position: absolute;
	width: 25px;
	height: 25px;
	right: 10px;
	top: 20px;
	line-height: 50px;
	background: url(/zjc/images/sub_left_down.png) no-repeat center center;
	cursor: pointer;
	transition: all 0.3s;
}

.nymain .leftNav>ul>li.on>span {
	transform: rotate(90deg);
}

.nymain .leftNav>ul>li.on>a {
	background: rgba(145, 34, 50, 0.1);
	box-shadow: 0px 0px 16px 0px rgba(199, 207, 228, 0.4);
	color: #912232;
	font-weight: 600;
}

.nymain .leftNav>ul>li.activ {
	background: #dadada;
}

.nymain .leftNav>ul>li.active>a {
	color: #912232;
	font-weight: 600;
}

.nymain .leftNav ul li:hover {}

.nymain .leftNav ul li.active {
	border-left: 3px solid #912232;
}

.nymain .leftNav ul li.active ul {
	display: block;
}

.nymain .leftNav ul li a:hover {
	background-position: 31px center;
	color: #912232;
}

.nymain .leftNav>ul>li>ul {
	display: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}

.nymain .leftNav>ul>li>ul>li>a {
	font-size: 16px;
	line-height: 64px;
	border-top: 1px dotted rgba(181, 190, 209, 0.64);
	color: #666666;
}

.ny-right {
	overflow: hidden;
}

.ny-rcom {
	font-size: 24px;
	color: #912232;
	margin-bottom: 15px;
	font-weight: normal;
}

.position {
	padding-top: 13px;
}

.position>div {
	position: relative;
	text-align: right;
	font-size: 0;
	line-height: 66px;
	border-bottom: 1px solid rgba(14, 53, 142, 0.15);
}

.position h3 {
	position: absolute;
	width: auto;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: left;
	bottom: 0;
	left: 0;
	padding-left: 25px;
}

.position h3::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 27px;
	background: #912232;
	z-index: 9;
}

.position span {
	color: #666;
	font-size: 14px;
	vertical-align: middle;
}

.position img {
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
}

.position a {
	font-size: 15px;
	color: #666666;
	margin: 0 5px;
	vertical-align: middle;
}

.position a:hover {
	color: #912232;
}

.text-list ul li {
	padding-left: 15px;
	line-height: 62px;
	border-top: 1px dashed #e5e5e5;
	font-size: 16px;
	position: relative;
	left: 0;
	transition: all 0.5s;
	background: url(/zjc/images/y1.png) no-repeat;
	background-position: left center;
}

.text-list ul li:first-child {
	border-top: none;
}

.text-list ul li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	overflow: hidden;
}

.text-list ul li span {
	float: right;
	color: #666666;
	font-size: 16px;
	padding-left: 10px;
}

.text-list ul li:hover a {
	color: #912232;
}

.text-list ul li:hover span {
	color: #912232;
}

.art-main .art-tit h3 {
	text-align: center;
	color: #333;
	font-weight: normal;
	font-size: 24px;
	margin-top: 45px;
	font-weight: 600;
}

.art-main .art-body {
	padding-top: 30px;
}

.art-main .art-body p {
	color: #333333;
	text-indent: 2em;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 30px;
}

.art-main .art-body img {
	max-width: 80% !important;
	display: block;
	margin: 0 auto;
}

.art-main>.cont-tit>p {
	font-size: 0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 20px;
	background: bottom;
	border-bottom: 1px solid #d9d9d9;
}

.art-main>.cont-tit>p>img {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	margin-right: 5px;
}

.art-main .cont-tit p .liulan {
	margin-left: 50px;
}

.art-main .cont-tit p span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #888;
	margin: 0 10px;
}

.art-info {
	border-top: 1px dashed #eaeaea;
	margin-top: 25px;
}

.pnext {
	margin-top: 25px;
}

.pnext p {
	text-indent: initial;
	font-size: 15px;
	line-height: 32px;
	color: #555555
}

.pnext p a {
	font-size: 15px;
	color: #555555
}

.pnext p:hover {
	/* color: #96632C; */
}

.pnext p:hover a {
	color: #912232;
}


/* 图片列表 */

.img-lists ul {
	overflow: hidden;
	margin-left: -2%;
	margin-right: -2%;
}

.img-lists ul li {
	float: left;
	width: 29%;
	margin: 40px 2% 0 2%;
	border: 1px solid #eee;
	transition: all 0.3s;
	position: relative;
	top: 0;
}

.img-lists ul li:hover {
	box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
	top: -10px;
}

.img-lists ul li a {
	display: block;
	width: 100%;
}

.img-lists ul li a .pic {
	position: relative;
	padding-top: 69.25%;
	overflow: hidden;
}

.img-lists ul li a .pic img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img-lists ul li a>div.info {
	padding: 10px;
	font-size: 0;
	text-align: center;
}

.img-lists ul li a>div.info p {
	color: #333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}

.img-lists ul li a:hover>div.info p {
	color: #912232;
}


/* 师资列表 */

.img-lists2 ul {
	overflow: hidden;
}

.img-lists2 ul li {
	float: left;
	width: 23%;
	margin: 15px 1%;
}

.img-lists2 ul li a {
	display: block;
}

.img-lists2 ul li a .pic {
	padding-top: 120%;
}

.img-lists2 ul li a .info {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	text-align: center;
}

.dt-list2 {
	overflow: hidden;
}

.dt-list2 li {
	position: relative;
	transition: all 0.5s;
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}

.dt-list2 li:hover a .date {
	background: #912232;
}

.dt-list2 li:hover a .dt-text h3 {
	color: #912232;
}

.dt-list2 li a {
	display: block;
	overflow: hidden;
}

.dt-list2 li .date {
	background: #f1f3f8;
	float: left;
	width: 74px;
	height: 77px;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	transition: all 0.3s;
}

.dt-list2 li .date p {
	font-size: 14px;
	line-height: 24px;
	color: #912232;
}

.dt-list2 li .date span {
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #912232;
	font-weight: 600;
}

.dt-list2 li:hover a .date p,
.dt-list2 li:hover a .date span {
	color: #fff;
}

.dt-list2 li a>.dt-text {
	overflow: hidden;
	padding: 10px 0 0 20px;
}

.dt-list2 li a>.dt-text h3 {
	font-size: 20px;
	line-height: 30px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dt-list2 li a>.dt-text p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
	font-size: 14px;
	line-height: 30px;
}


/* 新闻列表  */

.timg-list ul li {}

.timg-list ul li a {
	display: block;
	transition: all 0.3s;
	padding: 30px 0;
	border-top: 1px solid #ddd;
}

.timg-list ul li:first-child a {
	border-top: none;
}

.timg-list ul li a h3 {
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.timg-list ul li a>div {
	overflow: hidden;
}

.timg-list-img {
	float: left;
	width: 300px;
	margin-right: 30px;
}

.timg-list ul li a .pic {
	height: 180px;
}

.timg-list ul li a:hover h3 {
	color: #ba2a17;
}

.timg-linfo {
	overflow: hidden;
	padding-top: 22px;
}

.timg-linfo p {
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	height: 48px;
	white-space: pre-wrap;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 15px 0 0 0;
	text-indent: 2em;
}

.timg-linfo span {
	display: block;
	margin-top: 20px;
	line-height: 24px;
	color: #970707;
	font-size: 16px;
}

.timg-list ul li a:hover {
	background: #970707;
	padding: 30px;
}

.timg-list ul li a:hover h3 {
	color: #fff;
}

.timg-list ul li a:hover span {
	color: #fff;
}

.timg-list ul li a:hover p {
	color: rgba(255, 255, 255, 0.8);
}


/* 名师风采 */

.ldtz ul {
	margin-top: 30px;
}

.ldtz ul li {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.ldtz ul li a {
	display: block;
	background: #fff;
	box-shadow: 0px 0px 18px 0px rgba(199, 207, 228, 0.33);
	overflow: hidden;
	margin: 0 18px;
	padding: 25px;
	transition: all 0.3s;
}

.ldtz ul li a:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.ldtz-pic {
	float: left;
	width: 320px;
	height: 214px;
	overflow: hidden;
	margin-right: 40px;
}

.ldtz-pic .pic {
	width: 100%;
	height: 100%;
	padding-top: 0;
	font-size: 0;
}

.ldtz-pic .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.ldtz-info {
	overflow: hidden;
}

.ldtz-info {
	overflow: hidden;
	padding-top: 30px;
}

.ldtz-info h3 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #333333;
	padding-top: 15px;
	position: relative;
}

.ldtz-info h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	height: 4px;
	background: #912232;
}

.ldtz-info p.zc {
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	color: #333;
	margin-top: 10px;
}

.ldtz-info p.zy {
	font-size: 14px;
	line-height: 26px;
	max-height: 78px;
	overflow: hidden;
	color: #666666;
	margin-top: 10px;
}

.ldtz ul li a:hover {
	background: #f3f5f9;
	color: #fff;
}

.ldtz ul li a:hover:after {
	display: block;
}


/* 图文列表页  start */

.tw ul li {
	padding: 40px 0;
	border-bottom: 1px solid rgba(14, 53, 142, 0.15);
}

.tw ul li a {
	display: block;
	overflow: hidden;
}

.imgList-pic {
	float: left;
	width: 300px;
	height: 220px;
	margin-right: 30px;
	overflow: hidden;
}

.imgList-pic .pic {
	width: 100%;
	height: 100%;
	font-size: 0;
	padding-top: 0;
}

.imgList-pic .pic img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.imgList-pic:hover .pic img {
	transform: scale(1.1);
}

.imgList-info {
	overflow: hidden;
	color: #075aa7;
}

.imgList-info h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
	margin-top: 6px;
}

.tw ul li a .imgList-info h3:hover {
	color: #912232;
}

.imgList-info p {
	font-size: 16px;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
	color: #999;
	margin-top: 6px;
}

.imgList-info span {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #912232;
	line-height: 30px;
}

.imgList-info span em {
	font-size: 14px;
	padding-left: 3px;
}

.imgList-info .more {
	width: 184px;
	height: 44px;
	border: 1px solid rgba(98, 125, 187, 0.4);
	line-height: 44px;
	text-align: center;
	color: #912232;
	margin-top: 20px;
}

.imgList-info .more:hover {
	border-color: #912232;
	background: #912232;
	color: #fff;
}


/* 图文列表页  end */


/*机构*/
.list-jg {
	margin-top: 50px;
}

.list-jg h3 {
	font-size: 24px;
	color: #000;
	background: url(/zjc/images/jg.png) no-repeat left center;
	padding-left: 40px;
}

.list-jg ul {
	margin-left: -15px;
	margin-right: -15px;
}

.list-jg ul li {
	float: left;
	width: 25%;
	margin-top: 30px;
	font-size: 16px;
	text-align: center;
}

.list-jg ul li a {
	display: block;
	background: #f2f4f7;
	box-sizing: border-box;
	color: #666;
	padding: 0 38px;
	margin: 0 15px;
	font-size: 0;
	line-height: 85px;
	border-top: 2px solid #912232;
	transition: all 0.3s;
}

.list-jg ul li a span {
	display: inline-block;
	color: #333;
	vertical-align: middle;
	font-size: 16px;
	line-height: 30px;
}

.list-jg ul li:hover a {
	background: #912232;
	color: #fff;
}

.list-jg ul li:hover a span {
	color: #fff;
}


/*领导*/

.list-ld ul li {
	padding: 30px 0;
}

.list-ld ul li a {
	display: block;
}

.list-ld ul li h3 {
	font-size: 20px;
	color: #94070a;
	position: relative;
	padding-left: 14px;
}

.list-ld ul li h3::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	width: 4px;
	height: 24px;
	background: #94070A;
}

.list-ld ul li p {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin-top: 20px;
}

.list-ld ul li:hover h3 {
	text-decoration: underline;
}


/*历史*/

.list-ls ul {
	border-left: 1px solid #bfbfbf;
	margin-left: 15px;
	margin-top: 40px;
}

.list-ls ul li h3 {
	font-weight: bold;
}

.list-ls ul li h3::before {
	content: "";
	position: absolute;
	left: -14px;
	top: 50%;
	margin-top: -13px;
	width: 26px;
	height: 26px;
	background: #fff;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	border-radius: 50px;
}

.list-ls ul li h3::after {
	content: "";
	position: absolute;
	left: -7px;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background: #94070a;
	border-radius: 50px;
	z-index: 1;
}

.list-ls ul li h3 {
	padding-left: 30px;
}

.list-ls ul li p {
	margin-left: 30px;
}

.ldgh ul li {
	width: 29.333%;
	border: 0;
}

.ldgh ul li a>div.info {
	border-top: 5px solid #006db4;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	line-height: 50px;
	background: #f2f4f7;
	position: relative;
	z-index: 1;
	width: 90%;
	margin: 0 auto;
	margin-top: -25px;
}

.ldgh ul li:hover {
	box-shadow: none;
	top: 0;
}

.ldgh ul li a>div.info p {
	margin-bottom: 0;
	font-size: 16px;
}

.msjs ul li a .pic {
	padding-top: 73%;
}

.msjs ul li a>div.info p {
	font-size: 20px;
}

.msjs ul li {
	border: 0;
}

@media screen and (max-width: 1560px) {
	.nymain:before {
		margin-right: 500px;
	}
}

@media screen and (max-width: 1420px) {
	.dt-list2 li a>.dt-text h3 {
		font-size: 18px;
	}

	.nymain .leftNav>h2 {
		padding-left: 20px;
	}

	.nymain .leftNav {
		margin-right: 50px;
	}
}

@media screen and (max-width: 1200px) {
	.nymain:before {
		margin-right: 365px;
	}
}

@media screen and (max-width: 1024px) {
	.nymain .leftNav>h2 {
		line-height: 80px;
		font-size: 26px;
		padding-left: 0;
	}

	.nymain .leftNav {
		margin-right: 30px;
		width: 220px;
		margin-top: -80px;
	}

	.nymain .leftNav ul li a {
		font-size: 18px;
	}

	.nymain .leftNav ul li.active a {}

	.nymain .leftNav ul li:hover a {}

	.position {}

	.position span {
		font-size: 14px;
	}

	.position a {
		font-size: 14px;
	}

	.position h3 {
		height: 70px;
		line-height: 70px;
	}

	.text-list ul li {
		font-size: 16px;
	}

	.img-lists ul li {
		width: 48%;
		margin: 20px 1%;
	}

	.img-lists ul li a>img {
		height: 209px;
	}

	.img-lists ul li a>div.info p {
		font-size: 14px;
	}

	.img-lists ul li a>div.info img {
		height: 12px;
	}

	.img-lists ul li a>div.info span {
		font-size: 12px;
	}

	.dt-list2 li {
		padding: 25px 0;
	}

	.timg-list ul li a h3 {
		font-size: 16px;
	}

	.timg-list-img {
		width: 260px;
	}

	.timg-linfo {
		padding-top: 10px;
	}

	.ldtz-pic {
		margin-right: 30px;
		width: 200px;
		height: 148px;
	}

	.ldtz-info h3 {
		font-size: 18px;
		padding-top: 10px;
	}

	.ldtz-info p.zc {
		line-height: 26px;
		margin-top: 5px;
		font-size: 14px;
	}

	.ldtz-info p.zy {
		line-height: 24px;
		margin-top: 5px;
		font-size: 12px;
	}

	.ldtz-info {
		padding-top: 15px;
	}

	.ldtz ul li a {
		padding-top: 15px;
	}

	.list-jg ul li a {
		font-size: 16px;
	}

	.list-jg ul li a span {
		font-size: 14px;
	}

	.imgList-pic {
		width: 230px;
		height: 168px;
	}

	.imgList-info span {
		font-size: 18px;
		line-height: inherit;
	}

	.imgList-info span em {
		font-size: 12px;
	}

	.imgList-info h3 {
		font-size: 16px;
	}

	.imgList-info p {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}

	.imgList-info .more {
		width: 140px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		margin-top: 10px;
	}

	.dt-list2 li a>.dt-text h3 {
		font-size: 16px;
	}

	.dt-list2 li a>.dt-text p {
		font-size: 12px;
	}

	.dt-list2 li .date span {
		font-size: 22px;
	}

	.dt-list2 li .date p {
		font-size: 12px;
	}

	.ldgh ul li a>div.info {
		line-height: 44px;
	}

	.ldgh ul li a>div.info p {
		font-size: 16px;
	}
}

@media screen and (max-width:768px) {
	.nymain:before {
		display: none;
	}

	.nymain .leftNav>h2:after {
		display: none;
	}

	.nymain .leftNav>h2 {
		line-height: 46px;
		font-size: 16px;
		text-align: left;
		padding-left: 15px;
		font-weight: 600;
		background: #912232;
	}

	.nymain .leftNav>h2 span {
		float: right;
		width: 24px;
		height: 30px;
		margin-top: 8px;
		background: url(/zjc/images/sub_left_down2.png) no-repeat center center;
		background-position: left center;
		margin-right: 10px;
	}

	.nymain {
		padding: 10px 0;
	}

	.nymain .leftNav {
		float: none;
		width: auto;
		top: 0;
		margin-right: 0;
		margin-top: 15px;
	}

	.nymain .leftNav>p {
		font-size: 18px;
		padding: 10px 0;
	}

	.ny-right {
		float: none;
		width: auto;
	}

	.position {
		padding: 16px 0;
		margin-top: 0;
		margin-bottom: 0;
	}

	.position>div {
		text-align: left;
		line-height: 40px;
	}

	.position h3 {
		left: 0;
		width: auto;
		height: 45px;
		font-size: 20px;
		line-height: 45px;
		position: relative;
		left: 0;
		margin-bottom: 10px;
		font-weight: 600;
		display: none;
	}

	.position h3::after {
		width: 37px;
		height: 37px;
		right: -10px;
		bottom: -15px;
	}

	.pagination {
		padding-top: 50px;
	}

	.pagination a {
		padding: 0 5px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		margin: 0 3px;
	}

	.nymain .leftNav ul {
		display: none;
		padding-bottom: 0;
	}

	.nymain .leftNav ul li a {
		line-height: 55px;
		padding-left: 20px;
		font-size: 16px;
	}

	.nymain .leftNav>ul>li>span {
		top: 13px;
	}

	.text-list ul li {
		line-height: 50px;
	}

	.art-main .art-tit h3 {
		font-size: 16px;
		line-height: 30px;
		margin-top: 0;
	}

	.art-main .art-body p {
		font-size: 14px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.art-main .cont-tit p span {
		font-size: 14px;
	}

	.art-main .cont-tit p img {
		height: 12px;
	}

	.pnext {
		float: none;
		border: none;
		width: auto;
	}

	.pnext p {
		line-height: 30px;
		font-size: 13px;
	}

	.pnext p a {
		font-size: 13px;
	}

	.zzjg_text li {
		width: 50%;
	}

	.img-lists ul li {
		margin: 10px 1%;
	}

	.img-lists ul li a>img {
		height: 191px;
	}

	.xbxx {
		padding-top: 0;
	}

	.xbxx ul li a {
		padding: 15px 10px;
	}

	.xbxx ul li a h3 {
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}

	.xbxx ul li a p {
		font-size: 14px;
		line-height: 26px;
		height: 72px;
		padding: 0;
	}

	.xbxx ul li a div span {
		font-size: 12px;
	}

	.xbxx ul li a div img {
		height: 14px;
	}

	.img-lists2 ul li {
		width: 30%;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}

	.nymain .leftNav>h2 img {
		height: 20px;
	}

	.text-list ul li span {
		font-size: 14px;
	}

	.position a {
		margin: 0 2px;
	}

	.dt-list2 li a>.dt-text p {
		line-height: 24px;
		margin-top: 0;
	}

	.dt-list2 li a>.dt-text {
		padding: 5px 0 0 20px;
	}

	.dt-list2 li .date {
		width: 60px;
	}

	.dt-list2 li .date {
		padding: 4px 0;
		height: 64px;
	}

	.dt-list2 li {
		padding: 15px 0;
	}

	.nymain .leftNav>ul>li>ul>li>a {
		font-size: 14px;
		line-height: 45px;
	}

	.art-main .art-body {
		padding-top: 0;
	}

	.timg-list-img {
		width: 220px;
		margin-right: 20px;
	}

	.timg-linfo span {
		margin-top: 10px;
	}

	.timg-linfo p {
		margin-top: 10px;
	}

	.timg-list ul li {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.list-ld ul li {
		padding: 15px 0;
	}

	.list-ld ul li h3 {
		font-size: 18px;
	}

	.list-ld ul li p {
		font-size: 14px;
		margin-top: 10px;
	}

	.list-ls ul li {
		padding: 15px 0;
	}

	.list-ls ul li h3 {
		font-size: 18px;
	}

	.list-ls ul li p {
		font-size: 14px;
		margin-top: 10px;
	}

	.list-ls ul {
		margin-top: 0;
	}

	.list-jg ul {
		padding: 20px;
	}
}

@media screen and (max-width:640px) {
	.imgList-pic {
		float: none;
		width: auto;
		height: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.imgList-pic .pic {
		padding-top: 62%;
	}

	.ldtz-pic {
		float: none;
		margin: 0 auto;
	}

	.ldtz-info h3 {
		text-align: center;
		font-size: 16px;
	}

	.ldtz-info p.zc {
		text-align: center;
	}

	.list-jg h3 {
		padding: 0 20px;
	}

	.list-jg ul {
		padding: 20px 0;
	}

	.list-jg ul li a {
		padding: 10px 17px;
	}
}

@media screen and (max-width:480px) {
	.img-lists ul li a>img {
		height: 100px;
	}

	.text-list ul li {
		font-size: 14px;
		padding-left: 15px;
	}

	.art-main .cont-tit p .liulan {
		margin-left: 15px;
	}

	.img-lists2 ul li {
		width: 47%;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}

	.timg-list-img {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.timg-linfo {
		padding-top: 0;
	}

	.ldtz ul li {
		float: none;
		width: auto;
	}

	.ldtz ul li:nth-child(2n+1) {
		margin-right: 0;
	}

	.ldtz ul li {
		margin-bottom: 30px;
	}

	.ldtz ul li a {
		padding: 10px;
	}

	.ldtz-info {
		text-align: left;
	}

	.ldtz-info h3::before {
		left: 50%;
		transform: translateX(-50%);
	}

	.nymain .leftNav ul li a {
		line-height: 45px;
		font-size: 14px;
	}

	.nymain .leftNav>ul>li>ul>li>a {
		font-size: 12px;
	}

	.ldtz ul li a {
		margin: 0 3px;
	}
}

@media screen and (max-width:320px) {
	.text-list ul li {
		line-height: 40px;
		font-size: 12px;
	}

	.text-list ul li span {
		font-size: 12px;
	}

	.art-main .art-tit h3 {
		/* font-size: 20px; */
		/* font-weight: bold; */
	}

	.art-main .art-tit span {
		font-size: 12px;
		padding-bottom: 5px;
		line-height: 24px;
		height: 24px;
	}

	.art-main .art-body p {
		font-size: 12px;
		line-height: 30px;
	}

	.img-lists ul li a>img {
		height: 84px;
	}
}



/* 查询页面 */
.x-lqcx {
	background: url(/zjc/images/x-cxbg.jpg) no-repeat center;
	background-size: cover;
	width: 1208px;
	height: 583px;
	margin: 70px auto 20px auto;
	box-shadow: 0px 0px 18px 0px rgba(29, 29, 29, 0.32);
	padding-top: 1px;
}

.ny-cx {
	width: 405px;
	margin-left: 94px;
	margin-top: 62px;
	border-top: 7px solid rgba(145, 34, 50, 0.28);
}

.ny-cx h3 {
	font-family: 'sySong';
	margin-top: 30px;
	font-size: 30px;
	color: #111;
	text-align: center;
	position: relative;
}

.ny-cx h3::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
	width: 37px;
	height: 3px;
	background: #912232;
}

.ny-cx ul {
	padding: 30px;
}

.ny-cx ul li {
	height: 50px;
	line-height: 50px;
	background: #fff;
	margin-top: 30px;
	overflow: hidden;
}

.ny-cx ul li input {
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	color: #111;
	font-size: 16px;
}

.ny-cx ul li:nth-child(3) {
	background: none;
	height: 50px;
	text-align: center;
	cursor: pointer;
	margin-top: 40px;
}

.ny-cx ul li:nth-child(3) input {
	background: #912232;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.3s;
}

.ny-cx ul li:nth-child(3):hover input {
	background: #751c29;
}

/* 查询结果 */
.xz-k {
	padding: 100px 0;
}

.x-cxjg {
	width: 1400px;
	margin: 0 auto;
	position: relative;
	transform-style: preserve-3d;
	perspective: 2000px;
}

.lq-box {
	width: 692px;
	height: 509px;
	margin: 0 auto;
	background: #df2228;
	padding: 25px 24px;
	z-index: 1;
}

.x-cxjg .lqbook {
	width: 644px;
	height: 459px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.x-cxjg .lqbook img {
	width: 100%;
	height: 100%;
}

.x-cxjg .lqbook span {
	display: block;
	position: absolute;
	font-family: 'sySong';
}

.x-cxjg .lqbook span.lq-name {
	left: 90px;
	top: 156px;
	font-size: 16px;
	width: 80px;
	text-align: right;
	font-weight: bold;
}

.x-cxjg .lqbook span.lq-zy {
	left: 366px;
	top: 206px;
	font-size: 14px;
	text-align: center;
}

.x-cxjg .lqbook span.lq-m {
	left: 272px;
	top: 249px;
	font-size: 13px;
	font-weight: bold;
}

.x-cxjg .lqbook span.lq-tm {
	left: 488px;
	top: 134px;
	font-size: 13px;
}

.x-cxjg .lqbook span.lq-no {
	left: 488px;
	top: 162px;
	font-size: 13px;
}
.x-cxjg .lqbook span.lq-ems {
  bottom: 3px;
  left: 22px;
  font-size: 12px;
  color: #c49837;
}
.x-cxjg .paper-left,
.x-cxjg .paper-right {
	display: block;
	position: absolute;
	width: 354px;
	height: 509px;
	top: 0;
	z-index: 2;
	transition: all 2s ease-in;
}

.x-cxjg .paper-left img,
.x-cxjg .paper-right img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.x-cxjg .paper-left {
	left: 355px;
	transform-origin: left center;
	transform-style: preserve-3d;
}

.x-cxjg .paper-right {
	right: 354px;
	transform-origin: right center;
	transform-style: preserve-3d;
}

.x-cxjg .paper-left.on {
	transform: rotateY(-160deg);
}

.x-cxjg .paper-right.on {
	transform: rotateY(160deg);
}

.x-cxjg .paper-left .lq-l2 {
	transform: rotateY(180deg) translateZ(1px);
}

.x-cxjg .paper-right .lq-r2 {
	transform: rotateY(180deg) translateZ(1px);
}

.lq-l2 {
	transform: translateZ(-1px);
}

.x-cxjg .paper-left .lq-l1,
.x-cxjg .paper-right .lq-r1 {
	opacity: 1;
	transition: all 2s;
}

.x-cxjg .paper-left .lq-l2,
.x-cxjg .paper-right .lq-r2 {
	transition: all 2s;
	opacity: 0;
}

.x-cxjg .paper-left.on .lq-l2,
.x-cxjg .paper-right.on .lq-r2 {
	opacity: 1;
}