*{
	font-family: "microsoft yahei" !important;
}
.breadcrumb-item+.breadcrumb-item::before {
	content: '>';
}

a {
	text-decoration: none;
	color: var(--bs-gray-dark);
}

.inner-nav {
	margin: 20px auto;
}
#channelNav{
	height: 138px;
	padding-left: 5%;
}
.inner-nav ul li {
	margin: 0 20px;
	padding: 5px;
}

.inner-nav ul li a {
	font-size: 24px;
	color: #000;
	font-weight: bold;
}
.inner-nav ul li.active{
	border-bottom: 4px solid #006cfb;
}
.inner-nav ul li.active a{
	color: #006cfb;
}
.inner-parts {
	padding: 20px 0;
}

.hot-arc-item {
	margin-bottom: 30px;
}

.channel-thumb {
	width: 100%;
	height: 200px;
	/* max-height: 300px; */
	/*height: 100%;*/
	/*margin-bottom: 20px;*/
	transition: all ease .3s;
	object-fit: cover;
}

.thumb-link:hover .channel-thumb {
	transform: scale(1.05);
}

.thumb-link {
	width: 100%;
	/*height: 250px;*/
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 0;
}

.article-row {
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e3e3e2;
}

.more-link {
	display: inline-block;
	margin: 0 auto;
	width: auto;
	border-bottom: 2px solid #1a2cfe;
	font-weight: bold;
	padding: 2px 5px;
}

.arc-list-date {
	display: block;
	font-weight: bold;
	font-size: 24px;
}

.arc-list-year {
	color: #bbb;
}

.arc-list-title {
	font-weight: bold;
	font-size: 18px;
	line-height: 200%;
}

.arc-list-description {
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #999;
}
.arc-list-intro{
	font-size: 16px;
	color: #666;
}

.more-link-row {
	margin-top: 20px;
}

.qrcode-parts {
	width: 100%;
	background: url("../../assets/img/pro-bg.png") no-repeat 50% 50%;
	background-size: cover;
	margin-top: 50px;
	padding: 80px 0 50px 0;
}

.qrcode-title {
	color: #fff;
	margin-bottom: 50px;
}

.qrcode-item {
	margin-bottom: 50px;
	position: relative;
}

.bg-image {
	width: 100%;
	position: relative;
	z-index: 1;
	text-align: center;
}

.qrcode-content {
	width: 90%;
	height: 100%;
	position: absolute;
	left: 5%;
	top: 0;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.qrcode-img {
	width: auto;
	margin: 0 auto;
}

.qrcode-desc {
	color: #666;
	font-size: 0.875rem;
}

.list-rec-title {
	margin-bottom: 30px;
}

.arc-list-ol li {
	margin: 10px auto;
	position: relative;
}

/* .arc-list-ol li:after {
	content: '>';
	position: absolute;
	right: 0;
	top: 0;
	color: #ccc;
} */
.arc-list-ol li a,
.arc-list-ol li a:hover {
	color: #666;
	font-size: 18px;
}

.inner-parts.arc-list-decparts {
	margin-top: 80px;
}

.pre-next-link {
	display: inline-block;
	margin-left: 15px;
	color: #006CFB;
}

.upandnext-row {
	margin: 30px auto;
	border-bottom: 1px solid #eee;
}

.upandnext-row .row div {
	margin-bottom: 10px;
}

/****迁移的页头页脚***/
.head {
	width: 100%;
	height: 6.25rem;
	background: #ffffff;
	border-bottom: 1px solid #EEEEEE;
	margin: 0 auto;

}

.head-logo {
	float: left;
	margin: 1.25rem 0 1.25rem 22.5rem;
	background-image: url(../../img/logo.png);
	width: 3.75rem;
	height: 3.75rem;
	background-size: 100%;
}

.head-text {
	float: left;
	width: 3.75rem;
	height: 3.75rem;
	font-size: 1.25rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 3.75rem;
	;
	margin: 1.25rem 0 1.25rem 0.9375rem;
}

.head-ul {
	float: left;
	width: auto;
	height: 3.75rem;
	margin: 1rem 0 1.25rem 10.75rem;
}

.head-ul-ul-li {
	list-style: none;
	float: left;
	width: 5.625rem;
	font-size: 1rem;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 3.75rem;
	text-align: center;
	margin-left: 2.25rem;
}

.head-ul ul li a:hover {
	color: #006CFF;
}

.active-head {
	font-weight: bold;
	color: #006CFF;
	border-bottom: 0.125rem #006CFF solid;

}
.active-head a{
	color: #006CFF;
}
#foot {
	height: auto;
	padding: 1.25rem 0;
	background: #071345;
	text-align: center;
}

#foot div {
	width: 100%;
	height: auto;
	font-size: 1rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.875rem;
	opacity: 0.2;
}

/*****10-11界面修改****/
.news-toper{
	background: #FAFAFA;
	height: 290px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.newstoper-h1{
	font-size: 42px;
	background-image: linear-gradient(90deg,#8650fe,#6682ff);
	background-clip:text;
	-webkit-background-clip:text;
	color: transparent;
	text-align: center;
}
.newstoper-desc{
	font-size: 18px;
	color: #666;
	margin-top: 15px;
	text-align: center;
}
.search-form{
	border-bottom: 1px solid #eee;
}
.search-row{
	height: 80px;
}
#doSearch{
	background-color: #006cff !important;
	color: #fff;
	cursor: pointer;
	padding: .375rem 1.75rem;
	border: 1px solid #006cff;
	border-radius: 0;
}
.search-tags{
	height: 100%;
	display: flex;
}
.search-tags a{
	margin-right: 5px;
	color: #666;
}
.search-tags span{
	display: inline-block;
	margin-right: 5px;
	color: #666;
}
.search-tags span:last-child{
	display: none;
}
.form-control{
	border: 1px solid #dadada;
}
input.form-control:-webkit-input-placeholder{
	color: #dadada;
}
/*清除btn按钮点击出现的边框*/
.btn:focus, 
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none !important; 
	box-shadow:none !important; 
}
/*取消input框点击后出现的外边框：*/
.form-control:focus{
	border: 1px solid #dadada;
	webkit-box-shadow:none;
	box-shadow:none;
}

/***主列表部分***/
.no-margin{
	margin: 0 auto !important;
}
#channelSwiper{
	width: 100%;
	height: 300px;
	overflow: hidden;
}
#channelSwiper .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#channelSwiper .swiper-slide a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
}
#channelSwiper .slider-title{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-left: 2%;
	height: 50px;
	line-height: 50px;
	z-index: 2;
	color: #fff;
	font-size: 1rem;
	background-color: rgba(0,0,0,.5);
}
.list-main{
	width: 100%;
	background-color: #fafafa;
	padding-bottom: 100px;
}
.list-title{
	width: 100%;
	color: #000000;
	font-size: 1.125rem;
	font-weight: bold;
	margin: 3.125rem auto 0.875rem auto;
}
/***重写的swiper**/
#channelSwiper .swiper-pagination-bullets{
	left: auto;
	bottom: auto;
	right: 0;
	top: 0;
	width: 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.my-bullet{
	display: block;
	border-radius: 100%;
	width: 8px;
	height: 8px;
	margin: 5px auto;
	background-color: rgba(255,255,255,.5);
}
.my-bullet-active{
	background-color: rgba(255,255,255,1);
}

/**右侧二维码模块***/
.main-right,.main-left{
	padding-top: 50px;
}
.right-item{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	background-color: #ebebeb;
	padding: 30px 5%;
	margin-bottom: 30px;
}
.right-qrcode{
	width: 100%;
	margin: 25px auto;
}
.right-qrcode img{
	width: 80%;
	margin: 0 auto;
}
.right-arc-list{
	/* margin-top: -5%; */
}
.right-arc-list li{
	margin-bottom: 2%;
}

/***左侧热门话题***/
#hotTopic{
	display: flex;
	justify-content: flex-start;
}
#hotTopic li{
	width: 23%;
	margin-right: 2%;
}
#hotTopic li a{
	display: flex;
	width: 100%;
	height: 88px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-image: url(../img/topic3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
/* #hotTopic li:nth-child(1) a{
	background-image: url(../img/topic1.png);
}
#hotTopic li:nth-child(2) a{
	background-image: url(../img/topic2.png);
}
#hotTopic li:nth-child(3) a{
	background-image: url(../img/topic3.png);
}
#hotTopic li:nth-child(4) a{
	background-image: url(../img/topic4.png);
} */

/****分页***/
.list-pagination .pagination{
	justify-content: center;
}
.list-pagination .pagination li{
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	margin: 0 5px;
}
.list-pagination .pagination li a{
	color: #000000;
}
.list-pagination .pagination li.active{
	background-color: #006CFB;
}
.list-pagination .pagination li.active span{
	color: #fff;
}
.list-pagination .pagination li:first-child,
.list-pagination .pagination li:last-child{
	display: none;
}



/****文章详情页面****/
.color-blue{
	color: #006CFF !important;
}
.article-clean .intro h1{
	font-weight: bold;
}
.arc-infos{
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.article-clean .intro p .date{
	border-left: none;
}
.summary{
	width: 100%;
	padding: 20px;
	background-color: #fff;
	display: flex;
	align-items: flex-start;
	color: #999;
	font-size: 1.125rem;
}
.arc-content{
	width: 100%;
	padding: 20px;
	color: #666;
	font-size: 1.125rem;
	line-height: 150%;
}
.arc-content img{
	max-width: 100% !important;
	object-fit: contain !important;
	height: auto !important;
}
.arc-inner-link{
	border-bottom: 1px solid #0d6efd;
	display: inline-block;
}
.arc-ads{
	width: 100%;
	line-height: 0;
	height: 150px;
	margin: 30px auto;
}
.arc-ads a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.arc-ads a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/****内页tab部分***/
.pages-cards{
	margin-top: 50px;
}
.pages-cards-tab{
	display: flex;
	align-items: center;
}
.pages-cards-tab li{
	padding: 0  2px;
	margin-right: 3%;
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 2px solid #FAFAFA
}
.pages-cards-tab li.current{
	color: #006CFB;
	border-bottom: 2px solid #006CFB;
}
.page-cars-thumb{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.pages-cards-item{
	display: none;
}
/****底部tags***/
.b-tags{
	padding: 40px 0;
	color: #999;
}
.b-tags .container{
	display: flex;
	align-items: flex-start;
}
.b-tags-label{
	font-size: 1.25rem;
	font-weight: bold;
	color: #888;
}
.b-tags-list a{
	color: #888;
	font-size: 1rem;
	line-height: 180%;
	display: inline-block;
	margin-left: 10px;
}
/***右侧第一部分***/
.pages-right ul{
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.pages-r-tags li{
	display: inline-block;
	width: 40%;
	margin-right: 3%;
	height: 30px;
	line-height: 30px;
	background-color: #006CFB;
	text-align: center;
	margin-bottom: 2%;
}
.pages-r-tags li a{
	color: #fff;
}
/*第三部分*/
.pages-r-hot-tags{
	text-align: justify;
}
.pages-r-hot-tags li{
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 15px;
	text-align: center;
	border-radius: 5px;
	padding: 0 20px;
}
.pages-r-hot-tags li a{
	color: #fff;
	font-size: 1rem;
	line-height: 150%;
}

/****专题&搜索页面*****/
.inner-breadcrumb{
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #eee;
	margin-top: 0;
}
.inner-breadcrumb .breadcrumb{
	margin-bottom: 0;
}
.topic-head{
	padding: 60px 0;
}
.topic-title{
	width: 97%;
	margin-left: 3%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.topic-title span:nth-child(1){
	font-size: 2rem;
	font-weight: bold;
	color: #333;
}
.topic-desc{
	width: 97%;
	margin-left: 3%;
	font-size: 18px;
	color: #666;
}

/****404页面*****/
.e404-content{
	min-height: 500px;
	text-align: center;
	padding: 6.25rem 0;
}
.e404-img img{
	width: 30%;
}
.page-not-found{
	color: #999;
	font-size: 1.5rem;
	padding-top: 3.125rem;
}

#pagesHot{
	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-between; */
}
#pagesHot li{
	width: 48%;
	margin-right: 1%;
	display: inline-block;
}

/*****新闻中心移动端适配****/
@media only screen and (max-width:40rem) {
	/****顶部导航***/
	.head{
		height: auto;
	}
	.head-logo{
		margin: 1.25rem 0 1.25rem 2.5rem;
	}
	.head-text{
		margin: 1.25rem 0 1.25rem 3.9375rem;
	}
	.head-ul {
	    width: 100%;
	    height: auto;
	    margin: 0rem 0 1.25rem 0;
	}
	.head-ul ul{
		padding-left: 0;
		height: auto;
		text-align: center;
		margin-bottom: 0;
		padding-top: 1.25rem;
		border-top: 1px solid #eee;
	}
	.head-ul-ul-li{
		float: none;
		display: inline-block;
		width: auto;
		line-height: 150%;
		margin: 0 1%;
	}
	.inner-nav ul li{
		margin: 0 5px;
		padding: 0px;
	}
	.inner-nav ul li a{
		font-size: 5vw;
	}
	.news-toper{
		height: 12.5rem;
	}
	.newstoper-h1{
		font-size: 8vw;
	}
	.search-row{
		height: auto;
		padding: 20px 0;
	}
	.search-tags{
		margin-top: 2%;
		flex-wrap: wrap;
	}
	.b-tags .search-tags{
		margin-top: 0;
	}
	.article-clean .intro h1{
		font-size: 7vw;
	}
	.summary{
		font-size: 4vw;
	}
	.summary div:first-child{
		width: 20%;
	}
}

/****bshare****/
.bshare-custom{
	display: inline-block;
}
.bshare-share-count{
	font-size: 11px !important;
}
