/* 分页容器 */
.pagination {
    display: block;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

/* 分页项 */
.pagination .page-item {
	margin: 0 2px;
	float: left;
}

/* 分页链接 */
.pagination .page-link {
    display: inline-block;
    padding: 2px 12px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* 当前页 */
.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    cursor: default;
}

/* 禁用状态 */
.pagination .page-item.disabled .page-link {
	color: #6c757d;
	background-color: #e9ecef;
	border-color: #dee2e6;
	cursor: not-allowed;
}

/* 悬停效果 */
.pagination .page-item:not(.disabled):not(.active) .page-link:hover {
    color: #007bff;
    background-color: #e9ecef;
    border-color: #007bff;
}

/* 文章详情，正文 */
.content_txt{ min-height:600px; }
.content_txt img{ max-width: 100%; }

/* 侧边栏 */
.side_bar {
	width: 50px;
	top: 810px;
	height: 150px;
	position: fixed;
	right: 0;
	z-index: 99;
}

.online_vertical {
	position: fixed;
	width: 50px;
	right: 0px;
}

.online_vertical:after {
	clear: right;
}

.online_vertical .online {
	background: #e32828;
	height: 150px;
	width: 50px;
}

.online_vertical .online img {
	padding: 26px 0 0 16px;
}

.online_vertical .online p {
	font-size: 14px;
	color: #fff;
	width: 20px;
	line-height: 20px;
	padding: 3px 0 0 18px;
}

.online_vertical span {
	float: left;
	display: inline-block;
	padding: 20px 0 0 10px;
}

.online_vertical>p {
	height: 1px;
	background: #373737;
	float: left;
	width: 50px;
	margin-top: 20px;
}

.side_bar>a {
	position: fixed;
	bottom: 36px;
	right: 8px;
	display: block;
	z-index: 101;
}

/* 客服按钮 */
.btn_kefu{
	background-color: #046cbc; padding: 2px 3px; border-radius: 3px; color: #FFF;
}


li.has_submenu:hover{
	position:relative; height:auto;
}

/* 导航新增 */
.submenus {
	display: none;
	position: absolute;
	z-index: 1000;
	left: 0;
	top: 90px;
	width: 600px;
	background: rgb(39, 47, 86);
	padding: 20px;
}
.submenus>a{
    color: #00071c;
    background: #fff;
    border-radius: 5px;
    line-height: 36px;
    width: 86px;
    height: 36px;
    float: left;
    text-align: center;
    margin: 20px 30px 0 0;
}
.submenus>a:hover{
    color: #fff;
    font-weight: bold;
    background: #5078d0;
}
.has_submenu:hover .submenus{
    display: block;
}

.submenus.quxian{
    width: 500px; padding: 20px;;
}


/*区县首页，轮播图*/
.bd.imageslide{
	width: 1200px;
	margin: 0 auto;
}