/* 按钮基础样式开始 */
.button {
	display: block;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.button:focus {
	outline: none;
}

.button>span {
	vertical-align: middle;
}

/* Text color adjustments (we could stick to the "inherit" but that does not work well in Safari) */
.bg-1 .button {
	color: #37474f;
	border-color: #37474f;
}

.bg-2 .button {
	color: #ECEFF1;
	border-color: #ECEFF1;
}

.bg-3 .button {
	color: #fff;
	border-color: #fff;
}

/* Sizes */
.button--size-s {
	font-size: 14px;
}

.button--size-m {
	font-size: 16px;
}

.button--size-l {
	font-size: 18px;
}

/* Typography and Roundedness */
.button--text-upper {
	letter-spacing: 2px;
	text-transform: uppercase;
}

.button--text-thin {
	font-weight: 300;
}

.button--text-medium {
	font-weight: 500;
}

.button--text-thick {
	font-weight: 600;
}

.button--round-s {
	border-radius: 5px;
}

.button--round-m {
	border-radius: 15px;
}

.button--round-l {
	border-radius: 40px;
}

/* Borders */
.button--border-thin {
	border: 1px solid;
}

.button--border-medium {
	border: 2px solid;
}

.button--border-thick {
	border: 3px solid;
}

/* 按钮基础样式结束 */

/*【首页】头条开始*/
.index-tt-bg {
	background: #f4f4f4;
}

.index-tt h2 {
	font-size: 1.5rem;
}

.index-tt ul li {
	color: #005197 !important;
}

@media (min-width: 576px) {
	.index-tt h2 {
		font-size: 1.75rem;
	}
}

@media (min-width: 1200px) {
	.index-tt h2 {
		font-size: 2.2rem;
	}
}

/*【首页】头条结束*/

/*【首页】焦点图开始*/
#focusBox .swiper-button-next,
#focusBox .swiper-button-prev {
	color: #fff !important;
	height: 5rem;
	position: absolute;
	text-align: center;
	top: 50%;
	margin-top: -2.5rem;
	transition: all 0.3s ease 0s;
	width: 2.5rem;
	margin-left: 0;
	opacity: 1;
	visibility: hidden;
	-webkit-backdrop-filter: saturate(180%) blur(10px);
	backdrop-filter: saturate(180%) blur(10px);
	background-color: rgba(0, 0, 0, 0.5) !important;
}

#focusBox .swiper-button-next {
	right: 0;
}

#focusBox .swiper-button-prev {
	left: 0;
}

#focusBox:hover .swiper-button-next,
#focusBox:hover .swiper-button-prev {
	opacity: 1;
	visibility: visible;
}

#focusBox .swiper-button-next:hover,
#focusBox .swiper-button-prev:hover {
	-webkit-backdrop-filter: saturate(180%) blur(10px);
	backdrop-filter: saturate(180%) blur(10px);
	background-color: rgba(0, 81, 151, 0.5) !important;
}

#focusBox .thumb-img {
	height: 0;
	padding-top: 62.825%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#focusBox .swiper-slide span {
	width: 100%;
	-webkit-backdrop-filter: saturate(180%) blur(10px);
	backdrop-filter: saturate(180%) blur(10px);
	background-color: rgba(0, 0, 0, 0.5) !important;
	bottom: 0;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	left: 0;
	padding: 0.75rem;
	position: absolute;
	z-index: 1;
	transform: translateX(0px) scale(1, 1);
}

#focusBox .swiper-slide:hover span {
	transform: translateX(0px) scale(1, 1);
}

#focusBox .swiper-pagination-bullet {
	border: 1px solid #fff;
	border-radius: 100%;
	display: inline-block;
	height: 12px;
	margin: 0 4px;
	width: 12px;
	opacity: 1;
	background: #fff;
}

#focusBox .swiper-pagination-bullet-active {
	background: #005197;
	width: 1.5625rem;
	border-radius: 0.625rem;
	border: none;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}

@media (min-width: 768px) {
	#focusBox .swiper-slide span {
		padding: 12px 120px 12px 35px;
	}
}

/*【首页】焦点图结束*/

/*【首页】Tab切换开始*/
.border-on .active {
	background: #005197;
}

.font-weight-bold-on .active {
	font-weight: 700 !important;
}

.text-color-on .active {
	color: #fff;
}

.text-color2-on .active {
	color: #005197;
}

.bg-color-on {
	background: #eee !important;
}

.bg-color2-on {
	background-image: linear-gradient(to right, #fff, #afdcf1);
}

.index-t1 {
	font-size: 1.125rem !important;
	border-color: #969696 !important;
}

.border-1 {
	border-width: 0.25rem !important;
}

@media (min-width: 992px) {
	.index-t1 {
		font-size: 1.25rem !important;
	}
}

@media (min-width: 1400px) {
	/* .index-list1 {
		font-size: 1.25rem;
	}
	
	.index-list2 .px-3 {
		padding-left: 1.5rem!important;
		padding-right: 1.5rem!important;
	}
	
	.index-list2 .p-2 {
		padding-left: 1rem!important;
		padding-right: 1rem!important;
	}
	
	.index-list3 .fz-16 {
		font-size: 20px!important;
	}
	
	.index-list3 .fz-14 {
		font-size: 18px!important;
	}
	
	.index-list3 .card-body {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important;
	} */
}

/*【首页】Tab切换结束*/



/* 通栏banner3开始 */
.public-ad3 {
	height: 5.625rem;
}

.public-ad3 img {
	height: 5.625rem;
}

/* 通栏banner3结束 */

/* 【首页】郧西视频开始 */

.index-sp-list .thumb-img {
	height: 0;
	padding-top: 70.89%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.index-sp-list .swiper-slide span {
	width: 100%;
	-webkit-backdrop-filter: saturate(180%) blur(10px);
	backdrop-filter: saturate(180%) blur(10px);
	background-color: rgba(0, 81, 151, 0.5) !important;
	bottom: 0;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	left: 0;
	padding: 0.75rem;
	position: absolute;
	z-index: 1;
	transform: translateX(0px) scale(1, 1);
}

/* 【首页】郧西视频结束 */

/* 【首页】信息公开按钮开始 */

.index-xxgk-btn {
	color: #005197 !important;
}

.index-xxgk-btn a {
	background: #c9e7f5 !important;
}

.index-xxgk-btn a:hover {
	background: #dae0e5 !important;
}

.index-xxgk-btn .button--rayen {
	overflow: hidden;
	padding: 0;
	width: 230px;
}

.index-xxgk-btn .button--rayen::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: -1px;
	width: 100%;
	height: 100%;
	background: #005197;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	color: #fff;
}

.index-xxgk-btn .button--rayen>span {
	display: block;
}

.index-xxgk-btn .button--rayen::before,
.index-xxgk-btn .button--rayen>span {
	padding: 1.323em 0;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.index-xxgk-btn .button--rayen:hover::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.index-xxgk-btn .button--rayen:hover>span {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

/* 【首页】信息公开按钮结束 */

/*【首页】网上办事开始*/
.index-wsbs-bg {
	background: url(../images/index-wsbs-bg.png) repeat-x center bottom;
	background-size: 100% 100%;
}

.index-wsbs-bg .text-color-on {
	color: #005197 !important;
}

.index-wsbs-bg .bg-color-blue {
	background-color: #005197 !important;
}

.index-wsbs-bg .text-primary {
	color: #005197 !important;
}

@media (min-width: 768px) {
	.letter-spacing-1 {
		letter-spacing: 0.5rem;
	}

}

/*【首页】网上办事结束*/

/* 【首页】政务服务按钮开始 */
.index-fw-btn i {
	transition: all .3s;
}

.index-fw-btn .fa-stack-2x {
	color: #f2f8ff;
}

.index-fw-btn a:hover .fa-stack-2x {
	color: #005197;
	-webkit-transform: scale3d(0.9, 0.9, 1);
	transform: scale3d(0.9, 0.9, 1);
}

.index-fw-btn .fa-stack-1x {
	color: #005197;
}

.index-fw-btn a:hover .fa-stack-1x {
	color: #fff;
}

.index-bmfw-btn .fa-stack-1x {
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.index-bmfw-btn li:nth-child(1) .fa-stack-1x {
	background-image: linear-gradient(#fec6b2 10%, #f77c5d);
}

.index-bmfw-btn li:nth-child(2) .fa-stack-1x {
	background-image: linear-gradient(#a0d0fe 10%, #72a9fa);
}

.index-bmfw-btn li:nth-child(3) .fa-stack-1x {
	background-image: linear-gradient(#fedf97 10%, #fca648);
}

.index-bmfw-btn li:nth-child(4) .fa-stack-1x {
	background-image: linear-gradient(#88fea2 10%, #53e090);
}

/* 【首页】政务服务按钮结束 */

/* 【首页】权责清单按钮开始 */

.index-qzqd-btn {
	color: #343a40 !important;
}

.index-qzqd-btn a {
	background: #f3f8ff !important;
}

.index-qzqd-btn a:hover {
	color: #fff !important;
}

.index-qzqd-btn .button--ujarak {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}

.index-qzqd-btn .button--ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #005197;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.index-qzqd-btn .button--ujarak:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* 【首页】权责清单按钮结束 */

/* 【首页】问政互动按钮开始 */

.index-wz-btn a {
	transition: all .3s;
}

.index-wz-btn .text-colos1,
.index-wz-btn .text-colos2,
.index-wz-btn .text-colos3,
.index-wz-btn .text-colos4 {
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.index-wz-btn .text-colos1 {
	background-image: linear-gradient(#37b6e1 10%, #37b6e1);
}

.index-wz-btn .text-colos2 {
	background-image: linear-gradient(#eb9a38 10%, #eb9a38);
}

.index-wz-btn .text-colos3 {
	background-image: linear-gradient(#699ceb 10%, #699ceb);
}

.index-wz-btn .text-colos4 {
	background-image: linear-gradient(#99cc61 10%, #99cc61);
}

/* 【首页】问政互动按钮结束 */

/* 【首页】在线访谈开始 */

.index-ft-list .thumb-img {
	height: 0;
	padding-top: 62.5%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.index-ft-list .swiper-slide span {
	width: 100%;
	-webkit-backdrop-filter: saturate(180%) blur(10px);
	backdrop-filter: saturate(180%) blur(10px);
	background-color: rgba(0, 0, 0, 0.5) !important;
	bottom: 0;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	left: 0;
	padding: 0.75rem;
	position: absolute;
	z-index: 1;
	transform: translateX(0px) scale(1, 1);
}

/* 【首页】在线访谈结束 */

/* 【首页】底部banner开始 */
.public-bottom-ad {
	height: 5.75rem;
}

.public-bottom-ad img {
	height: 5.75rem;
}

.index-ztzl-container {
	height: 5.75rem;
}

.index-ztzl-container img {
	height: 5.75rem;
}

/* 【首页】底部banner结束 */
