/*新闻详情页面非公共内容*/
.page-news-detail-box {
	/*background: red;*/
}
/*文章头部盒子*/
.list-item {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid rgba(245, 245, 245, 0.1);
}
/*文章左侧图片容器*/
.list-item-img {
	width: 10.5rem;
}
.list-item-img img {
	width: 100%;
}
/*文章右侧图片容器*/
.list-text-con {
	height: 100%;
}
/*文章时间*/
.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;
}

/*文章内容*/
.news-text-con {
	padding-top: 15px;
	font-size: 0.70rem
}
.news-text-con img {
	width: 100%;
}
.news-text-con p {
	text-indent: 1.4rem;
}
.news-text-con a {
    color: #d1be96;
}
 

 .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 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-descri-sec{
	font-size: 14px;
	flex: 1;
}
.news-detail-sec a{
	font-size: 14px;
	float: right;	
	color:#fff;
	cursor: pointer;
}
