@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2018-08-23 09:21:55
 * @version $Id$
 */
.content {
    margin-top: -.94rem;
    overflow: hidden;
}
.path {
    position: relative;
    left: .52rem;
}
.path:before {
    content: "";
    display: inline-block;
    background: url(../img/article/left.png) no-repeat;
    background-size: cover;
    width: .12rem;
    height: .19rem;
}
.path a {
    color: #000;
}
.search {
	position: relative;
	width: 6.58rem;
	margin: .4rem auto 0;
	font-size: .24rem;
}
.search-text {
	width: 5.33rem;
	height: .51rem;
	background-color: #ebebeb;
	border: 0;
	border-radius: .25rem;
	padding-left: .9rem;
}
.search-num {
	position: absolute;
	right: 0;
	top: 0;
	line-height: .51rem;
}
.search-icon {
	position: absolute;
	left: .2rem;
	top: .1rem;
	width: .43rem;
	height: .34rem;
}
.video {
	width: 6.58rem;
	margin: .4rem auto 0;
}
.video li {
	margin-bottom: .5rem;
}
.item {
	position: relative;
	width: 6.73rem;
	height: 4.55rem;
	overflow: hidden;
	border-radius: .4rem;
	box-shadow: 0 5px 5px #ebebeb;
	border: 1px solid #ebebeb;
}
.item-video {
	height: 3.68rem;
	overflow: hidden; 
}
.item-title {
	position: relative;
	border-top: 2px solid #dd0c72;
	background-color: #fff;
	height: 1rem;
}
.item-new {
	position: absolute;
	left: .2rem;
	top: .3rem;
	width: .5rem;
	height: .28rem;
}
.item-videoPlay {
    position: absolute;
    left: 2.77rem;
    top: 1.04rem;
    width: 1.05rem;
    height: 1.05rem;
}
.video-time {
	margin-left: .3rem;
	font-size: .19rem;
}
.video-title {
	font-size: .26rem;
	margin-left: .6rem;
	line-height: .8rem;
}
.item-title a {
	position: absolute;
	bottom: .2rem;
	right: .3rem;
	font-size: .2rem;
	color: #000;
}
.item-title a:after {
    content: "";
    display: inline-block;
    background: url(../img/images/dayhao.png) no-repeat;
    background-size: cover;
    width: .1rem;
    height: .16rem;
}
.more {
	width: 2.95rem;
	height: .58rem;
	margin: .8rem auto 1rem;
}
.exper-video {
	height: 3.68rem;
	border-top-left-radius:.4rem;
	border-top-right-radius:.4rem;
	object-fit: fill;
}