@charset "utf-8";

/* css document */

/*筛选条件*/

.query {
	width: 1200px;
	height: auto;
	float: left;
	background: #fff;
	border: 1px solid #ccc;
}
.query .query-main {
	width: 1157px;
	height: auto;
	margin: 0 auto;
}
.query .query-main ul li {
	width: 1157px;
	border-bottom: 1px dashed #ccc;
	color: #666;
	line-height: 35px;
	float: left;
}
.query .query-main ul li a {
	color: #000;
	line-height: 20px;
	font-size: 14px;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: 8px;
	margin-top: 3px;
}
.query .query-main ul li samp {
	width: 1090px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.query .query-main ul li a:hover {
	color: #ffc320;
}
.query .query-main ul li a.active {
	display: block;
	height: 20px;
	line-height: 19px;
	background: #ffc320;
	color: #000;
	border-radius: 25px;
	/*margin-top: 3px;*/
}
.query .query-main ul li span {
	float: left;
	font-size: 14px;
	padding-right: 5px;
}
.query .query-main ul li>a{
	float: left;
	color: #5492ff;
	font-size: 12px;
	padding:0;
	margin:0;
	height: 31px;
	line-height: 31px;
}
.query .query-main ul li>a:hover{
	text-decoration: underline;
	color: #5492ff;
}
.query .query-main ul li>a.active{
	text-decoration: underline;
	color: #5492ff;
	background: transparent;
	line-height: 31px;
	height: 31px;
	margin-top:0;
}

/*听课列表*/
.lectures{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
}
.lectures .tab-search {
	width: 100%;
	height: 48px;
	border: 1px solid #ccc;
	background: #fff;
	float: left;
	margin-bottom: 20px;
}

.lectures .no-list{
	float: left;
	width: 100%;
	text-align: center;
}

.lectures .no-list p{
	float: left;
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 16px;
	text-indent: 18px;
	margin-top: 10px;
}

.tab-search .small-tab {
	float: left;
}
.tab-search .small-tab ul.tab1 {
	float: left;
	height: 48px;
	background: #f5f5f5;
}
.tab-search .small-tab ul.tab1 li {
	width: 90px;
	height: 48px;
	line-height: 48px;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #222;
}
.tab-search .small-tab ul.tab1 li.line{
	float: left;
	width: 1px;
	height: 48px;
	background: #ccc;
}
.tab-search .small-tab ul.tab1 li.active {
	background: #fff;
	color: #fc583d;
}
.tab-search .small-tab ul.tab1 li:hover {
	cursor: pointer;
	color: #fc583d;
}
.tab-search .small-search {
	width: 320px;
	height: 30px;
	float: right;
	background: #036fdc;
	margin: 10px 10px 0 0;
}
.tab-search .small-tab p {
	font-size: 14px;
	color: #666;
	line-height: 50px;
	float: left;
	padding-left: 20px;
}
.tab-search .small-tab p b {
	color: #fc583d;
	font-family: arial;
}
.tab-search .small-search input {
	width: 263px;
	height: 28px;
	background: #effbff;
	text-indent: 10px;
	line-height: 26px;
	color: #666;
	float: left;
	margin: 1px;
}
.tab-search .small-search button {
	width: 55px;
	height: 28px;
	line-height: 28px;
	float: right;
	background: #036fdc;
	font-size: 14px;
	color: #fff;
	float: left;
}
.tab-search .small-search button:hover {
	background: #0268cf;
}
.tab-search>button{
	float: right;
	width: 121px;
	height:32px;
	color: #fff;
	font-size: 14px;
	border-radius: 1px;
	font-size: 14px;
	text-indent: 20px;
	background: url(../../image/listen/list-icon.png) -85px -2px #fc583d no-repeat;
	margin: 8px 10px 0 10px;
}
.tab-search>button:hover{
	background: url(../../image/listen/list-icon.png) -85px -2px #fd4929 no-repeat;
}

.list-content {
	width: 100%;
	float: left;
	margin-top: -3px;
}
.list-content ul {
	float: left;
	margin-bottom: 40px;
}
.list-content ul li {
	width: 216px;
	height: 289px;
	background: #fff;
	float: left;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	margin: 0 11px 20px;
	border:1px solid #e1e1e1;
}
.list-content ul li .pic {
	width: 100%;
	height: 163px;
	float: left;
}
.list-content ul li .pic img {
	width: 100%;
	height: 163px;
	margin: 0 auto;
	display: block;
}
.list-content ul li .mask {
	width: 100%;
	height: 26px;
	float: left;
	background: url(../../image/listen/mask.png) repeat;
	position: relative;
	margin-top: -26px;
}
.list-content ul li .mask em {
	float: right;
	font-style: normal;
	font-family: arial;
	line-height: 26px;
	color: #fff;
	font-size: 12px;
	padding-right: 10px;
}
.list-content ul li .center {
	width: 100%;
	float: left;
}
.list-content ul li .center h5 {
	width: 195px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 8px 0 0 10px;
}
.list-content ul li .center h5 a {
	font-size: 14px;
	color: #000;
	float: left;
	width: auto;
	max-width: 195px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-content ul li .center h5 a:hover {
	color: #fc583d;
}
.list-content ul li .center .bab{
	float: left;
	width: 196px;
	margin:2px 10px;
}
.list-content ul li .center .bab span{
	float: left;
	color: #999;
	font-size: 12px;
	max-width: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-content ul li .center .bab span.line{
	float: left;
	width: 1px;
	height:13px;
	background: #ccc;
	margin: 2px 5px;
}
.list-content ul li .center dl{
	float: left;
	width: 196px;
	margin:5px 10px 19px;
}
.list-content ul li .center dl dt{
	float: left;
	height:18px;
	width: auto;
	padding:0 3px;
	border-radius: 2px;
	line-height: 16px;
	font-size:12px;
	color: #5492ff;
	background: #d9f2ff;
	max-width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-content ul li .center dl dd{
	float: right;
}
.list-content ul li .center dl dd span{
	float: left;
	color: #999;
	font-size: 12px;
	margin-left: 15px;
}
.list-content ul li .center dl dd span i.yl{
	float: left;
	width: 14px;
	height: 10px;
	background: url(../../image/listen/list-icon.png) -10px -200px no-repeat;
	margin: 3px 5px 0 0;
}
.list-content ul li .center dl dd span i.zs{
	float: left;
	width: 12px;
	height: 14px;
	background: url(../../image/listen/list-icon.png) -10px -300px no-repeat;
	margin: 1px 5px 0 0;
}
.list-content ul li .bottom {
	width: 196px;
	margin:0px 10px;
	float: left;
	border-top:1px solid #ccc;
}
.list-content ul li .bottom dl{
	float: left;
	width: 100%;
	margin-top: 7px;
}
.list-content ul li .bottom dl dt{
	float: left;
	color: #999;
	font-size: 14px;
	line-height: 24px;
}
.list-content ul li .bottom dl dt img{
	float: left;
	width:24px;
	height:24px;
	border-radius: 50%;
	margin-right: 5px;
}

.list-content ul li .bottom dl dt p{
	float: left;
	color: #999;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 150px;
}
.list-content ul li .bottom dl dd.jb-icon{
	float: right;
	cursor: pointer;
	width: 15px;
	height:15px;
	background: url(../../image/listen/list-icon.png) -10px -10px no-repeat;
	margin-top: 4px;
}
.list-content ul li .bottom dl dd.jb-icon:hover{
	background: url(../../image/listen/list-icon.png) -10px -100px no-repeat;
	margin-top: 4px;
}
.list-content ul li:hover {
	-webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	cursor: default;
}
