﻿
/**!
 * 首页
 * date:2022-8-1
 * author: jjuan;
 */
.box {
	-webkit-box-shadow: 0px 1px 13px 0px rgba(32, 114, 213, 0.14);
	box-shadow: 0px 1px 13px 0px rgba(32, 114, 213, 0.14);
}
/*新闻swiper*/
.news {
	margin-top: 30px;
	padding-bottom: 30px;
}
.news-box {
	width: calc(50% - 13px);
	height: 380px;
	position: relative;
	z-index: 999;
	background: #fff;
}
.news-photo {
	height: 100%;
	width: 100%;
}
.news-date {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 96px;
	height: 84px;
	background: linear-gradient(-81deg, #448bda 0%, #3a6ea9 100%);
	padding-top: 9px;
	text-align: center;
	font-family: 'OPPOSans';
	color: #f7f7f7;
}
.news-day {
	line-height: 42px;
	font-size: 36px;
	font-weight: bold;
}
.news-time {
	line-height: 26px;
	font-size: 16px;
}
.news-txt {
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% - 96px);
	height: 50px;
	line-height: 50px;
	background: rgba(68, 139, 218, 0.85);
	padding: 0 130px 0 30px;
	font-size: 16px;
	color: #ffffff;
}
.box .swiper-pagination-bullets {
	/*width: 94px;*/
	width: 120px;/*20221013*/
	bottom: 0 !important;
	left: auto;
	right: 0;
	height: 50px;
	padding: 20px 7px 0 0;
}
.box .swiper-pagination-bullet {
	height: 10px;
	width: 10px;
	margin: 0 4px 0 5px;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
}
.box .swiper-pagination-bullet-active {
	width: 23px;
	height: 10px;
	background: #ffffff;
	border-radius: 5px;
}
.mySwiper {
	position: relative;
	overflow: hidden;
}
.mySwiper a {
	display: block;
	height: 100%;
}
.tab {
	overflow: hidden;
}
.tab-hd {
	border-bottom: 1px solid #bed6e9;
	line-height: 60px;
	margin: 0 20px;
}
.tab-hd-item {
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	font-size: 20px;
	color: #666666;
	/* cursor: pointer; 20221228*/
}
.tab-hd-item:last-child {
	margin-right: 0;
}
.tab-hd-item:hover, .tab-hd-item.active {
	color: #3a6ea9;
	font-weight: 600;
	font-size: 22px;
}
.tab-hd-item:hover::after, .tab-hd-item.active::after {
	position: absolute;
	content: '';
	height: 2px;
	width: 100%;
	bottom: -1px;
	left: 0;
	background: #3a6ea9;
}
.tab-hd-item:hover::before, .tab-hd-item.active::before {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #ffffff;
	border: 2px solid #3a6ea9;
	border-radius: 50%;
}
.tab-bd {
	position: relative;
}
.tab-bd-item {
	padding-top: 14px;
}
.notice-item {
	position: relative;
	height: 36px;
	line-height: 36px;
	padding: 0 20px 0 40px;
	font-size: 16px;
}
.notice-item::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 36px;
	left: 25px;
	top: 0;
	border-left: 1px dashed #b5b4b4;
}
.notice-item::after {
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	background: #ffffff;
	border: 1px solid #d3d3d3;
	border-radius: 50%;
	left: 22px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.notice-item:first-child::before {
	bottom: 0;
	top: auto;
	height: 18px;
}
.notice-item:last-child::before {
	height: 18px;
}
.notice-item:hover {
	background: #f6f9fe;
}
.notice-item:hover::before {
	display: none;
}
.notice-item:hover::after {
	width: 10px;
	height: 10px;
	background: #3a6ea9;
	border: 2px solid #fefefe;
	border-radius: 50%;
	left: 20px;
}
.notice-item:hover .notice-tt a, .notice-item:hover .notice-date {
	color: #3a6ea9;
}
.notice-date {
	color: #999999;
}
.notice-tt a {
	display: block;
	color: #333333;
	margin-right: 115px;
}
.notice-more {
	position: absolute;
	width: 79px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	background: url("../image/more.png") no-repeat center;
	right: 20px;
	top: -40px;
	color: #919abb;
	text-align: center;
}
/* 横幅轮播*/
.banner {
	position: relative;
	margin-top: 28px;
	width: 100%;
	height: 140px;
	overflow: hidden;
	border: 1px solid #fff;
}
.banner-photo {
	width: 100%;
	height: 100%;
}
.banner .swiper-pagination-bullets {
	width: 100%;
	padding: 0 20px 0 0;
	text-align: right;
	height: 26px;
}
.banner .swiper-pagination-bullet-active {
	width: 38px;
}
/*机构列表*/
.company {
	background: url("../image/company_bg.jpg") no-repeat center;
	background-size: 100% 100%;
	position: relative;
	z-index: 99;
}
.company-list {
	padding: 39px 0;
}
.company-item {
	width: 219px;
	height: 100px;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(5, 41, 122, 0.08);
	box-shadow: 0px 2px 10px 0px rgba(5, 41, 122, 0.08);
	border: 1px solid transparent;
	margin-right: 26px;
	background: no-repeat 15px center;
	background-color: #ffffff;
}
.company-item:last-child {
	margin-right: 0;
}
.company-item a {
	display: block;
	padding: 0 20px 0 100px;
	height: 100%;
	font-size: 0;
	-webkit-text-size-adjust: none;
}
.company-item span {
	display: inline-block;
	vertical-align: middle;
	line-height: 26px;
	font-size: 20px;
	color: #333333;
	font-weight: 600;
}
.company-item i {
	width: 0;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
/*区级政府文件tab + 政府公开 + 依申请公开*/
.file {
	margin: 32px 0;
}
.file-news {
	width: 58%;
}
.file-news .tab-hd-item {
	width: auto;
	margin-right: 15px;
}
.file-box {
	width: calc(42% - 26px);
	position: relative;
	z-index: 999;
}
.file-model {
	position: relative;
	width: 100%;
	height: 185px;
	margin-top: 26px;
	overflow: hidden;
}
.file-model .swiper-pagination-bullets {
	width: 100%;
	text-align: right;
	padding-right: 17px;
}
.file-model .swiper-pagination-bullet {
	/*background: rgba(1, 87, 185, 0.4);*/
	background:#ffffff;/*20230201*/
}
.file-model .swiper-pagination-bullet-active {
	/*background: rgba(1, 87, 185, 0.8);*/
	background:#ffffff;/*20230201*/
	width: 38px;
}
.file-name {
	display: block;
	height: 100%;
	padding-top: 128px;
	line-height: 28px;
	color: #333333;
	font-size: 18px;
	background: no-repeat center 27px;
}
.file-public {
	display: block;
	line-height: 169px;
	font-size: 32px;
	font-weight: 600;
	color: #3a6ea9;
	text-shadow: 0px 2px 0px rgba(65, 125, 190, 0.63);
	padding-left: 40px;
	letter-spacing: 5px;
}
.file-public-box {
	height: 169px;
	background: url("../image/public.jpg") no-repeat center center;
	background-size: 100% 100%;
}
.photo-banner {
	margin: 32px 0;
	width: 100%;
	height: 154px;
}
.photo-banner a {
	display: block;
	height: 100%;
}
.photo-banner img {
	height: 100%;
	width: 100%;
}
/* 办事tab+ icon*/
.work {
	background: url("../image/work_bg.jpg") no-repeat center center;
	background-size: 100% 100%;
	position: relative;
	z-index: 9999;
}
.work-box {
	padding: 32px 0;
}
.work-item {
	width: calc((100% - 56px) / 3);
	height: 338px;
	background: #ffffff;
	margin-right: 28px;
}
.work-item:last-child {
	margin-right: 0;
}
.work-list {
	padding: 28px 20px 0;
}
.work-list-item {
	width: calc((100% - 42px) / 3);
	height: 100px;
	margin-right: 21px;
	border: 1px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: no-repeat center 15px;
	background-color: #f6f9fe;
}
.work-list-item:nth-child(3n) {
	margin-right: 0;
}
.work-list-item:nth-child(n + 4) {
	margin-top: 23px;
}
.work-list-item:hover {
	border: 1px solid #3a6ea9;
}
.work-list-item:hover .work-name {
	color: #3a6ea9;
}
.work-list-box {
	width: 100%;
	height: 100px;
	border: 1px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: no-repeat 43px center;
	background-color: #f6f9fe;
}
.work-list-box .work-name {
	line-height: 100px;
	padding-left: 112px;
	padding-top: 0;
	text-align: left;
}
.work-list-box:hover {
	border: 1px solid #3a6ea9;
}
.work-list-box:hover .work-name {
	color: #3a6ea9;
}
.work-list-box + .work-list-box {
	margin-top: 23px;
}
.work-name {
	display: block;
	height: 100%;
	padding-top: 58px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color: #666666;
}
.company-item.icon1 {
	background-image: url("../image/company_icon1.png");
}
.company-item.icon2 {
	background-image: url("../image/company_icon2.png");
}
.company-item.icon3 {
	background-image: url("../image/company_icon3.png");
}
.company-item.icon4 {
	background-image: url("../image/company_icon4.png");
}
.company-item.icon5 {
	background-image: url("../image/company_icon5.png");
}
.work-list-item.icon1 {
	background-image: url("../image/work_icon1.png");
}
.work-list-item.icon2 {
	background-image: url("../image/work_icon2.png");
}
.work-list-item.icon3 {
	background-image: url("../image/work_icon3.png");
}
.work-list-item.icon4 {
	background-image: url("../image/work_icon4.png");
}
.work-list-item.icon5 {
	background-image: url("../image/work_icon5.png");
}
.work-list-item.icon6 {
	background-image: url("../image/work_icon6.png");
}
.work-list-item.icon7 {
	background-image: url("../image/work_icon7.png");
}
.work-list-item.icon8 {
	background-image: url("../image/work_icon8.png");
}
.work-list-item.icon9 {
	background-image: url("../image/work_icon9.png");
}
.work-list-item.icon10 {
	background-image: url("../image/work_icon10.png");
}
.work-list-item.icon11 {
	background-image: url("../image/work_icon11.png");
}
.work-list-box.icon1 {
	background-image: url("../image/list_box1.png");
}
.work-list-box.icon2 {
	background-image: url("../image/list_box2.png");
}
 @media (max-width: 1199px) {
.work-tab,  .work-icon,  .file-box,  .news-box {
	float: none !important;
	width: 100%;
}
.file-box {
	margin-top: 26px;
}
.tab-hd {
	padding-right: 80px;
}
.company-item {
	width: calc(33.333% - 18px);
}
.company-item:nth-child(3n) {
	margin-right: 0;
}
.company-item:nth-child(n + 4) {
	margin-top: 10px;
}
.file .tab-hd {
	padding: 0;
}
.work-item {
	float: none !important;
	width: 100%;
}
.work-item + .work-item {
	margin-top: 10px;
}
}
 @media (max-width: 767px) {
.company-item {
	width: calc(50% - 13px);
}
.company-item:nth-child(3n) {
	margin-right: 26px;
}
.company-item:nth-child(2n) {
	margin-right: 0;
}
.company-item:nth-child(n + 3) {
	margin-top: 10px;
}
}
 @media (max-width: 519px) {
.company-item {
	width: 100%;
	margin-right: 0;
	margin-top: 10px;
}
.company-item:first-child {
	margin-top: 0;
}
.file .tab-hd-item {
	width: 100%;
}
.file-public {
	padding-left: 0;
}
}
 @media (max-width: 420px) {
.work-list {
	padding: 28px 0 0;
}
}
/*20221013*/
.tab-hd-item.active>a {
	color: #3a6ea9;
	font-weight: 600;
	font-size: 22px;
}
.tab-hd-item>a{
	color:#666666;
}


.company-item2 {
	width:325px;
	margin-right:10px;
}

.company-list .company-item2:last-child{
	width:190px;
	margin-right:0px;
}