.detail {
	padding-bottom: 5px;
	border-bottom: 1px solid #fcbc00;
	margin-bottom: 10px!important;
}
.detail p{
	margin-bottom: 0px!important;
	font-size: 18px;
	font-weight: 800;
}
.detailContent .detailTop>div>p {
	font-size: 25px;
}

.detailContent .detailTop {
	margin: 40px 0;
}

.detailContent .detailTop .smallTitle {
	padding: 15px;
	border-bottom: 1px dotted #DDDDDD;
}

.detailContent .detailTop .smallTitle span {
	font-size: 13px !important;
}

.detailContent img {
	max-width: 100%;
}
.detailContent a{
	color:#007bff!important;
}
#pageContent {width: 100%;overflow: hidden;position:fixed;margin:0 auto; z-index:1008;top:0;bottom:0;}
#imgContainer {width: 100%;height: 100%;}
#positionButtonDiv {background: rgb(58, 56, 63);background: rgba(58, 56, 63, 0.8);border: solid 1px #100000;color: #fff;padding: 8px;text-align: left;position: absolute;right:35px;top:35px;}
#positionButtonDiv .positionButtonSpan img {float: right;border: 0;}
.positionMapClass area {cursor: pointer;}
.zoomButton {border: 0;	cursor: pointer;}
.zoomableContainer {background-image: url("../images/yiblock.png");}
.close_c{ border-radius:50%; cursor:pointer;}
/* 文章列表页 */
.list_ul {
	margin-top: 17px;
}

.list_ul li {
	overflow: hidden;
    border-bottom: dashed 1px #ddd;
    padding-top: 11px;
    font-family: Microsoft YaHei;
    font-size: 16px;
    position: relative;
    z-index: 10;
}

.list_ul li .img_left {
	display: block;
	width: 147px;
	height: 127px;
	line-height:127px;
	float: left;
	margin-right: 13px;
	overflow: hidden;
	text-align:center;
}

.list_ul li .img_left img {
	max-width:100%;
	max-height:100%;
	transition: all 0.6s;
}

.list_ul li .img_left img:hover {
	transform: scale(1.2);
	
	transition: all 1s ease 0s;
	
	-webkit-transform: scale(1.1);
	
	-webkit-transform: all 1s ease 0s;
}

.list_txt {
	width: 720px;
	float: left;
}

.list_txt .p_tit a {
	font-weight: bold;
	color: black;
}

.list_txt .p_txt {
	margin-top: 15px;
}

.list_txt .p_txt a {
	line-height: 24px;
	color: #5a5c5c;
}

.list_txt .p_time {
	color: #c8ccce;
	text-align: right;
}

.list_txt a:hover {
	text-decoration: underline !important;
}

.list_txt:hover a {
	color: #007bff !important;
}

/* 图片列表页 */
.img_ul {
	margin-top: 20px;
}

.img_ul li {
	padding: 10px !important;
	border: 1px solid #D5D5D5;
	width: 292px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.img_ul li:nth-child(4n) {
	margin-right: 0px !important;
}

.img_ul li a {
	display: inline-block;
	width: 100%;
}

.img_ul li a>p {
	margin: 0px !important;
}

.img_ul li a:hover>p {
	color: #fcbc00 !important;
}

.img_ul li a>div {
	margin-bottom: 10px;
}

.img_ul li a div img {
	width: 100%;
	height: 225px;
	transition: all 0.6s;
}

.img_ul li a:hover div img {
	transform: scale(1.2);

	transition: all 1s ease 0s;

	-webkit-transform: scale(1.1);

	-webkit-transform: all 1s ease 0s;
}

/* 详情页轮播图样式 */
.pics {
	background: #f5f5f5;
	position: relative;
	margin: 30px auto 0px;
}

.pics .swiper-container {
	overflow: hidden;
	height: 510px;
	width: 800px;
	margin: 0 auto
}

.pics .swiper-slide {
	text-align: center;
	width: 100%;
	height: 450px;
}

.pics .swiper-slide img {
	max-width: 800px;
	height: 450px;
	transition: all 1s;
	overflow: hidden;
}
.pics .swiper-slide img:hover{
	cursor: pointer;
	transform: scale(1.1);
	
	transition: all 1s ease 0s;
	
	-webkit-transform: scale(1.1);
	
	-webkit-transform: all 1s ease 0s;
}
.pics .swiper-slide .title {
	margin-top: 20px;
	font-weight: bold;
	color: #000000!important;
}

.pics .pagination {
	position: absolute;
	z-index: 20;
	bottom: 50px;
	width: 100%;
	text-align: center;
}

.pics .swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #fff;
	margin: 0 4px;
	opacity: 0.8;
	cursor: pointer;
}

.pics .swiper-active-switch {
	background: #0090ff;
}

.pics .arrow-left {
	display: block;
	z-index: 50;
	width: 70px;
	height: 70px;
	background: url(../images/prev-btn.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	left: 0px;
	transition-duration: 0.5s;
}

.pics .arrow-right {
	display: block;
	z-index: 50;
	width: 70px;
	height: 70px;
	background: url(../images/next-btn.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	right: 0px;
	transition-duration: 0.5s;
}

.pics:hover .arrow-left {
	visibility: visible;
	filter: alpha(opacity=100);
	opacity: 1;
	left: 0px
}

.pics:hover .arrow-right {
	visibility: visible;
	filter: alpha(opacity=100);
	opacity: 1;
	right: 0px
}
