.flex {
	display: flex;
}

.fdcl {
	flex-direction: column;
	/* 垂直排列 */
}

.flex1 {
	flex: 1;
}

.aic {
	align-items: center;
}

.jsp {
	justify-content: space-between;
}

.fwrap {
	flex-wrap: wrap;
}

.border1 {
	height: .02rem;
	background: #E6E6E6;
}

.weizhi {
	height: .6rem;
	line-height: .6rem;
	font-size: .24rem;
	color: #999999;
	margin-left: .2rem;
	margin-top: .2rem;
}

.weizhi>a {
	color: #999999;
}

.yszx_aboutlist span {
	color: #b3b3b3 !important;
	margin-right: .04rem;
}

.yszx_aboutlist>li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: .02rem dashed #E6E6E6;
	line-height: .8rem;
	font-size: .26rem;
}

.yszx_aboutlist>li:last-child {
	border: none;
}

.video-cover img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

.jingxuan,
.watch {
	margin: .2rem;
}

.jingxuan>a {
	display: block;
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
	border-bottom: 1px solid #e6e6e6;
}

.jingxuan>a:last-child {
	border: none;
}

.jingxuan .video-item {
	width: 100%;
	list-style: none;
	display: flex;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	border-bottom: none !important;
}

.yszx_aboutlist {
	margin: .2rem;
	margin-top: 0;
}

.yszx_aboutlist>li {
	border: none;
}

.watch>a {
	margin-right: .37rem;
	margin-bottom: .20rem;
	position: relative;
}

.watch>a:nth-child(2n) {
	margin-right: 0;
}

.watch>a>img {
	position: absolute;
	top: .15rem;
	left: .15rem;
	width: 1.26rem;
	height: .51rem;
}

.watch .index_name {
	margin: 0;
}

.watch .index_name>img {
	width: 3.36rem;
	height: 1.98rem;
	border-radius: .10rem;
}

.watch .index_name>figcaption {
	width: 3.36rem;
	line-height: .6rem;
	font-size: .28rem;
	color: #333333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.more {
	margin: .2rem;
	height: .80rem;
	line-height: .8rem;
	background: #F5F5F5;
	border-radius: .06rem;
	display: flex;
	justify-content: center;
	color: #999999;
}

.more>img {
	margin-top: .35rem;
	margin-left: .12rem;
	width: .2rem;
	height: .1rem;
}

.tab_wenda {
	margin: 0 .2rem;
	margin-top: .4rem;
}

.tab_wenda>.like_item {
	padding-bottom: .2rem;
	border-bottom: 1px dashed rgba(230, 230, 230, 1);
	margin-bottom: .3rem;
	margin-top: 0 !important;
}

.like_title {
	margin-bottom: .2rem;
	overflow: hidden;
	font-size: .30rem;
	color: rgba(51, 51, 51, 1);
}
.border_none{
	border: none!important;
}
.hide{
	display: none;
}
.like_title span {
	color: white;
	margin-right: .3rem;
	font-size: .24rem;
	text-align: center;
	width: .5rem;
	height: .5rem;
	line-height: .5rem;
	background: #12BBB7;
	border-radius: .12rem .12rem .12rem 0px;
}

.like_content>span {
	display: block;
	margin: .04rem .15rem 0 0;
	color: white;
	margin-right: .3rem;
	font-size: .24rem;
	text-align: center;
	width: .5rem;
	height: .5rem;
	line-height: .5rem;
	background: rgba(243, 152, 0, 1);
	border-radius: .12rem .12rem 0 .12rem;
}

.like_answer {
	font-size: .26rem;
	color: #808080;
	line-height: .42rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.tab_wenda>div:nth-last-child(2){
	border: none!important;
}

.view_all {
	position: relative;
	height: 0.02rem;
	background: #E6E6E6;
	margin-bottom: .50rem;
	margin-top: .20rem;
}

.view_all>div {
	position: absolute;
	top: -.2rem;
	left: 50%;
	color: #808080;
	height: .44rem;
	width: 3rem;
	margin-left: -1.50rem;
	font-size: .26rem;
	color: #999999;
	line-height: .44rem;
	justify-content: center;
	background-color: #fff;
}

.view_all>div>img {
	margin-left: .15rem;
	width: .2rem;
	height: .2rem;
}

/* 列表页改版 */
.mix_content_list .video_style{overflow: hidden;}
.mix_content_list .video_style .leftimg{
	width: 2.54rem;
	height: 1.5rem;
	position: relative;
	margin-right: 0.25rem;
	border-radius: 0.12rem;
	overflow: hidden;
}
.mix_content_list .video_style .leftimg img{
	width: 100%;
	height: 100%;
}
.mix_content_list .video_style .leftimg img:nth-of-type(2){
   width: 0.5rem;
   height: 0.5rem;
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -0.25rem;
   margin-top: -0.25rem;
}
.mix_content_list .video_style .leftimg span{
	position: absolute;
	display: block;
	width: 0.6rem;
	height: 0.24rem;
	background: rgba(0,0,0,0.5);
	border-radius: 0.08rem;
	color: #FFFFFF;
	font-size: 0.16rem;
	text-align: center;
	line-height: 0.24rem;
	right: 0.14rem;
	bottom: 0.14rem;
}
.mix_content_list .video_style .right_content h3{
	font-size: 0.3rem;
	font-weight: bold;
	margin-bottom: 0.2rem;
	line-height: 0.36rem;
	max-width: 4.2rem;
}
.mix_content_list .video_style .right_content p{
	color: #999999;
	line-height: 0.36rem;
	font-size: 0.26rem;
	max-width: 4.28rem;
	margin: 0;
	max-width: 4.2rem;
}
.diandian{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.duodiandian{
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.mix_content_list .ask h3 span {
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    background: #12bbb7;
    border-radius: 0.12rem 0.12rem 0.12rem 0;
    margin-right: 0.2rem;
    font-size: 0.24rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.4rem;
}
.mix_content_list .ask p span {
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    background: #F39800;
    border-radius: 0.12rem 0.12rem 0.12rem 0;
    margin-right: 0.2rem;
    font-size: 0.24rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.4rem;
}
.mix_content_list .ask p{
	margin-bottom: 0;
}

.new_audio_list li {
    border-bottom: 1px dashed #E6E6E6;
    padding: 0.15rem 0;
}
.new_audio_list li h3 {
    font-size: 0.3rem;
    font-weight: bold;
}
.new_audio_list li p {
    font-size: 0.26rem;
    color: #808080;
    line-height: 0.42rem;
	margin: 0.1rem 0;
}
.new_audio_list .author_info img {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    margin-right: 0.08rem;
}
.new_audio_list .author_info div {
    width: 3.37rem;
    height: 0.6rem;
    background: url(../images/audio.png) no-repeat;
    background-size: cover;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.6rem;
    color: #999999;
}
.new_audio_list .author_info .time_length {
    color: #12BBB7;
    margin-left: 0.2rem;
}
.new_audio_list{padding: 0 0.2rem;}
.fl{float: left;}
.fr{float: right;}

