body{
	background-color: #f6f6f6;
}

.topWrapper{
	margin: 10px auto 20px auto;
	padding: 30px;
	background-color: #fff;
}

.leftimg img{
	position:inherit ;
	z-index: 2;
	display: inline-block;
	width: 450px;
	height: 276px;
	
}


.leftimg{
	position: relative;
}
.leftimg:after{
    z-index: 0;
    position: absolute;
    content: "";
    bottom: 18px;
    right: 2px;
    left: auto;
    width: 50%;
    top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.topWrapper .leftimg{
	margin-right: 23px;
}
.topWrapper .leftimg ,
.topWrapper .rightMsg{
	display: inline-block;
	
} 
.topWrapper .rightMsg{
	width: 660px;
	vertical-align: top;
	color: #333;
}

.rightMsg .MsgTitle{
	font-size: 24px;
	font-weight: normal;
	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 25px;
	
}
.rightMsg .courseLever{
	margin-bottom: 25px;
}
.rightMsg .courseLever .msgTipLine{
	display: inline-block;
	font-weight: normal;
	margin-right: 12px;

}
.rightMsg .courseLever .msgTip{
	display: inline-block;
	font-weight: normal;
	border: 1px solid #3498DB;
	padding: 0px 10px;
	color: #3498DB;
	  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; 
  border-radius: 2px;
  margin-right: 10px;

}
.rightMsg .courseIntr{
	text-indent:2em;
	color: #808080;
	margin-bottom: 30px;
    height: 88px;
}
.rightMsg  .addscore{
	height: 25px;
	line-height: 25px;
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.col999{
	color: #999;
}
.gredit{
	display: inline-block;
	cursor: pointer;
	color: #E77E22;
}
.gredit span{
	border: 1px solid #999;
	color: #999;
	 width: 16px;
	 height: 16px;
	line-height: 16px;
	text-align: center;
	display: inline-block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
													
}
.rightMsg  .addscore .labtxt{
	display: inline-block;
	vertical-align: middle;
}
.rightMsg  .addscore #scoreTools{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.rightMsg  .addscore #scoreTools img{
	display: inline-block;
	height: 25px;
	vertical-align: middle;
	
}
.rightMsg  .addscore #scorePoint{
	font-size: 30px;
	color: #fe7f02;
	vertical-align: bottom;
	display: inline-block;
	line-height: 22px;
	margin-right: 5px;
}

.albottom{
	display: inline-block;
	vertical-align: bottom;
	line-height: 15px;
}
.operation{
	display: inline-block;
	width: 48%;
	vertical-align: top;
	    padding-left: 30px;
}
.btn-2,.btn-3{
	
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
  	-webkit-transition: 0.5s;
  	transition: 0.5s;
	position: relative;
	text-transform: uppercase;
  	overflow: hidden;
  	    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.btn-2{
	display: inline-block;
	border:1px solid #E77E22 ;
	color: #E77E22;


}


.btn-2 {
  color: #E77E22;
}
.btn-2:before {
	z-index: 1;
	  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #fe7f02;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-2:after {
	z-index: 1;
	  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #fe7f02 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-2:hover {
  color: #fff !important;
}
.btn-2:hover:before {
  border-width: 90px 0 0 90px;
}
.btn-2:hover:after {
  border-width: 0 90px 90px 0;
}
.btn-2:active {
  background: #0c4a57;
}
.btn-2 span{
	position:inherit ;
	z-index: 2;
}

.btn-3{
	float: right;
	background-color:#fe7f02 ;
	color: #fff;
	border:1px solid #fe7f02 ;

}


.btn-3:before {
	z-index: 1;
	  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-3:after {
	z-index: 1;
	  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-3:hover {
  color: #fe7f02 !important;
}
.btn-3:hover:before {
  border-width: 90px 0 0 90px;
}
.btn-3:hover:after {
  border-width: 0 90px 90px 0;
}
.btn-3:active {
  background: #0c4a57;
}
.btn-3 span{
	position:inherit ;
	z-index: 2;
}


/*main-wrapper*/
/*left*/
.main-wrapper .leftContent{
	display: inline-block;
	width: 920px;
	margin-right: 13px;

}
.leftContent .tabContent{
		
}
.fixedTab{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
    background-color: #efefef;
    border-bottom: 1px solid #e6e6e6;
}
.fixedTab .fixedsubtab{
	position: relative;
background-color: #efefef;
}
.fixedTab .fixedsubtab ul{
	display: inline-block;
	width: 920px;
	    vertical-align: middle;
}
.fixedTab .fixedsubtab .fixedBtnLine{
	display: inline-block;
	    vertical-align: middle;
}

.btn-4,.btn-5{
	
	width: 250px;
	height: 40px;
	line-height: 40px;
	text-align: center;
		  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
	  position: relative;
	    text-transform: uppercase;
  overflow: hidden;
}
.btn-4{
	display: inline-block;
	border:1px solid #fe7f02 ;
	color: #fe7f02;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}


.btn-4 {
  color: #E77E22;
    background-color: #fff;
}
.btn-4:before {
	z-index: 1;
	  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #E77E22;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-4:after {
	z-index: 1;
	  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #E77E22 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-4:hover {
  color: #fff !important;
}
.btn-4:hover:before {
  border-width: 150px 0 0 150px;
}
.btn-4:hover:after {
  border-width: 0 150px 150px 0;
}
.btn-4:active {
  background: #0c4a57;
}
.btn-4 span{
	position:inherit ;
	z-index: 2;
}

.btn-5{
	float: right;
	background-color:#fe7f02 ;
	color: #fff;
	border:1px solid #fe7f02 ;

}


.btn-5:before {
	z-index: 1;
	  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-5:after {
	z-index: 1;
	  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-5:hover {
  color: #fe7f02 !important;
}
.btn-5:hover:before {
  border-width: 150px 0 0 150px;
}
.btn-5:hover:after {
  border-width: 0 150px 150px 0;
}
.btn-5:active {
  background: #0c4a57;
}
.btn-5 span{
	position:inherit ;
	z-index: 2;
}


.fixedTab .fixedsubtab li{
	display: inline-block;
	
	
}
.fixedTab .fixedsubtab li a{
	display: inline-block;
	padding: 14px 31px;
	color: #333;
	
}

.fixedTab .fixedsubtab .tabActive{
	border-top: 4px solid #039ae3;
	color: #039ae3;
	
}
.leftContent .tabContent .subtab{
	border-bottom: 1px solid #e6e6e6;
	background-color: #fff;
}
.leftContent .tabContent .subtab li{
	display: inline-block;
	
	color: #333;
	
}
.leftContent .tabContent .subtab li a{
	display: inline-block;
	padding: 14px 31px;
	color: #333;
	
}
.cofe7f02{
	color: #fe7f02;
}
.leftContent .tabContent .subtab .tabActive{
	border-top: 4px solid #3498DB;
	color: #3498DB;
	
}
.tabContent .subContent{
	
	margin-bottom: 20px;
}
.tabContent .subContent .courseJieS{
	background-color: #fff;
	padding: 30px;
}
.subContent .courseJieS .subTitle{
	color:#3498DB ;
	font-size:18px;
	font-weight: normal;
	margin-bottom: 10px;
}
.subContent .courseJieS .subTitle .leftbor{
	display: inline-block;
	width: 6px;
	height: 20px;
	background-color:#3498DB ;
	vertical-align: middle;
	border: none;
	margin-right: 5px;
}
.subContent .courseJieS .jieSCon{
	color: #333;
}

.teaCon .teaconLine{
	padding: 16px 0;
}
.teaCon  img{
	display: inline-block;
	width: 100px;
	height: 100px;
	  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; 
  border-radius: 50%;
  margin-right: 20px;
	
}
.teaCon  .teaInfo{
	display: inline-block;
	    width: 735px;
	    vertical-align: top;

}
.teaCon  .teaInfo .teaHeader {
		    color: #333;
		    margin-bottom: 20px;
}
.teaCon  .teaInfo .teaHeader h4{
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	margin-right: 30px;
}
.teaCon  .teaInfo .teaHeader h4 a{
	color: #3498DB;
}
.teaCon  .teaInfo .teaHeader h4 a:hover{
	color: #ea635d;
}
.teaHeader span{
	margin-right: 5px;
}
.teaCon  .teaInfo .teaMsg{
	color: #808080;
	line-height: 2em;
	margin-bottom: 10px;
}
.teaInfo .showOpera a{
	color: #3498DB;
}

textarea{
	box-sizing: content-box;
}



.subContent .studentLine li{
	display: inline-block;
		  margin: 10px 5px 5px 5px;
}
.subContent .studentLine {
	
}
.subContent .studentLine li img{
	width: 80px;
	height: 80px;
	display: inline-block;


}
.subContent .studentLine li a{
	display: block;
	text-align: center;
	color: #333;
			overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 80px;

}
.subContent .studentLine li a:hover{
	
	color: #fe7f02;
}





/*right*/
.rightContent{
	display: inline-block;
	width: 260px;
	vertical-align: top;
	
}
.rightContent .conBlock{
	margin-bottom: 20px;
	background-color: #fff;
}
.rightContent .conBlock .conHeader{
	height: 55px;
	line-height: 55px;
	padding-left: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.rightContent .conBlock .conHeader h3{
	display: inline-block;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	border-left: 6px solid #3498DB;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	width: 160px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	    vertical-align: middle;
}

.rightContent .conBlock .conHeader a{
	color: #b2b2b2;
		height: 20px;
	line-height: 20px;
	display: inline-block;
	    vertical-align: middle;
}
.rightContent .conBlock .conHeader a:hover{
	color: #fe7f02;

}
 .conBlock .conbody .stuLine li{
	display: inline-block;
		  margin: 10px 5px 10px 5px;
}
.conBlock .conbody .stuLine {
	padding: 20px;
}
.conBlock .conbody .stuLine li img{
	width: 60px;
	height: 60px;
	display: inline-block;
	  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;

}
.conBlock .conbody .stuLine li a{
		display: block;
	text-align: center;
	color: #333;
		overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 60px;

}
.conBlock .conbody .stuLine li a:hover{
	
	color: #fe7f02;
}

.conBlock .conbody .othercourseLine{
	padding-bottom: 30px;
}

    
.conBlock .conbody .othercourseLine li{
	padding: 15px 20px 0 20px;
}
.conBlock .conbody .othercourseLine li img{
	display: inline-block;
	width: 220px;
	height: 134px;
}
.conBlock .conbody .othercourseLine li a{
	color: #333;
	font-weight: bold;
}
.conBlock .conbody .othercourseLine li a:hover{
	text-shadow: 2px 2px 5px #999;
}
.conBlock .conbody .othercourseLine li .cofe7f02{
	margin-right: 5px;
}


/*other*/
.comments-content {
	margin-bottom: 0px !important;	
}
.otherWrapper {
	margin-bottom: 5px;
}
.otherWrapper .otherHeader h2{
	display: inline-block;
	font-weight: normal;
	font-size: 16px;
	color: #333;
	padding: 10px 0;
	border-bottom: 2px solid #039ae3;
}
.otherWrapper .otherBody{
	padding-top: 20px;
}

.otherWrapper .otherBody li{
	display: inline-block;
	background-color: #fff;
	padding: 14px 14px 20px 14px;
	width: 285px;
	
	vertical-align: top;
	margin:0 13px 15px 0;
}
.otherWrapper .otherBody li:last-child{
	margin-right: 0px;
}
.otherWrapper .otherBody li img{
	display: inline-block;
	width: 257px;
	height: 166px;
	border: 1px solid #f1f1f1;
}
.otherWrapper .otherBody li img:hover{
-webkit-box-shadow: 2px 4px 8px #999;
    box-shadow: 2px 4px 8px #999;
    transition: box-shadow .5s;
    -moz-transition: box-shadow .5s;
    -webkit-transition: box-shadow .5s;
    -o-transition: box-shadow .5s;
	
}


.otherWrapper .otherBody li a{
	display: block;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
		overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.otherWrapper .otherBody li a:hover{
	text-shadow: 2px 2px 5px #999;
}
.otherWrapper .otherBody li p span{
	margin-right: 5px;
}


			.scorelayer {
				vertical-align: middle;
				display: inline-block;
				position: relative;
				width: 148px;
				height: 28px;
			}
			
			.scorelayer1 {
				position: absolute;
				top: 0;
				left: 0;
				width: 148px;
				height: 28px;
				z-index: 1;
			}
			
			.scorelayerMask {
				position: absolute;
				top: 0;
				left: 0;
				width: 148px;
				height: 28px;
				z-index: 2;
				
			}
			#addScoreAlert{
				padding: 28px 90px;
			
			}
			.scoreAlert{
				
				
				
			}
			.scoreAlert h2{
				text-align: center;
				font-size: 22px;
				caption-side: #333;
				font-weight: normal;
				margin-bottom: 5px;
			}
			.scoreAlert p{
				text-align: center;
				font-weight: normal;
				font-size: 14px;
				color: #a9a9a9;
			}
			.scoreAlert .scoreContent{
				margin: 20px 0;
				
			}
			.scoreAlert .scoreContent .sc-row{
				font-size: 14px;
				color: #999;
				margin-bottom: 10px;
			}
			.scoreAlert .scoreContent label{
				float: left;
				margin-top: 5px;
			}
			.scorecol{
				text-align: center;
				cursor: pointer;
			  float: left;
			    width: 170px;
			    height: 30px;
			    line-height: 30px;
			    
			}
 .scoreAlert .scorecol img{
	display: inline-block;
}
.scoreAlert .scoreText{
	font-size: 30px;
    color: #fe7f02;
    vertical-align: bottom;
    display: inline-block;
    line-height: 22px;
    margin-right: 5px;
}
.scoreAlert .scorebtns{

	text-align: center;
}
.scoreAlert .scorebtn{
	font-size: 14px;
	display: inline-block;
	width: 105px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.scoreAlert .scorebtns .sc1{
	color:#fff ;
	background-color:#E77E22 ;
	margin-right: 30px;
}
.scoreAlert .scorebtns .sc1:hover{
	background-color:#fff;
	color: #E77E22;
	border: 1px solid #E77E22;
}
.scoreAlert .scorebtns .sc2{
	color: #E77E22;
	border: 1px solid #E77E22;
}
.scoreAlert .scorebtns .sc2:hover{
	color:#fff ;
	background-color:#E77E22 ;
}


