
/* Pc端小屏幕显示 */
@media screen and (min-width: 1620px) {
	.w83p { width: 1600px; }
}


@media screen and (max-width: 1619px) {
	.header .w83p { position: relative; }
	.header .left-logo { width: 20%; padding: 50px 0px 0px 0px; }
	.header .center-nav { float: right; padding: 55px 0px 20px 0px; border: 0px; }
	.header .center-nav ul li, .header .center-nav ul li > dl > dd { font-size: 16px; }
	.header .right-function { position: absolute; right: 10px; top: 10px; margin-top: 0px; padding: 0px; }

	.two .right .tr-text-box ul li { padding: 22px 0px 22px 0px; }
	.two .right .tr-text-box ul li:after { margin-top: -4px; }

	.three .three-wrap-box .swiper-slide { transform: scale(1.1); }

	.four .four-wrap-box .fwb-right ul li dl { padding: 0px 8%; }

	.footer .footer-top .ft-top-box .ftb-right { width: 68%; }
	.footer .footer-top .ft-top-box .ftb-right dl dd { width: 46px; height: 46px; }
	.footer .footer-top .ft-top-box .ftb-right dl dd > img { width: 46px; height: 46px; }
	.footer .footer-top .ft-top-box .ftb-right dl dd:hover .pos-ewm { top: -105px; width: 60px; padding: 25px; }


	/* 关于我们 */
	.gywm-con-box .gywm-one .scb-one-box .right p { line-height: 32px; font-size: 16px }
	.gywm-con-box .gywm-one .scb-one-box .right .more-btn img { width: 80%; }
	.gywm-con-box .sltop-swiper-box { margin-top: 0.6rem; }
	.gywm-con-box .sltop-swiper-box:after { content: ""; position: absolute; left: 33%; }
	.gywm-con-box .sltop-swiper-box .swiper-container .swiper-slide:after { left: 31%; width: 16px; height: 16px; border: solid 10px #8cbcff; }
	.gywm-con-box .sltop-swiper-box .swiper-container .swiper-slide .left { width: 28%; }
	.gywm-con-box .sltop-swiper-box .swiper-container .swiper-slide .left dl dd { line-height: 18px; font-size: 16px; }
	.gywm-con-box .sltop-swiper-box .swiper-container .swiper-slide .right { width: 50%; }


	/* 新闻中心 */
	.xwzx-con-box .xwzx-one .right .tr-nav-box ul li { padding: 18px 3.5%; font-size: 18px; }
	.xwzx-con-box .xwzx-one .right .tr-text-box ul li { padding: 20px 0px 20px 0px; }
	.xwzx-con-box .xwzx-three .left .scb-bottom-box { margin-top: 50px; }
	.xwzx-con-box .xwzx-three .left .subject-con-box ul li { padding: 20px 0px; }
	.xwzx-con-box .xwzx-three .right .scb-bottom-box { margin-top: 28px; }
	.xwzx-con-box .xwzx-three .right .scb-bottom-box ul li { padding: 20px 0px; }


	/* 党建文化 */
	.djwh-con-box .djwh-one .right .scb-con-box .swiper-slide .ss-swiper-box { padding: 40px 0px; }
	.djwh-con-box .djwh-one .right .scb-con-box .swiper-slide .right dl dd { line-height: 30px; -webkit-line-clamp: 3; }


	/* 社会责任 */
	.shzr-list-box dl dd .slb-dd-name { margin-top: 10px; line-height: 22px; font-size: 22px; }
	.shzr-list-box dl dd .slb-dd-text { margin-top: 10px; line-height: 25px; }


	/* 图片列表页 */
	.list-con-box .lr-list-img-box ul li .pic-img img { height: 126px; }
	.list-con-box .lr-list-img-box ul li .pic-title { padding: 5px 0px; font-size: 14px; }

	/* List */
	.list-con-box .list-left { width: 15%; }
}


@media screen and (max-width: 1590px) {
	.two .right .tr-text-box ul li .fl, .xwzx-con-box .xwzx-one .right .tr-text-box ul li .fl, .xwzx-con-box .xwzx-three .left .subject-con-box ul li .fl, 
    .xwzx-con-box .xwzx-three .right .scb-bottom-box ul li .fl, .djwh-con-box .djwh-one .scb-center-box ul li .fl, .xxgk-one .left dl dd ul li .fl { width: 75%; }

	.two .right .tr-text-box ul li .fr, .xwzx-con-box .xwzx-one .right .tr-text-box ul li .fr, .xwzx-con-box .xwzx-three .left .subject-con-box ul li .fr, 
	.xwzx-con-box .xwzx-three .right .scb-bottom-box ul li .fr, .djwh-con-box .djwh-one .scb-center-box ul li .fr, .xxgk-one .left dl dd ul li .fr { width: 20%; }

	.four .four-wrap-box .fwb-left dt .all-title-box a b { font-size: 30px; }
	.four .four-wrap-box .fwb-left dd { width: auto; padding: 30px 20px 0px 0px; }
}


@media screen and (max-width: 1330px) {
	.four .four-wrap-box .fwb-right ul li dl { padding: 0px 4%; }
	.four .four-wrap-box .fwb-right ul li dl dd p { line-height: 30px; }

	/* 图片列表页 */
	.lr-list-img-box ul li .pic-img img { height: 115px; }
	.lr-list-img-box ul li .pic-title { padding: 5px 0px; font-size: 14px; }
}


/* Pc端字体大小 */
@media screen and (min-width: 1025px) {
    html { font-size: 16px!important; }
}