 /****网页背景****/
 .zjqf_body {
 	background-image: url(/qfqrmzf/pc2023/images/zjqf/zjqf_bg.png);
 	background-repeat: no-repeat;
 	/* background-position: center 50px; */
 	background-color: #F4F4F4;
 }

 /****公共样式 begin****/
 .artcletitle {
 	max-width: 100%;
 }

 .dooted li {
 	/*线段*/
 	overflow: hidden;
 	border-bottom: 1px dashed #DCDCDC;
 }

 .organization {
 	margin-bottom: 20px;
 }

 /****公共样式 end****/

 /****网页头部 begin****/
 .header {
 	background-color: #00A0E9;
 }

 .zjqf_headnav {
 	width: 1200px;
 	height: 140px;
 	margin: auto;
 }

 .zjqf_headnav img {
 	margin-top: 15px;
 }

 .zjqf_headnav ul {
 	margin-top: 21px;
 }

 .zjqf_headnav ul li {
 	float: left;
 	margin-left: 25px;
 }

 .zjqf_headnav ul li a {
 	display: block;
 	width: 53px;
 	height: 98px;
 	padding-top: 17px;
 	box-sizing: border-box;
 	color: #FFFFFF;
 	font-size: 20px;
 	text-align: center;
 	background-image: url(../images/zjqf/zk.png);
 }

 .zjqf_headnav ul li a:hover {
 	color: darkorange;
 	transition: .3s;
 }
 /****网页头部 end****/

 #main_con {
 	/**padding-top: 356px;**/
 	padding-top: 340px;
 }

 /****第一层 begin****/
 #f1_l {
 	width: 444px;
 	overflow: hidden;
 }

 #f1_r {
 	width: 666px;
 	height: 276px;
 	line-height: 35px;
 	overflow: hidden;
 	text-indent: 2em;
 	margin-right: 22px;
 }

 .details_link {
 	/*详情链接*/
 	white-space: nowrap;
 	color: #00A0E9;
 }

 /****第一层 end****/

 /****手机端显示****/
 .xm_show {
 	display: none;
 	width: 100%;
 	height: 70px;
 	line-height: 70px;
 	margin: 10px 0;
 	color: #FFFFFF;
 	background-color: #77CFF8;
 	font-size: 40px;
 	font-weight: bolder;
 	text-align: center;
 }

 /****第二层 begin****/
 #f2_l {
 	float: left;
 	overflow: hidden;
 }

 .f2_l_l {
 	width: 539px;
 	overflow: hidden;
 }

 .f2_l_l .dot {
 	line-height: 49px;
 	padding: 20px 20px 0 10px;
 }

 .f2_l_r {
 	width: 154px;
 	height: 427px;
 	margin-left: 15px;
 }

 #f2_r {
 	width: 426px;
 	overflow: hidden;
 }

 #f2_l .artcletitle,
 #f2_r .artcletitle {
 	max-width: 100%;
 }

 #f2_r .dot {
 	line-height: 46px;
 }

 /****第二层 end****/

 /****第三层图片展示 begin****/
 .slide_photo {
 	position: relative;
 }

 .photo_bd {
 	width: 1070px;
 	height: 220px;
 	overflow: hidden;
 	margin: auto;
 }

 .photo_bd li {
 	width: 25%;
 	text-align: center;
 }

 .photo_bd li img {
 	width: 242px;
 	height: 178px;
 }

 .slide_photo .prev {
 	position: absolute;
 	left: 0;
 	top: 75px;
 	width: 35px;
 	height: 35px;
 	background-image: url(../images/zjqf/75.png);
 }

 .slide_photo .next {
 	position: absolute;
 	right: 0;
 	top: 75px;
 	width: 35px;
 	height: 35px;
 	background-image: url(../images/zjqf/76.png);
 }

 .photo_bd p {
 	width: 242px;
 	overflow: hidden;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 	margin: 15px auto 0 auto;
 	height: 25px;
 	line-height: 25px;
 }

 #lsgk {
	 height: 255px;
	 background-image: url(../../images/mlls/lsgk.png);
	 margin-bottom: 20px;
	 padding-bottom: 20px;
 }

 #lsgk_left {
	 flex: 1;
	 margin-right: 10px;
 }

 #lsgk_left li {
	 float: left;
	 width: 16%;
	 height: 115px;
	 text-align: center;
 }

 #lsgk_left li .gk_img {
	 height: 70px;
	 display: inline-block;
 }

 #lsgk_left li span {
	 display: inline-block;
 }

 #lsgk_right {
	 flex: 1;
	 margin-left: 10px;
 }

 #lsgk_right p {
	 text-indent: 36px;
	 line-height: 43px;
	 letter-spacing: 2px;
 }

 #lsgk_right p a {
	 color: #D10707;
 }

 /****第三层图片展示 end****/
 @media screen and (max-device-width:768px) {

 	#f1_l,
 	#f1_r,
 	#f1_l img,
 	#f2_l,
 	#f2_r,
 	.zjqf_headnav ul,
 	.f2_l_l,
 	.f2_l_l img {
 		width: 100%;
 	}

 	.header {
 		overflow: hidden;
 	}

 	.zjqf_headnav {
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 		text-align: center;
 	}

 	.zjqf_headnav img {
 		width: 90%;
 		height: auto;
 		margin: 10px 5%;
 	}

 	.zjqf_headnav ul li {
 		width: 25%;
 		margin: 10px auto;
 	}

 	.zjqf_headnav ul li a {
 		margin: auto;
 	}

 	#main_con {
 		padding-top: 0;
 	}

 	#f1_r {
 		margin-right: 0;
 		height: auto;
 	}

 	.f2_l_r,
 	.slide_photo .prev,
 	.slide_photo .next {
 		display: none;
 	}
	
	.f2_l_l .dot{
		padding: 0;
	}

 	.xm_show {
 		display: block;
 	}

 	.photo_bd {
 		width: 100%;
 		height: 240px;
 	}

 	.photo_bd li {
 		width: 100%;
 	}

 	.photo_bd li a {
 		width: 100%;
 		height: 100%;
 		display: block;
 		box-sizing: border-box;
 		padding: 0 15px;
 	}

 	.photo_bd li img {
 		width: 100%;
 		height: 200px;
 	}
	.photo_bd p{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
 }