/***

====================================================================
	base
====================================================================

***/



@import url('pe-icon-7-stroke.css');
@import url('simple-line-icons.css');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('swiper.min.css');
@import url('jquery-ui.css');
@import url('custom-animate.css');
@import url('magnific-popup.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.timepicker.min.css');
@import url('baes.css');


/***

====================================================================
					News Section
====================================================================

***/

.news-section {
	margin: 60px 0;
}

.news-section .department-block .inner-box {
	display       : flex;
	flex-direction: row;
	align-items   : center;
	padding       : 45px 0;
	border-bottom : 1px solid #ccc;

}

.news-section .department-block .inner-box .upper-box {
	width    : 40%;
	min-width: 435px;
	overflow : hidden;
}

.news-section .department-block .inner-box .upper-box img {
	width : 100%;
	height: auto;
}

.news-section .department-block .inner-box .child {
	width  : 60%;
	padding: 0 0 0 90px;
}

.news-section .department-block .inner-box .child .title {
	font-size    : 24px;
	color        : #000;
	margin-bottom: 20px;
	line-height  : 30px;
}

.news-section .department-block .inner-box .child .date,
.news-section .department-block .inner-box .child p {
	font-size  : 14px;
	color      : #666;
	line-height: 30px;

}

.news-section .department-block .inner-box .child .date {
	margin-bottom: 20px;
}

.news-section .department-block .inner-box .child p {
	overflow          : hidden;
	text-overflow     : ellipsis;
	/*表示文本超出时候用 “...” 来代替*/
	display           : -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 20px;

}


/***

====================================================================
					News Detail
====================================================================

***/

.news-detail {
	margin: 60px 0;

}

.news-detail .sec-title h2 {
	margin: 0 0 25px !important;
}

/*post share options*/

.news-detail .post-share-options {
	position     : relative;
	padding      : 0 0 20px;
	border-bottom: 1px solid #b7b7b7;
}

.news-detail .post-share-options .date,
.news-detail .post-share-options .pull {
	float : left;
	margin: 0 30px 0 0;
}

.news-detail .post-share-options p {
	position   : relative;
	color      : #888;
	font-size  : 16px;
	line-height: 25px;
	margin     : 0;
	display    : inline-block;
}

.news-detail .post-share-options .social-icon {
	position: relative;
	display : inline-block;
}

.news-detail .post-share-options .social-icon li {
	position   : relative;
	display    : inline-block;
	margin-left: 15px;
}

.news-detail .post-share-options .social-icon li a {
	display           : inline-block;
	font-size         : 16px;
	line-height       : 25px;
	color             : #888888;
	-webkit-transition: all 300ms ease;
	-moz-transition   : all 300ms ease;
	-ms-transition    : all 300ms ease;
	-o-transition     : all 300ms ease;
	transition        : all 300ms ease;
}

.news-detail .post-share-options .social-icon li a:hover {
	color: #ef7c00;
}

.detail-content {
	padding      : 30px 0;
	border-bottom: 1px solid #b7b7b7;
}

.detail-content p {
	text-indent: 2em;
	font-size  : 14px;
	color      : #666;
	line-height: 30px;
	margin     : 0;

}
.detail-content p img{
	text-align: center;
	margin:30px auto;
}
.detail-content .img {
	margin    : 30px 0 0;
	text-align: center;
}

.detail-content .img-p {
	margin    : 15px 0 30px;
	text-align: center;
}

/*Return*/

.return {
	padding: 30px 0 60px;
}

.return p {
	font-size  : 14px;
	color      : #666;
	line-height: 30px;
	margin     : 0;
}

.return .go-back {
	width        : 200px;
	line-height  : 50px;
	border       : 1px solid #ddd;
	border-radius: 50px;
	font-size    : 18px;
	color        : #666;
	text-align   : center;
}

.return .go-back:hover {
	background: #ef7c00;
	color     : #fff;
}



@media only screen and (max-width: 768px) {

	.news-section{
		margin: 0 0 45px;
	}
.detail-content p {
	padding: 0;
	margin:0;

}
.detail-content p img{
	width: 100%;
	padding: 0;
	margin: 20px 0 20px


}
	.news-section .department-block .inner-box {
		display       : flex;
		flex-direction: column;
	}

	.news-section .department-block .inner-box .upper-box,
	.news-section .department-block .inner-box .child {
		width: 90%;

	}

	.news-section .department-block .inner-box .child {
		padding: 0;
	}

	.news-section .department-block .inner-box .upper-box {
		min-width: 100%;
	/*	height   : 100%;*/
		padding  : 0 0 15px;
	}

	.news-section .department-block .inner-box .child .title {
		font-size    : 20px;
		color        : #000;
		margin-bottom: 0;
	}

	.news-section .department-block .inner-box .child .date {
		margin-bottom: 0;
	}

	.news-detail .sec-title h2 {
		font-size: 24px;
	}
	.news-detail{
		margin: 45px 0 130px;
	}
	.product-info-tabs .prod-tabs .tab-btns .tab-btn {
		font-size: 16px;
		cursor: pointer;
		padding: 13px 54px 13px;
	}
.news-section .department-block .inner-box .child .date, .news-section .department-block .inner-box .child p{
	margin-bottom: 20px
}
}