
.panel-head {
    padding: 20px 20px;
    line-height: 1;
    font-size: 20px;
    color: #333;
    background-color: #FFF;
		border-bottom:1px #e6e6e6 solid;
}


.panel-body {
    background-color: #fff;
	 padding: 1px 0 32px 0;
}


 .live-item {
    overflow: hidden;
    padding: 20px 60px;
	border-bottom:1px #e6e6e6 solid;
}
 .live-item:first-child {
    padding-top: 25px;
}
 .live-item:last-child {
    padding-top: 25px;
		border:0;
}

 .live-item .teacher {
    width: 270px;
    float: left;
    text-align: center;
}
 .live-item .teacher img{
    width: 270px;
	height:150px;
}
 .live-item .teacher a {
    display: inline-block;
}
 .live-item .info {
    width: 600px;
    float: left;
    margin:10px 0 0 20px;
}
 .live-item .info h3 {
    font-size: 16px;
    line-height: 1;
    margin: 19px 0 12px;
    font-weight: normal;
}
 .live-item .info h3 a {
    color: #333;
}
 .live-item .info h3 a:hover {
    color: #00be64;
}
 .live-item .info .introduction {
    font-size: 12px;
    color: #666;
    height: 36px;
    overflow: hidden;
}
 .live-item .info .tag {
    padding-top: 10px;
}
 .live-item .info .tag dt {
    width:400px;
    float: left;
    background: url(../images/jstb.png) no-repeat left center;
    padding-left:22px;
    font-size: 12px;
    color: #999;
	line-height:24px;
	height:19px;
}
 .live-item .info .tag dt span{

    color: #333;

}
 .live-item .interactive {
    width: 140px;
    float: right;
}
 .live-item .interactive .status {
    text-align: center;
    padding-top: 10px;
    height: 48px;
    overflow: hidden;
}
 .live-item .interactive .status em {
    font-size: 16px;
    color: #00ad5b;
    position: relative;

    top: 10px;
}
 .live-item .interactive .btn_now {
    display: block;
    width: 137px;
    height: 36px;
    border: 1px solid #00be64;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    border-radius:36px;
    color: #FFF;
    margin: 15px 0;
	background-color: #00be64;
	-webkit-transition: all .5s;
    transition: all .5s;
	
}
 .live-item .interactive .btn_now:hover {
	 border: 1px solid #01a859;
    background-color: #01a859;
    color: #fff;
}
 .live-item .interactive .status span {
    font-size: 14px;
    color: #666;
}
 .live-item .interactive .btn {
    display: block;
    width: 137px;
    height: 36px;
    border: 1px solid #00be64;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    border-radius:36px;
    color: #00be64;
    margin: 15px 0;
	-webkit-transition: all .5s;
    transition: all .5s;
}
 .live-item .interactive .btn:hover {
    background-color: #00be64;
    color: #fff;
}
 .live-item .interactive .btn_over {
    display: block;
    width: 137px;
    height: 36px;
    border: 1px solid #bababa;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    border-radius:36px;
    color: #969696;
    margin: 15px 0;
	-webkit-transition: all .5s;
    transition: all .5s;
}
 .live-item .interactive .btn_over:hover {
    background-color: #969696;
    color: #fff;
}
.live_gd{
	margin-top:30px;
}