@charset "UTF-8";

/* ==============================================
   全局基础样式
============================================== */
body {
	color: #666;
	max-width: 1920px;
	min-width: 320px;
	font-size: 14px;
	font-family: "Microsoft Yahei","微软雅黑",sans-serif,Arial,"Times New Roman"
}

@media (min-width:992px) {
	body {
		min-width: 1200px
	}
}

@media (max-width:991.98px) {
	body {
		overflow-x: hidden
	}
}

ul {
	padding: 0;
	margin: 0
}

li {
	list-style: none
}

@media (min-width:992px) {
	.w1200 {
		width: 1200px!important;
		margin: 0 auto
	}
}

@media (max-width:768px) {
	.header+.w1200 {
		display: none
	}
}

.text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.bg-gray {
	background: #f7f7f7
}

img {
	max-width: 100%
}

.location {
	position: relative
}

@media (min-width:992px) {
	.location {
		padding-top: 30px!important;
		padding-bottom: 30px!important
	}
}

.location::before {
	width: 3px;
	height: 40px;
	background: #255aa8;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

@media (max-width:991.98px) {
	.location::before {
		height: 20px
	}
}

.location a {
	color: #333;
	padding: 0 2px 0 12px;
	text-decoration: none
}

.location a:not(:last-of-type)::after {
	/*content: "";*/
	/*display: inline-block;*/
	/*width: 8px;*/
	/*height: 8px;*/
	/*border-top: 1px solid #666;*/
	/*border-right: 1px solid #666;*/
	/*transform: rotate(45deg);*/
	/*-webkit-transform: rotate(45deg)*/
}

.location a:last-of-type {
	color: #2a58a3
}

.location a:last-of-type:hover {
	color: #2a58a3
}

.statement .statement__lable {
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	color: #2e74e9;
	border-bottom: 1px solid #dcdcdc;
	position: relative
}

.statement .statement__lable::after {
	content: "";
	width: 58px;
	height: 1px;
	background: #2e74e9;
	position: absolute;
	left: 0;
	bottom: -1px
}

.statement .statement__text {
	margin-top: 20px
}

.bottom-float {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 100px;
	width: 100%;
	background: rgba(0,0,0,.2);
	z-index: 100;
	display: none
}

@media (min-width:992px) {
	.bottom-float {
		display: flex
	}
}

@media (max-width:991.98px) {
	.bottom-float {
		display: block;
		height: auto;
		padding-top: .8rem
	}
}

.bottom-float__img {
	width: 489px;
	border-radius: 4px;
	height: 68px;
	background: url(../images/banner1.png) center center/cover #e6f0ff; /* 替换黄色为浅蓝 */
}

@media (max-width:991.98px) {
	.bottom-float__img {
		width: 98%;
		max-width: 25rem;
		margin: 0 auto .8rem!important
	}
}

.bottom-float__img a {
	display: inline-block;
	width: 100%;
	height: 100%
}

.bottom-float__img:nth-of-type(1) {
	margin-right: 54px;
	background: url(../images/banner1.png) center center/cover no-repeat
}

@media (max-width:991.98px) {
	.bottom-float__img:nth-of-type(1) {
		height: 3.28rem
	}
}

.bottom-float__img:nth-of-type(1) span {
	color: #2E74E9
}

.bottom-float__img:nth-of-type(1) span::after {
	background: url(../images/icon-bottom-arrow.png) center center/cover no-repeat
}

@media (max-width:991.98px) {
	.bottom-float__img:nth-of-type(1) span {
		margin-top: .6rem
	}
}

.bottom-float__img:nth-of-type(2) {
	position: relative
}

@media (max-width:991.98px) {
	.bottom-float__img:nth-of-type(2) {
		height: 3.68rem
	}
}

.bottom-float__img span {
	width: 180px;
	height: 42px;
	background: #fff;
	border-radius: 4px;
	display: inline-block;
	line-height: 42px;
	position: relative;
	font-size: 18px;
	color: #2E74E9; /* 修复颜色代码错误并保持蓝色 */
	padding-left: 14px;
	margin-top: 13px;
	margin-left: 290px
}

@media (max-width:991.98px) {
	.bottom-float__img span {
		margin-left: 13.9rem;
		width: 8.8rem;
		height: 2.2rem;
		font-size: 13px;
		line-height: 2.22rem;
		margin-top: .8rem
	}
}

.bottom-float__img span::after {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	right: 14px;
	transition: all ease .3s;
	background: url(../images/icon-bottom-arrow.png) center center/cover no-repeat
}

.bottom-float__img span:hover::after {
	right: 6px
}

.bottom-float__close {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/close.png) center center/cover no-repeat;
	cursor: pointer;
	top: 0;
	right: -30px;
	display: none
}

@media (max-width:991.98px) {
	.bottom-float__close {
		width: 1.3rem;
		height: 1.3rem;
		top: -4.9rem;
		right: 0
	}
}

/* ==============================================
   头部导航样式
============================================== */
.header {
	height: 42px;
	text-align: center;
	background: #fff;
	top: 0;
	right: 0;
	z-index: 990;
	left: 0;
	position: relative;
	background: #fff
}

@media (min-width:992px) {
	.header {
		height: 100px;
		min-width: 1200px
	}
}

.header.nav-fixed {
	position: fixed;
	transition: all .4s;
	box-shadow: 5px 5px 13px rgba(63,63,63,.2)
}

.header__main--pc {
	height: 80px
}

.header__nav--pc {
	min-width: 800px;
	height: 80px
}

.header__nav--pc>li {
	padding: 0 23px;
	height: 80px;
	position: relative
}

.header__nav--pc>li.active:before,.header__nav--pc>li:hover:before {
	position: absolute;
	content: "";
	width: 66%;
	height: 1px;
	background: #2E74E9;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}

.header__nav--pc>li.active>a,.header__nav--pc>li:hover>a {
	color: #2E74E9
}

.header__nav--pc>li>a {
	height: 80px;
	color: #333;
	display: inline-block;
	line-height: 80px;
	font-size: 1.1rem;
	font-weight: 999;
	text-decoration: none
}

.header__nav--pc>li>a .icon-arrow {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 8px;
	transform: rotate(0);
	transition: all .4s ease;
	background: url(../images/icon_arrow.png) center center/cover no-repeat
}

.header__nav--pc>li:hover .header__sub-menu {
	display: block
}

.header__nav--pc>li:hover .icon-arrow {
	transform: rotate(360deg);
	background: url(../images/icon_arrow_hover.png) center center/cover no-repeat
}

.header__nav--pc .header__sub-menu {
	position: absolute;
	width: 218px;
	height: auto;
	background: #fff;
	box-shadow: 0 10px 20px 0 rgba(67,121,189,.15);
	border-radius: 2px;
	top: 80px;
	left: -4px;
	display: none
}

.header__nav--pc .header__sub-menu>li {
	text-align: left
}

.header__nav--pc .header__sub-menu>li a {
	text-indent: 26px;
	font-size: 16px;
	line-height: 48px;
	color: #666;
	text-decoration: none;
	display: block
}

.header__nav--pc .header__sub-menu>li:hover a {
	background: rgba(56,119,197,.05);
	color: #3877c5
}

.header__main--mobile {
	top: 0;
	right: 0;
	z-index: 990;
	left: 0;
	position: fixed
}

.header__main--mobile a {
	text-decoration: none
}

.header__nav--mobile {
	position: fixed;
	top: 0;
	height: 42px;
	padding: 0 24px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #eee
}
    
.header__nav--mobile .navbar__btn {
	height: 20px
}

.header__nav--mobile .navbar__btn img {
	height: 20px
}

.header__nav--mobile .menu__close {
	display: none
}

.header__nav--mobile .menu__close img {
	width: 13px;
	height: 13px
}

.header__logo--mobile {
	display: inline-block
}

.header__logo--mobile img {
	max-width: 90%;
	max-height: 30px
}

.header__menu--mobile {
	background-color: rgba(0,0,0,.7);
	left: 0;
	right: 0;
	top: 42px;
	bottom: 0;
	position: fixed;
	transition: transform .3s linear 0s;
	display: none;
	z-index: 990
}

.header__menu--mobile .menu__panel {
	background: #fff;
	display: flex;
	flex: 1;
	flex-direction: column
}

.header__menu--mobile .menu__panel a {
	text-align: left;
	display: inline-block
}

.header__menu--mobile .menu__logo {
	height: 50px;
	display: inline-block;
	border-bottom: 1px solid #e9e9e9;
	padding: 7.5px 0 7.5px 21px
}

.header__menu--mobile .menu__logo img {
	max-width: 100%;
	height: 35px
}

.header__menu--mobile .menu__list {
	flex: 1;
	overflow-y: scroll;
	font-size: 15px;
	padding: 0;
	margin: 0
}

.header__menu--mobile .menu__item {
	line-height: 50px;
	color: #333;
	padding: 0 16px;
	cursor: pointer
}

.header__menu--mobile .menu__item.show .item__name {
	color: #2e74e9
}

.header__menu--mobile .menu__item.show i {
	transform: rotate(90deg)
}

.header__menu--mobile .menu__item a {
	position: relative
}

.header__menu--mobile .menu__item i {
	background: url(../images/btn-next.png) center center/cover no-repeat;
	display: inline-block;
	width: 13px;
	height: 13px;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	transition: .5s all
}

.header__menu--mobile .menu__item .item__name {
	text-align: center;
	width: 100%;
	color: #333;
	border-bottom: 1px solid #eee
}

.header__menu--mobile .sub-menu__list {
	display: none;
	text-align: left
}

.header__menu--mobile .sub-menu__item {
	display: inline-block;
	padding: 0 10px
}

.header__menu--mobile .sub-menu__item a {
	color: #666;
	display: inline-block
}

/* ==============================================
   底部样式
============================================== */
footer {
	font-size: 14px;
	background: #233147;
	color: #fff
}

footer .copyright-wrapper {
	line-height: 74px
}

@media (max-width:991.98px) {
	footer {
		line-height: 44px;
		font-size: 12px;
		text-align: center
	}

	footer .copyright-wrapper {
		line-height: 44px
	}
}

.footer__main a {
	color: #fff;
	text-decoration: none
}

.footer__menu {
	padding: 44px 0 32px;
	border-bottom: 1px solid rgba(174,174,174,.2)
}

.footer__menu>li .menu__title {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700
}

.footer__menu>li .menu__list>li {
	margin: 14px 0
}

.footer__menu>li .menu__list>li a {
	color: rgba(255,255,255,.6)
}

.footer__friendly-link {
	color: rgba(255,255,255,.6);
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	align-content: flex-start;
	border-bottom: 1px solid rgba(174,174,174,.2)
}

@media (min-width:992px) {
	.footer__friendly-link {
		padding: 22px 0
	}
}

.footer__friendly-link a {
	color: rgba(255,255,255,.6);
	line-height: 30px;
	padding: 0 14px;
	position: relative;
	flex-shrink: 0
}

.footer__friendly-link a:first-child {
	padding-left: 0
}

.footer__friendly-link a:not(:last-child)::after {
	display: inline-block;
	content: "";
	width: 1px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: rgba(255,255,255,.6)
}

/* ==============================================
   侧边栏样式（蓝色系优化版）
============================================== */
.sidebar--elegant {
  margin-top: 30px;
  padding: 0 15px;
}

/* 横幅图片样式 */
.sidebar__banner {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}
.sidebar__banner:hover {
  transform: translateY(-3px);
}

/* 主标题样式（推荐阅读）- 蓝色系调整 */
.sidebar__title--main {
  position: relative;
  color: #1a365d;
  font-size: 18px;
  font-weight: 700;
  padding: 18px 20px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #f0f7ff, #e6f0ff); /* 浅蓝色渐变 */
  border-left: 4px solid #2e74e9; /* 蓝色左侧装饰线 */
  letter-spacing: 0.5px;
}
.sidebar__title--main::after {
  content: "✦"; /* 蓝色系装饰符号 */
  color: #2e74e9; /* 蓝色符号 */
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* 栏目标题样式（网站栏目/热门标签）- 蓝色系调整 */
.sidebar__channel--accent {
  font-size: 16px;
  line-height: 50px;
  background: #1a365d;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 6px 6px 0 0;
  margin-top: 30px;
}
.sidebar__channel--accent a {
  color: #fff;
  display: block;
  transition: background 0.3s ease;
}
.sidebar__channel--accent:hover {
  background: #2c5282; /* 深蓝色hover效果 */
}

/* 列表容器样式 */
.sidebar__list {
  background: #fff;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  padding: 10px 0;
  margin: 0;
}
.sidebar__list--primary {
  border: 1px solid #e6f0ff; /* 浅蓝色边框 */
  border-radius: 8px;
  padding: 15px 0;
}

/* 列表项样式 */
.sidebar__item {
  padding: 0 20px;
  margin: 0;
  min-height: 50px;
  display: flex;
  align-items: center;
}
.sidebar__item:not(:last-child) {
  border-bottom: 1px dashed #e6f0ff; /* 浅蓝色虚线 */
}

/* 链接样式 - 蓝色系调整 */
.sidebar__link {
  color: #333;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.6;
  display: block;
  padding: 12px 0;
  transition: all 0.3s ease;
}
.sidebar__link:hover {
  color: #2e74e9; /* 蓝色hover色 */
  transform: translateX(5px);
}

/* 模块分隔样式 */
.sidebar-section--styled {
  margin-bottom: 30px;
  position: relative;
}
.sidebar-section--styled::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #bdd7ff, transparent); /* 浅蓝色渐变分隔线 */
}

/* ==============================================
   分页样式
============================================== */
.bib__pagination {
	width: 100%;
	text-align: center;
	margin: 20px 0 10px
}

@media (min-width:768px) {
	.bib__pagination {
		margin: 40px 0 20px
	}
}

.bib__pagination .numpage {
	display: inline-block;
	padding: 0;
	margin: 0 auto
}

.bib__pagination .numpage li {
	width: 38px;
	height: 37px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #f7f7f7;
	float: left;
	list-style: none;
	margin-right: 6px;
	border-radius: 4px;
	cursor: pointer
}

.bib__pagination .numpage li a {
	color: #666;
	font-size: 14px;
	text-decoration: none;
	display: block
}

.bib__pagination .numpage li.updownbtn {
	width: 55px
}

@media (min-width:768px) {
	.bib__pagination .numpage li.updownbtn {
		width: 75px
	}
}

.bib__pagination .numpage li.active {
	background-color: #2e74e9;
	color: #fff
}

.bib__pagination .numpage li.active a {
	color: #fff
}

.bib__pagination .numpage li.turnTo {
	width: 112px;
	border: 0
}

.bib__pagination .numpage li.turnTo input {
	width: 68px;
	height: 37px;
	border: 1px solid #f7f7f7;
	margin: 0 8px 0 2px;
	text-align: center;
	border-radius: 4px
}

.bib__pagination .numpage li.confirm {
	width: 66px
}

.bib__pagination .numpage li button {
	width: 64px;
	height: 35px;
	background-color: transparent;
	border: none
}

.bib__pagination .numpage li.pagenumInput {
	border: none
}

.bib__pagination .numpage li.pagenumInput>input {
	border: 1px solid #f7f7f7;
	width: 67px;
	height: 37px
}

/* ==============================================
   相关阅读样式
============================================== */
.relatedReading .tab {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	border-bottom: 1px solid #dcdcdc
}

.relatedReading .tab .tab-item {
	color: #333;
	padding: 10px 0 20px;
	cursor: pointer
}

.relatedReading .tab .tab-item.active {
	position: relative
}

.relatedReading .tab .tab-item.active::after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	background: #2e74e9
}

.relatedReading .tab .tab-item.active::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #2e74e9 transparent;
	position: absolute;
	left: 50%;
	bottom: 1px;
	transform: translateX(-50%)
}

.relatedReading .content .content-item:not(:first-child) {
	display: none
}

.relatedReading .list {
	margin-top: 15px
}

.relatedReading .list .list-item {
	padding: 3px 0 0 12px;
	position: relative
}

.relatedReading .list .list-item::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #2e74e9;
	position: absolute;
	left: 0;
	top: 50%
}

.relatedReading .list .list-item a {
	color: #666;
	text-decoration: none
}

/* ==============================================
   弹窗样式
============================================== */
#ruleModal .modal-dialog-scrollable .modal-content {
	height: 608px;
	border: 2px solid #666;
	border-radius: 20px;
	padding: 20px
}

#ruleModal .modal-header {
	height: 40px;
	padding: 0;
	border: 0
}

#ruleModal .modal-title {
	text-align: center;
	flex-grow: 1;
	color: #2e74e9; /* 替换红色为蓝色 */
	font-weight: 700;
	padding-left: 48px
}

#ruleModal .modal-body {
	padding: 5px 20px;
	font-size: 12px;
	background: #f8f8f8
}

#ruleModal .modal-body p {
	color: #333
}

#ruleModal .color-red {
	color: #2e74e9; /* 替换红色为蓝色 */
}

#ruleModal .modal-btn {
	width: 96px;
	height: 30px;
	line-height: 30px;
	margin: 24px 0 10px 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #2e74e9; /* 替换红色为蓝色 */
}

#ruleModal .close {
	outline: 0;
	display: block;
	width: 42px;
	height: 42px;
	cursor: pointer;
	background: url(../images/close.png) no-repeat center center;
	opacity: 1;
	margin-top: -8px;
	margin-right: 0
}







