html,body{
	background:#fff;
	font-size: 100%;	
	font-family: 'Dosis', sans-serif;
	color: #818181;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
    color: #252525;
}
li {list-style: none;}
 ul{
	padding: 0;
	margin: 0;
}
a,a:hover,a:visited {text-decoration: none; color: #888;}

h1,h2,h3,h4,h5,h6{
	font-family:"microsoft yahei", 'Righteous', cursive;
}
.padl30 {padding-left: 20px;}
.clear {clear:both; display: block; width: 100%; height: 1px;}
.ls30 {line-height: 30px;}
.bagfff {background: #fff;}
.pad10 {padding:10px}
.mb20 {margin-bottom: 20px;}
/*----*/
.header-top {
    width: 100%;
    background-size: cover;
    min-height: 38px;
    background: #333740;
    display: block;
    border-bottom: solid 1px #efefef;
}
 ul.head-left li {
    display: inline-block;
    text-align: center;
	color:#555;
	font-size:1em;
    padding: 12px 0;
}
ul.head-left li span {
    margin-right: 0.5em;
    color:#FFFFFF;
}
ul.head-left li:nth-child(2) {
    margin-left: 0.9em;
}
.head-right{
	float:right;
	margin-top: 0.5em;
}
.head-right li{
	float: left;
	margin: 0 10px;
	color: #fff!important;
}
.head-right a {
	color: #fff!important; padding: 0 5px;
}
.head-right a.orgfont {color: coral!important;}
.erer {display: inline-block; margin-left: 10px;}
i.syico {display: block;vertical-align:  middle;background: url(../images/png.png);}
i.syico.ewm {width: 20px;height: 20px;background-position: -194px -8px;}

/*----*/
.social .link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px dashed #12A7CA;
  background-clip: content-box;
  padding:7px;
  transition: .5s;
  color: #D7D0BE;
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.2);
}

.social .link span {
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    font-size: 2em;
}

.social .link:hover {
  padding: 12px;
  color: white;
  margin-left: -5px;
  transform: translateX(10px) rotate(360deg);
}

.social .link.google-plus {
  background-color: tomato;
  color: white;
}

.social .link.twitter {
  background-color: #00ACEE;
  color: white;
}

.social .link.facebook {
  background-color: #C69C6C;
  color: white;
}
/*----*/
.head-left{
	float:left;
}
/*-- //header --*/
.top-nav a {
  position: relative;
  display: inline-block;
  margin:0px;
  color: #F29556;
  text-decoration: none;
  font-weight: 400;
  font-size: 1em;
}

.top-nav a:hover,
.top-nav a:focus {
  outline: none;
}
@media only screen and (max-width:680px ) {
	.top-nav {float: left!important;}
	.top-nav a{display: block;}
	
}

.sy-menu {
  width: 120px;
  background-color: transparent;    
  cursor: pointer;  
  border-color: #12A7CA; 
}

.sy-menu:hover {
  border-color: #C69C6C;  
}


.sy-menu span:nth-child(1) {
  color: #858484; 
}


.sy-menu span:nth-child(2) {
  color: #f55555; 
}


.sy-menu span {
  font-size: 1em;
  letter-spacing: 3px;
}
.sy-menu {
  position: relative;
  box-sizing: border-box;
  padding: 0;
  border-style: none;
  height:58px;
  display: inline-block;
}
.sy-menu span {
  position: absolute;
  box-sizing: border-box;
  display: block;
}
.sy-menu>:first-child {
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
}
.sy-menu span.cur {position: relative;}
.sy-menu span.cur:after {content: "";display: inline-block;width: 60%;position: absolute;left: 20%;right: 20%;bottom: 2%;border-bottom: solid 3px #f55555;}
.sy-menu>span span {
  width: inherit;
  text-align: center;
  -moz-transition: opacity 0.6s ease, top 0.5s ease;
  -webkit-transition: opacity 0.6s ease, top 0.5s ease;
  transition: opacity 0.6s ease, top 0.5s ease;
}
.sy-menu>span>span:nth-child(1) {
  opacity: 1;
  top: 18px;
}
.sy-menu>span>span:nth-child(2) {
  top: 37px;
  opacity: 0;
}
.sy-menu:hover>span>span:nth-child(1) {
  opacity: 0;
  top: 2px;
}
.sy-menu:hover>span>span:nth-child(2){
  opacity: 1;
  top: 18px;
}


/*----*/
.head {
	padding: 1em 0em;	
}
/*----*/
.logo{
	float:left;
	display: block;
	width: 220px;
	height: 80px;
	background: url(../images/logo.png) 100% no-repeat;
	content: "";
	vertical-align: middle;
}
@media (max-width: 480px){
	.header-top {display: none;}
	.logo {width: 100px;margin-top: 8px;height: 40px;}
}

/*--header-menu--*/
.top-nav{
	float:right;
	margin-top: 0.8em;
	position: relative;
}
nav.navbar.navbar-default {
    background: none;
    border: none;
	margin: 0;
}
.head-t {
    border-bottom: 1px dashed #C69C6C;
}

@media only screen and (max-width:680px ) {
	.listW{left: 130px; width: 120px; top: 0; box-shadow: none;}
}
/*--//header--*/
.pd-tabs {
	line-height: normal;
	outline: none;
	padding: 0;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #e0e0e0;
    margin: 15px 0 70px;
	height: 18px;
	text-align: left;
	width: 100%
}

.pd-tabs li a {
	border-bottom: none;
	color: #39342e;
	margin-right: 0px;
	text-decoration: none;
	font-size: 20px;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	padding: 0 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
@media (max-width:479px) {
.pd-tabs li a {
	font-size: 18px
}
}
@media (min-width:480px) and (max-width:767px) {
.pd-tabs li a {
	font-size: 16px
}
}
.pd-tabs li.active a {
	background: none repeat scroll 0 0 #fff;
	color: #39342e;
	padding: 12px;
	border: none
}
.nav-tabs.pd-tabs>li>a {
	margin-right: 0px;
	line-height: 1.42857143;
	border: 0px solid #999;
	padding: 0px 15px;
	background: #fff;
	    color: #cdcdcd;
}
.pd-tabs li:first-child a {
	/* padding-left: 0px; */
	padding-right: 8px;
	color: #333;
	font-size: 24px;
}

.nav-tabs>li {
	float: none;
	margin-bottom: -1px;
	display: inline-block;
	margin-right: 0px
}
.nav-tabs>li.divider {
	border-right: 1px solid #e0e0e0;
	color: #ccc;
	display: inline;
	height: 20px;
	margin-left: 0px;
	margin-right: 0px;
	width: 1px;
}
@media (max-width:767px) {
.nav-tabs>li {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 6px
}
.nav-tabs>li.divider {display: none;}
}
.boxshow {box-shadow: 1px 2px 10px #939393;z-index: 3;position: relative;}
/*footer*/
.footer-grids {background: #4b4b4b;color: #fff;padding: 50px 0;}
.footer-bottom {background: #4b4b4b; color: #ccc; padding: 10px;}
.footer h4 {color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.footer-grids p,.footer-grids a {    color: #ccc; line-height: 1.6rem;}
.footer-grids img {/* margin: 0 auto; */display: block;width: 130px;}
.tcenter {text-align: center;}
/*index*/
.menu-list{ clear: both;  padding: 10px 0; }
.menu-list dl {    display: block;    padding: 8px 0;    margin: 0;}
.menu-list dl dt {    float: left;    width: 40px;    color: #aaa;    font-weight: 400;    text-align: left;    margin: 0;    line-height: 22px;}
.menu-list dl dd {    display: block;    overflow: hidden;    margin: 0;}
.menu-list dl dd a {padding: 3px 10px;    margin: 0 5px;    line-height: 22px;    display: inline-block;    color: #333;    text-decoration: none;}
.menu-list dl dd a.cur {background:#f55a5b; color:#fff}
.bagf7 {background: #f7f7f7;}
a.more {font-size: 14px;float: right;line-height:  20px;padding-right: 10px;}

.sy_mswk{margin:20px 5px;background: #f7f7f7;}
.sypad5 {padding: 5px 5px 15px 5px; width:25%; float: left;}
.sypad52 {padding: 5px 5px 15px 5px; width: 20%; float: left;}
.sypad51 {padding: 5px 10px 15px; width: 50%; float:left;}
.sy_mswk dl,.dcard dl { position: relative; width: 100%; height:auto; cursor: pointer; background-color: #FFFFFF;  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01); -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.sy_mswk dl:hover,.dcard dl:hover { -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15); box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15); -webkit-transform: translate3d(0, -2px, 0); -moz-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); }
.sy_mswk dl dt  {overflow: hidden; }
.sy_mswk dl dt img {
-moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; -webkit-transition: all 1s ease 0s; transition: all 1s ease 0s;
}
.sy_mswk dl:hover dt  img { 
 -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
.jiaobiao {background: url(../images/png.png) no-repeat;display:block;position:absolute;top:0;right:0;width: 80px;height: 40px; line-height: 40px; text-align: center; color: #fff; font-style: normal;}
.jiaobiao.j01{background-position:-100px 0}
.jiaobiao.j02{background-position:-10px 0}
.sy_mswk dd{line-height:30px;color: #888;font-size:12px;padding:0 5px;padding-bottom: 10px;}
.sy_mswk dd.tit{font-weight:bold;font-size:14px;height: 30px;overflow: hidden;width: 98%;white-space: nowrap;text-overflow: ellipsis;margin-bottom:  0;}
.sy_mswk dd font{ color:#f00; font-size:16px;}
.sy_mswk dd em{ margin-left: 10px; }
.sy_mswk dd a.btn_yellow{ font-weight:bold;}
.sy_mswk dl:nth-child(4n){margin-right: 0px;}
.sy_mswk dl  .item-status { position: absolute; width: 100%; height: 30px; line-height: 30px; font-size: 14px; color: #fff; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000');
background-color: rgba(0,0,0,.6); margin-top: -30px; overflow: hidden }
.sy_mswk dl .item-status-step {margin-left: 2px;padding:  0 5px;}
.sy_mswk dl dt img{ width:100%; height:auto;  }
.dcard dl {padding: 10px; margin: 0;}
.btop {height:320px; width: 100%; background: url(../img/top01.jpg) center center no-repeat orangered;}
.btop02 {height: 270px;width: 100%;background: url(../img/top02.jpg) center center no-repeat #fe7659;}
.gkk h5 {
    margin-bottom: 20px;
    padding-right: 80px;
    white-space:  nowrap;
    overflow:  hidden;
    text-overflow:  ellipsis;
}
.gkk h5 span {
    color:  red;
    padding-right: 5px;
}
.gkk h6{
    height: 10px;
    margin:  0;
}
.fr {float: right;}
.gkk h3{
    margin-top: 10px;
}
.gkk h3>span{
    float:  right;
    font-size:  14px;
    line-height: 30px;
}
.gkk h3 font.red01{
    color: red;
    font-size: 14px;
}
.gkk h3 font.red01>span{ font-size:26px; font-weight:bold}
.gkk h3 label {
    margin-left:  10px;
    font-size:  16px;
    color:  #999;
    font-weight:  normal;
    text-decoration: line-through;
}
.dqian {display: inline-block;padding: 0 6px; background: #888; border-radius: 5px; color: #fff; line-height: 30px;}
.ls30 {line-height: 30px;}
.ls30 img {width: 30!important;}
.footer h2 {color:#fff;}
.footer li {line-height: 30px;}
.icon {display: inline-block;vertical-align: middle;background: url(../images/png.png);width: 30px;height: 30px;margin-left: 5px;}
.icon.dt {background-position: -234px -9px;}
.icon.tell{background-position: -265px -9px;}
.icon.dh{background-position: -300px -9px;}
.breadcrumbs ul {
	margin: 0px;
	padding: 10px 20px;
}
.breadcrumbs ul li {
	list-style-type: none;
	display: inline
}
.qienr {min-height: 600px;}
.kechengnr table,.kechengnr p {margin-bottom: 20px;}
.kechengnr img {max-width: 90%; display: block; margin: 0 auto;}
.kechengnr table{width: 90%;margin: 0 auto 20px; font-size: 0.8em;}
.kechengnr h4,.kechengnr h2 ,.kechengnr h3 {padding: 5px 5%;}
.kecheng_right {min-height: 200px;}
.red-default {border-color: crimson; color: crimson; margin-right: 10px;}
.fenx {text-align: center; display:block; cursor: pointer;}
.fenx img {margin: 0 auto; display: inline-block; width: 30px;}
.fenx label {color: #aaa; display: block; font-size: 12px;}
.fenx:hover label {color: #666;}
.img100{width: 100%;}
.border1 {border:solid 1px #efefef;}
.dingdan h4.texth4{border-left: solid 3px crimson; padding-left: 20px; margin-top: 20px; margin-bottom: 20px;}
.nofont {color:#aaa; text-decoration: line-through;}
.teacherlist {width: 62px; float: left; margin-right: 20px; position: relative;}
.teacherlist>span {     width: 62px;    height: 62px;    overflow: hidden;    border-radius: 50%;    font-size: 0;    border: 1px solid #f1f1f1;    position: relative; display: block; text-align: center;}
.teacherlist>p {    text-align: center;    color: #666;    font-size: 14px;    height: 17px;    line-height: 17px;    overflow: hidden; margin-top: 20%; text-align: center;}
.teacherlist>label{position: absolute;    right: -74px;    top: 0;    max-width: 120%;    background-image: url(../images/label.png); padding: 0 10px;   width: 74px;    height: 23px;    font-size: 12px;    line-height: 23px;    color: #f0773c;}


/*paihang*/
.ques-list-box:hover {
    cursor: pointer;
    background-color: #f5f5f5;
}
.ques-card-list{
    text-align:left;
}

.ques-card-list li{
    position: relative;
		border-bottom:  solid 1px #efefef;
}

.ques-card-list-noe:before {
    position: absolute;
    z-index: 2;
    top: 6px;
    left: 37px;
    display: block;
    content: '';
    background-position: -115px -44px;
    width: 20px;
    height: 20px;
    background-image:url("../images/icon-body.png");
}
.ques-card-list-two:before {
    background-position: -115px -66px;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 2;
    top: 6px;
    left: 37px;
    display: block;
    content: '';
    background-image: url(../images/icon-body.png);
}
.ques-card-list-three:before {
    position: absolute;
    z-index: 2;
    top: 6px;
    left: 37px;
    display: block;
    content: '';
    background-position: -115px -88px;
    width: 20px;
    height: 20px;
    background-image:url("../images/icon-body.png");
}

.ques-list-box{
    position: relative;
    display: block;
    height: 55px;
    padding: 13px 15px 5px;
}
.ques-list-head{
    position: relative;
    float: left;
    padding-right: 8px;
}
.ques-list-image{
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    z-index: 2;
    margin: 0 auto;
}
.ques-list-image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    content: '';
    border: 2px solid #f87851;
    border-radius: 100%;
}
.ques-list-image img{
    border-radius: 100%;
    width: 33px;
    height: 33px;
    display:block;
    border:none;
}
.ques-list-name{
    overflow: hidden;
    margin-right: 33px;
		width: 30%;
		float: left;
}
.ques-list-fenshu {
	line-height: 35px;
	color: #999;
	width: 30%;
	float: left;
}
.ques-list-name-head{
    line-height: 35px;
    color: #333;
}
.ques-list-name-text{
    font-size: 12px;
    line-height: 16px;
    margin-top: 2px;
    color: #a3a3a3;
}
.ques-list-name-icon{
    font-size: 12px;
    line-height: 24px;
    position: absolute;
    top: 50%;
    right: 14px;
    display: block;
    margin-top: -13px;
    text-align: center;
    color: #fff;
    background-position: 0 -60px;
    width: 25px;
    height: 25px;
    background-image:url("../images/icon-body.png")
}
.ques-list-name-icon01{
    font-size: 12px;
    line-height: 24px;
    display: block;
    text-align: center;
    color: #fff;
		margin-top: 4px;
    background-position: 0 -60px;
    width: 25px;
    height: 25px;
    background-image:url("../images/icon-body.png")
}
.item-icon001{
    background-position: -62px -27px;
    width: 25px;
    height: 25px;
    display:block;
}

.item-icon002{
    background-position: -62px 0;
    width: 25px;
    height: 25px;
}

.item-icon003{
    background-position: -28px -32px;
    width: 25px;
    height: 25px;
}
.phbt {background:#ff6744; color: #fff; margin-top: 20px; padding: 0 20px; line-height: 44px;}
.tableb {display: table; table-layout: fixed; width: 100%;}
.tableb>* {display: table-cell; vertical-align: middle;}
.w10 {width: 10%;}
.w5 {width: 5%;}
.w15 {width: 15%;}

.dTree2 {margin: 0 10px;height:400px;overflow-y:auto;}
.dTree2 ul { line-height:25px;  margin-bottom:20px;}
.dTree2 ul li a{ color:#aaa; font-size:14px;}
.dTree2 ul li a.cur_p {color:#a3a3a3;}
.dTree2 h2 {color:#555; font-size:16px; line-height:32px; height:32px; overflow:hidden; background:url(../images/dot2.png) no-repeat 0 8px; padding-left:20px;}
.dTree2 ul li {background:url(../images/line.png) repeat-y 7px 0;padding-left: 30px;height: 30px;overflow:hidden;}
.play {width: 100%; min-height:415px;}

/*play*/
.btn_p_con { height:50px; line-height:50px; padding:0 10px; border-top:solid 1px #efefef}
.btn_p_con a,.btn_p_con a:visited { display:inline-block; margin-right:20px;}
.btn_p_con a:hover {text-decoration:none; color:#29c21e;}
.btn_p_con a s {display:inline-block; margin-right:5px; width:20px; height:20px; vertical-align:text-bottom; background:url(../images/zan_p.png) no-repeat;}
.btn_p_con a s.ico_03 {background-position:0 -40px;}
.btn_p_con a:hover s.ico_03 {background-position:-20px -40px;}
.btn_p_con a s.ico_05 {background-position:0 -80px;}
.btn_p_con a:hover s.ico_05 {background-position:-20px -80px;}

/*pay*/
.pay {padding: 20px;}
label.xuan{display: block; height:70px; width:100%; position:relative; border-bottom: solid 1px #efefef;}
label.xuan>input {position: absolute; top: 50%; margin-top: -10px; left: 20px;}
label.xuan span.ico {display: inline-block;width: 150px;height: 100%;line-height: 60px;margin-left:  30px; float: left;}
label.xuan span.ico img {width: 40px;height: 40px;vertical-align: middle;margin-right: 10px;}
label.xuan span.mm {float: right; line-height: 60px; padding-right: 30px; display: none;}
label.xuan span.dd { display: none; }
label.xuan.cur span.mm{display: block;}
label.xuan.cur span.dd {display: block; width: 500px; float: left; line-height: 60px;}
.font2b {font-size: 1.6rem; margin-right: 10px;}
.payee {margin-top: 70px;text-align: right;}
.psy span {display: inline-block; padding: 8px; 20px; background:#ff6744; color: #fff; border-radius: 0 0 8px 8px; margin-top: -3px; margin-left: 30px;}

/*typlay*/
.typlay {width: 1000px; margin: 30px auto;}
.typlay .playz a {border:solid 10px #fff;cursor: pointer; box-shadow: 1px 1px 6px #ccc; display: block; position: relative; border-radius: 10px; overflow: hidden;}
.typlay .playz a:hover {box-shadow: 3px 3px 10px #999;}
.typlay .playz a>img {width: 100%; height: 100%;}
.typlay .playz a i {width:200px; height: 200px; display: block; position: absolute; top: 50%; left: 50%; margin-top: -100px; margin-left: -100px; background: url(../images/play/cuo.png);}
.typlay .playz a i.dui {background: url(../images/play/dui.png);}
.typlay .time{line-height: 80px; height: 80px; padding: 10px; margin-bottom: 20px; color: #999; font-size: 18px;}
.typlay .time span {color: #333; font-size: 24px;}
.typlay .time img {width: 40px; height: 40px; vertical-align: middle; margin-right: 10px;}
.backor {background:#ebe5c5;}
.btnplayb {cursor:pointer; width: 70px; height: 70px; display: inline-block;background: url(../images/play/playb.png);}
.btnplayb:hover {background: url(../images/play/playb-on.png);}
.btnplay {cursor:pointer; width: 220px; height: 70px; display: inline-block;background: url(../images/play/play.png);}
.btnplay:hover {background: url(../images/play/play-on.png);}
.btnback {cursor:pointer; width: 80px; height: 80px; display: inline-block;background: url(../images/play/back.png);}
.btnback.r {background-position: -80px 0;}
.btnback:hover {background: url(../images/play/back-on.png);}
.btnback.r:hover {background: url(../images/play/back-on.png);background-position: -80px 0;}
.cjd-tan {width: 1080px;height: 775px;background: url(../images/play/cjd.png);padding: 330px 330px 100px 320px;}
.cjd-tan .cjnr {position: relative;}
.cjnr .zhang {display: block; position: absolute; bottom: 0; right:0; background: url(../images/play/zhang.png); width: 100px; height: 100px; background-size: 100%;}
.cjnr p{color: #7e7e7e;line-height: 30px;text-indent: 2em;}
.cjd-tan a i.btn-replay {cursor:pointer; width: 220px; height: 70px; display: inline-block;background: url(../images/play/replay.png);}
.cjd-tan a:hover i.btn-replay{background: url(../images/play/replay-on.png);}
.cjd-tan a i.btn-next{cursor:pointer; width: 220px; height: 70px; display: inline-block;background: url(../images/play/next.png);}
.cjd-tan a:hover i.btn-next{background: url(../images/play/next-on.png);}

.xuank {background: url(../images/xuanze/xzbg.jpg) top center no-repeat #64e4ff; width:100%; height: 800px;  margin: 0 auto;}
.xuank ul li {width: 16.6%; float: left; text-align: center;}
.xuank ul li a {display: inline-block; margin-top:50px; position: relative; cursor: pointer;}
.xuank ul li a>span {position: absolute; top: 50%; left: 50%; margin-top: -20px; margin-left: -20px; text-align: center; line-height: 40px; width: 40px; font-size: 30px; color: #fff; text-shadow: 1px 1px 5px #999;}


.uit {    border: 1px solid #dddddd; height:20px;     background: #eeeeee url(../images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;    color: #333333;}
.uit>div{    border: 1px solid #e78f08; height:100%;    background: #f6a828 url(../images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;    color: #ffffff;    font-weight: bold;}
.uitp {display: block;line-height: 25px;font-size: 14px!important;text-align: center; color: #666!important;}
.uitp font{font-size: 18px; color:red;}
.pagination>li{width: auto!important; margin: 0;}
.pagination>li a{margin: 0!important;}
.lj a {font-size: 18px;}
.kclist {}
.kclist li { line-height: 40px; border-bottom:solid 1px #ddd; }
.kclist li label {font-weight: normal; color: #666;padding: 0 10px;}
.kclist li span {font-size: 12px; color:#999; width: 100px;padding: 0 10px;}
.kclist li a:hover label {color: orangered; cursor: pointer;}
.kclist li a:hover span {color: orangered; cursor: pointer;}
.gkk h4 {margin-top: 15px; margin-bottom: 15px;}
a.playbt {display: inline-block; width: 237px; height: 69px; background: url(../images/play/btbg.png); color: #fff; text-align: center; line-height: 60px; font-size: 26px; text-shadow: 1px 1px 5px #1c6b65; }