@charset "utf-8";
/*315*/
.mediaBox{
	clear: both;
	padding:00px;
	overflow: hidden;
}
.mediaBox .media{
	margin:0px;
	width:50%;
	float: left;
	display: table;
	table-layout: fixed;
	/*border-bottom: solid 1px #CCC;*/
	margin-bottom: 20px;
}
.mediaBox.forlist .media{
	margin-bottom: 0px;
	width:100%;
}
.mediaBox .media-left{
	width:90px;
}
.mediaBox .media-body{
	width:auto!important;
}
.mediaBox .media-left img.m1{
	width:80px;
	height: 80px;
	max-width: 100px;
}

.mediaBox  .media-heading {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 10px
}

/*btn-fdf*/
.btn-fdf,a.btn-fdf{
	color:#FFF;
	background:linear-gradient(0deg,rgba(254,182,2,1),rgba(253,254,3,1));
	border:none;
	border-radius: 10px;
	padding:3px 10px;
}
.btn-fdf:focus {
	color:#FFF;
	background:linear-gradient(0deg,rgba(254,182,2,1),rgba(253,254,3,1));
	border:none;
}
.btn-fdf:hover {
	color:#FFF;
	background:linear-gradient(0deg,rgba(254,182,2,1),rgba(253,254,3,1));
	border:none;
}
.btn-fdf:active,
.btn-fdf.active,
.open > .dropdown-toggle.btn-fdf{
	color:#FFF;
	background:linear-gradient(0deg,rgba(254,182,2,1),rgba(253,254,3,1));
	border:none;
}
/*btn-fdf*/


/*swiper11*/
.swiper11{
	padding:20px;
	border:solid 1px #ddd;
	height: 320px;
}
.swiper11 .swiper-slide{
	width:100%;
	height: 380px;
}
.swiper11PaginationBg{
	background:#ddd;
	height:20px;
	top:auto;
	bottom:0;
}
/*swiper11*/


/*面板问答*/
.boxContain{
	/* table-layout: fixed; */
}
.panel {
	margin:0px;
}
.panel .panel-heading{
	background-color:#EEEEEE
}
.panel .numWidth{
width:40px;
text-align: center;
color:#DE5041;
}
.panel .testTit{
width:50px;
font-weight: 800
}
.panel .testDesc{
	width:670px;
	font-weight: 800;
}
.panel  .see{
	width:40px;
color:#DE5041;
}
.panel-collapse .pbody{
	/*border:solid 1px red;*/
	padding:10px 30px;
}
.daan{
	color:#DE5041;
}
.daanText{
	text-indent:30px;
}
/*面板问答END*/

/*视频列表页面*/
.upTime{
	float: right;
	color:#888;
	font-size: 14px;

}
.upPeo{
	float: right;
	margin-right: 20px;
	color:#888;
	font-size: 14px;
}
/*视频列表页面END*/

/*20200311*/

	.title315{
		font-size:16px;
		font-weight:bold;
		color:rgba(32,32,32,1);
		text-align: center;
		padding:15px 0px;
	}

	.desc315{
		background-color:#CCC;
		line-height:40px;
		height: 40px;
		padding-left: 30px
	}

	.content315{
		background-color:#EEE;
		padding:20px 30px;
		text-indent:30px;
		margin-bottom: 30px;
		min-height: 200px;
		word-wrap:break-word;
		word-break:break-all;
		text-align:justify;
	}
/*20200311END*/


/*315end*/