@charset "utf-8";

/* css document */

/*名师工作室-首页 样式*/

.wrap{
	float: left;
	width: 100%;
	min-width: 1280px;
	background: #ececec;
}
.wrap .wrap-main{
	width:1200px;
	margin:0 auto;
}


/*简介*/
.brief-box{
	float: left;
	width: 1198px;
	height: auto;
	border-radius: 3px;
	margin-top: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	border:1px solid #d9d9d9;
}
.brief-box .img-cover{
	float: left;
	width: 100%;
	height:220px;
	position: relative;
}
.brief-box .img-cover>img{
	float: left;
	width:1200px;
	height:220px;
	border-radius: 3px 3px 0 0;
}
.brief-box .img-cover .medal-area{
	float: left;
	width: 55px;
	height:55px;
	text-align: center;
	position: absolute;
	/*top: 68px;*/
	left: 100px;
}
.brief-box .img-cover .medal-area img{
	width: auto;
	height:auto;
	max-width: 55px;
	max-height:55px;
}
.brief-box .img-cover>a{
	float: right;
	width: 108px;
	height:26px;
	border:1px solid #fff;
	font-size: 12px;
	color: #fff;
	background: url(../../image/studio/mask.png) repeat;
	line-height: 26px;
	position: absolute;
	top:10px;
	right:10px;
}
.brief-box .img-cover>a i{
	float: left;
	width: 14px;
	height:13px;
	background: url(../../image/studio/stage-icon.png) -10px -200px no-repeat;
	margin: 7px 5px 0 7px;
}
.brief-box .brief-text{
	float: left;
	width: 100%;
	height: auto;
	background: #fff;
	padding-bottom: 8px;
}
.brief-box .brief-text .text-tit{
	float: left;
	width: 100%;
}
.brief-box .brief-text .text-tit h1{
	float: left;
	width: auto;
	max-width: 950px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 28px;
	color: #333;
	font-weight: bold;
	line-height: 54px;
	margin-left: 20px;
}
.brief-box .brief-text .text-tit>a{
	float:right;
	width: 108px;
	height:26px;
	border: 1px solid #3477ff;
	color: #3477ff;
	font-size: 12px;
	line-height: 26px;
	margin:15px 10px 0 0;
}
.brief-box .brief-text .text-tit>a i{
	float: left;
	width: 14px;
	height:15px;
	background: url(../../image/studio/stage-icon.png) -10px -100px no-repeat;
	margin: 6px 5px 0 8px;
}
.brief-box .brief-text .text-tit>a:hover{
	color: #fff;
	background: #3477ff;
}
.brief-box .brief-text .text-tit>a:hover i{
	background: url(../../image/studio/stage-icon.png) -200px -100px no-repeat;
}
.brief-box .brief-text>dl{
	float: left;
	width: 95%;
	margin:-3px 0 0 20px;
}
.brief-box .brief-text>dl dd{
	float: left;
	width:auto;
	max-width: 165px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size: 16px;
	margin-right: 15px;
}
.brief-box .brief-text>dl dd.star-area i{
	float: left;
	width: 22px;
	height:22px;
	background: url(../../image/studio/stage-icon.png) -10px -10px no-repeat;
	margin-right:10px;
}
.brief-box .brief-text p{
	float: left;
	width: 1170px;
	margin-left: 20px;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin-top: 7px;
}

.brief-box .brief-text pre {
	float: left;
	width: 1170px;
	margin-left: 20px;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin-top: 7px;
	word-wrap: break-word;
	white-space: pre-wrap;
}
.brief-box .brief-text p a{
	color:#ff6d4a;
}
.brief-box .brief-text p a:hover{
	text-decoration: underline;
}

/*tab切换*/
.tab-area{
	float: left;
	width:1198px;
	height:42px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	margin:10px 0;
	background: #fff;
	border:1px solid #d9d9d9;
}
.tab-area ul{
	float: left;
	width: 100%;
	height:42px;
}
.tab-area ul li{
	float: left;
	width: 96px;
	height: 38px;
	color: #222;
	font-size: 16px;
	line-height: 42px;
	cursor: pointer;
	margin: 0 32px 0 25px;
	text-align: center;
	position: relative;
}
.tab-area ul li i.line{
	float: left;
	width: 60px;
	height: 4px;
	background: #3477ff;
	position: absolute;
	bottom:-4px;
	left:17px;
	display: none;
}
.tab-area ul li:hover{
	color: #3477ff;
}
.tab-area ul li.active i.line{
	display: block;
}
.tab-area ul li.active{
	font-weight: bold;
	color: #3477ff;
}
/*tab新增更多*/
.tab-area ul li.more-icon{
	position: relative;
	width: auto;
	margin-right: 0;
}
.tab-area ul li.more-icon a{
	float: left;
	width: auto;
	height: 38px;
	color: #222;
	font-size: 16px;
	line-height: 42px;
}
.tab-area ul li.more-icon a i.mo-icon-mo{
	float: right;
	width:11px;
	height: 7px;
	background: url(../../image/studio/more-icon.png) -10px -10px no-repeat;
	margin: 18px 4px 0 6px;
}
.tab-area ul li.more-icon a:hover{
	color: #3477ff;
}
.tab-area ul li.more-icon a:hover i.mo-icon-mo{
	background: url(../../image/studio/more-icon.png) -10px -30px no-repeat;
}
.tab-area ul li.more-icon.active a{
	color: #3477ff;
	font-weight: bold;
}
.tab-area ul li.more-icon.active a i.mo-icon-mo{
	background: url(../../image/studio/more-icon.png) -10px -30px no-repeat;
}
.tab-area ul li.more-icon dl.more-area{
	float: left;
	width: 164px;
	height: auto;
	background: #fff;
	border:1px solid #ccc;
	position: absolute;
	top:42px;
	right:-52px;
	padding-bottom: 5px;
	z-index: 1;
	display: none;
}
.tab-area ul li.more-icon dl.more-area dd{
	float: left;
	width: 144px;
	height: 33px;
	text-align: center;
	max-width: 144px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding:0 10px;
	line-height: 33px;
	color: #222;
	cursor: pointer;
	margin-top: 3px;
}
.tab-area ul li.more-icon dl.more-area dd.active{
	background: #d8f2ff;
	color: #3477ff;
}
.tab-area ul li.more-icon dl.more-area dd:hover{
	background: #d8f2ff;
	color: #3477ff;
}

/*面包屑*/
.crumb {
	width:1180px;
	float: left;
	height:28px;
	background: url(/image/studio/crumb-bg.png) repeat;
	margin-bottom: 10px;
	padding-left: 20px;
}
.crumb samp {
	line-height: 28px;
	float: left;
	font-size: 12px;
	font-family: simsun;
	color: #666;
}
.crumb ul {
	float: left;
}
.crumb ul li {
	font-size: 12px;
	font-family: simsun;
	color: #3477ff;
	line-height: 28px;
	float: left;
}
.crumb ul li a {
	font-size: 12px;
	font-family: simsun;
	color: #666;
	padding-right: 5px;
}

/*缺省 样式*/
.default{
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
	/*display: none;*/
}
.default .default-icon{
	margin: 0 0 15px 0;
	width: 110px;
	display: inline-block;
}
.default p {
	color: #b3b3b3;
	font-size: 18px;
	width: 100%;
}

/*左侧子菜单样式*/
.urren-lf{
	float: left;
	width: 198px;
	height:auto;
	background: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	padding: 0 10px 5px;
	margin-right: 10px;
	margin-bottom: 50px;
}
.urren-lf button{
	float: left;
	width: 198px;
	height: 65px;
	background: url(../../image/studio/fb-btn.png) no-repeat;
	margin: 10px 1px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-indent: 45px;
}
.urren-lf dl {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 8px;
}
.urren-lf dl dt{
	float: left;
	width: 100%;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.urren-lf dl dd {
	float: left;
	width: 100%;
	height: 36px;
	line-height: 36px;
	margin: 5px 0 3px;
}
.urren-lf dl dd.active {
	background: #d8f3ff;
}
.urren-lf dl dd.active a {
	color: #3477ff;
	font-weight: bold;
}
.urren-lf dl dd a{
	float: left;
	color: #666;
	font-size: 14px;
	width: 188px;
	margin: 0 5px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 3px;
}
.urren-lf dl dd:hover a {
	color: #3477ff;
}
.urren-lf dl dd.no-border a {
	border-bottom: 0;
}

/*修改主题背景 弹窗*/
.tc-xgbg {
	width: 630px;
	height: auto;
	border-radius: 5px;
	background: #fff;
	display: none;
}
.tc-xgbg .main-title {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #b7d3f3;
	background: #f2f8ff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.tc-xgbg .main-title h3 {
	line-height: 45px;
	font-size: 16px;
	color: #333;
	float: left;
	text-indent: 20px;
}
.tc-xgbg .main-title i.close {
	width: 14px;
	height: 14px;
	float: right;
	background: url(../../image/studio/tc-close-icon.png) -10px -10px no-repeat;
	margin-top: 15px;
	margin-right: 20px;
}
.tc-xgbg .main-title i.close:hover {
	background: url(../../image/studio/tc-close-icon.png) -10px -60px no-repeat;
	cursor: pointer;
}
.tc-xgbg .tc-main{
	width: 590px;
	float: left;
	margin-top: 10px;
	padding:10px 20px;
}
.tc-xgbg .tc-main .img{
	width: 588px;
	height: 106px;
	border: 1px dashed #ccc;
	background: #f0f4f7;
	border-radius: 2px;
	float: left;
	cursor: pointer;
}
.tc-xgbg .tc-main .img a.fir {
	float: left;
	background: url(../../image/studio/stage-icon.png) -100px -400px no-repeat;
	width: 10px;
	height: 10px;
	margin: 40px 290px 15px;
}
.tc-xgbg .tc-main .img span {
	text-align: center;
	color: #808080;
	font-size: 14px;
	font-family: simsun;
	float: left;
	width: 100%;
}
.tc-xgbg .tc-main .img:hover{
	border-color: #00c177;
	background: #eefff8;
}
.tc-xgbg .tc-main .img:hover a.fir{
	background: url(../../image/studio/stage-icon.png) -200px -10px no-repeat;
}
.tc-xgbg .tc-main .img:hover span {
	color: #00c177;
}
.tc-xgbg .tc-main .img2{
	position:relative;
	border:1px solid #ccc;
}
.tc-xgbg .tc-main .img2 .mask{
	float: left;
	width: 588px;
	height:106px;
	background:url(../../image/studio/mask.png) repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.tc-xgbg .tc-main .img2 .img2-text{
	position:absolute;
	float:left;
	width: 100%;
	height: 106px;
}
.tc-xgbg .tc-main .img2 .img2-text span{
	color: #fff;
}
.tc-xgbg .tc-main .img a.re {
	float: left;
	background: url(../../image/studio/stage-icon.png) -100px -200px no-repeat;
	width: 20px;
	height: 20px;
	margin: 30px 285px 15px;
}
.tc-xgbg .tc-main .img2 img{
	float: left;
	width:588px;
	height:106px;
}
.tc-xgbg .tc-main .img:hover a.re {
	background: url(../../image/studio/stage-icon.png) -100px -300px no-repeat;
}
.tc-xgbg .tc-main .img2:hover .img2-text span{
	color: #00c177;
}
.tc-xgbg .tc-main>p{
	float: left;
	color: #ff4901;
	font-size: 12px;
	font-family: simsun;
	margin: 5px 0 0 0;
}
.tc-xgbg .btn {
	width: 100%;
	text-align: center;
	float: left;
	margin: 25px 0 20px 0;
}
.tc-xgbg .btn button {
	width: 128px;
	height: 33px;
	color: #fff;
	border: 1px solid #00c177;
	border-radius: 3px;
	background: #00c177;
	font-size: 14px;
	line-height: 29px;
}
.tc-xgbg .btn button.qx {
	margin-left: 33px;
	color: #00c177;
	background: #fff;
}
.tc-xgbg .btn button:hover {
	background: #01B26E;
	color: #fff;
}

.tc-xgbg .bg-img-input-file {
	width: 588px;
	height: 107px;
	position: absolute;
	right: 0px;
	top: 0;
	_zoom: 30;
	font-size: 0px;
	font-size: 300px \9;
	_height: auto;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	cursor: pointer;
}

.default-icon.teaching {
	height: 107px;
	background: url(../../image/studio/default.png) -10px -10px no-repeat;
}