/*放大镜*/

.eye {
	position: absolute;
	top: 25px;
	right: 0;
	/* background:  center no-repeat; */
	background: #8c8c8c;
	width: 40px;
	text-align: center;
	height: 40px;
}

.eye a {
	display: inline-block;
	height: 100%;
	width: 100%;
}

.eye img {
	display: inline-block;
	width: 18px;
	height: 18px;
	padding-top: 3px;
}

/*放大镜end*/

/*--paging新的分页--*/

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	font-size: 14px;
}

.pagination>li {
	display: inline
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 0;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin-right: 10px;
	margin-left: -1px;
	color: #444444;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #f2f2f2;
	border-radius: 6px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-right: 10px;
	border-radius: 6px;
	border: 1px solid #f2f2f2;
	padding: 0;
	width: 58px;
	line-height: 28px;
	height: 28px;
	text-align: center;
	color: #444444;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 6px;
	margin-right: 10px;
	border: 1px solid #f2f2f2;
	padding: 0;
	width: 58px;
	line-height: 28px;
	height: 28px;
	text-align: center;
	color: #444444;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 2;
	color: #444444;
	background-color: #eee;
	border-color: #ddd;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #f05156;
	border-color: #f05156;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-radius: 6px;
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
}

.pager li {
	display: inline;
}

.pager li>a, .pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}

.pager li>a:focus, .pager li>a:hover {
	text-decoration: none;
	background-color: #eee;
}

.pager .next>a, .pager .next>span {
	float: right;
}

.pager .previous>a, .pager .previous>span {
	float: left;
}

.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
}

.pagejump {
	display: inline-block;
	font-size: 14px;
	padding-left: 0;
	margin: 20px 10px;
	border-radius: 4px;
	vertical-align: top;
}

.pagejump .button, .pagejump input {
	font-size: 14px;
	padding: 0;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #444444;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagejump input {
	width: 60px;
	height: 25px;
	border-radius: 6px;
	text-align: center;
}

.pagejump .button {
	width: 40px;
	height: 25px;
	margin-left: 10px;
	border-radius: 6px;
}

.pagejump-lg .button, .pagejump-lg input {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.pagejump-sm .button, .pagejump-sm input {
	padding: 5px 10px;
	line-height: 1.5;
}

/*图文*/

.picinfo {
	position: relative;
	margin-bottom: 35px;
	z-index: 11;
	width: 100%;
	color: #cccccc;
	cursor: default;
}

.picinfo.img_text {
	margin-top: 70px;
}

.img_cf {
	padding-left: 85px;
}

.progress {
	/*top: 5px;*/
	margin-bottom: 0;
	/*background-image: ;*/
	float: left;
	width: 55px;
	height: 50px;
	margin: 0 30px 5px 10px;
	text-align: center;
	/*background:  60% 70% no-repeat;*/
	position: relative;
}

.numerator {
	bottom: 25%;
	right: 68%;
	color: #cc191b;
	font-size: 28px;
	position: absolute;
	font-family: georgia, 'monotype corsiva', arial, sans-serif;
	/*font-style: italic;*/
	line-height: 1;
}

.denominator {
	top: 17%;
	left: 60%;
	font-size: 32px;
	color: #333;
}

.progress .numerator, .progress .denominator {
	position: absolute;
	font-family: georgia, 'monotype corsiva', arial, sans-serif;
	/*font-style: italic;*/
	line-height: 1;
}

.picinfo-text {
	color: #333;
	font-size: 14px;
	text-indent: 2em;
}

/*min图集*/

.min_img_box {
	position: relative;
}

.min_img {
	/* margin-top: 125px; */
	margin-bottom: 7px;
	border-bottom: 4px solid #ccc;
	clear: both;
	padding-bottom: 7px;
	overflow: hidden;
	position: relative;
	width: 780px;
	margin: 0 auto;
	height: 150px;
}

.btn-left {
	position: absolute;
	left: 0;
	top: 40%;
	z-index: 1;
}

.btn-right {
	position: absolute;
	right: 0;
	top: 40%;
	z-index: 1;
}

.min_img ul {
	margin-left: 50px;
	overflow: hidden;
	height: 155px;
	position: absolute;
}

.min_img li {
	margin-right: 0px;
	float: left;
	margin-bottom: 10px;
	text-align:center;
	width: 180px;
}

.min_img li a {
	display: inline-block;
	max-width: 300px;
	height: 130px;
	float: none;
	margin-top: 8px;
}

.min_img li a.active {
	display: inline-block;
	max-width: 315px;
	height: 140px;
	float: none;
	margin-top: 0;
	border-bottom: 5px solid #fb4747;
	padding-bottom: 4px;
}

.min_img img {
	max-width: 100%;
	height: 100%;
	background: pink;
	display: inline-block;
}

/*.progresstxt{width: 90%;}*/

.pic_box {
	max-height: 440px;
	text-align: center;
	/* display: flex;
	align-items: center; */
}

.detail-article p img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 660px;
	max-height: 440px;
	background: pink;
	margin: 0 auto;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.s_line {
	color: #333;
	position: absolute;
	font-size: 38px;
	top: 25%;
	right: 40%;
}

/*图片弹窗*/

.swiper-pagination.swiper-slid2.swiper-pagination-fraction {
	bottom: -137px;
	left: -420px;
	color: #000;
	/* background: red; */
	height: 180px;
	position: relative;
}

/*原detail3css*/

.tr_show {
	display: none;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 999;
	height: 100%;
	width: 100%;
	background: rgba(51, 51, 51, 1)
}

.photo_layer {
	display: none;
	/*width: 100%;*/
	/*height: 100%;*/
	/*z-index: 5500;*/
	/*position: fixed;*/
	top: 0;
	left: 50%;
	margin-left: -715px;
	background: rgba(0, 0, 0, .9);
	width: 1430px;
	height: 1091px;
	position: absolute;
	background: #000;
	/*opacity:0.5;*/
	z-index: 999;
	color: #9e9e9e;
}

.photo_layer .figure_img {
	width: 1070px;
	height: 100%;
	background: #000000;
	position: relative;
	float: left;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
}

.img_banner {
	position: absolute;
	width: 900px;
	height: 600px;
	top: 6%;
	left: 8%;
}

.swiper-pagination-current {}

.imgclose {
	width: 40px;
	height: 40px;
	background:  center no-repeat;
	position: absolute;
	top: 11px;
	right: 15px;
	cursor: pointer;
}

.imgclose a {
	position: absolute;
	top: 46px;
	left: 8px;
	font-size: 12px;
	color: #a2a2a2;
}

.photo_layer .figure-side {
	width: 360px;
	height: 100%;
	background: #131313;
	position: relative;
	float: left;
	padding: 180px 20px 0;
	box-sizing: border-box;
}

.figure-side .tr_logo {
	/*margin-bottom: 20px;*/
}

.figure-side .tr_text {
	padding: 20px 0;
	color: #a2a2a2;
	font-size: 20px;
	font-family: pingfangsc-regular, sans-serif;
}

.figure-side .tc_share a {
	margin-left: 10px;
	padding: 0;
}

.figure-side .tc_share a img {
	width: 32px;
	height: 32px;
	display: inline-block;
}

.figure-side .tc_share .qq_share {
	background: url(/uploads/image/jssimages/icon-share3.png) -64px 0 no-repeat;
	display: inline-block;
	height: 32px;
	width: 32px;
}

.figure-side .tc_share .xl_share {
	background: url(/uploads/image/jssimages/icon-share3.png) -32px 0 no-repeat;
	display: inline-block;
	height: 32px;
	width: 32px;
}

.figure-side .tc_share .qq_share:hover {
	background: url(/uploads/image/jssimages/icon-share3.png) -64px -32px no-repeat;
}

.figure-side .tc_share .xl_share:hover {
	background: url(/uploads/image/jssimages/icon-share3.png) -32px -32px no-repeat;
}

.tc_share .label {
	position: relative;
	top: -10px;
}

.figure-side .tr_img {
	margin-top: 35px;
	margin-bottom: 160px;
}

.figure-side .tr_img li {
	margin-right: 14px;
	margin-bottom: 14px;
	display: inline-block;
}

.figure-side .tr_img a img {
	width: 74px;
	height: 74px;
}

.figure-side .tr_img img.active {
	border: 2px solid #fb4747;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.figure-side .tc_time {
	font-size: 12px;
}

.photo_layer .picinfo-text {
	color: #9e9e9e;
}

.photo_layer .progress .denominator {
	color: #777777;
}

/*轮播图*/

.all {
	height: 600px;
	position: relative;
	/*overflow: hidden;*/
}

.screen {
	width: 900px;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.screen ul li {
	width: 900px;
	height: 600px;
	overflow: hidden;
	float: left;
	text-align: center;
	display: flex;
	align-items: center;
}

.screen ul {
	position: absolute;
	left: 0;
	top: 0px;
	/*width: auto;*/
}

.all ul {
	/*margin-top: 41px;*/
	/* width: 16000px; */
}

.all ul img {
	max-width: 900px;
	max-height: 600px;
	margin: 0 auto;
}

.all ol {
	position: absolute;
	left: 50%;
	margin-left: -174px;
	bottom: 12px;
	font-size: 28px;
	opacity: 0;
}

.all ol li {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 8px;
	cursor: pointer;
	float: left;
	margin: 0 10px;
	background-color: #666666;
}

#arr span {
	position: absolute;
	width: 28px;
	height: 77px;
	top: 45%;
}

#left {
	left: -48px;
	background:  no-repeat center;
	background-size: 63px 77px;
	background-position-x: 0;
}

#right {
	right: -48px;
	background:  0 0 no-repeat;
	background-size: 63px 77px;
	background-position-x: -36px;
}

.all ol .current {
	background-color: #690;
}

.tr_logo img {
	border: 0;
	width: 120px;
	height: 36px;
}

/*轮播图end*/

.un_roll {
	overflow: hidden;
}

.back-to-home {
	position: absolute;
	left: 0;
	width: 160px;
	height: 60px;
	cursor: pointer;
}

/* 区县详情页组图样式 */

.detail_article_img {
	color: #000;
	line-height: 38px;
	width: 660px;
}

.detail_article_img .detail-article p img {
	max-width: 500px;
	max-height: 333px;
}

.detail_article_img .min_img {
	width: 570px;
}

.detail_article_img .min_img ul {
	margin-left: 0px;
}

.detail_article_img .min_img li a {
	width: 140px;
}

.detail_article_img .detail-article {
	border: 0;
}

.detail_article_img .min_img li a.active {
	width: 180px
}