/*   全局开始 	*/
:root{
	--text-color:#555;
	--theme-color:#0601FD;
}
body,a{

	font-family: "PingFang SC",Arial,"Microsoft YaHei","\5FAE\8F6F\96C5\9ED1","\5B8B\4F53",simsun,sans-serif;
	color: var(--text-color);
}
.content{
	max-width: 1170px;
	margin: auto;
	padding:0 -15px;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.model-title{
	display: block;
	color: var(--theme-color);
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
}
.theme-hr{
	border-top:1px solid var(--theme-color);
}
.theme-hr2{
	border-top:2px solid var(--theme-color);
}
/*全局结束*/
/*   顶部导航开始 	*/
.top-head{
	height: 30px;
	background-color: #F5F6F7;
	border-bottom: 1px solid #eae9e9;
	line-height: 30px;
}
.top-head-nav-box{
	margin-right: -15px;
}
.top-head-nav{
	padding:0  10px;
	position: relative;
	font-size: 12px;
}
.top-head-nav:hover{
	color: var(--theme-color);
}
.top-head .top-head-nav:last-of-type{
	padding-right:0;
	margin-right: -15px;
}
.top-head-nav:not(:first-child):before{
	content: "";
	position: absolute;
	height: 10px;
	width: 1px;
	left: -1px;
	top: 50%;
	transform: translateY(-50%);
	background: #E0E0E0;
}


.top-head-ss{
	height: 30px;
	background-color: var(--theme-color);
	border-bottom: 1px solid #eae9e9;
	line-height: 30px;
}


/*   顶部导航结束 	*/

/*    搜索模块开始	*/
.search-model >.row{
	display: flex;
	align-items: center;
}

.search-right-box{
	display: flex;
	justify-content: right;
	float: right;
}
.s-r-ele-img{
	width: 22px;
	height: 22px;
}
.s-m-logo{
	height: 100px;
}
.form-horizontal .btn{
	background: var(--theme-color);
	color: #fff;
	width: 72px;
	height: 38px;
}
.form-control{
	height: 38px;
}
.s-r-ele{
	display: flex;
	margin-left: 10px;
	position: relative;
}
.s-r-ele-more{
	display: none;
	position: absolute;
	top: 30px;
	background: #fff;
	z-index: 9;
	transform: scale(1.5);
	padding:5px;
	transform-origin: top;
	border-radius: 3px;
}
.s-r-ele:hover .s-r-ele-more{
	display: block;
}

/*    搜索模块开始	*/

/*导航开始*/
.nav-box{
	display: flex;
	justify-content: space-between;
	/*background: var(--theme-color);*/
}
.nav-box a{
	font-size: 17px;
	/*color: #FFF;*/
	text-wrap: nowrap;
	position:relative;
	padding-bottom:10px;
/*	padding:5px;*/
}
.nav-box a.on:after,
.nav-box a:hover:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background: var(--theme-color);
	bottom: 0;
	left: 0;

}

/*导航结束*/

/*顶部广告开始*/
.top-ad-box img{
	width: 100%;
}
/*顶部广告结束*/

/*今日精选开始*/
.daily-swiper{
	width: 100%;
	overflow: hidden;
}
.daily-swiper .swiper{
	width: 100%;
}

.swiper-slide{
	width: 100%;
	height: 200px;
	overflow: hidden;	 /* 隐藏溢出部分 */
	position: relative;
}
@media (min-width: 768px) {
  .swiper-slide {
    height: 400px;
  }
}

.swiper-slide-ele-title{
	position: absolute;
	font-size: 16px;
	color: #FFF;
	left: 10px;
	bottom: 20px;
}
@media (min-width: 768px) {
  .swiper-slide-ele-title {
    font-size: 18px;
    left: 10px;
  }
}

.swiper-slide-ele-title-box{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 80px;
	background-color: var(--theme-color);
	opacity: 0.8;
}


.swiper-button-pn{
	opacity: 0;
	color: #EEE;
	background-color: rgba(100, 100, 100, 0.6);
}
.swiper-button-pn:after{
	font-size: 26px;
	font-weight: 800;
}
.swiper:hover .swiper-button-pn{
	opacity: 1;
}



.swiper-pagination{
	text-align: right;
	padding-right: 10px;
	box-sizing: border-box;
}
.swiper-pagination-bullet{
	background-color: #888;  /* 未激活时的颜色 */
	opacity: 0.8;
}
.swiper-pagination-bullet-active{
	background-color: #EEE;  /* 激活时的颜色 */
	opacity: 1;
	transform: scale(1.2);		/* 激活时放大 */
}



.swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover; /* 保持比例填充容器，自动裁剪 */
	object-position: center; /* 居中裁剪 */
}



.daily-box{
	height: 100%;
	overflow: hidden;
	
}

.top-right-ad-1{
	height: 200px;
	overflow: hidden;
}
.top-right-ad-2{
	height: 200px;
	overflow: hidden;
}


.swiper2{
	height: 20px;
	overflow: hidden;
}
.swiper2 .swiper-slide{
	height: 20px;
	font-size:11px;
	line-height:1.1;	
}
.swiper2 .swiper-slide:hover{
}
.swiper2 .swiper-slide:hover p a{
	color: var(--theme-color);
}
.swiper2 .swiper-slide p{
	display: -webkit-box;
    max-height: 20px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}


/*今日精选结束*/




/*文章列表开始*/
.article-title{
	display: flex;
	justify-content: left;
	align-items: center;
	font-size: 15px;
	padding-top:2px;	
	padding-bottom:2px;	
}
@media (min-width: 768px) {
  .article-title {
    font-size: 18px;
    padding-top:10px;	
    padding-bottom:10px;
  }
}

.article-title a{

}
.article-title a:hover{
	color: var(--theme-color);
}


.article-cover-box{
	width: 100%;
	height: 100px;
	overflow: hidden;
	display: block;
	border-radius: 3px;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
  .article-cover-box {
    height: 180px;
  }
}


.article-cover-box img{
	transition: all 0.2s ;

	width: 100%;
	height: 100%;
	object-fit: cover; /* 保持比例填充容器，自动裁剪 */
	object-position: center; /* 居中裁剪 */	
}
.article-cover-box:hover img{
	transform: scale(1.1);
}


.article-content-box{
	height: 100px;
}
@media (min-width: 768px) {
  .article-content-box {
    height: 180px;
  }
}


.article-content{
	color: #999999;
	line-height: 1.5;
}

.article-content-main{
	height: 85px;
	overflow: hidden;
}
@media (min-width: 768px) {
  .article-content-main {
    height: 165px;
  }
}


.article-footer{
	height: 20px;
	overflow: hidden;
}

.article-foldercaption{
	color: var(--theme-color);
	font-size: 12px;
	font-weight: 500;
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
}
@media (min-width: 768px) {
  .article-foldercaption {
    font-size: 16px;
  }
}

.article-foldercaption a{

}
.article-foldercaption a:hover{
	color: var(--theme-color);
}





.img-box-videoblockcover{
	position: relative;
	/*display: inline-flex;*/
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 180px;
	overflow: hidden;	
}
.img-box-videoblockcover img{
	transition: all 0.2s ;

	width: 100%;
	height: 100%;
	object-fit: cover; /* 保持比例填充容器，自动裁剪 */
	object-position: center; /* 居中裁剪 */	
}
.img-box-videoblockcover:hover img{
	transform: scale(1.1);
}

.videoblockcover-circle{
	content: ''; /* 必须设置 */
	position: absolute;
	top: 50%; /* 垂直居中 */
	left: 50%; /* 水平居中 */
	transform: translate(-50%, -50%); /* 精确居中 */
	width: 50px; /* 圆圈直径 */
	height: 50px;
	border-radius: 50%; /* 圆形 */
	background-color: rgba(0, 0, 0, 0.4); /* 黑色半透明 */
	z-index: 1; /* 确保在图片上方 */

	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 28px;	
}




.rank-box{
	margin-bottom: 20px;
}

.rank-box .rank-num{
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
	border-radius: 4px;
	text-align: center;
	display: inline-block;
/*
	background: #f1f1f1;
	color: #000;
*/
	background: var(--theme-color);
	color: #fff;
	font-size: 12px;	
}
.rank-article-cover{
	transition: all .2s;
	transform: rotateX(30deg);
	height: 0;
	transform-origin: top;
}
.rank-box:hover .rank-article-cover{
	transform: rotateX(0deg);
	height: 200px;
}



.rank-box:hover{
	box-shadow: 0 0 5px #ccc;
	transform: scale(1.05);
	padding:10px;

}

/*文章列表结束*/

/*底部开始*/
.bottom-list a{
	position: relative;
	
	padding:0 20px;
}
.bottom-list a:not(:first-child):before{
	content: "";
	position: absolute;
	height: 10px;
	width: 1px;
	left: -1px;
	top: 50%;
	transform: translateY(-50%);
	background: #E0E0E0;
}
/*底部结束*/

.footerinfoline {
  font-size: 12px;
  color: #999999;
}
.footerinfoline a:link,
.footerinfoline a:hover,
.footerinfoline a:active,
.footerinfoline a:visited {
	color:#999999;
}


/* 白色的链接
-------------------------------------------------- */
.WhiteFontLink {
  color: #FFF;
}

.WhiteFontLink a:link,
.WhiteFontLink a:hover,
.WhiteFontLink a:active,
.WhiteFontLink a:visited {
  color:#FFF;
}


