@charset "UTF-8";

.clear:after {
	content: "";
	display: block;
	clear: both;
}



.block {
	background-color: #f5f5f5;
}

.block-content {
	display: block;
	
	width: 1300px;
	margin: 0 auto;
	padding-bottom: 0px;
	background-color: #f5f5f5;
	/* padding: 0 65px; */
	box-sizing: border-box;
}

/** */
.searchinputc {
	position: relative;
	width: 860px;
	height: 50px;
	top: 40px;
	margin: 0 auto;
	background-color: #0f69a7;
}

.searchinputc input {
	height: 44px;
	line-height: 44px;
	margin: 3px;
	background-color: #fff;
	border: none;
	width: 718px;
	margin-right: 0;
	padding-left: 10px;
	box-sizing: border-box;
}
.searchinputc button {
	width: 139px;
	height: 100%;
	float: right;
	border: none;
	outline: 0;
	color: #fff;
	background-color: #0f69a7;
	font-size: 18px;
}
.searchinputc .sw {
    position: absolute;
    right: 139px;
    top: 13px;
}

/** */
.c-classify-head {
	padding-bottom: 20px;
	margin-top: 40px;
}

/** */
.clickClassBox {
	margin: 0;
	padding: 10px 30px;
	word-break: break-all; word-wrap : break-word;
	background-color: #fff;
	border-radius: 4px;
	word-wrap: break-word;
}

.clickClassBox>dl {
	padding: 10px 0;
	zoom: 1
}

.clickClassBox>dl:after {
	content: " ";
	clear: both;
	display: table
}

.clickClassBox>dl>dt {
	width: 5em;
	float: left;
	font-size: 1.143em;
	padding: 11px 0;
	color: #999
}

.clickClassBox>dl>dd {
	margin-left: 7.5em;
	zoom: 1
}

.clickClassBox>dl>dd:after {
	content: " ";
	clear: both;
	display: table
}

.clickClassBox>dl>dd>a {
	float: left;
	display: block;
	margin: 10px 7px;
	font-size: 14px;
	background-color: #F7F7F7;
	padding: 0 1.57em;
	line-height: 1.7;
	border-radius: .8em;
	-moz-border-radius: .8em;
	-webkit-border-radius: .8em;
	-ms-border-radius: .8em;
	-o-border-radius: .8em;
	color: #333;
}

.clickClassBox>dl>dd>a:hover {
	color: #0f69a7;
}

.clickClassBox>dl>dd>a.on {
	background-color: #E5F4FF;
	color: #0f69a7;
}

.clickClassBox>dl+dl {
	border-top: solid 1px #eee;
}




/** */
.classListBtnBox {
	width: 880px;
	height: 50px;
	margin-top: 20px;
	padding: 10px 20px;
	background: #fff;
	border-radius: 25px;
	box-sizing: border-box;
	line-height: 30px;
}

.classListBtnBox .l {
	float: left;
}

.classListBtnBox .l>a {
	display: inline-block;
	padding: 0 1em;
}

.classListBtnBox .l>a.on {
	color: #0f69a7;
}

.classListBtnBox .r {
	float: right;
}

.classListBtnBox .r>a {
	display: inline-block;
}

.classListBtnBox .r cite {
	width: 2em;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #999;
	cursor: pointer;
}

.classListBtnBox .r cite.on {
	color: #333;
}

/** */
.outBox {
	margin-top: 20px;
}
.outBox:after {
	content: " ";
	clear: both;
	display: table;
}

.outBox .listright {
	display: none;
}

.outBox.hasRBox .classListBox {
	float: left;
	width: 880px;
}

.outBox.hasRBox .listright {
	display: block;
}

.listright {
	float: right;
	width: 300px;
	background-color: #fff;
}

.listright h2 {
	font-size: 16px;
	line-height: 48px;
	color: #666;
	padding: 0 20px;
	border-bottom: solid 1px #eee;
}

.listright ul {
	padding: 10px 0;
}

.listright ul li {
	zoom: 1;
	background-color: #fff;
	color: #666;
	padding: 10px 20px;
}

.listright ul li a {
	display: block;
	color: inherit;
}

.listright ul li:after {
	content: " ";
	clear: both;
	display: table;
}

.listright ul li .img {
	width: 90px;
	height: 60px;
	float: left;
	margin-right: 10px;
	text-align: center;
}

.listright ul li .img img {
	max-width: 90px;
	height: 60px;
}

.listright ul li h3 {
	font-size: 14px;
	line-height: 17px;
	height: 34px;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 5px;
}

.listright ul li p {
	font-size: 16px;
	line-height: 1.2;
	color: #f26a2f;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}




.classListBox>ul>li {
	position: relative;
	background-color: #fff;
	transition: transform 218ms;
	-moz-transition: transform 218ms;
	-webkit-transition: transform 218ms;
	-o-transition: transform 218ms;
}

.classListBox>ul>li>a {
	display: block;
}

.classListBox>ul .tip {
	position: absolute;
	text-align: right;
}

.classListBox>ul .tip>span {
	display: inline-block;
	background-color: #FF7F69;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding-right: 7px;
	top: 0;
	right: 0;
	position: absolute;
}

.classListBox>ul .tip>span:before {
	content: '';
	position: absolute;
	top: 0;
	left: -12px;
	display: block;
	border-top: solid 12px #FF7F69;
	border-right: solid 6px #FF7F69;
	border-left: solid 6px transparent;
	border-bottom: solid 12px transparent;
}

.classListBox>ul .tag {
	margin-bottom: 10px;
}

.classListBox>ul .tag>span {
	display: inline-block;
	border: solid 1px #eee;
	color: #999;
	padding: 0 9px;
	font-size: 12px;
	line-height: 22px;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-ms-border-radius: 1em;
	-o-border-radius: 1em;
}

.classListBox>ul .liimg {
	width: 270px;
	height: 180px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	-ms-background-size: contain;
}

.classListBox>ul .liimg img {
	height: 100%;
	max-width: 100%;
}

.classListBox>ul .liwc>section h3 {
	color: #333;
	font-size: 16px;
	font-weight: 600;
}

.classListBox>ul .liwc>section h3 .auditionTip {
	margin-left: 10px;
	font-size: 12px;
	color: #2679BD;
}

.classListBox>ul .liwc>section h3 .auditionTip>cite {
	font-size: 16px;
	margin-right: 5px;
}

.classListBox>ul .liwc>section p {
	color: #999;
	height: 3.4em;
	line-height: 1.7;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.classListBox>ul .liwc>article>div {
	font-size: 0;
	height: 48px;
	overflow: hidden;
}

.classListBox>ul .liwc>article>div>span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-top: 2px;
	color: #999;
	font-size: 12px;
	line-height: 20px;
	padding: 0 10px;
	background-color: #F7F7F7;
}

.classListBox>ul .liwc>article>dl>dd {
	color: #999;
	font-size: 0;
}

.classListBox>ul .liwc>article>dl>dd img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #F2F2F2;
	margin-right: -10px;
	border: 1px solid #fff;
	display: none;
}

.classListBox>ul .liwc>article>dl>dd img:nth-of-type(1), .classListBox>ul .liwc>article>dl>dd img:nth-of-type(2),
	.classListBox>ul .liwc>article>dl>dd img:nth-of-type(3) {
	display: inline-block;
}

.classListBox>ul .liwc>article>dl>dd span {
	margin-left: 16px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.classListBox>ul .liwc>article>dl>dt>span {
	font-size: 12px;
	color: #666;
}

.classListBox>ul .liwc>article>dl>dt>em {
	font-size: 14px;
	color: #FF7F69;
}

.classListBox>ul .liwc>article>dl>dt>em>strong {
	font-size: 18px;
}

.classListBox>ul.block {
	margin-top: -10px;
	zoom: 1;
}

.classListBox>ul.block:after {
	content: " ";
	clear: both;
	display: table;
}

.classListBox>ul.block>li {
	float: left;
	width: 280px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	overflow: hidden;
	margin: 10px;
}

.classListBox>ul.block>li>a {
	padding: 30px 12px 0;
}

.classListBox>ul.block>li:hover {
	-moz-transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}

.classListBox>ul.block .tip {
	border-top: solid 1px #FF7F69;
	top: 0;
	right: 0;
	width: 100%;
}

.classListBox>ul.block .liimg {
	display: none;
}

.classListBox>ul.block .liwc>section h3 {
	line-height: 1.4;
	height: 2.8em;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.classListBox>ul.block .liwc>section p {
	display: none;
}

.classListBox>ul.block .liwc>article {
	margin-top: 10px;
}

.classListBox>ul.block .liwc>article>dl>dd {
	padding-top: 10px;
	height: 30px;
	padding-bottom: 10px;
}

.classListBox>ul.block .liwc>article>dl>dt {
	border-top: solid 1px #eee;
	padding: 20px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.classListBox>ul.line>li>a {
	zoom: 1;
	padding: 30px;
}

.classListBox>ul.line>li>a:after {
	content: " ";
	clear: both;
	display: table;
}

.classListBox>ul.line>li:hover {
	background-color: #FAFBFC;
}

.classListBox>ul.line>li+li:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 30px;
	display: block;
	width: 820px;
	height: 1px;
	background-color: #eee;
}

.classListBox>ul.line .tip {
	width: 270px;
	top: 30px;
	right: 580px;
}

.classListBox>ul.line .tag {
	display: none;
}

.classListBox>ul.line .liimg {
	float: left;
}

.classListBox>ul.line .liwc {
	float: right;
	width: 524px;
	height: 180px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.classListBox>ul.line .liwc>article, .classListBox>ul.line .liwc>section
{
	height: 90px;
}

.classListBox>ul.line .liwc>section h3 {
	margin-bottom: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.classListBox>ul.line .liwc>section p {
	font-size: 14px;
}

.classListBox>ul.line .liwc>article {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.classListBox>ul.line .liwc>article>dl {
	zoom: 1;
}

.classListBox>ul.line .liwc>article>dl:after {
	content: " ";
	clear: both;
	display: table;
}

.classListBox>ul.line .liwc>article>dl>dd {
	float: left;
}

.classListBox>ul.line .liwc>article>dl>dt {
	float: right;
	text-align: right;
}

.classListBox>ul.line .liwc>article>dl>dt>span {
	display: block;
}



.coursenull {
  text-align: center;
  padding: 75px 0 100px 0;
  border: 1px solid #eee;
  margin-bottom: 15px;
  background-color: #F9FAFB;
}
.coursenull p {
  margin: 20px 0 5px 0;
}
.coursenull a {
  font-size: 14px;
  color: #3f7cb2;
}
.coursenull a span {
  color: #a6a7a9;
  margin-left: 5px;
  font-size: 18px;
  vertical-align: 17%;
}


.classListBtnBox .r cite.on {
    color: #333;
}

.s-more {
    text-align: center;
    position: relative;
    top: -1px;
    border-top: 1px solid #ddd;
    transition: border-color .15s ease-in-out;
}

.s-more .sm-wrap {
    position: relative;
    display: inline-block;
    margin-top: -1px;
    height: 28px;
    line-height: 28px;
    padding: 0 40px 0 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #FFF #DDD #DDD;
    background: #fff;
    cursor: pointer;
    color: #333;
    transition: border-color .15s ease-in-out;
}

.s-more .sm-wrap i {
    position: absolute;
    right: 16px;
    top: 4px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/andisk/images/search.ele.png) no-repeat 4px 7px;
}


.s-more .sm-wrap.opened i {
    background-position: 4px -27px;
}

.clickClassBox .small {
    height: 96px;
    overflow:hidden;
}