﻿/*最新课程分类样式*/
.peixun-kecheng{width:1200px;margin:0 auto 20px;overflow:hidden;border:1px solid #eee;border-top:none;box-shadow:0 0 0 1px #eee;border-radius:5px 5px 4px 4px;}
.kecheng-fl-pc{overflow:hidden;padding:10px 0;}
.peixun-kecheng a{display:inline-block;text-align:center;padding:10px 20px;line-height:1;border-radius:15px;box-sizing:content-box;margin:5px 0;color:#666;font-size:14px;}
.peixun-kecheng a.on,.peixun-kecheng a:hover{color:#ff700a;transition:color 200ms ease-in;}

.post-loop-card, .post-loop-image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: -10px -10px 10px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.post-loop-card .item, .post-loop-image .item {
	width: 33.33%;
	padding: 10px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:22px;
}

.post-loop-card .item-inner, .post-loop-image .item-inner {
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
	-webkit-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s
}
.post-loop-card .item-inner:hover, .post-loop-image .item-inner:hover {
	-webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.15);
	box-shadow: 0 2px 10px 3px rgba(0,0,0,.15);
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	-webkit-transition: all .2s ease-in 0s;
	-o-transition: all .2s ease-in 0s;
	transition: all .2s ease-in 0s
}
.post-loop-card .item-inner:hover .item-video:after, .post-loop-card .item-inner:hover .item-video:before, .post-loop-image .item-inner:hover .item-video:after, .post-loop-image .item-inner:hover .item-video:before {
	opacity: 1;
	-webkit-transition: all .2s ease-in 0s;
	-o-transition: all .2s ease-in 0s;
	transition: all .2s ease-in 0s
}
.post-loop-card .item-inner:hover .item-thumb img, .post-loop-image .item-inner:hover .item-thumb img {
	opacity: .9;
	-webkit-transition: all .2s ease-in 0s;
	-o-transition: all .2s ease-in 0s;
	transition: all .2s ease-in 0s
}
.post-loop-card.cols-4 .item, .post-loop-image.cols-4 .item {
	width: 25%
}
.post-loop-image .item-img {
	position: relative
}
.post-loop-card .item-img .item-category, .post-loop-image .item-img .item-category {
	position: absolute;
	left: 10px;
	top: 15px;
	padding: 4px 8px;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	background: rgba(0,0,0,.6);
	border-radius: 3px
}
.post-loop-card .item-img .item-category:hover, .post-loop-image .item-img .item-category:hover {
	color: #fff;
	text-decoration: none;
	background: #009688
}
.post-loop-card .item-thumb, .post-loop-image .item-thumb {
	display: block
}
.post-loop-card .item-thumb img, .post-loop-image .item-thumb img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s
}
.post-loop-image .item-thumb img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.post-loop-card .item-video, .post-loop-image .item-video {
	position: relative;
	display: block
}
.post-loop-card .item-video:after, .post-loop-card .item-video:before, .post-loop-image .item-video:after, .post-loop-image .item-video:before {
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	-webkit-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s
}
.post-loop-image .item-video:after, .post-loop-image .item-video:before {
	left: 50%;
	top: 50%;
	width: 44px;
	margin-left: -22px;
	margin-top: -22px
}
.post-loop-image .item-video:before {
	height: 44px
}
.post-loop-card .item-video:before, .post-loop-image .item-video:before {
	z-index: 1;
	content: "";
	background: rgba(0,0,0,.6)
}
.post-loop-image .item-video:before {
	opacity: .8
}
.post-loop-card .item-video:after, .post-loop-image .item-video:after {
	z-index: 1;
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cpath d='M341.333 290.987v442.026c0 33.707 37.12 54.187 65.707 35.84L754.347 547.84a42.667 42.667 0 000-72.107L407.04 255.147a42.581 42.581 0 00-65.707 35.84z' fill='%23fff'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 32px
}
.post-loop-image .item-video:after {
	height: 44px
}
.post-loop-card .item-title {
	margin: 0
}
.post-loop-image .item-title {
	margin: 0;
	padding: 15px;
	font-size: 16px;
	font-weight: 500
}
.post-loop-card .item-title a, .post-loop-image .item-title a {
	line-height: 1.4;
	/*height: 44.8px;*/
	color: #262626;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-decoration: none
}
.post-loop-card .item-title a:hover, .post-loop-image .item-title a:hover {
	color: #009688
}
.post-loop-card .item-title .sticky-post, .post-loop-image .item-title .sticky-post {
	display: inline-block;
	padding: 0 5px;
	margin-top: 1px;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	background: #1abc9c;
	border-radius: 3px;
	vertical-align: top
}
.post-loop-card .item-meta, .post-loop-image .item-meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 14px;
	font-size: 12px
}
.post-loop-image .item-meta {
	padding: 0 15px 15px;
	color: #828282;
	overflow: hidden
}
.post-loop-card .item-meta-left, .post-loop-image .item-meta-left {
	white-space: nowrap
}
.post-loop-card .item-meta-right, .post-loop-image .item-meta-right {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.post-loop-card .item-meta-li {
	margin-left: 5px
}
.post-loop-image .item-meta-li {
	margin-left: 5px;
	color: #828282
}
.post-loop-card .item-meta-li .wi, .post-loop-image .item-meta-li .wi {
	font-size: 14px;
	vertical-align: top
}
.post-loop-card .item-meta-li.a, .post-loop-image .item-meta-li.a {
	text-decoration: none
}
.post-loop-image .item-img {
	overflow: hidden
}
.post-loop-image .item-img:before {
	padding-top: 62.5%;
	content: "";
	display: block
}
.post-loop-image .item-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
.post-loop-image .item-meta-items {
	padding: 0 15px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 14px
}
.post-loop-image .item-meta-items .item-meta-li {
	margin: 0 20px 0 0;
	display: inline-block!important
}
.post-loop-image .item-meta-items .item-meta-li .wi {
	line-height: inherit
}
.post-loop-image .item-meta-items .item-meta-li:last-child {
	margin-right: 0
}
.post-loop-image .item-meta-author {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
	line-height: 20px;
	border-top: 1px solid rgba(239,239,239,.9);
	color: #5a5a5a;
	font-size: 12px
}
.post-loop-image .item-meta-author .avatar {
	line-height: inherit;
	color: inherit
}
.post-loop-image .item-meta-author .avatar:hover {
	color: #009688
}
.post-loop-image .item-meta-author .avatar img {
	width: 20px;
	height: 20px;
	margin-right: 3px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top
}
.post-loop-card .item-inner {
	position: relative
}
.post-loop-card .item-inner:before {
	display: block;
	padding-top: 62.5%;
	content: ""
}
.post-loop-card.cols-5 .item-wrap {
	padding: 12px
}
.post-loop-card.cols-5 .item-video:after, .post-loop-card.cols-5 .item-video:before {
	right: 12px;
	bottom: 37px
}
.post-loop-card.cols-5 .item-video .item-title {
	padding-right: 64px
}
.post-loop-card.cols-5 .item-title {
	font-size: 15px;
	padding: 0 12px;
	bottom: 35px
}
.post-loop-card.cols-5 .item-meta {
	padding: 0 12px;
	bottom: 12px
}
.post-loop-card .item-img {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat
}
.post-loop-card .item-img:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60%;
	background: -o-linear-gradient(top, transparent, rgba(0,0,0,.5));
	background: linear-gradient(180deg, transparent, rgba(0,0,0,.5));
	content: "";
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.post-loop-card .item-wrap {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.post-loop-card .item-wrap:hover {
	text-decoration: none
}
.post-loop-card .item-video:after, .post-loop-card .item-video:before {
	left: auto;
	top: auto;
	right: 15px;
	bottom: 44px;
	width: 36px;
	height: 36px;
	margin: 0
}
.post-loop-card .item-video:before {
	opacity: .8
}
.post-loop-card .item-video:after {
	line-height: 36px;
	font-size: 26px;
	opacity: .8
}
.post-loop-card .item-video .item-title {
	padding-right: 66px
}
.post-loop-card .item-title {
	position: absolute;
	bottom: 40px;
	left: 0;
	max-height: 44px;
	overflow: hidden;
	padding: 0 15px;
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2
}
.post-loop-card .item-meta {
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	padding: 0 15px;
	margin-top: 10px;
	color: #fff;
	overflow: hidden;
	opacity: .95
}
.post-loop-card .item-meta-li, .post-loop-card .item-meta-li .fa, .sidebar .widget_nav_menu ul li li li a:hover:after, .sidebar .widget_nav_menu ul li.current-menu-item .sub-menu a:hover:after, .sidebar .widget_nav_menu ul li.current-menu-item a:after, .sidebar .widget_nav_menu ul li.current-post-parent .sub-menu a:hover:after, .sidebar .widget_nav_menu ul li.current-post-parent a:after {
	color: #fff
}
.post-loop-embed {
	margin-bottom: 0;
	padding: 20px 15px!important
}
.post-loop-embed .item {
	padding: 0!important;
	margin: 0!important;
	border-bottom: 0
}
.post-loop-embed .item:hover, .sidebar .widget_nav_menu ul li.current-menu-item .sub-menu a, .sidebar .widget_nav_menu ul li.current-post-parent .sub-menu a {
	background: 0 0
}
.post-loop-embed .item-title {
	margin-bottom: 10px
}
.post-loop-embed .item-title a {
	max-height: 60px
}
.post-loop-embed .item-meta {
	bottom: 0
}
.post-loop-empty {
	padding: 80px 0;
	text-align: center;
	color: #828282
}
.post-loop-empty img {
	display: block;
	margin: 20px auto;
	width: 240px;
	height: auto;
	max-width: 60%
}
.post-loop-empty p {
	margin: 20px 0;
	padding: 0 30px;
	line-height: 1.67
}
