.news-tabs .tab-pane .item{
	padding: 20px;
	border: 1px solid #c6c6c6;
	margin-top: 20px;
}
.news-tabs .item-img{
	height: 195px;
	overflow: hidden;
	display: flex;
    align-items: center;
}
.news-tabs .item-content{
	height: 195px;
	position: relative;
	padding: 0 36px;
}
.news-tabs .item-content h3{
	margin-top:28px;
	margin-bottom: 26px;
	color: #303030;
}
.news-tabs .item-content .item-end{
	position: absolute;
	bottom: 10px;
	left: 36px;
	right: 36px;
	color: #c6c6c6;
}
.news-tabs .item-content .item-end span:first-child{
	color: #5e5e5e;
	padding-right: 8px;
	/* border-right: 1px solid #c6c6c6; */
}
.news-tabs .item-content .item-end span+span{
	padding-left: 8px;
}
.news-tabs .item-content .item-end a>img{
	position: relative;
	top: -1px;
}
main.news-detail{
	width: 930px;
	margin: 0 auto;
	padding-top: 20px;
}
.detail-img{
    display: flex;
    align-items: center;
	margin-top: 20px;
	height: 320px;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.detail-img>img{
	width: 100%;
}
main.news-detail h3{
	margin: 0;
}
main.news-detail .tag{
	color: #c6c6c6;
	margin-top: 10px;
}
main.news-detail .tag span:first-child{
	color: #5e5e5e;
	padding-right: 8px;
	/* border-right: 1px solid #c6c6c6; */
}
main.news-detail .tag span+span{
	padding-left: 8px;
}
.btn-share{
	width: 114px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #c6c6c6;
	display: inline-block;
}
.item-content .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 63px;
}
.btn-share img{
	position: relative;
	top: -3px;
	margin-left: 5px;
}
.news-detail .content{
	padding-top: 20px;
	border-top: 1px solid #c6c6c6;
	margin-top: 20px;
	color: #474747;
	line-height: 1.5em;
}
.news-detail .content img{
	max-width: 100%;
}
.news-tabs .item-img img {
    width: 100%;
}
@media (max-width: 768px){
	main.news-detail{ width: auto; }
	.detail-img{ height:  auto; }
}