/*index.css*/
/*文章列表*/
.list-text-stage {
	/*padding: 0 15px;*/
}
/*文章盒子*/
.list-item {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid rgba(245,245,245,0.1);
}
.list-item a {
	color: #fff;
}
.list-item:first-child{
	/*border-top: 0px solid #666;*/
}
/*文章左侧图片容器*/
.list-item-img {
	width: 10.5rem;
	/*height: 6.0rem;*/
}
.list-item-img img {
	width: 100%;
	/*height: 100%;*/
}
/*文章右侧图片容器*/
.list-text-con {
	height: 100%;
/*	padding-top: 4px;*/
}
/*文章时间*/
.text-time {
	font-size: 0.73rem;
}
/*文章标题*/
.text-title {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-family: inherit;
	font-size: 0.73rem;
	font-weight: bold;
}
/*阅读更多*/
.learn-more {
	position: absolute;
	padding-top: 10px;
	bottom: 15px;
	right: 15px;
	font-size: 0.6rem;
	vertical-align: bottom;
}

/*文章模块2*/
.page-box ul {
	padding: 20px 0;
	padding-left: 0;
	width: 100%;
	list-style: none;
	color: #fff;
}
.page-box ul li a {
	color: #fff;
	font-size: 0.675rem;
}
/*分页模块 -strt*/
.page-stage ul li a {
	background: rgba(73,73,73,1);
	color: #fff;
}
.page-stage ul li a:hover {
	background: rgba(73,73,73,1);
	color: #fff;
}
/*分页按钮活跃状态*/
.page-stage .page-active a{
	margin-top: -2px;
	background: rgba(255,255,255,1);
	color: #666;
	font-weight: bold;
	box-shadow: 0px 10px 30px #666;
}
/*分页鼠标经过样式*/
.page-stage .page-active a:hover{
	margin-top: -2px;
	background: rgba(255,255,255,1);
	color: #666;
	font-weight: bold;
	box-shadow: 0px 10px 30px #666;
}
/*自适应*/
.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 0.45rem 0.66rem;
	margin-left: -1px;
	line-height: 1.42857143;
	/*color: #337ab7;*/
	text-decoration: none;
	border: 1px solid #ddd;
}
/*分页模块 -end*/


 .clearfix:after {
	content:"\200B";
	display:block;
	height:0;
	clear:both;
}
.clearfix {*zoom:1;}/*IE/7/6*/													
.ta-sec{
	position: relative;
	padding: 0 0 20px 0;
	display: flex;
	align-items: center;
}
.ta-img-sec{
	width:30%;
	float: left;
	position: relative;
}
.ta-img-sec a{ color:#fff;}
.ta-img-sec img{
	width: 100%;
}
.ta-info-sec{
	width:68%;
	margin-left: 2%;
	float: left;
	display: flex;
	flex-direction: column;
}
.news-tit-sec{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.news-tit-sec a{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px; color:#fff;
}
.news-descri-sec{
	font-size: 12px;
	flex: 1;
}
.news-detail-sec a{
	font-size: 14px;
	float: right;	
	color:#fff;
	cursor: pointer;
}


