﻿@charset "utf-8";
.banner,
.swiper-slide,
.swiper-container {
	border-radius: 3px;
	list-style-type: none;
}
.j-slider .swiper-slide {
	width: 25%;
	margin-right: 20px;
}
.swiper-slide a {
	display: block;
}
.swiper-container {
	float: left;
	width: 77%;
	margin-bottom: 10px;
}
.banner {
	margin: 0 0 10px;
}
.swiper-slide img {
	width: 100%;
	height: 380px;
	display: block;
	border-radius: 3px;
}
h3.slide-title {
	position: absolute;
	z-index: 1;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 40px 15px 16px;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
	box-sizing: border-box;
	background: #333;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
}
.slide-title a {
	display: block;
	color: #fff;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}
.swiper-container-horizontal .swiper-pagination {
	width: auto;
	right: 15px;
	left: auto;
	bottom: 25px;
	z-index: 2;
	height: 6px;
	font-size: 0;
	transition: none;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 6px;
	border-radius: 6px;
	margin: 0 3px;
	background-color: #fff;
	opacity: 0.5;
}
.swiper-pagination-bullet-active {
	width: 18px;
	opacity: 1;
	background: #007aff;
}
.swiper-pagination-bullet:hover {
	opacity: 1;
	background: #007aff;
}
.swiper-button-next,
.swiper-button-prev {
	background-image: none;
	width: 30px;
	height: 30px;
	text-align: center;
	opacity: 0;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
	opacity: 0.5;
}
.swiper-button-next {
	right: -20px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.swiper-button-prev {
	left: -20px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.swiper-container:hover .swiper-button-next {
	right: 0;
}
.swiper-container:hover .swiper-button-prev {
	left: 0;
}
.swiper-button-next i,
.swiper-button-prev i {
	vertical-align: -3px;
}
.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
	opacity: 0.8;
}
.feature-post {
	float: right;
	width: 23%;
	padding-left: 10px;
	box-sizing: border-box;
}
.feature-post li {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	list-style-type: none;
}
.feature-post li img {
	height: 120px;
	width: 100%;
	display: block;
	border-radius: 3px;
	list-style-type: none;
}
.feature-post li h3 {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	font-weight: normal;
}
.feature-post li h3 a {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
	text-overflow: ellipsis;
}

.sticky-more {
	float: right;
	font-size: 0;
}
.sticky-more div {
	position: static;
	display: inline-block;
	width: 26px;
	height: 24px;
	color: #aaa;
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	background: 0 0;
	vertical-align: top;
	opacity: 1;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.swiper-sticky-prev {
	margin-right: 8px;
}
.sticky-more div:hover {
	background: #206be7;
	color: #fff;
	border-color: #206be7;
}
.j-slider {
	padding: 20px 0 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sticky {
	border-radius: 3px;
	padding: 0 20px 20px;
	background: #fff;
	margin: 0 0 20px;
}
.sticky ul {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.sticky li a {
	position: relative;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
}
.sticky li a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: -webkit-gradient(linear, 0 50%, 0 100%, from(transparent), to(rgba(0, 0, 0, 0.6)));
}
.sticky li img {
	display: block;
	width: 100%;
	height: 126px;
	border-radius: 3px;
}
.sticky-info {
	position: absolute;
	z-index: 2;
	margin: 0 10px 10px;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
}
.sticky li a h3 {
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	margin: 5px 0 0;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-title {
	position: relative;
	background: #fff;
	border-bottom: 1px solid #ddd;
	line-height: 24px;
	height: 51px;
	overflow: hidden;
}
.title-pd {
	padding: 15px 0 13px;
}
.new-articles {
	padding: 0 20px;
	background: #fff;
	border-radius: 3px;
}

.sidebar_widget {
	overflow: hidden;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #eee;
	vertical-align: top;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border-radius: 2px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
	position: relative;
	border-radius: 3px;
}
.sidebar_title {
	font-size: 16px;
	padding: 10px 0;
	margin: 0 15px;
	border-bottom: 1px solid #eee;
	color: #484848;
	font-weight: normal;
	position: relative;
	margin-bottom: 10px;
}

#side_con ul {
	margin-top: -8px;
	padding: 0;
}
#side_con li {
	overflow: hidden;
	padding: 0px 15px;
	line-height: 40px;
	height: 40px;
	position: relative;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
#side_con li:hover {
	background-color: #f5f5f5;
}
#side_con li a {
	height: auto;
	display: block;
	line-height: 20px;
}
#side_con li .hotcom-img {
	display: none;
	width: 100px;
	height: 75px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#side_con li img {
	width: 100px;
	height: 75px;
}
#side_con li .hotcom-left {
	overflow: hidden;
	margin-left: 0;
	text-align: justify;
}
.hot-com-title {
	display: block;
	height: 39px;
	line-height: 39px;
	font-size: 14px;
	word-wrap: break-word;
	color: #555;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.hot-com-clock {
	color: #9a9a9a;
	font-size: 13px;
	font-size: 0.95em;
	line-height: 27px;
	text-align: right;
}
.hot-com-info {
	color: #9a9a9a;
	font-size: 14px;
	line-height: 27px;
}
#side_con li:last-child {
	border-bottom: 1px solid transparent;
}
#side_con li.on {
	padding: 10px 15px;
	height: 73px;
}
#side_con li.on .hotcom-img {
	display: block;
}
#side_con li.on .hot-com-title {
	height: 50px;
	line-height: 175%;
	white-space: normal;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#side_con li.on .hot-com-title span {
	position: absolute;
	left: 15px;
}

#con_one li:hover {
	background: #f5f5f5;
	padding: 0 0 0 5px;
	border-radius: 4px;
}
.hot-com-title span,
.li-icon {
	background: #999;
	font-size: 12px;
	color: #fff;
	line-height: 180%;
	margin: 0 8px 0 0;
	padding: 0 5px 1px;
	border-radius: 2px;
}
span.num1,
.li-icon-1 {
	background: #7d7979;
}
span.num2,
.li-icon-2 {
	background: #ef8f31;
}
span.num3,
.li-icon-3 {
	background: #6bd139;
}

@media (max-width: 1199px) {
	.swiper-container,
	.feature-post {
		width: 100%;
	}
	.swiper-slide img {
		height: 395px;
	}
	.feature-post {
		padding: 0;
		font-size: 0;
		margin-top: 10px;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.feature-post li {
		width: 33.334%;
		margin-right: 15px;
	}
	.feature-post li:last-child {
		margin-right: 0;
	}
	.feature-post li img {
		height: 141px;
	}
	.sticky li img {
		height: 136px;
	}
	.article-list .article-img {
		height: 125px;
	}
	li.first-li .hVPost-thumb img {
		height: 129px;
	}
	.article-list .item-title a {
		display: block;
		max-height: 28px;
		overflow: hidden;
	}
	.article-list .item-author {
		display: none;
	}
	.hVPost-thumb img,
	.hCPost-thumb img {
		width: 80px;
		height: 48px;
	}
	.hVPost-thumb,
	.hCPost-thumb {
		width: auto;
	}
	.hVPost-content,
	.hCPost-content {
		margin-left: 90px;
	}
	p.item-date {
		display: none;
	}
	.cate1-first-article a {
		height: 171px;
	}
	.cate2-article > a {
		height: 169px;
	}
	ul.cate3-articles li a {
		max-width: 75%;
	}
}

@media (max-width: 767px) {
	.navbar-toggle {
		margin: 10px 0;
	}
	.header .header-l .logo {
		height: 56px;
		padding-left: 10px;
	}
	.header .header-l .logo img {
		max-height: 30px;
	}
	.banner,
	.swiper-slide,
	.swiper-container,
	.swiper-slide img {
		border-radius: 0;
	}
	.mt-82 {
		margin-top: 65px;
	}
	.r-action,
	.feature-post li:last-child,
	.item-meta-right {
		display: none;
	}
	.swiper-slide img {
		height: 302px;
	}
	.feature-post li {
		width: 50%;
		margin: 0 3px;
	}

	.feature-post li img {
		height: 155px;
	}
	.sticky li img {
		height: 157px;
	}
	.article-list .article-img {
		width: 35%;
		height: 109px;
	}
	.article-list .item-excerpt {
		display: none;
	}
	.article-list .item-title a {
		max-height: 56px;
		font-size: 16px;
	}
	.article-list .item-content {
		margin-left: 10px;
	}
	.article-list .article-item,
	.article-list .article-ad {
		padding: 15px 0;
	}
	.article-nav {
		padding: 30px 0 0;
	}
	.article-nav div {
		width: 100%;
		float: none;
		padding-right: 0;
		text-align: left;
		padding-left: 0;
	}
	.article-nav div:first-child {
		margin-bottom: 20px;
	}
	.article-nav i {
		display: none;
	}
	.article-nav a {
		display: inline;
	}
	.entry-bottom {
		display: none;
	}
	.msg-img {
		width: 30px;
		height: 30px;
	}
	.msg-info {
		margin-left: 40px;
	}
	.msg-text {
		padding-left: 40px;
	}
	ul.comm-child-msg-list {
		margin-left: 40px;
	}
	ul.comm-child-msg-list > li {
		padding: 15px;
	}
	.new-articles {
		padding: 0 20px;
	}
	.member-body {
		min-width: 300px;
		padding: 30px 0;
	}
	.member-wrap.fade .login-box,
	.member-wrap.fade .reg-box {
		display: block;
		padding: 0 30px;
	}
	.comm-user li {
		float: none;
		width: 100%;
	}
	.comm-user > ul > li:nth-child(odd) > .comm-group,
	.comm-user > ul > li:nth-child(even) > .comm-group {
		margin: 0;
	}
	.comm-sumbit span {
		display: none;
	}
	.cate1-article-box,
	.cate3-article-box {
		width: 100%;
	}
	.cate1-box .cate1-article-box > .cate-articles {
		margin: 0 !important;
	}
	.cate1-first-article a {
		height: 292px;
	}
	.cate-articles ul li {
		width: 50%;
	}
	.cate2-article > a {
		height: 188px;
	}
}

.excerpt-1 {
	border-radius: 4px 4px 0 0;
}

.excerpt {
	border: 1px solid #eaeaea;
	padding: 20px 20px 20px 220px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: -1px;
}

.excerpt .post-linkto {
	text-align: right;
	margin-bottom: 0;
	margin-top: 5px;
}

.excerpt-text {
	padding-left: 20px;
}

.excerpt-text .note {
	margin-bottom: 0;
}

.excerpt-1 {
	border-radius: 4px 4px 0 0;
}

.excerpt-10 {
	border-radius: 0 0 4px 4px;
}

.excerpt:hover {
	background-color: #fdfdfd;
	position: relative;
	z-index: 2;
}

.excerpt .focus {
	float: left;
	margin-left: -200px;
	width: 180px;
}

.excerpt .thumb {
	width: 180px;
	height: 123px;
}

.excerpt header {
	margin-bottom: 10px;
}

.excerpt h2 {
	display: inline;
	font-size: 18px;
	line-height: 1.4;
	margin-top: 0;
	font-weight: bold;
}

.excerpt h2 a:hover {
	color: #45b6f7;
}

.excerpt h2 a span {
	color: #ff5e52;
}

.excerpt h2 a:hover span {
	color: #45b6f7;
}

.excerpt .cat,
.excerpt time,
.excerpt .pv,
.excerpt .pc,
.excerpt .author {
	margin-right: 15px;
}

.excerpt .author img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-right: 7.5px;
	position: relative;
	top: -1px;
}

.excerpt .post-like {
	float: right;
}

.excerpt .post-like.actived {
	color: #45b6f7;
}

.excerpt .note {
	font-size: 14px;
	color: #666;
	word-wrap: break-word;
	line-height: 1.7;
	margin-bottom: 0;
	margin-top: 13px;
	max-height: 46px;
	overflow: hidden;
	text-indent: 2em;
	margin-right: 15px;
}
span.meta-tags {
	display: flex;
	flex-wrap: wrap;
}
.excerpt .meta {
	color: #999;
	font-size: 14px;
	margin: 16px 0 0;
}

.excerpt .meta .fa,
.excerpt .meta .fas {
	margin-right: 6px;
}

.excerpt .meta a {
	color: #999;
}

.excerpt .meta a:hover {
	color: #45b6f7;
}

.list-comments-r .excerpt .meta .pc {
	float: right;
	margin-right: 0;
}

.sticky-icon {
	line-height: 1;
	padding: 4px 5px;
	font-size: 12px;
	background-color: #ff5e52;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
	position: relative;
	margin-right: 10px;
	top: -2px;
}

.excerpt-latest time {
	color: #867877;
}

@media (max-width: 640px) {
	.excerpt {
		border: none;
		margin: 0 0 1px;
		padding: 15px 140px 15px 15px;
		border-radius: 0 !important;
	}

	.excerpt:hover {
		background-color: #fbfbfb;
	}

	.excerpt .focus {
		float: right;
		margin-right: -125px;
		width: 110px;
	}

	.excerpt .thumb {
		width: 110px;
		height: 75px;
	}

	.excerpt header {
		margin-bottom: 0;
		height: 44px;
		overflow: hidden;
		margin-bottom: 12px;
	}

	.excerpt h2 {
		font-size: 16px;
		line-height: 1.4;
		color: #333;
		font-weight: normal;
		text-shadow: 0.2px 0 0 #333;
	}

	.excerpt h2 a span {
		text-shadow: 0.2px 0 0 #ff5e52;
	}

	.excerpt .note {
		display: none;
	}

	.excerpt .author {
		display: none;
	}

	.excerpt .meta {
		font-size: 12px;
		margin-top: 0;
		color: #bbb;
	}

	.excerpt .meta a {
		color: #bbb;
	}

	.excerpt .meta time {
		margin-right: 15px;
		display: none;
	}

	.excerpt .meta .pc {
		display: none;
	}

	.excerpt .meta .zlink {
		display: none;
	}

	.excerpt .meta .post-like .fa {
		display: inline-block;
	}

	.excerpt-sticky header {
		text-indent: 37px;
		position: relative;
	}

	.sticky-icon {
		position: absolute;
		top: 3.5px;
		left: 0;
		font-size: 11px;
		padding: 0;
		text-align: center;
		height: 17px;
		line-height: 17px;
		width: 30px;
		margin-left: 0;
		text-indent: 0;
	}

	.excerpt-text {
		padding-right: 15px;
	}

	.excerpt-text header {
		height: auto;
	}

	.m-excerpt-time .excerpt .meta time {
		display: inline-block;
		margin-right: 10px;
	}

	.m-excerpt-time .excerpt .meta .cat {
		margin-right: 10px;
	}

	.m-excerpt-time .excerpt .meta .pv {
		margin-right: 10px;
	}

	.m-list-thumb-left .excerpt {
		padding-right: 15px;
		padding-left: 140px;
	}

	.m-list-thumb-left .excerpt .focus {
		float: left;
		margin-left: -125px;
	}

	.m-list-thumb-left .excerpt.excerpt-text {
		padding-right: 15px;
		padding-left: 15px;
	}

	.is-firefox .excerpt header {
		height: 60px;
	}

	.is-firefox .excerpt h2 {
		line-height: 1.6;
	}

	.is-firefox .sticky-icon {
		top: 3px;
	}
}

@media (max-width: 360px) {
	.excerpt .meta {
		font-size: 10px;
	}

	.excerpt .meta time {
		margin-right: 8px;
	}
}

.crumb {
	width: 1200px;
	margin: 0 auto;
	color: #767c82;
	margin: 20px auto;
	padding-top: 49px;
}
