.listview-item-outline {
	display: none;
	width: calc(100% - 20px);
	height: 130px;
	margin-top: 10px;
	margin-left: 10px;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 5px;
}

.listview-item-left {
	display: block;
    position: relative;
    float: left;
    width: 68px;
    height: 68px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    /* margin-left: 10px; */
    /* margin-top: 15px; */
    margin-left: 10px;
    margin-top: 30px;
    border-radius: 50px;
}

.listview-item-left .btn-play {
	display: block;
	position: absolute;
	z-index: 2;
	width: 20px;
    height: 20px;
    left: 27px;
    top: 24px;
	border: none;
}

.listview-item-left .btn-pause {
	display: none;
	position: absolute;
	z-index: 2;
	width: 20px;
    height: 20px;
    left: 25px;
    top: 24px;
	border: none;
}

.listview-item-right {
	    padding-top: 13px;
    display: block;
    position: relative;
    float: left;
    width: calc(100% - 94px);
    height: 100%;
    overflow: hidden;
    margin-left: 15px;
}

.listview-item-right .text {
	display: block;
	font-size: 19px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
}

.listview-item-right .name {
	width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
}

.listview-item-right .short-note {
	display: block;
	font-size: 13px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 5px;
	width: 100%;
}

.listview-item-right .btn-row {
	display: block;
	width: 100%;
	margin-top: 8px;
	margin-left: -5px;
	overflow: hidden;
}

.listview-item-right .btn-row .btn {
	display: block;
	float: left;
	margin-right: 2px;
    width: 50px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	text-align: center;
	font-size: 13px;
	color: #000000;
	padding-top: 30px;
	overflow: hidden;
}

.listview-item-right .btn-row .btn720 {
	background-image: url("../../images/index/btn720.png");
}

.listview-item-right .btn-row .btnNav {
	background-image: url("../../images/index/btnNav.png");
}

.listview-item-right .btn-row .btnVideo {
	background-image: url("../../images/index/btnVideo.png");
}

.listview-item-right .btn-row .btnAi {
	background-image: url("../../images/index/btnAi.png");
}

.listview-item-right .btn-row .btnVr {
	background-image: url("../../images/index/btnVr.png");
}

.listview-item-right .btn-row .btnDetail {
	background-image: url("../../images/index/btnDetail.png");
}

.listBtnOut {
	background-image: url(../../images/index/yd.png);
    display: block;
    float: left;
    /* margin-top: 5px; */
    width: 50px;
    height: 47px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px 47px;
    text-align: center;
    font-size: 13px;
    color: #000000;
    /* padding-top: 30px; */
    overflow: hidden;
}

.listview-item-show-ani {
	animation-duration: 0.7s;
	animation-iteration-count: 1;
}

.listview-bottom-outline {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 30px;
}

.listview-bottom-outline .outline {
	display: block;
	position: relative;
	width: 200px;
	height: 20px;
	overflow: hidden;
	margin: auto;
}

.listview-bottom-outline .outline .line {
	display: block;
	position: absolute;
	z-index: 1;
	border-top: 1px solid #c4c4c4;
	overflow: hidden;
	left: 0px;
	right: 0px;
	top: 9px;
	height: 2px;
}

.listview-bottom-outline .outline .txt {
	display: block;
	position: absolute;
	z-index: 2;
	left: 40px;
	right: 40px;
	top: 0px;
	width: auto;
	height: 20px;
	line-height: 20px;
	background-color: #f6f7fb;
	font-size: 15px;
	color: #c4c4c4;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}


.listview-title-box{
	float: left;
	width: 65%;
}

.distance-html{
	color:#333333;
    margin-left: 8px;
}

.distance-html-img{
	width: 15px;
	margin-left: 10px;
}

.listview-detail-join{
	background-color: #ffde35;
    width: 70px;
    height: 34px;
    float: right;
    background-image: url(../../images/index/join.png);
    background-position: 20% 50%;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    padding-top: 6px;
    padding-left: 30px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 17px 0px 0px 17px;
}