﻿/* body{
    background-image: url(http://www.pds.gov.cn/images/ershidasybg.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    width: 100%;
    z-index: 0;
} 
.head {
	width: 1300px;
    height: 630px;
    margin: 0 auto;
}*/
.grey {
    filter: gray;
    -webkit-filter: grayscale(1);
}
/* 主体 */
.content_wrap {
	width: 1360px;
	margin: -12px auto 0;
	/* background-color: #fff; */
	padding: 59px 0 0;
}

/* 热点新闻 */
.hotnews {
	width: 1300px;
	/* height: 160px; */
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* border: 1px solid red; */
}

.hotnews .block {
	width: 120px;
}

.hotnews .yymm {
	background: #759ce8;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.hotnews .dd {
	background-color: #f5f5f5;
	text-align: center;
	font-size: 2.625rem;
	font-weight: bold;
	color: #759ce8;
}

.hotnews .dd::after {
	content: '日';
	font-weight: normal;
	font-size: .875rem;
	font-style: normal;
	color: #739cbe;
}

.hotnews .news {
	width: 1165px;
	padding: 10px 0;
	/* border: 1px solid; */
}

.hotnews .news .newtop {
	width: 100%;
	text-align: center;
}

.newtop a {
	font-size: 30px;
	font-weight: bold;
	color: #34332f;
}

.hotnews .newbot {
	margin-top: 15px;
	text-align: center;
	display: flex;
	justify-content: space-around;
}

.hotnews .newbot a {
	color: #34332f;
	font-size: 18px;
	line-height: 24px;
}
.hotnews a:hover{
	color: #015293;
	cursor: pointer;
}


/* 新闻轮播+tab */
.content_wrap .content_main {
	width: 1300px;
	height: 460px;
	margin: 25px auto 20px;
}

.content_main .lunbo {
	float: left;
	width: 700px;
	height: 460px;
	/* border: 1px solid blue; */
	/* padding: 25px 0 0 25px; */
}

.lunbo .box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	/* border: 1px solid red; */
}


/* 轮播图片 */
.box_img ul {}

.box_img ul li {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.box_img ul li img {
	display: block;
	width: 700px;
	height: 460px;
}

.box_img ul li h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	width: 100%;
	background: rgba(125, 125, 120, .4);
	/* text-indent: 2em; */
	padding-left: 10px;
	font-size: 15px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite;
}
.box_img ul li a {
    color: #Fff;
    display: block;
    cursor: pointer;
}
/*  轮播圆点*/
.box_circle {
	position: absolute;
	right: 10px;
	bottom: 14px;
}

.box_circle ul li {
	float: left;
	width: 12px;
	height: 12px;
	overflow: hidden;
	margin: 0 5px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	text-indent: 100px;
	cursor: pointer;
}

.box_circle ul .on {
	background: rgba(255, 255, 255, 0.6);
}

/* 新闻列表 */
.content_main .news {
	float: right;
	width: 580px;
	height: 430px;
	/* border: 1px solid blue; */
	/* padding: 25px 25px 0 25px; */
}

#news_list {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	/*  border: 1px solid red; */
	position: relative;
}

#news_list #tab {
	width: 100%;
	height: 50px;
	background: url(../images/index2022/tab_bg.png) no-repeat;
}

#news_list #tab li {
	list-style: none;
	float: left;
	width: 19%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-right: 25px;
}

#news_list #tab li:last-child {
	width: 22%;
}

#news_list #tab a {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #333;
	/* border: 1px solid red; */
	display: inline-block;
}

#news_list #tab .on {
	font-size: 18px;
	font-weight: bold;
	color: #015293;

}

#news_list .con {
	width: 100%;
	height: 360px;
	position: absolute;
	top: 50px;
	left: 0px;
	display: none;
	/* border: 1px solid blue; */
}

#news_list .con ul {
	width: 100%;
	height: 100%;
	font-size: 14px;
}

#news_list .con ul li {
	width: 100%;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
}

#news_list .con ul li a {
	float: left;
	max-width: 490px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0px 30px 0px 6px;
	/* border: 1px solid red; */
	color: #333;
}

#news_list .con ul li a:hover {
	color: #015293;
	transform: translate(-4px,0px);
}

#news_list .con ul li span {
	float: right;
	color: #999;
	/* border: 1px solid yellow; */
}

/* 横幅 */
.content_main2 {
	width: 1300px;
	height: 115px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
}

.content_main2 a {
	display: block;
	width: 49%;
}

.content_main2 a img {
	width: 100%;
	height: 100%;
}

/* 政府信息公开*/
.content_main3 {
	width: 1300px;
	margin: 30px auto;
	overflow: hidden;
	margin-bottom: 25px;
}

.zfxx {
	width: 100%;
	height: 250px;
	/* border: 1px solid red; */
}

.zfxx-cont {
	width: 815px;
	height: 250px;
	float: left;
	/* border: 1px solid blue; */
}
.ico-data{
	width: 50px !important;
	height: 50px !important;
}

.zfxx-cont .zfxx-pic {
	display: block;
	width: 300px;
	height: 250px;
	float: left;
}

.zfxx-cont .zfxx-pic img {
	width: 310px;
	height: 100%;
}

/* 政策文件 */
.zcwj {
	float: right;
	width: 505px;
	height: 250px;
	padding: 0 ;
	/* border: 1px solid green; */
}
/* 公告公示 */
.gggs {
	width: 480px;
	height: 250px;
	float: right;
	/* 	border: 1px solid red; */
}


.tzgg_biaoti {
	width: 100%;
	height: 25px;
	font-size: 20px;
	color: #4279B1;
	padding-left: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* background-color: #F9F9F9; */
}
/* .gggs .tzgg_biaoti{
	justify-content: initial;
} */

.tzgg_biaoti p {
	display: flex;
}
.tzgg_biaoti a{
	display: block;
    color: #ccc;
    padding-left: 20px;
    /* border-left: 3px solid #015293; */
    font-weight: bold;
}

.tzgg_biaoti .lan {
	display: block;
	color: #015293;
	padding-left: 20px;
	border-left: 3px solid #015293;
	font-weight: bold;
}
/* .gggs .tzgg_biaoti .lan{
	border-left: 0;
} */
.tzgg_biaoti span {
	color: #999999;
	font-size: 14px;
}
.tzgg_biaoti span a {
	color: #999999;
	font-size: 14px;
}
.tzgg-con {
	width: 100%;
	height: 215px;
	margin-top: 10px;
	/* border: 1px solid blue; */
}

.tzgg-con ul {
	box-sizing: border-box;
	float: left;
	position: relative;
	width: 100%;
}

.tzgg-con ul li {
	width: 100%;
	height: 45px;
	line-height: 45px;
	/* border: 1px solid blue; */
}

.tzgg-con ul li a {
	padding-left: 15px;
	float: left;
	width: 87%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #333;
	box-sizing: border-box;
	display: inline-block;
}
.tzgg-con ul li a:hover{
	color: #015293;
	transform: translate(-4px,0px);
}
.tzgg-con ul li span {
	float: right;
	font-size: 14px;
	color: #999;
}
	

/* 政府信息图标 */
.zfxx-icon {
	width: 100%;
	height: 115px;
	/* border: 1px solid blue; */
}

.zfxx-icon ul {
	width: 1300px;
	display: inline-block;
	padding-top: 35px;
	font-size: 0px;
	display: flex;
	justify-content: space-between;
}

.zfxx-icon ul li {
	padding: 0px;
	display: inline-block;
}

.zfxx-icon ul li a {
	color: #666666;
	font-weight: bold;
	font-size: 16px;
	/* margin-right: 32px; */
}

.zfxx-icon ul li a img {
	width: 47px;
	margin-right: 13px;
}

.zfxx-icon ul li a span {
	width: 32px;
	height: 52px;
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
}


/* 政务服务 */     
 .content_main4 {
        width: 100%;
        overflow: hidden;
}
.zwfw {
        width: 1300px;
        height: 225px;
        margin: 0 auto 20px;
        background-color: #F5F8FC;
}

.zwfw-l {
        float: left;
        width: 840px;
        height: 225px;
        /* border: 1px solid red; */
}

 .zwfwrap {
        width: 100%;
        height: 225px;
}

.zwfwrap #zwfw {
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
         margin-top: 7px;
}

.zwfwrap #zwfw li {
        width: 160px;
        float: left;
        font-size: 18px;
        font-weight: bold;
 }

 .zwfwrap #zwfw li a {
        display: inline-block;
        width: 160px;
        height: 22px;
        line-height: 22px;
        border-right: 1px solid #ccc;
        cursor: pointer;
        color: #333;
  }

.zwfwrap #zwfw li a.on {
        font-size: 18px;
        font-weight: bold;
        color: #015293;
}
.zwfwrap #zwfwcon {
        width: 100%;
        height: 175px;
        position: relative;
        /* border: 1px solid red; */
}
.zwfwrap #zwfwcon li {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 10px 25px;
        box-sizing: border-box;
        display: none;
 }

.zwfwrap #zwfwcon li p {
        width: 195px;
        height: 50px;
        /* border: 1px solid black; */
        float: left;
 }

.zwfwrap #zwfwcon li p a {
        display: inline-block;
        width: 195px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        /* border: 1px solid black; */
        color: #333;
        background: url(../images/index2022/sanjiao.png) no-repeat left center;
}
.zwfwrap #zwfwcon li.on {
        display: block;
 }
.zwfwrap #zwfwcon li p a:hover {
        color: #015293;
}
/* 政务服务pic */
.zwfw-r {
        float: right;
        width: 460px;
        height: 225px;
}
.zwfw-r a {
        display: block;
        width: 100%;
        height: 100%;
}
.zwfw-r a img {
        width: 460px;
        height: 100%;
 }

/* 互动交流 */
.content_main5 {
	width: 100%;
	overflow: hidden;
}

.zwhd {
	width: 1300px;
	height: 300px;
	/* 	border:1px solid red; */
	margin: 20px auto;
}

.zwhd .zwhd-l {
	width: 650px;
	height: 300px;
	float: left;
	/* border:1px solid blue; */
}

.zwhd-l .ldxx-pic {
	width: 100%;
	height: 90px;
	position: relative;
	/* border:1px solid blue; */
}

.ldxx-pic img {
	width: 100%;
        height: 90%;
}

.ldxx-pic a {
	position: absolute;
	top: 18px;
	right: 20;
	/* left: unset; */
}

.ldxx-icon {
	width: 100%;
	height: 210px;
	background: #F5F8FC;
	padding: 10px 0 25px 0;
}

.ldxx-icon ul li {
	vertical-align: top;
	padding: 0px;
	margin: 34px 46px;
	text-align: center;
	display: inline-block;
}

.ldxx-icon ul li a {
	color: #666666;
	display: inline-block;
	width: 65px;
	height: 60px;
}

.ldxx-icon ul li a img {
	vertical-align: middle;
}

.ldxx-icon ul li a span {
	display: block;
	color: #333333;
	font-size: 16px;
	margin-top: 15px;
}

/* 领导信箱 */
.zwhd .zwhd-r {
	width: 635px;
	height: 300px;
	float: right;
/* 	border: 1px solid blue; */
}


.zwhd-r .ldxx {
	width: 100%;
	height: 300px;
}

.zwhd-r .ldxx li {
	list-style-type: none;
}

.zwhd-r .ldxx #top {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #F5F8FC;
}

.zwhd-r .ldxx #top li {
	width: 150px;
	float: left;
	font-size: 18px;
	font-weight: bold;
}
.zwhd-r .ldxx #top li a{
	display: inline-block;
	width: 150px;
	height: 22px;
	line-height: 22px;
	border-right: 1px solid #ccc;
	cursor: pointer;
    color: #333;
}
.zwhd-r .ldxx #top li a.current {
	font-size: 18px;
	font-weight: bold;
	color: #015293;
}

.zwhd-r .ldxx #bottom {
	width: 100%;
	height: 250px;
	position: relative;
}

.zwhd-r .ldxx #bottom li {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding-left: 15px;
	box-sizing: border-box;
	display: none;
}
.ldxx #bottom li p{
	display: block;
	width: 100%;
	height: 52px;
	line-height: 52px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ldxx #bottom li p a{
	display: inline-block;
	width: 80%;
	height: 52px;
	line-height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
        color: #333;
}
.ldxx #bottom li p span{
	width: 10% ;
	height: 52px;
	line-height: 52px;
        color: #999;
}
.ldxx #bottom li p a:hover{
	color: #015293;
	transform: translate(-4px,0px);
}
.zwhd-r .ldxx #bottom li.current {
	display: block;
}
/* 专题专栏 */
.ztzlWrap {
	width: 1300px;
	height: 150px;
	margin: 30px auto;
	margin-bottom: 20px;
	/* 	border: 1px solid red; */
}
/*专题专栏*/
.column7 .ztzl-title{margin:30px 0 20px;}
.links_scroll{padding:10px 0;}
.links_scroll li a{display:block;position:relative;height:120px;padding:0 20px;background:linear-gradient(to right bottom,#E1ECFF,rgb(241,246,255));color:#5069A9;white-space:normal;}
.links_scroll li:nth-of-type(4n+3) a{background:linear-gradient(to right bottom,#EEE5D2,rgb(247,243,234));color:#6F5226;}
.links_scroll li:nth-of-type(4n) a{background:linear-gradient(to right bottom,#F7E6DC,rgb(251,241,236));color:#8B4E3C;}
.links_scroll li:nth-of-type(4n+1) a{background:linear-gradient(to right bottom,#FBE7ED,rgb(252,242,235));color:#833353;}
.links_scroll li a img{width:40%;height:auto;position:absolute;right:0;bottom:0;z-index:0;}
.links_scroll li a h2{font-size:1.125rem;font-weight:600;padding-top:20px;line-height:1.5em;font-family:"SimHei",黑体,Arial,Microsoft YaHei,"宋体";}
.links_scroll li a span{display:block;font-size:0.875rem;margin-top:10px}
.yq-link{background-color:#eef3f8;border-bottom:1px solid #e9e9e9;}
.link-list{width:1345px;margin:0 auto;}
.link-list li{width:25%;float:left;line-height:45px;height:45px;position:relative;text-indent:65px;color:#333;cursor:pointer;}
.link-list li:first-child{margin-left:-30px;}
.link-list li::before{content:"";position:absolute;width:2px;height:20px;background-color:#b7c4d1;top:0;bottom:0;right:0;margin:auto;}
.link-list li::after{content:"";position:absolute;border:6px solid transparent;border-top-color:#7f92a5;top:23px;right:15px;}
.link-list li.active::after{border-color:transparent;border-bottom-color:#7f92a5;top:17px;}
.link-item{border-top:1px solid #e9e9e9;}
.link-item ul{width:1277px;margin:0 auto;}
.link-item ul li{overflow:hidden;padding:10px 0;color:#666;display:none;}
.link-item ul li.active{display:block;}
.link-item ul li a{float:left;width:20%;line-height:40px;font-size:0.875rem}


/* 导航链接 */
.yq-link{overflow: hidden; background-color: #eef3f8;border-bottom: 1px solid #e9e9e9;}
.link-list{ width: 1345px; margin: 0 auto; }
.link-list li{ width: 25%; float: left; line-height: 45px; height: 45px; position: relative; text-indent: 65px; color: #333; cursor: pointer; }
.link-list li:first-child{ margin-left: -30px; }
.link-list li::before{ content: ""; position: absolute; width: 2px; height: 20px; background-color: #b7c4d1; top: 0; bottom: 0; right: 0; margin: auto; }
.link-list li::after{ content: ""; position: absolute; border: 6px solid transparent; border-top-color: #7f92a5; top: 23px; right: 15px; }
.link-list li.active::after{ border-color: transparent; border-bottom-color: #7f92a5; top: 17px; }
.link-item{ border-top: 1px solid #e9e9e9; }
.link-item ul{ width: 1277px; margin: 0 auto; }
.link-item ul li{  padding: 10px 0; color: #666; display: none; }
.link-item ul li.active{ display: block; width: 100%; }
.link-item ul li a{float: left;width: 20%;line-height: 40px;font-size: 0.875rem;color:#333;}


/*首页浮窗  */
.float-window{position:fixed;}
.float-window-content{box-shadow:0 0 10px #cecece;width:auto;padding:5px;position:relative;}
.float-window-content .close{position:absolute;top:0;right:0;background-size:15px;display:block;cursor:pointer;width:20px;height:20px;font-style: normal;}
/*轮播图样式，外层只需规定宽高即可*/
.banner{width:100%;height:100%;position:relative;overflow:hidden;}
.banner *{margin:0;padding:0;list-style-type:none;text-decoration:none;}
.banner ul{width:100%;height:100%;position:relative;left:-100%;top:0;transition:0.5s;font-size:0;-webkit-text-size-adjust:none;white-space:nowrap;}
.banner ul.active{transition:0s;}
.banner ul li{width:100%;height:100%;position:relative;display:inline-block;vertical-align:top;}
.banner ul li img{width:100%;height:100%;border:none;display:block;}
.banner ul li p{position:absolute;bottom:0;left:0;padding-top:35px;line-height:40px;width:100%;background:url("https://pds.gov.cn/images/site2021/banner-bg.png") left bottom repeat-x;box-sizing:border-box;padding-right:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:15px;text-indent:10px;}
.banner ol{position:absolute;right:10px;bottom:15px;height:10px;z-index:10;}
.banner ol li{width:10px;height:100%;background:#fff;display:inline-block;margin-right:8px;cursor:pointer;vertical-align:top;border-radius:10px;transition:0.5s;}
.banner ol li.active{background:#c50018;width:40px;}
.banner .prev,.banner .next{position:absolute;z-index:20;top:0;bottom:0;margin:auto;width:30px;height:50px;background:url(https://pds.gov.cn/images/site2021/icon.png);cursor:pointer;opacity:.3;transition:opacity .3s;}
.banner:hover .prev,.banner:hover .next{opacity:1;}
.banner .prev{left:10px;background-position:left bottom;}
.banner .next{right:10px;}
.banner.fade ul{left:0;}
.banner.fade ul li{position:absolute;top:0;left:0;opacity:0;transition:opacity 0.5s linear;}
.banner.fade ul li.active{z-index:1;opacity:1;}
.banner.lot .lotBox{width:20%;height:100%;position:relative;}
.banner.lot ul li{padding:0 3%;box-sizing:border-box;}
.banner.lot ul li p{position:static;padding:0;background:none;text-indent:0;color:#333;text-align:center;}
.banner.updown ul{left:0;top:-100%;}
.banner.updown ul li{display:block;}
.banner.updown ol{left:50%;right:auto;margin-left:-60px;}











