@charset "utf-8";

/* CSS Document2023 */
[v-cloak] {
	display: none;
}

body {
	font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #333;
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

a:focus,
a:hover,
a:active {
	outline: 0 !important;
	color: #007bff;
	text-decoration: none;
}

.text-red{
	color: #FF0000;
}


.ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}

.ellipsis-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}

.header {
	background-color: #fff;
	box-shadow: 0 .375rem 1.5rem 0 rgba(140, 152, 164, .125);
	padding: 0.5rem 1rem;
}

/* 头部置顶 */
.navbar-sticky.navbar-stuck {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: navbar-show .5s;
    animation: navbar-show .5s;
    z-index: 1030;
	transition: .3s ease;
}
@keyframes navbar-show {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.header .navbar-brand{
	padding: 0.75rem 0;
}
.header .navbar-brand img{
	height: 2.5rem;
}
.header .navbar-nav .nav-link {
    padding: 0.5rem 1.25rem;
}
.header.navbar-stuck .navbar-brand{
	padding: 0.5rem 0;
}
.header.navbar-stuck .navbar-brand img{
	height: 2.25rem;
}

.placeholder-height{
	height: 66px;
}

.msearch i {
	font-size: 1rem;
	font-weight: bold;
	cursor: pointer;
}

.navbar-user {
	font-size: 0.875rem;
	margin-left: 1rem;
}
.navbar-user img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 0.25rem;
}

.navbar-user.navbar-nav .nav-link {
	padding: 0.5rem 0;
	font-size: 0.875rem;
}

@media (max-width: 767px) {

	.header .navbar-nav .nav-link {
		padding: 0.5rem 0;
	}

	.header .head-menu .nav-link {
		padding: 0.5rem 0;
	}

}
/*搜索弹出层*/
.search-box {
	background-color: #fff;
}

.search-box .modal-content,.search-box .modal-header {
	border: 0;
}


.bg-primary-dark{
	background-color: #1b2953;
}

.img-responsive,
.img-fluid,
.media-img {
	border-radius: 3px;
}
/*Image Hover v1*/
.img-hover{
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
}

.img-hover img {
	display: block;
	transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}

.img-hover:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
/* 标题栏 */
.section-header {
    position: relative;
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 30px auto 10px auto;
}
.section-title {
	font-size: 1.5rem;
    color: #010101;
}
.section-title::after {
    display: block;
    width: 50px;
    height: 3px;
    margin-top: 0.5rem;
    content: "";
	background-color: var(--primary);
}
.section-title.small {
	font-size: 1.125rem;
}
/* 焦点图 */
.card.rounded-bottom-right {
    border-radius: 0.75rem 0.75rem 5rem 0.75rem!important;
}
.focus-card {
	display: block;
	position: relative;
}

.focus-card p {
	font-size: 1.125rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.5;
	width: 100%;
	margin: 0;
	padding: 50px 15px 10px;
	/* background: rgba(0, 0, 0, 0.4); */
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0, 1)));
	background-image: linear-gradient(180deg, transparent, rgba(0,0,0, 1));
}


.lead{
	line-height: 2.375rem;
}
.card {
    border-width: 0;
    box-shadow: 0 0.375rem 1.5rem 0 rgb(140 152 164 / 13%);
}
.card-title{
	font-size: 1rem;
	line-height: 1.5rem;
}
.card-text{
	font-size: 0.875rem;
	color: #718096;
}

@media (min-width: 768px) {
	.report-card img{
		height: 9.375rem;
	}
}

/* 新闻 */
.by-date{
	position: absolute;
	left: 1rem;
	top: 1rem;
	padding: 0.5rem 0.75rem;
	font-size: 0.875rem;
	color: #fff;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	border-radius: 0.25rem;
}
.by-date span:first-child{
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
	.by-date{
		left: 0.5rem;
		top: 0.5rem;
		padding: 0.5rem 0.75rem;
	}
	.by-date span:first-child{
		font-size: 1rem;
	}

}

.vip-badge{
	font-size: 0.75rem;
	color: #7D4F2A;
	background-color: #EEC380;
	line-height: 1;
	padding: 3px 8px;
	border-top-right-radius: 3px;
	position: absolute;
	right: 0;
	top: 0;
}


/*Footer-v1
------------------------------------*/
.footer {
	background-color: var(--main-bg);/* #1b2953 */
	overflow: hidden;
	padding: 5rem 0 2rem 0;
}

.footer p,.footer a {
	color: #fff;
	font-size: 0.875rem;
}
.footer-logo {
	height: 3.75rem;
}
.footer h5 {
	color: #eee;
	font-size: 1.125rem;
}
@media (max-width: 767px) {
	.footer {
		padding: 2.5rem 0 2rem 0;
	}
	.footer-logo {
		height: 2.5rem;
	}

}

.footer .nav-link{
	padding: 0.5rem 0;
	
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #bbb;
}
.border-white-10 {
    border-color: rgba(255,255,255,.1)!important;
}

/*Copyright*/
.footer .copyright {
	font-size: 0.875rem;
	text-align: left;
	color: rgba(255,255,255,.5);
	padding: 0;
}

.footer .copyright a {
	margin: 0 2px;
	color: rgba(255,255,255,.5);
}
.footer .copyright a:hover {
	margin: 0 2px;
	color:#fff;
}
/* 热门排行 */
.hotword {
	font-size: 1rem;
	margin-top: 1rem;
}

.hotword:last-child {
	border-bottom: 0;
}

.hotword .badge {
	font-size: 0.75rem;
	font-weight: normal;
	margin-right: 10px;
	margin-top: 4px;
	text-align: center;
}

.hotword .badge-danger {
	background-color: var(--primary);
}
.hotword .dot{
	width: 4px;
	height: 4px;
	background-color: var(--primary);
	border-radius: 50%; 
	display: inline-block;
	margin-left: 7px;
	margin-right: 14px;
	margin-top: 10px;
	flex-shrink: 0;
}

.hotword p {
	font-size: 1rem;
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.hotword p {
		font-size: 1rem;
	}
}

/* 右侧部件 */
.side-widget{
	margin-bottom: 1rem;
	top: 5.625rem;
}
.hotitem{
	font-size: 0.875rem;
	margin-bottom: 1.5rem;
}
.hotitem .badge{
	margin-top: 0.25rem;
	margin-right: 0.625rem;
	padding: 0.2em 0.4em;
}
.hotitem p{
	font-size: 0.75rem;
	color: #677788;
	margin: 0;
}
/* 文章列表详情页 */
@media (min-width: 992px) {
	.article-left{
		-ms-flex: 1;
		flex: 1;
	}
	.article-right{
		-ms-flex: 0 0 330px;
		flex: 0 0 330px;
		max-width: 330px;
	}
}
/* 文章详情页 */
.article-main{
	padding-left: 3.5rem;
	padding-right: 0px;
	position: relative;
}
@media (min-width: 1400px) {
	.article-main{
		padding-left: 4.75rem;
		padding-right: 2.5rem;
	}
}
.article-share-aside{
	display: flex;
	flex-direction: column;
	position: fixed;
	z-index: 10;
	padding-top: 20px;
}
@media (max-width: 992px) {
	.article-main{
		padding-left: 0;
	}
	.article-share-aside{
		display: none;
	}
}
.article-share-title{
	font-size: 0.875rem;
	text-align: center;
}
.article-share-item{
	color: #fff;
	text-align: center;
	background-color: var(--main-bg);
	border-radius: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	margin-bottom: 1rem;
	position: relative;
	-webkit-transition:all .3s ease;transition:all .3s ease;
}
.article-share-item:hover{
	color: #fff;
	background-color: var(--primary);
}
.weixin-qrcode{
	display: none;
	width: 7.5rem;
	position: absolute;
	right: -45px;
	top: 37px;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0 8px 64px 0 rgb(0 0 0 / 16%);
	padding: 0.5rem;
}
.article-share-item:hover .weixin-qrcode{
	display: block;
}
.weixin-qrcode img{width: 100%; height: auto;}
.weixin-qrcode .text{font-size:0.75rem;text-align: center;color: #000;}

.article h1 {
	font-size: 1.875rem;
	color: #262626;
	font-weight: 500;
	line-height: 2.625rem;
	margin-bottom: 1.5rem;
	text-align: justify;
}

.article-author-date {
	font-size: 0.875rem;
	color: #a7a7a7;
	line-height: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 1.5rem;
}

.article-author-date span {
	margin-right: 1rem;
}
.article-author-date a {
	color: #6E7AD5;
	margin-right: 0.5rem;
	display: flex;
	align-items: center;
}
.article-author-date a img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid rgba(0,0,0,.1);
	margin-right: 0.25rem;
}
.article-author-date .item-tag {
	color: #ffb02f;
	background: rgba(255,176,47,.05);
	border: 0.5px solid #ffb02f;
	height: 100%;
	line-height: 16px;
	padding: 0 4px;
	font-size: 11px;
}

.article-desc {
	font-size: 0.875rem;
	color: #808080;
	background-color: #f6f6f6;
	padding: 1rem;
}

.article-desc strong {
	color: #333;
}

.summary {
	font-size: 1rem;
	color: #787878;
	letter-spacing: 0;
	line-height: 1.67;
	text-align: justify;
}

.summary:after {
	display: block;
	width: 58px;
	content: "";
	border: .5px solid #ddd;
	margin: 20px 0
}

.article-content {
	font-size: 1.125rem;
	color: #333;
	line-height: 1.8;
	text-align: justify;
	word-wrap:break-word;
	word-break:break-all;

}

.article-content p {
	font-size: 1.125rem;
	color: #333;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 1.875rem;
}

.article-content .keylink{
	color: #333!important;
	border-bottom: 1px solid #6E7AD5!important;
	padding-bottom: 1px;
	cursor: pointer;
	text-decoration: none!important;
}
.article-content .keylink:hover{
	color: #333!important;
	text-decoration: none!important;
}

.article-content img {
	max-width: 100%;
	display: block;
	margin: auto;
}

.article-content blockquote {
	border-left: 5px solid #EAEAEA;
	margin: 30px 0;
	padding-left: 3%;
	line-height: 1.7em;
}

.article-content .caption {
	font-size: 0.875rem;
	color: #808080;
	text-align: center;
}

.article-content .caption:after {
	content: '\00a0';
	display: block;
	width: 30%;
	border-bottom: 1px solid #ddd;
	margin: -2% auto 0 auto;
	position: relative;
}
.ps-navigation span {
    text-transform: uppercase;
    color: var(--secondary);
    display: block;
    vertical-align: middle;
    transition: all 0.3s ease 0s;
	margin-bottom:0.5rem;
}

/* 内容页会员权益 */
.member-tips-box{
	background-color: #f7faff;
	border-top: #007bff solid 3px;
	border-bottom-left-radius: 0.75rem;
	border-bottom-right-radius: 0.75rem;
	padding: 2.5rem 4rem;
	margin-bottom: 3rem;
}
@media (max-width: 768px) {
	.member-tips-box{
		padding: 2.5rem 1rem;
	}
}
/* 支付弹窗 */
.paybox{
	max-width: 25rem;
	margin: auto;
}
.live-pay-title{
	font-size: 1rem;
	text-align: center;
}
.live-pay-price{
	font-size: 1.5rem;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1rem;
}
.pay-qrcode{
	position: relative;
	margin-bottom: 0.625rem;
}
.pay-qrcode img{
	width: 150px;
	height: 150px;
}
.pay-qrcode .pay-qrcode-status{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
}
.pay-qrcode .pay-qrcode-status.show{
	display: flex;
}
.pay-qrcode .pay-qrcode-status .icon{
	font-size: 2.625rem;
}
.pay-qrcode .pay-qrcode-status .status-text{
	font-size: 0.875rem;
	color: #fff;
}
.live-payinfo{
	font-size: 0.875rem;
	
}
.live-payinfo img{
	width: 20px;
	height: 20px;
	margin-right: 8px;
}
/* 列表 */
.news-item{
	border-bottom:#eee solid 1px;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
}
.news-item:first-child{
	padding-top: 0;
}

.news-item .item-img{
	display: block;
	position: relative;
	width: 235px;
}
.news-item .item-img img{
	width: 100%;
}
.news-item .item-title{
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
    line-height: 1.5;
}
.news-item .item-desc{
    font-size: 0.875rem;
	color: var(--secondary);
    margin-bottom: 0.75rem;
    line-height: 1.5;
}
.news-item .badge{
	padding: 0.25em 0.5em;
}
.news-item .item-time{
	font-size: 0.75rem;
	color: var(--secondary);
}
@media (max-width: 767px) {
	.news-item .item-img{
		width: 140px;
	}
	.news-item .item-title{
	    font-size: 1rem;
		line-height: 1.25rem;
	}
}

/* 关于我们 */
.about-banner{
	position: relative;
	text-align: center;
	background-color: #022F66;
}
/* .about-banner::after{
	content: ' ';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 1920px;
	margin: auto;
	background-color: rgba(2,47,102, 0.5);
	background-image: -webkit-gradient(linear, left top, right top, from(#022F66), to(#022F66),color-stop(0.3,rgba(2,47,102, 0.5)),color-stop(50%,rgba(2,47,102, 0.3)));
	background-image: linear-gradient(90deg, #022F66, rgba(2,47,102, 0.5) 25%, rgba(2,47,102, 0.3) 50%, rgba(2,47,102, 0.5) 75%, #022F66);
} */
.page-inner{
	padding: 60px 0;
}
.page-headtitle{
	font-size: 2rem;
}
@media (max-width: 767px) {
	.page-inner{
		padding: 30px 0;
	}
	.page-headtitle{
		font-size: 1.5rem;
	}
}
.page-content p{
	line-height: 1.75rem;
	margin-bottom: 1.25rem;
}
.fwtx{
	height: 100%;
	padding: 2rem;
	border-radius: 0.75rem;
}
.fwtx .img-icon{
	text-align: center;
}
.fwtx .img-icon .icon{
	width: 60px;
	height: 60px;
}

.fwtx img{
	width: 100%;
	display: block;
	
}
.fwtx h4{
	font-size: 1.125rem;
	color: #484747;
	font-weight: bold;
	text-align: center;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	
}
.fwtx h4 small{
	display: block;
	color: var(--secondary);
	margin-top: 0.25rem;
}
.fwtx p{
	font-size: 0.9375rem;
	color: var(--secondary);
	line-height: 1.5rem;
	margin-bottom: 1.5rem;
}
.xiangmu{
	font-size: 0.875rem;
	text-align: center;
	padding: 1.5rem;
	height: 100%;
	border-radius: 0.75rem;
}
.xiangmu h4{
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
}
.xiangmu p{
	margin-bottom: 0.625rem;
	font-size: 0.9375rem;
	color: var(--secondary);
}
.team{
	padding: 1.5rem;
	height: 100%;
	border-radius: 0.75rem;
}
.team .card-subtitle{
	font-size: 0.8125rem;
	color: var(--secondary);
	margin-bottom: 0.25rem;
}
.team .card-title{
	font-size: 1.125rem;
	font-weight: 700;
}
.team .card-title::after{
	content: ' ';
	width: 30px;
	height: 0.125rem;
	background-color: var(--primary);
	display: block;
	margin-top: 0.25rem;
}
.team .card-text{
	line-height: 1.5rem;
}
@media (max-width: 767px) {
	.team{
		align-items: center;
	}
}
.avatar {
    position: relative;
    display: inline-block;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 0.5rem;
}
.avatar-lg, .avatar-lg .avatar-initials {
    width: 5.625rem;
    height: 5.625rem;
}
.avatar-lg .avatar-img {
    width: 5.625rem;
}
.avatar-circle {
    border-radius: 50%;
}
.avatar-circle .avatar, .avatar-circle .avatar-img, .avatar-circle .avatar-initials {
    border-radius: 50%;
}

