@charset "utf-8";

/* 分页 */
.banner img {
	display: block;
	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: #8d030a;
	color: #fff;
	border: 1px solid #8d030a;
}

.pagination a:hover {
	background: #8d030a;
	color: #fff;
	border: 1px solid #8d030a;
}

.pagination span {
	display: inline-block;
	font-size: 14px;
}

.nymain {
	position: relative;
	margin-top: 30px;
	padding-bottom: 20px;
	background: url('../images/body2.jpg') repeat-y 50%;
	min-height: 600px;
}

.nymain>div {

}

.nymain .leftNav {
	float: left;
	width: 275px;
	position: relative;
	margin-right: 40px;
}

.nymain .leftNav>h2 {
	line-height: 100px;
	color: #fff;
	background: #8d030a;
	font-size: 30px;
	overflow: hidden;
	text-align: center;
}

.nymain .leftNav>h2 img {
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -5px;
}

.nymain .leftNav p {
	margin-left: 20px;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	padding: 20px 0;
}

.nymain .leftNav>ul {
	/* border-right: 1px solid rgba(203,203,235,0.6); */
	/* background: #fff; */
	padding-bottom: 150px;
	/* box-shadow: 0 0 10px rgba(0,0,0,.1); */
}

.nymain .leftNav>ul>li {
	position: relative;
	border-bottom: 1px dotted #b0bdcb;
}

.nymain .leftNav>ul>li:first-child {
	border-top: none;
}

.nymain .leftNav ul li a {
	display: block;
	font-size: 20px;
	line-height: 65px;
	padding-left: 45px;
}

.nymain .leftNav>ul>li>span {
	position: absolute;
	width: 25px;
	height: 25px;
	right: 10px;
	top: 20px;
	line-height: 50px;
	background: url(../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(7, 49, 144, 0.04);
	color: #8d030a;
	font-weight: 600;
}

.nymain .leftNav>ul>li.activ {
	background: #dadada;
}

.nymain .leftNav>ul>li.active>a {
	color: #8d030a;
	font-weight: 600;
}

.nymain .leftNav ul li:hover {}

.nymain .leftNav ul li.active {
	/*border-left: 3px solid #8d030a;*/
}

.nymain .leftNav ul li.active ul {
	display: block;
}

.nymain .leftNav ul li a:hover {
	background-position: 31px center;
	color: #8d030a;
}

.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 solid #eeeeee;
	padding-left: 65px;
	color: #666666;
}

.ny-right {
	overflow: hidden;
	min-height: 400px;
	/* margin-bottom: 20px; */
}

.ny-rcom {
	font-size: 24px;
	color: #8d030a;
	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 #8d030a;
}

.position h3 {
	position: absolute;
	font-size: 24px;
	font-weight: 600;
	color: #000;
	text-align: left;
	bottom: 0;
	left: 0;
}

.position h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #8d030a;
	z-index: 9;
}

.position span {
	color: #8c9396;
	font-size: 14px;
	vertical-align: middle;
}

.position img {
	display: inline-block;
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
}

.position a {
	font-size: 14px;
	color: #8c9396;
	margin: 0 5px;
	vertical-align: middle;
}

.position a:hover {
	color: #8d030a;
}

.text-list ul li {
	padding-left: 15px;
	padding-right: 110px;
	position: relative;
	line-height: 50px;
	border-bottom: 1px dashed #e5e5e5;
	font-size: 16px;
	position: relative;
	left: 0;
	transition: all 0.5s;
	background: url('../images/list-dot.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;
	overflow: hidden;
}

.text-list ul li span {
	position: absolute;
	right: 0;
	color: #666666;
	font-size: 16px;
}

.text-list ul li:hover a {
	color: #8d030a;
}

.text-list ul li:hover span {
	color: #8d030a;
}
.art-main{min-height: 500px;}
.art-main .art-tit h3 {
	text-align: center;
	color: #333;
	font-weight: normal;
	font-size: 24px;
	margin-top: 30px;
	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;
	height: auto !important;
}

.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: #8d030a;
}


/* 图片列表 */

.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 {
	padding-top: 61%;
}

.img-lists ul li a>img {
	display: block;
	width: 100%;
	height: 196px;
}

.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:hover a>div.info p {
	color: #8d030a;
}

.art-tit h2{
	font-size: 24px;
	line-height: 40px;
	font-weight: 600;
	color: #111;
	text-align: center;
}
.lysj{
	font-size: 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 30px 0;
}
.lysj>span{
	position: relative;
	left: -10px;
	display: inline-block;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	white-space: nowrap;
	color: #666;
}
.lysj>span i{
	margin-right: 5px;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background-image: url('../images/view_icon.png');
	background-size: 100% 100%;
}
.art-tit{
	padding-top: 25px;
}


.share-bar {
	position: fixed;
	width: 69px;
	top: 520px;
	left: 180px;
	z-index: 9;
}
.share-title {
	margin-bottom: 20px;
	height: 20px;
	font-size: 0;
	line-height: 20px;
	white-space: nowrap;
	color: #666;
}
.share-bar .share-title > * {
	display: inline-block;
	vertical-align: middle;
}
.share-bar .share-title .line {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border-bottom: 1px solid #ccc;
	width: 15px;
}
.share-bar  .share-title .title {
	margin: 0 5px;
	font-size: 14px;
}
.share-bar  .share-title:hover .title{
	color: #8d030a;
}
.share-bar .btn {
	display: block;
	margin: 0 auto 15px;
	width: 44px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: center center;

	cursor: pointer;
	background-color: #ceced7;
	border-radius: 50%;
	border: none;
	background-size: 100% 100% !important;
}
.share-bar .btn.close{
	display: none;
	background: url("../images/ic_close.png") no-repeat 50%;
}
.share-bar .btn:hover{
	background-color: #ceced7;
}
.share-bar .btn:before{
	display: none;
}
.share-bar .icon-wechat,
.share-bar .icon-wechat:hover{
	background-image: url("../images/wx.png");
}
.share-bar .icon-weibo,
.share-bar .icon-weibo:hover{
	background-image: url("../images/wb.png");
}
.share-bar .icon-qq,
.share-bar .icon-qq:hover{
	background-image: url("../images/qq.png");
}
.share-bar .icon-qzone,
.share-bar .icon-qzone:hover{
	background-image: url("../images/qz.png");
}

.share-bar .share-btns .wechat-qrcode{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 256px;
	height: 256px;
	z-index: 99;
	padding: 10px;
	box-shadow: none;
	background: #f3f3f3;
}
/*.share-bar .share-btns .wechat-qrcode h4,*/
.share-bar .share-btns .wechat-qrcode .help{
	display: none;
}
.share-bar .share-btns .wechat-qrcode canvas,
.social-share .icon-wechat .wechat-qrcode .qrcode img{
	width: 210px!important;
	height: auto !important;
	margin: 0 auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode{
	width: 100%;
	margin: 0;
}
.share-bar .share-btns .icon-wechat.on .wechat-qrcode{
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible
}
.share-bar .share-btns .wechat-qrcode:after{
	display: none;
}
.share-btn {
	display: none;
	margin: 0 auto;
	width: 44px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
	background-image: url("../images/ic_share.png");
}
.mask{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: none;
	background: transparent;
}



@media screen and (max-width: 1300px){
	.share-bar{
		left: 10px;
	}
}

@media screen and (max-width: 1300px) {
	.nymain .leftNav ul li a {
		padding-left: 30px;
	}
	.nymain .leftNav {
		margin-right: 50px;
	}
}


@media screen and (max-width: 1024px) {

	.banner{
		margin-top: 70px;
	}
	.nymain{
		margin-top: 80px;
	}
	.nymain .leftNav>ul{
		padding-bottom: 0;
	}
	.nymain .leftNav>h2 {
		line-height: 70px;
		font-size: 20px;
	}
	.nymain .leftNav {
		margin-right: 30px;
		width: 220px;
	}
	.nymain .leftNav ul li a {
		font-size: 14px;
		padding-left: 20px;
		line-height: 46px;
	}
	.nymain .leftNav>ul>li>ul>li>a {
		padding-left: 20px;
		line-height: 38px;
	}
	.nymain .leftNav ul li.active a {}
	.nymain .leftNav ul li:hover a {}
	.position {
		padding-top: 0;
	}
	.position span {
		font-size: 14px;
	}
	.position a {
		font-size: 14px;
	}
	.position h3 {
		left: 0;
		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;
	}
	.art-tit{
		padding-top: 0;
	}
	.lysj{
		padding: 10px 0;
	}
	.lysj>span{
		margin-top: 5px;
	}
	.art-tit h2{
		font-size: 20px;
	}
	.share-bar{
		top: auto;
		bottom: 15px;
		left: auto;
		right: 0;
	}
	.share-title{
		display: none;
	}
	.share-bar .btn.close{
		display: block;
	}
	.share-btns{
		display: none;
	}
	.share-btn{
		display: block;
	}
}

@media screen and (max-width:768px) {

	.nymain .leftNav>h2 {
		line-height: 46px;
		font-size: 16px;
		text-align: left;
		font-weight: 600;
		padding-left: 20px;
	}
	.nymain .leftNav>h2 span {
		float: right;
		width: 24px;
		height: 30px;
		margin-top: 8px;
		background: url(../images/sub_left_down2.png) no-repeat center center;
		background-position: left center;
		margin-right: 10px;
	}
	
	.nymain .leftNav {
		float: none;
		width: auto;
		top: 0;
		margin-right: 0;
	}
	.nymain .leftNav>p {
		font-size: 18px;
		padding: 10px 0;
	}
	.ny-right {
		float: none;
		width: auto;
		/* margin-bottom: 10px; */
	}
	.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: 20px;
	}
	.pagination a {
		padding: 0 5px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		margin: 0 3px;
	}
	.nymain .leftNav ul {
		display: none;
	}
	.nymain .leftNav ul li a {
		padding-left: 20px;
	}
	.nymain .leftNav>ul>li>span {
		top: 13px;
	}
	.text-list ul li {
		line-height: 50px;
		padding-right: 100px;
	}
	.art-main .art-tit h3 {
		font-size: 16px;
		line-height: 30px;
		margin-top: 0;
	}
	.art-main .art-body p {
		font-size: 15px;
		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;
	}
	.zzjg_text li {
		width: 50%;
	}
	.img-lists ul{
		margin-left: -1%;
		margin-right: -1%;
	}
	.img-lists ul li {
		margin: 10px 1%;
	}
	.img-lists ul li a>img {
		height: 191px;
	}
	.img-lists ul li a>div.info p{
		margin-bottom: 0;
	}
	.nymain .leftNav>h2 img {
		height: 20px;
	}
	.text-list ul li span {
		font-size: 14px;
	}
	.position a {
		margin: 0 2px;
	}
	.nymain .leftNav>ul>li>ul>li>a {
		font-size: 12px;

	}
	.art-main .art-body {
		padding-top: 20px;
	}

	.share-bar .share-btns .wechat-qrcode{
		width: 200px;
		height: 200px;
	}
	.share-bar .share-btns .wechat-qrcode canvas,
	.social-share .icon-wechat .wechat-qrcode .qrcode img{
		width: 150px!important;
	}
}

@media screen and (max-width:480px) {

	.img-lists ul li a>img {
		height: 100px;
	}
	.text-list ul li {
		padding-left: 15px;
	}
	.art-main .cont-tit p .liulan {
		margin-left: 15px;
	}
	.text-list ul li span {
		width: 80px
	}
	.img-lists2 ul li {
		width: 47%;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}

}

@media screen and (max-width:320px) {
	.text-list ul li {
		line-height: 40px;
	}
	.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: 13px;
		line-height: 30px;
	}
	.img-lists ul li a>img {
		height: 84px;
	}
}