.main_content {
	margin-bottom: 15px;
	margin-top: 15px;
}

.sw_group {
	padding: 30px 30px 0px 30px;
	background-color: #fff;
	height: 248px;
}

.sw_group .silder-box-1 {
	border-radius: 4px;
	overflow: hidden;
}

.sw_group .silder-box-1 img {
	display: block;
	width: 100%;
	height: 248px;
	object-fit: cover;
}

.sw_group .silder-box-1 .swiper-pagination {
	text-align: right !important;
	padding-right: 10px;
	box-sizing: border-box;
}

.sw_group .silder-box-1 .swiper-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 2px;
	border-radius: 0;
}

.sw_group .silder-box-1 .swiper-pagination .swiper-pagination-bullet-active {
	color: #2990f7;
}

.filter_box {
	padding: 0 30px;
	background-color: #fff;
	padding-top: 30px;
}

.filter_box .tabs-nav-wrap .tab-nav {
	float: left;
	margin-right: 20px;
	cursor: pointer;
	position: relative;
}

.filter_box .tabs-nav-wrap .tab-nav .nav_p {
	font-size: 16px;
	line-height: 36px;
	height: 36px;
	color: #333;
}

.filter_box .tabs-nav-wrap .tab-nav.active .nav_p {
	font-weight: 700;
}

.filter_box .tabs-nav-wrap .tab-nav.active:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	width: 70%;
	left: 15%;
	height: 4px;
	border-radius: 2px;
	background-color: #2990f7;
}

.filter_box .tabs-nav-wrap .tab-nav:hover .nav_p {
	color: #2990f7;
}

.list-news-box {
	float: left;
	width: 895px;
}

.list-news-box,.sider {
	border-top: 4px solid #2990f7;
}

.list-news {
	background: #fff;
	padding: 25px 34px;
}

.list-news li {
	padding: 35px 0;
	border-bottom: 1px #ededed solid;
}

.list-news li:last-child {
}

.list-news .img-wrap {
	float: left;
	width: 180px;
	height: auto;
	position: relative;
}

.list-news .img-wrap .img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

.list-news .img-wrap .img img:hover {
	transform: scale(1.1);
}

.list-news .img-wrap .img img {
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.list-card .img-wrap .img img,.list-news .img-wrap .img img {
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

.list-news .img-wrap img {
	display: block;
}

.list-news .img-wrap .badge {
	position: absolute;
	width: 56px;
	height: 24px;
	padding-left: 5px;
	top: 12px;
	left: -5px;
	background-color: #2990f7;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
}

.list-news .text {
	margin-left: 210px;
}

.list-news .text-title {
	font-size: 20px;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-news .text-title a {
	color: #111111
}

.list-news .text-title:hover a {
	color: #2990f7;
}

.list-news .summary a {
	color: #777;
}

.list-news .summary {
	line-height: 25px;
	color: #777;
	padding: 20px 0 0;
	margin-bottom: 15px;
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.list-news .info {
	color: #999;
	line-height: 18px;
	font-size: 14px;
}

.list-news .info .author {
	float: left;
}

.list-news .info .author em {
	display: inline-block;
	font-style: normal;
	vertical-align: middle;
	margin: 0 5px;
	font-weight: 700;
}

.info:after {
	content: '';
	display: block;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}

.list-news li.none_img .text {
	margin-left: 0;
}

.list-news li.none_img .summary {
	height: auto;
}

.list-news li.three_img .text {
	margin-left: 0;
}

.list-news li.three_img .text-title {
	margin-bottom: 20px;
}

.list-news li.three_img .summary {
	height: auto;
}

.list-news li.three_img .img-wrap {
	margin-right: 30px;
	width: calc( 33.33333333% - 20px);
}

.list-news li.three_img .img-wrap:last-child {
	margin-right: 0;
}

.page .load-more {
	display: block;
	height: 60px;
	margin: 0;
	line-height: 60px;
	border: 1px #f0f0f0 solid;
	text-align: center;
	color: #bbb;
	font-size: 16px;
}

.page .load-more:hover {
	background-color: #f1f1f1;
	color: #2990f7;
}

.tuijian-new-box {
	float: right;
}

.detail-sider {
	float: right;
	width: 284px;
}

.detail-sider .hot-news {
	background: #fff;
	padding: 35px 25px 10px;
}

.detail-sider  .hot-news .title {
	display: inline-block;
	font-size: 17px;
	height: 17px;
	line-height: 17px;
	border-left: 3px #59cac2 solid;
	padding-left: 10px;
	font-weight: 400;
}

.detail-sider  .hot-news li {
	padding: 20px 0;
	border-bottom: 1px #ededed solid;
}

.detail-sider  .hot-news .text-title {
	font-size: 16px;
	font-weight: 400;
}

.detail-sider  .hot-news .text-title:hover a {
	color: #2990f7;
}

.detail-sider  .hot-news .info {
	padding-top: 15px;
	color: #999;
	line-height: 18px;
	font-size: 14px;
}

.detail-sider  .hot-news .info .author {
	float: right;
}

.detail-sider  .side-cooperation {
	margin-top: 15px;
}

.detail-sider  .side-cooperation img {
	display: block;
	max-width: 100%;
}

.detail-content {
	background: #fff;
	padding: 35px 35px 35px;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 30px;
}

.detail-content .title {
	font-size: 30px;
	line-height: 50px;
	font-weight: 400;
}

.detail-content .info {
	color: #999;
	line-height: 18px;
	font-size: 14px;
}

.detail-content .info .author {
	float: right;
	margin-top: 30px;
}

.detail-content .info .tags {
	padding: 25px 0 40px;
}

.detail-content .content * {
	max-width: 100%;
}

.operate {
	width: 100%;
	padding-bottom: 30px;
	font-size: 12px;
	background-color: #fff;
}

.operate .item_zan {
	position: relative;
	padding-top: 44px;
	text-align: center;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	box-sizing: border-box;
	border: solid 1px #C9C9C9;
	margin: 0 auto;
	cursor: pointer;
}

.operate .item_zan .icon {
	font-size: 20px;
	color: #999;
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -10px;
}

.operate .item_zan.active #zanCount {
	color: #2990f7;
}

.operate .item_zan.active .icon {
	color: #2990f7;
}

.detail-recomment {
	background: #fff;
	padding: 30px 35px 35px;
	margin-top: 15px;
}

.detail-recomment .title b {
	display: inline-block;
	font-size: 17px;
	height: 17px;
	line-height: 17px;
	border-left: 3px #59cac2 solid;
	padding-left: 10px;
	font-weight: 400;
}

.detail-recomment .text-title {
	font-size: 30px;
	line-height: 50px;
	padding-top: 30px;
}

.detail-recomment .info {
	color: #999;
	line-height: 18px;
	font-size: 14px;
}

.detail-recomment .info .author {
	float: left;
	margin-top: 30px;
}

.detail-recomment .info .tags {
	margin-top: 30px;
	float: right;
}