@charset "utf-8";

/* 头条样式开始 */
.index-hot-title {
	font-size: 1.5rem;
	padding: 2% 3% 1% 3%;
	text-align: center;
}

.index-hot-title a {
	color: #C5291B;
	font-weight: bold;
	transition: all .3s;
}

.index-hot-title a:hover{
	color: #9c140b;
}

.index-hot-content {
	display: inline-block;
	padding: 0 3% 1% 3%;
	line-height: 200%;
	text-align: justify;
	/* text-align-last: justify; */
	text-indent: 2rem;
}


/* 轮播图样式开始 */
.swiper-slide img {
	width: 100%;
	transition: all .3s;
}

.swiper-slide img:hover {
	transform: scale(1.01);
}

.swiper-slide a {
	/* display: block; */
}

.swiper-slide p {
	bottom: 0px;
	position: absolute;
	width: 100%;
	line-height: 2.5rem;
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	background-color: rgba(0, 0, 0, 0.7);
}

.swiper-slide p span {
	position: relative;
	/* font-weight: bold; */
	color: #FFFFFF;
	padding-left: 0.625rem;
}

.swiper-pagination {
	text-align: right;
	bottom: 5px;
}

.swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	text-align: center;
	font-size: 0.625rem;
	line-height: 0.9375rem;
	background-color: #FFF;
	opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background-color: red;
	color: #FFFFFF;
}

/* .swiper-wrapper{
	overflow: hidden;
} */
.swiper-slide{
	overflow: hidden;
}
.swiper-slide3 {
	background-color: #6894B9;
	overflow: hidden;
}

.swiper-wrapper3 p {
	line-height: 1.75rem !important;
	padding: 0.3125rem 0rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/* 要闻 */
/* #qmyfzs{
	width: 100%;
}
#yw{
	width: 100%;
} */
.index-title-box{
	width: 100%;
	border-bottom: 2px solid #C5291B;
}
.index-title-box b{
	line-height: 3.125rem;
	font-size: 1.25rem;
	padding-left: 0.625rem;
	color: #C5291B;
}
.index-title-box b a{
	color: #C5291B;
}
.index-title-box b a:hover{
	color: #C5291B;
}
.hd{
	float: right;
}
.hd li{
	float: left;
	padding-right: 0.625rem;
	padding-left: 0.625rem;
	font-weight: bold;
	line-height: 3.125rem;
}
.hd li.on{
	color: #C5291B;
}
.hd li.on a{
	color: #C5291B;
}

.bd li{
	line-height: 2.5rem;
	padding: 0 0.625rem;
	transition: all .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bd li:hover{
	background-color: #E8E8E8;
	color: #C5291B;
	/* font-weight: bold; */
}
.bd li:hover span{
	font-weight: normal;
}
.bd li span{
	float: right;
	color: #aaa;
	transition: all .3s;
}
.bd li span.date{
	padding-left: 10px;
	font-size: 14px;
}
.bd li i{
	text-align: left;
	padding-right: 0.3125rem;
}

/* 互动交流 */
.index-write{
	font-size: 30px;
	overflow: hidden;
	text-indent: -9999px;
	
}
.index-write a{
	display: block;
	background: url(../../images/index_skin/write-bg-red.png) center 8px no-repeat;
	/* background-size: 90%; */
	padding: 5px 0;
	transition: all .3s;
}
.index-write a:hover{
	background-position: center 120%;
	background-color: #9c140b;
	/* background-size: 90%; */
}
.index-jjzj{
	width: 100%;
	background-color: #F4F4F4;
	position: relative;
	text-align: center;
	border-radius: 0.25rem;
}
.index-jjzj a{
	display: block;
	border-radius: 0.25rem;
	position: relative;
	z-index: 2;
	color: #C5291B;
}
.index-jjzj a:hover i,
.index-jjzj a:hover span{
	color: #FFFFFF;
}
.index-jjzj::before{
	position: absolute;
	content: '';
	width: 0;
	left: 0;
	height: 100%;
	background-color: #9c140b;
	overflow: hidden;
	transition: all .3s;
	border-radius: 0.25em;
}
.index-jjzj:hover::before{
	width: 100%;
}

.index-jjzj i{
	/* margin-left: 10%; */
	margin-right: 0.625rem;
	line-height: 3.75rem;
	transition: all .3s;
}
.index-jjzj span{
	/* position: absolute; */
	line-height: 3.75rem;
	transition: all .3s;
}

.index-hd-btn{
	background-color: #F4F4F4;
	position: relative;
	text-align: center;
	border-radius: 0.25rem;
}
.index-hd-btn::before{
	position: absolute;
	content: '';
	height: 0;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #9c140b;
	overflow: hidden;
	transition: all .3s;
	border-radius: 0 0 0.25em 0.25em;
}
.index-hd-btn:hover::before{
	height: 100%;
	border-radius: 0.25rem;
}
.index-hd-btn a{
	display: block;
	border-radius: 0.25rem;
	position: relative;
	z-index: 2;
	padding-bottom: 0.9375rem;
	padding-top: 0.625rem;
	color: #C5291B;
}
.index-hd-btn a:hover i,
.index-hd-btn a:hover p,
.index-hd-btn a:hover span{
	color: #FFFFFF;
}
.index-hd-btn i{
	transition: all .3s;
	line-height: 3.75rem;
}
.index-hd-btn p{
	transition: all .3s;
	line-height: 3rem;
}
.index-hd-btn span{
	transition: all .3s;
	/* line-height: 3rem; */
}

/* 司法行政 */
.index-sfxz-title{
	width: 100%;
	height: 40px;
	border-bottom: 2px solid #9c140b;
}
.index-sfxz-title ul li{
	float: left;
	line-height: 2.5rem;
	font-weight: bold;
	width: 50%;
	text-align: center;
}
.index-sfxz-title ul li.on{
	background-color: #9c140b;
	color: #FFFFFF;
}
.index-sfxz-title ul li.on a{
	display: block;
	color: #FFFFFF;
}
.index-sfxz-title ul li.on a:hover{
	background-color: #9c140b;
	color: #FFFFFF;
}
.index-hd-btn a{
	padding: 0.625rem 0 !important;
}
.gk-btn-i-line-heigh{
	line-height: 2.1875rem !important;
}
.gk-btn-p-line-heigh{
	line-height: 1.875rem !important;
	padding-top: 0.375rem;
}
.bsfw-btn-i-line-heigh{
	line-height: 2.5rem;
}
.bsfw-btn-span-line-heigh{
	display: block;
	line-height: 1.875rem;
}

/* 公开 */
.index-gk-box{
	background-color: #F8F8F8;
	padding: 0.625rem 3% 0.625rem 5%;
	border-radius: 0.25rem;
	display: inline-block;
	height: 100%;
	width: 92%;
}
.index-gk-box a{
	width: 33.333333333%;
	display: block;
	float: left;
	line-height: 2.5rem;
	position: relative;
}
.index-gk-box a i{
	font-weight: bold;
	color: #9c140b;
}
.index-gk-box a::before,
.index-gk-box a::after{
	content: '';
	/* height: 0px; */
	width: 0rem;
	/* height: 1px; */
	background-color: #9c140b;
	position: absolute;
	transition: width .4s;
	/* clear: both; */
	/* display: inline-table; */
}
.index-gk-box a::before{
	top: 0;
	left: 0;
	height: 0.5px;
}
.index-gk-box a::after{
	/* top: 1; */
	bottom: 0;
	right: 0;
	height: 1px;
}
.index-gk-box a:hover{
	color: #C5291B;
}
.index-gk-box a:hover::before,
.index-gk-box a:hover::after{
	width: 50%;
	/* height: 1px; */
}

/* 办事服务 */
.index-bsfw-title{
	width: 100%;
	height: 40px;
	border-bottom: 2px solid #9c140b;
}
.index-bsfw-title ul li{
	float: left;
	line-height: 2.5rem;
	font-weight: bold;
	width: 33.3333333333%;
	text-align: center;
}
.index-bsfw-title ul li.on{
	background-color: #9c140b;
	color: #FFFFFF;
}
.index-bsfw-title ul li.on a{
	display: block;
	color: #FFFFFF;
}
.index-bsfw-title ul li.on a:hover{
	background-color: #9c140b;
	color: #FFFFFF;
}