:root {
 --theme-color-light: #ffffff;
 --theme-color-dark: #000000;
 --theme-color-dark2: #1a1a1a;
 --theme-color-gray: #F6F6F6;
 --theme-color1: #ff6809;
 --theme-color2: #fec63f;
 --theme-color3: #faf7f2;
 --theme-color4: #f5f5f5;
 --hover-color: #fec63f;
 --review-color: #fdc009;
 --theme-light-background: #F2F3F5;
}
.newstxt_img {
	margin: 30px 0px;
}
.newstxt_img img {
	border-radius: 10px;
}
.blog-details_txt {
	font-size: 16px !important;
	line-height: 2em !important;
	margin-top: 30px;
}
.blog-details_txt p {
	margin: 10px 0px;
}
/***

====================================================================
    Blog Details
====================================================================

***/
.blog-details {
	position: relative;
	display: block; clear:both; overflow:hidden;
}
.blog-main{ padding:10px 15px; }
.blog-details img {
	max-width: 100%;
}
.blog-details_left {
	position: relative;
	display: block;
	padding: 30px;
	box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
}
.blog-details_img {
	position: relative;
	display: block;
	border-radius: 10px;
}
.blog-details_img img {
	max-width: 50%;
	border-radius: 10px; margin:0px auto;
}
/*小屏幕*/
@media screen and (max-width: 768px) {
.blog-details_left {
	padding: 20px;
}
.blog-details_img img {
	max-width: 100% !important;
	width: 100% !important;
}
}
.blog-details_date {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: var(--theme-color1);
	text-align: center;
	padding: 21px 24px 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.blog-details_date .day {
	font-size: 32px;
	color: #fff;
	font-weight: var(--body-font-weight-bold);
	line-height: 24px;
}
.blog-details_date .month {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: var(--body-font-weight-bold);
	color: #fff;
	line-height: 24px;
	text-transform: uppercase;
}
.blog-details_content {
	position: relative;
	display: block;
	margin-top: 22px;
}
.blog-details_content p {
	text-indent: 2em;
}
.blog-details_meta {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.blog-details_meta li {
	margin-left: 18px;
}
.blog-details_meta li a {
	font-size: 15px;
	color: #777;
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.blog-details_meta li a:hover {
	color: var(--theme-color1);
}
.blog-details_meta li a i {
	color: var(--theme-color1);
	margin-right: 6px;
}
.blog-details_title {
	font-size: 30px;
	line-height: 40px;
	margin-top: 12px;
	margin-bottom: 21px; border-bottom:3px solid #F93; padding-bottom:20px;
	font-weight: var(--body-font-weight-bold);
}
.blog-details_bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 30px 0 30px;
	margin-top: 49px;
	border-top: 1px solid #ece9e0;
}
.blog-details_content .blog_copyright {
	border: 1px dashed #ddd;
	padding: 20px;
	border-radius: 10px;
	line-height: 24px;
	font-size: 14px;
	margin: 0;
	background-color: #ff680917;
	margin-top: 30px;
}
.blog-details_content .blog_copyright p {
	text-indent: 2em;
	margin: 0;
}
@media only screen and (max-width: 767px) {
.blog-details_bottom {
	gap: 30px;
}
}
.blog-details_bottom p {	font-size: 14px;
	margin: 0;
}
.blog-details_tags span {
	color: #0e2207;
	font-size: 20px;
	margin-right: 14px;
	font-weight: var(--body-font-weight-bold);
}
.blog-details_tags a {
	position: relative;
	font-size: 14px;
	background-color: var(--theme-color1);
	color: #fff;
	display: inline-block;
	padding: 5px 30px 5px;
	font-weight: var(--body-font-weight-bold);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 35px;
}
.blog-details_tags a:hover {
	background-color: var(--theme-color1);
	color: #fff;
	text-decoration: none;
}
.blog-details_tags a {
	margin:5px;
}
.blog-details_social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.blog-details_social-list a {
	position: relative;
	height: 43px;
	width: 43px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--theme-light-background-text-color);
	background-color: var(--theme-light-background);
	font-size: 15px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}
.blog-details_social-list a:hover {
	color: #fff;
}
.blog-details_social-list a:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.blog-details_social-list a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: var(--theme-color1);
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1;
}
.blog-details_social-list a+a {
	margin-left: 10px;
}
.blog-details_pagenation-box {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 53px;
}
.blog-details_pagenation {
	position: relative;
	display: block;
}
.blog-details_pagenation li {
	position: relative;
	float: left;
	font-size: 20px;
	color: #0e2207;
	font-weight: var(--body-font-weight-bold);
	color: var(--theme-light-background-text-color);
	background-color: var(--theme-light-background);
	line-height: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	max-width: 370px;
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 52px;
	padding-bottom: 52px;
	border-radius: 10px;
}
.blog-details_pagenation li:hover {
	background-color: var(--theme-color2);
	color: var(--text-color-bg-theme-color2);
}
.blog-details_pagenation li+li {
	margin-left: 30px;
}
/*** 

====================================================================
Sidebar
====================================================================

***/
@media (max-width: 991px) {
.sidebar {
	margin-top: 50px;
}
}
.sidebar_single+.sidebar_single {
	margin-top: 30px;
}
.sidebar_title {
	margin: 0;
	font-size: 24px;
	margin-bottom: 5px;
	font-weight: var(--h4-font-weight);
}
.sidebar_search {
	position: relative;
	display: block;
}
.sidebar_search-form {
	position: relative;
}
.sidebar_search-form input[type=search] {
	display: block;
	border: none;
	outline: none;
	background-color: var(--theme-color1);
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding-left: 50px;
	height: 74px;
	width: 100%;
	padding-right: 80px;
	border-radius: 10px;
}
 .sidebar_search-form input[type=search]::-webkit-input-placeholder {
 color: #fff;
 opacity: 1;
}
 .sidebar_search-form input[type=search]::-webkit-input-placeholder, .sidebar_search-form input[type=search]:-ms-input-placeholder, .sidebar_search-form input[type=search]::-ms-input-placeholder, .sidebar_search-form input[type=search]::placeholder {
 color: #fff;
 opacity: 1;
}
 @media only screen and (max-width: 767px) {
.sidebar_search-form input[type=search] {
	padding-left: 30px;
}
}
.sidebar_search-form button[type=submit] {
	background-color: transparent;
	color: #fff;
	font-size: 22px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 72px;
	outline: none;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}
 @media only screen and (max-width: 767px) {
.sidebar_search-form button[type=submit] {
	width: 42px;
}
}
.sidebar_post {
	position: relative;
	display: block;
	padding: 46px 30px 30px;
	color: var(--theme-light-background-text-color);
	background-color: var(--theme-light-background);
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
}
 @media only screen and (max-width: 767px) {
.sidebar_post {
	padding: 30px;
}
}
.sidebar_post .sidebar_title {
	margin-left: 20px;
}
 @media only screen and (max-width: 767px) {
.sidebar_post .sidebar_title {
	margin-left: 0;
}
}
.sidebar_post .sidebar_post-list {
	margin: 0;
}
.sidebar_post .sidebar_post-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px 20px 17px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
 @media only screen and (max-width: 767px) {
.sidebar_post .sidebar_post-list li {
	padding: 16px 0;
}
}
.sidebar_post .sidebar_post-list li:hover {
	background-color: #ffffff;
	border-radius: 10px;
}
.sidebar_post .sidebar_post-list li+li {
	margin-top: 11px;
}
.sidebar_post .sidebar_post-list .sidebar_post-image {
	margin-right: 20px;
	-webkit-box-flex: 70px;
	-ms-flex: 70px 0 0px;
	flex: 70px 0 0;
}
.sidebar_post .sidebar_post-list .sidebar_post-image>img {
	width: 80px;
	border-radius: 10px;
}
.sidebar_post .sidebar_post-list .sidebar_post-content {
	position: relative;
	top: -3px;
}
.sidebar_post .sidebar_post-list .sidebar_post-content h3 {
	font-size: 18px;
	margin: 0;
	line-height: 26px;
	letter-spacing: 0;
}
.sidebar_post .sidebar_post-list .sidebar_post-content h3 a {
	color: #0e2207;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
.sidebar_post .sidebar_post-list .sidebar_post-content-meta {
	font-size: 14px;
	font-weight: 500;
	color: #757873 !important;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.sidebar_post .sidebar_post-list .sidebar_post-content-meta i {
	color: var(--theme-color1);
	font-size: 14px;
	padding-right: 3px;
}
.sidebar_post {
	position: relative;
	display: block;
	padding: 46px 30px 30px;
	color: var(--theme-light-background-text-color);
	background-color: var(--theme-light-background);
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
}
 @media only screen and (max-width: 767px) {
.sidebar_post {
	padding: 30px;
}
}
.sidebar_post .sidebar_title {
	margin-left: 20px;
}
 @media only screen and (max-width: 767px) {
.sidebar_post .sidebar_title {
	margin-left: 0;
}
}
.sidebar_post .sidebar_post-list {
	margin: 0;
}
.sidebar_post .sidebar_post-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px 20px 17px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
 @media only screen and (max-width: 767px) {
.sidebar_post .sidebar_post-list li {
	padding: 16px 0;
}
}
.sidebar_post .sidebar_post-list li:hover {
	background-color: #ffffff;
	border-radius: 10px;
}
.sidebar_post .sidebar_post-list li+li {
	margin-top: 11px;
}
.sidebar_post .sidebar_post-list .sidebar_post-image {
	margin-right: 20px;
	-webkit-box-flex: 70px;
	-ms-flex: 70px 0 0px;
	flex: 70px 0 0;
}
.sidebar_post .sidebar_post-list .sidebar_post-image>img {
	width: 80px;
	border-radius: 10px;
}
.sidebar_post .sidebar_post-list .sidebar_post-content {
	position: relative;
	top: -3px;
}
.sidebar_post .sidebar_post-list .sidebar_post-content h3 {
	font-size: 18px;
	margin: 0;
	line-height: 26px;
	letter-spacing: 0;
}
.sidebar_post .sidebar_post-list .sidebar_post-content h3 a {
	color: #0e2207;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
.sidebar_post .sidebar_post-list .sidebar_post-content-meta {
	font-size: 14px;
	font-weight: 500;
	color: #757873 !important;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.sidebar_post .sidebar_post-list .sidebar_post-content-meta i {
	color: var(--theme-color1);
	font-size: 14px;
	padding-right: 3px;
}
.sidebar_category {
	position: relative;
	display: block;
	color: var(--theme-light-background-text-color);
	background-color: var(--theme-light-background);
	border-radius: 10px;
	padding: 45px 30px 38px;
	overflow: hidden;
	z-index: 1;
}
 @media only screen and (max-width: 767px) {
.sidebar_category {
	padding: 30px 15px 30px;
}
}
.sidebar_category .sidebar_title {
	padding-left: 20px;
	margin-bottom: 9px;
}
.sidebar_category-list {
	margin: 0;
}
.sidebar_category-list li+li {
	margin-top: 4px;
}
.sidebar_category-list li a {
	color: #757873;
	font-size: 16px;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	background: none;
	padding: 12px 20px;
	font-weight: 500;
	border-radius: 10px;
}
.sidebar_category-list li a:hover {
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	color: #0e2207;
	text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar_category-list li a:hover span {
	color: #ffcd1e;
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}
.sidebar_category-list li a span {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: var(--theme-color2);
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
}
.sidebar_category-list li.active a {
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	color: #0e2207;
	border-radius: 10px;
	text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar_category-list li.active a span {
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	color: #ffcd1e;
}
.sidebar_tags {
	position: relative;
	display: block;
	color: var(--theme-light-background-text-color);
	background-color: var(--theme-light-background);
	padding: 46px 45px 50px;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
}
 @media only screen and (max-width: 767px) {
.sidebar_tags {
	padding: 30px;
}
}
.sidebar_tags .sidebar_title {
	margin-left: 5px;
	margin-bottom: 25px;
}
.sidebar_tags-list {
	margin-top: -10px;
}
.sidebar_tags-list a {
	font-size: 14px;
	color: #0e2207;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: #ffffff;
	display: inline-block;
	padding: 5px 28px 5px;
	margin-left: 5px;
	border-radius: 30px;
}
.sidebar_tags-list a:hover {
	color: var(--theme-color-light);
	background: var(--theme-color1);
}
.sidebar_tags-list a+a {
	margin-left: 5px;
	margin-top: 10px;
}
.sidebar_comments {
	position: relative;
	display: block;
	color: var(--theme-light-background-text-color);
	background-color: var(--theme-light-background);
	padding: 46px 50px 43px;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
}
 @media only screen and (max-width: 767px) {
.sidebar_comments {
	padding: 30px;
}
}
.sidebar_comments .sidebar_title {
	margin-bottom: 25px;
}
.sidebar_comments-list {
	position: relative;
	display: block;
}
.sidebar_comments-list li {
	position: relative;
	display: block;
	padding-left: 65px;
}
.sidebar_comments-list li:hover .sidebar_comments-icon {
	background-color: var(--theme-color2);
	color: var(--theme-color-dark);
}
.sidebar_comments-list li+li {
	margin-top: 23px;
}
.sidebar_comments-icon {
	background-color: var(--theme-color1);
	border-radius: 50%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	height: 45px;
	left: 0;
	top: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	width: 45px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.sidebar_comments-text-box p {
	font-size: 15px;
	margin: 0;
	line-height: 26px;
	font-weight: 500;
}
.sidebar_comments-text-box p span {
	color: #0e2207;
}
.sidebar_comments-text-box h5 {
	font-size: 15px;
	margin: 0;
	line-height: 26px;
	color: #757873;
	font-weight: 500;
	letter-spacing: 0;
}
/*** 

====================================================================
    Comments
====================================================================

***/
.comment-one {
	margin-top: 30px;
}
.comment-one .comment-one_title {
	margin-bottom: 30px;
}
.comment-one .comment-one_single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ece9e0;
	padding-bottom: 60px;
	margin-bottom: 60px;
	-webkit-box-align: top;
	-ms-flex-align: top;
}
 @media only screen and (max-width: 767px) {
.comment-one .comment-one_single {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
}
.comment-one .comment-one_content {
	position: relative;
	margin-left: 15px;
}
 @media only screen and (max-width: 767px) {
.comment-one .comment-one_content {
	margin-top: 20px;
	margin-left: 0;
}
}
.comment-one .comment-one_content font{ color:#999;}
.comment-one .comment-one_content h3 {
	margin: 0;
	font-size: 20px;
	color: var(--theme-black);
	margin-bottom: 24px;
}
.comment-one .comment-one_content p {
	font-size: 16px;
	font-weight: 500;
	
	/****超出3行省略****/
overflow : hidden; 
text-overflow: ellipsis; 
display: -webkit-box; 
-webkit-line-clamp: 3; 
-webkit-box-orient: vertical; 

padding:0px;
line-height:1.3em; min-height:3.9em;
margin-bottom:20px;
	
}
.comment-one .comment-one_btn {
	color: var(--theme-color-light);
	background-color: var(--theme-color1);
	font-size: 14px;
	height: auto;
	line-height: initial;
	padding: 8px 25px 10px;
	position: absolute;
	right: 0;
	bottom: -40px;
}
.comment-one .comment-one_btn:hover {
	background-color: var(--theme-color2);
	color: var(--theme-color-dark);
}
.comment-one .comment-one_image { 
	position: relative;
	display: block;
	-webkit-box-flex: 130px;
	-ms-flex: 130px 0 0px;
	flex: 130px 0 0; 
}
.comment-one .comment-one_image img{ border-radius:10px;}
.comment-form .comment-form_title {
	margin-top: -7px;
}
