@font-face {
  font-family: 'icomoongf';
  src:  url('./gffonts/icomoon.eot');
  src:  url('./gffonts/icomoon.eot') format('embedded-opentype'),
    url('./gffonts/icomoon.ttf') format('truetype'),
    url('./gffonts/icomoon.woff') format('woff'),
    url('./gffonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

a.t {
	text-decoration: underline
}

a.t:hover {
	color: #f30;
	text-decoration: underline
}

.cf {
	zoom: 1
}

.cf:after {
	content: ".";
	display: block;
	clear: both;
	font-size: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden
}

.left {
	float: left
}

.right {
	float: right
}

.fnone {
	float: none
}

.middle {
	float: left
}

.tleft {
	text-align: left
}

.tright {
	text-align: right
}

.tcenter {
	text-align: center
}

.dis {
	display: block
}

.undis {
	display: none
}

.sanjiao {
	border-width: 20px;
	border-color: transparent transparent #ccc transparent;
	border-style: dashed dashed solid dashed;
	width: 0;
	height: 0;
	overflow: hidden
}

.clcikActive {
	color: #fff;
	background: #33b0c4;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px
}

.crumb {
	display: none
}

@media ( min-width :768px) {
	.crumb {
		display: block;
		zoom: 1;
		line-height: 50px
	}
	.crumb:after {
		content: " ";
		clear: both;
		display: table
	}
	.crumb p {
		color: #999
	}
	.crumb p a {
		padding: 0 10px
	}
	.crumb p span {
		padding-left: 10px
	}
}

body {
	background-color: #f4f4f4
}

.searchinputc {
	width: 860px;
	height: 50px;
	margin: 45px auto;
	background-color: #0D96EC;
	position: relative
}

.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 .sw {
	position: absolute;
	right: 139px;
	top: 13px
}

.searchinputc .sw a {
	display: inline-block;
	background-color: #f2f2f2;
	color: #5FBC88;
	height: 25px;
	line-height: 25px;
	padding: 0 8px;
	margin-right: 7px
}

.searchinputc button {
	width: 139px;
	height: 100%;
	float: right;
	border: none;
	outline: 0;
	color: #fff;
	background-color: #0D96EC;
	font-size: 18px
}

.searchinputc span {
	position: absolute
}

.c-classify-head {
	padding-bottom: 20px
}

.c-classify-head b {
	font-weight: 400
}

.c-classify-head span {
	color: #333;
	position: relative;
	display: inline-block;
	line-height: 25px;
	padding: 0 7px;
	background-color: #fff;
	border: 1px solid #fff;
	margin-left: 28px
}

.c-classify-head span>i {
	display: inline-block;
	-moz-transform: scale(.6);
	-webkit-transform: scale(.6);
	-o-transform: scale(.6);
	transform: scale(.6)
}

.c-classify-head span:before {
	font-family: icomoon;
	content: "\f022";
	position: absolute;
	left: -20px
}

.c-classify-head span:hover {
	border-color: #5FBC88
}

.c-classify-head span:hover:after {
	color: #5FBC88
}

.h6 {
	color: #666;
	padding-bottom: 20px
}

.clickClassBox {
	background-color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 10px 30px
}

.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: #0D96EC
}

.clickClassBox>dl>dd>a.on {
	background-color: #0D96EC;
	color: white;
}

.clickClassBox>dl+dl {
	border-top: solid 1px #eee
}

.classListBtnBox {
	width: 880px;
	height: 50px;
	background: #fff;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	padding: 10px 20px;
	box-sizing: border-box;
	-webkit-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: #0D96EC
}

.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
}

.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: 250px;
	height: 150px;
	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;
	display:none;
}

.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: block;
}

.classListBox>ul.block .liwc>section h3 {
	line-height: 2.8em;
	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;
	display:none;
}

.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
}

.outBox {
	zoom: 1
}

.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
}



.wrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;
}

.icon-block:before {
	font-family: 'icomoongf' !important;
    content: "\e963";
}

.icon-l1:before {
	font-family: 'icomoongf' !important;
    content: "\e947";
}
.icon-x:before {
	font-family: 'icomoongf' !important;
    content: "\e9dd";
}


.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;
}