@charset "utf-8";

/* css document */

.content{
	float: left;
	width: 100%;
}

.content-main{
	float:left;
	width: 100%;
	height:auto;
	margin-bottom: 65px;
}
.title-main{
	float: left;
	width: 100%;
	margin:15px 0 14px;
}
.title-main h3{
	float: left;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 21px;
}
.title-main a{
	float: right;
	font-size: 14px;
	color: #999;
	line-height: 21px;
}
.title-main a:hover{
	text-decoration: underline;
}

/*主页*/
.hommie-lf{
	float: left;
	width: 270px;
	height:auto;
	margin-right: 10px;
}
/*工作室介绍*/
.hommie-lf .present {
	float: left;
	width: 240px;
	height: 380px;
	background: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	padding: 0 15px;
	margin-bottom: 10px;
}
.hommie-lf .present .present-main{
	float: left;
	width: 100%;
}
.hommie-lf .present .present-main>p{
	white-space: pre-wrap;
	word-wrap: break-word;
	float: left;
	width: 100%;
	max-height: 310px;
	overflow-y: auto;
	color: #999;
	font-size: 14px;
	line-height: 24px;
	text-indent: 24px;
	margin-top: -7px;
}
.hommie-lf .present .present-main a{
	float: left;
	width: 100%;
	color: #ff6d4a;
	font-size: 14px;
	margin-top: 3px;
}
.hommie-lf .present .present-main a samp{
	font-family: "宋体";
}
.hommie-lf .present .present-main a:hover{
	text-decoration: underline;
}
/*工作室带头人*/
.hommie-lf .leader{
	float: left;
	width: 240px;
	height: 380px;
	background: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	padding: 0 15px;
	margin-bottom: 10px;
}
.hommie-lf .leader .leader-main{
	float: left;
	width: 100%;
	text-align: center;
}
.hommie-lf .leader .leader-main img{
	width:153px;
	height:153px;
}
.hommie-lf .leader .leader-main p{
	float: left;
	width: 100%;
	color: #999;
	font-size: 14px;
	line-height: 24px;
	text-indent: 24px;
	white-space: pre-wrap;
	word-wrap: break-word;
	max-height: 165px;
	overflow-y: auto;
	text-align: left;
}
.hommie-lf .leader .leader-main a{
	color: #ff6d4a;
	font-size: 14px;
	margin-top: 3px;
}
.hommie-lf .leader .leader-main a samp{
	font-family: "宋体";
}
.hommie-lf .leader .leader-main a:hover{
	text-decoration: underline;
}

/*工作室统计*/
.hommie-lf .census{
	float: left;
	width: 240px;
	height:345px;
	background: #fff;
	border:1px solid #d2d2d2;
	border-radius: 2px;
	padding:0 15px;
}
.hommie-lf .census .census-main{
	float: left;
	width: 100%;
}
.hommie-lf .census .census-main ul{
	float: left;
	width: 100%;
}
.hommie-lf .census .census-main ul li{
	float: left;
	width:100%;
	border-bottom: 1px dashed #ccc;
	line-height: 21px;
	margin-bottom: 11px;
	padding-bottom: 13px;
}
.hommie-lf .census .census-main ul li.no-border{
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.hommie-lf .census .census-main ul li span{
	float: left;
	color: #666;
	font-size: 16px;
}
.hommie-lf .census .census-main ul li b{
	float: right;
	color: #3477ff;
	font-size: 24px;
	font-family: arial;
}
.hommie-lf .census .census-main button{
	float: left;
	width: 179px;
	height:38px;
	background: url(../../image/studio/index-btn-bg.png) no-repeat;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	margin:25px 30.5px 0;
}
.hommie-lf .census .census-main button:hover{
	background: #f4583f;
	border-radius: 19px;
}
/*最近访客*/
.hommie-lf .visitor{
	float: left;
	width: 240px;
	height:auto;
	background: #fff;
	border:1px solid #d2d2d2;
	border-radius: 2px;
	padding:0 15px 10px;
	margin-top: 10px;
}
.hommie-lf .visitor .visi-list{
	float: left;
	width: 100%;
}
.hommie-lf .visitor .visi-list .default{
	margin:30px 0;
}
.hommie-lf .visitor .visi-list ul{
	float: left;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-top: 4px;
}
.hommie-lf .visitor .visi-list ul li{
	float: left;
	width:52px;
	height:auto;
	margin: 0 3px 17px 5px;
}
.hommie-lf .visitor .visi-list ul li a{
	float: left;
	width:52px;
	height:auto;
	color: #333;
	font-size: 12px;
	font-family:"宋体";
}
.hommie-lf .visitor .visi-list ul li a img{
	float: left;
	width: 52px;
	height:52px;
	border-radius: 100%;
	margin-bottom:10px;
}
.hommie-lf .visitor .visi-list ul li a span{
	float: left;
	width:52px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	height: 17px;
}
.hommie-lf .visitor .visi-list ul li a:hover span{
	text-decoration: underline;
}
.hommie-lf .visitor .visi-list dl{
	float: left;
	width: 100%;
	margin-top: 9px;
}
.hommie-lf .visitor .visi-list dl dd{
	float: left;
	width: 50%;
}
.hommie-lf .visitor .visi-list dl dd samp{
	float: left;
	width: 100%;
	color: #666;
	font-size: 14px;
	margin-bottom: 7px;
}
.hommie-lf .visitor .visi-list dl dd b{
	float: left;
	width: 100%;
	color: #ff5d43;
	font-size: 18px;
	font-family: arial;
	font-weight: normal;
}
.hommie-rt{
	float: left;
	width: 920px;
	height:auto;
}
/*banner轮播*/
.hommie-rt .banner-lunbo{
	float: left;
	width:920px;
	height:295px;
}

.hommie-rt .banner-lunbo .default{
	margin: 80px 0 50px;
}

.hommie-rt .banner-lunbo .default button{
	width:108px;
	height: 32px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	border: 1px solid #00c177;
	background: #00c177;
	margin-top: 25px;
}
.hommie-rt .banner-lunbo .default button:hover{
	background: #01B26E;
	color: #fff;
}
.weichuangyi {
	width:920px;
	height:295px;
	margin:0 auto;
	position: relative;
}
.weichuangyi_main {
	width:920px;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}
.weichuangyi_main li a img {
	display: block;
	width:920px;
	height:295px;
	position: absolute;
	left: 0;
	top: 0;
}
.weichuangyi_span {
	width:100%;
	position: absolute;
	left: 0;
	bottom: 0;
	zoom: 1;
	top: 250px;
}
.weichuangyi_span span {
	width: 15px;
	height: 15px;
	display: block;
	float: left;
	background: url(../../image/studio/dot.png) no-repeat left bottom;
	margin-top: 2px;
	cursor: pointer;
	margin:2px 3px 0;
}
.weichuangyi_span p {
	height: 16px;
	margin: 0 auto;
	margin: 20px 10px 0 0;
	border-radius: 8px;
	float: right;
}
.weichuangyi_span .weichuangyi_span_one {
	background: url(../../image/studio/dot.png) no-repeat left top;
	margin-top: 1px;
}

/*最新资讯*/
.hommie-rt .forma{
	float: left;
	width: 888px;
	height:auto;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff;
	margin-top: 10px;
	padding: 0 15px;
}
.hommie-rt .forma .default{
	margin:20px 0 50px;
}
.hommie-rt .forma .forma-main{
	float: left;
	width: 100%;
	padding-bottom: 10px;
	margin-top: -5px;
}
.hommie-rt .forma .forma-main li{
	float: left;
	width: 100%;
	line-height: 34px;
}
.hommie-rt .forma .forma-main li a{
	float: left;
	width: 80%;
	color: #333;
	font-size: 14px;
}
.hommie-rt .forma .forma-main li a samp{
	float: left;
	font-weight: bold;
}
.hommie-rt .forma .forma-main li a p{
	float: left;
	width: auto;
	max-width: 610px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.hommie-rt .forma .forma-main li a:hover samp{
	color: #3477ff;
	text-decoration: underline;
}
.hommie-rt .forma .forma-main li a:hover p{
	color: #3477ff;
	text-decoration: underline;
}
.hommie-rt .forma .forma-main li span{
	float: right;
	color: #666;
	font-size: 14px;
}
.hommie-rt .forma .forma-main li span.num{
	font-family: arial;
}
/*最新资源*/
.hommie-rt .sourc{
	float: left;
	width: 888px;
	height:auto;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff;
	margin-top: 10px;
	padding: 0 15px;
}
.hommie-rt .sourc .default{
	margin:20px 0 50px;
}
.hommie-rt .sourc .sourc-main{
	float: left;
	width: 100%;
}
.hommie-rt .sourc .sourc-main .sourc-img{
	float: left;
	width: 100%;
	margin-bottom: 23px;
}
.hommie-rt .sourc .sourc-main .sourc-img li {
	width: 282px;
	height: 93px;
	float: left;
	margin: 0 6px 0 8px;
}
.hommie-rt .sourc .sourc-main .sourc-img li .pic {
	width: 78px;
	height: 78px;
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	margin: 6px 17px 6px 10px;
}
.hommie-rt .sourc .sourc-main .sourc-img li .pic img {
	width: 72px;
	height: 72px;
	margin: 3px;
}
.hommie-rt .sourc .sourc-main .sourc-img li p {
	white-space: pre-wrap;
	word-wrap: break-word;
	width: 160px;
	height: 60px;
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	padding-top: 4px;
}
.hommie-rt .sourc .sourc-main .sourc-img li span {
	font-size: 14px;
	color: #97999b;
	float: left;
}
.hommie-rt .sourc .sourc-main .sourc-img li:hover {
	background: #fff;
	-webkit-box-shadow: 0 1px 10px #a5aeb4;
	box-shadow: 0 1px 10px #a5aeb4;
	cursor: pointer;
}
.hommie-rt .sourc .sourc-main .sourc-img li:hover p{
	color: #3477ff;
	text-decoration: underline;
}
.hommie-rt .sourc .sourc-list{
	float: left;
	width: 100%;
}
.hommie-rt .sourc .sourc-list li{
	float: left;
	width: 45%;
	font-size: 14px;
	margin: 0 25px 15px 19px;
}
.hommie-rt .sourc .sourc-list li i {
	width: 18px;
	height: 18px;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}
.hommie-rt .sourc .sourc-list li samp {
	font-weight: normal;
	color: #f45022;
	float: left;
	padding-right: 5px;
}
.hommie-rt .sourc .sourc-list li a {
	width: auto;
	max-width: 240px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #222;
}
.hommie-rt .sourc .sourc-list li span {
	font-size: 14px;
	color: #808080;
	float: right;
}
.hommie-rt .sourc .sourc-list li span b {
	font-family: arial;
	font-weight: normal;
}
.hommie-rt .sourc .sourc-list li:hover a{
	color: #3477ff;
	text-decoration: underline;
}
/*时政热议*/
.hommie-rt .politic{
	float: left;
	width: 888px;
	height:auto;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff;
	margin-top: 10px;
	padding: 0 15px;
}
.hommie-rt .politic .default{
	margin:20px 0 50px;
}
.hommie-rt .politic .default .comment{
	float: initial;
}
.hommie-rt .politic .politic-main{
	float: left;
	width: 100%;
}
.hommie-rt .politic .politic-main dl{
	float: left;
	width:220px;
	height:237px;
	margin: 0 2px 20px 0px;
}
.hommie-rt .politic .politic-main dl dt{
	float: left;
	width: 200px;
	height:130px;
	margin:10px 10px 0;
}
.hommie-rt .politic .politic-main dl dt img{
	float: left;
	width: 200px;
	height:130px;
}
.hommie-rt .politic .politic-main dl dd{
	float: left;
	width: 200px;
	margin:0 10px;
}
.hommie-rt .politic .politic-main dl dd b{
	float: left;
	width: 100%;
	height: 46px;
	color: #222;
	font-size: 15px;
	line-height: 21px;
	margin: 7px 0 6px;
}
.hommie-rt .politic .politic-main dl dd samp{
	float: left;
	color: #666;
	font-size: 14px;
	line-height: 22px;
}
.hommie-rt .politic .politic-main dl dd span{
	float: right;
	width: auto;
	height:22px;
	line-height: 22px;
	border-radius: 2px;
	color: #666;
	padding:0 6px;
	font-size: 14px;
}
.hommie-rt .politic .politic-main dl dd span.ing{
	background: #bbf4b7;
	color: #00c24e;
}
.hommie-rt .politic .politic-main dl dd span.already{
	background: #ffdcd4;
	color: #ff7058;
}
.hommie-rt .politic .politic-main dl:hover{
	background: #fff;
	-webkit-box-shadow: 0 1px 10px #a5aeb4;
	box-shadow: 0 1px 10px #a5aeb4;
	cursor: pointer;
}
/*工作室公告*/
.hommie-rt .otice{
	float: left;
	width: 888px;
	height:auto;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff;
	margin-top: 10px;
	padding: 0 15px;
}
.hommie-rt .otice .default{
	margin:20px 0 50px;
}
.hommie-rt .otice .otice-main{
	float: left;
	width: 100%;
	padding-bottom: 10px;
	margin-top: -5px;
}
.hommie-rt .otice .otice-main li{
	float: left;
	width: 100%;
	line-height: 34px;
}
.hommie-rt .otice .otice-main li a{
	float: left;
	width: 80%;
	color: #333;
	font-size: 14px;
}
.hommie-rt .otice .otice-main li a p{
	float: left;
	width: auto;
	max-width: 610px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.hommie-rt .otice .otice-main li a:hover p{
	color: #3477ff;
	text-decoration: underline;
}
.hommie-rt .otice .otice-main li span{
	float: right;
	color: #666;
	font-size: 14px;
}
.hommie-rt .otice .otice-main li span.num{
	font-family: arial;
}
/*成员风采*/
.hommie-rt .member{
	float: left;
	width: 888px;
	height:172px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff;
	margin-top: 10px;
	padding: 0 15px;
}
.hommie-rt .member .member-main{
	float: left;
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.hommie-rt .member .member-main #roll{
	width: 200%;
}
#roll dd{
	float: left;
	width: 80px;
	height:auto;
	margin: 0 3px 0 15px;
}
#roll dd a{
	float: left;
	width:100%;
	height: auto;
}
#roll dd a img{
	float: left;
	width: 52px;
	height:52px;
	border-radius: 100%;
	margin:0 13px;
	border:1px solid transparent;
}
#roll dd a span{
	float: left;
	width: 100%;
	color: #333333;
	font-size: 12px;
	text-align: center;
	font-family: "宋体";
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 8px;
}
#roll dd a:hover img{
	border-color: #ff5d44;
}
#roll dd a:hover span{
	color: #ff5d44;
}

/*精品课例*/
.lesson-list{
	float: left;
	width: 888px;
	height:auto;
	border:1px solid #ccc;
	border-radius: 2px;
	background: #fff;
	margin-top: 10px;
	padding:0 15px;
}
.lesson-list .default{
	margin: 30px 0 50px;
}
.list-content {
	width: 100%;
	float: left;
	margin-top: -3px;
}
.list-content ul {
	float: left;
	width: 918px;
	margin:5px 0 40px -15px;
}
.list-content ul li {
	width: 216px;
	height: 289px;
	background: #fff;
	float: left;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	margin: 0 -3px 20px 11px;
	border:1px solid #e1e1e1;
}
.list-content ul li .pic {
	width: 100%;
	height: 163px;
	float: left;
}
.list-content ul li .pic img {
	width: 100%;
	height: 163px;
	margin: 0 auto;
	display: block;
}
.list-content ul li .mask {
	width: 100%;
	height: 26px;
	float: left;
	background: url(../../image/studio/mask.png) repeat;
	position: relative;
	margin-top: -26px;
}
.list-content ul li .mask em {
	float: right;
	font-style: normal;
	font-family: arial;
	line-height: 26px;
	color: #fff;
	font-size: 12px;
	padding-right: 10px;
}
.list-content ul li .center {
	width: 100%;
	float: left;
}
.list-content ul li .center h5 {
	width: 195px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 8px 0 0 10px;
}
.list-content ul li .center h5 a {
	font-size: 14px;
	color: #000;
	float: left;
	width: auto;
	max-width: 195px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-content ul li .center h5 a:hover {
	color: #fc583d;
}
.list-content ul li .center .bab{
	float: left;
	width: 196px;
	margin:2px 10px;
}
.list-content ul li .center .bab span{
	float: left;
	color: #999;
	font-size: 12px;
}
.list-content ul li .center .bab span.line{
	float: left;
	width: 1px;
	height:13px;
	background: #ccc;
	margin: 2px 5px;
}
.list-content ul li .center dl{
	float: left;
	width: 196px;
	margin:5px 10px 19px;
}
.list-content ul li .center dl dt{
	float: left;
	height:18px;
	width: auto;
	padding:0 3px;
	border-radius: 2px;
	line-height: 16px;
	font-size:12px;
	color: #5492ff;
	background: #d9f2ff;
	max-width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-content ul li .center dl dd{
	float: right;
}
.list-content ul li .center dl dd span{
	float: left;
	color: #999;
	font-size: 12px;
	margin-left: 15px;
}
.list-content ul li .center dl dd span i.yl{
	float: left;
	width: 14px;
	height: 10px;
	background: url(../../image/studio/stage-icon.png) -11px -400px no-repeat;
	margin: 3px 5px 0 0;
}
.list-content ul li .center dl dd span i.zs{
	float: left;
	width: 12px;
	height: 14px;
	background: url(../../image/studio/stage-icon.png) -10px -300px no-repeat;
	margin: 1px 5px 0 0;
}
.list-content ul li .bottom {
	width: 196px;
	margin:0px 10px;
	float: left;
	border-top:1px solid #ccc;
}
.list-content ul li .bottom dl{
	float: left;
	width: 100%;
	margin-top: 7px;
}
.list-content ul li .bottom dl dt{
	float: left;
	color: #999;
	font-size: 14px;
	line-height: 24px;
}
.list-content ul li .bottom dl dt img{
	float: left;
	width:24px;
	height:24px;
	border-radius: 50%;
	margin-right: 5px;
}
.list-content ul li .bottom dl dt p{
	width: 150px;
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-content ul li .bottom dl dd.jb-icon{
	float: right;
	cursor: pointer;
	width: 15px;
	height:15px;
	background: url(../../image/studio/stage-icon.png) -100px -100px no-repeat;
	margin-top: 4px;
}
.list-content ul li .bottom dl dd.jb-icon:hover{
	background: url(../../image/studio/stage-icon.png) -100px -10px no-repeat;
	margin-top: 4px;
}
.list-content ul li:hover {
	-webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	cursor: default;
}

.default-icon.news {
	height: 93px;
	background: url(../../image/studio/default.png) -400px -800px no-repeat;
}

.default-icon.clases {
	height: 95px;
	background: url(../../image/studio/default.png) -200px -10px no-repeat;
}

/*V2.0修改*/
/*留言板*/
.leaving{
	float: left;
	width: 888px;
	height: auto;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff;
	margin-top: 10px;
	padding: 0 15px;
}
.hommie-rt .leaving .default {
	margin: 20px 0 50px;
	display: none;
}
.leaving .leaving-main{
	float: left;
	width:100%;
	height: auto;
	margin: 15px 0;
}
.leaving .leaving-main li{
	float: left;
	width:100%;
	height: 70px;
}
.leaving .leaving-main li.line{
	height: 1px;
	background: #ececec;
	margin:20px 0;
}
.leaving .leaving-main li img{
	float: left;
	width: 50px;
	height: 50px;
	border:1px solid #ccc;
	border-radius: 100%;
	margin-right: 18px;
}
.leaving .leaving-main li .le-rt{
	float: left;
	width: 815px;
	height: auto;
}
.leaving .leaving-main li .le-rt p{
	float: left;
	width: 100%;
	line-height: 22px;
}
.leaving .leaving-main li .le-rt p b{
	float: left;
	color: #000;
	font-size: 14px;
	margin-right: 20px;
}
.leaving .leaving-main li .le-rt p samp{
	float: left;
	color: #999;
	font-size: 14px;
	font-family: arial;
}
.leaving .leaving-main li .le-rt span{
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	margin-top: 7px;
	word-wrap: break-word;
	word-break: normal;

	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/*成员风采*/
.hommie-lf .member2{
	float: left;
	width: 240px;
	height:auto;
	background: #fff;
	border:1px solid #d2d2d2;
	border-radius: 2px;
	padding:0 15px 10px;
	margin-bottom: 10px;
}
.hommie-lf .member2 .member2-list{
	float: left;
	width: 100%;
}
.hommie-lf .member2 .member2-list .default{
	margin:30px 0;
	display: none;
}
.hommie-lf .member2 .member2-list ul{
	float: left;
	width: 100%;
	padding-bottom: 10px;
	margin-top: 4px;
}
.hommie-lf .member2 .member2-list ul li{
	float: left;
	width:52px;
	height:auto;
	margin: 0 3px 17px 5px;
}
.hommie-lf .member2 .member2-list ul li a{
	float: left;
	width:52px;
	height:auto;
	color: #333;
	font-size: 12px;
	font-family:"宋体";
}
.hommie-lf .member2 .member2-list ul li a img{
	float: left;
	width: 52px;
	height:52px;
	border-radius: 100%;
	margin-bottom:10px;
}
.hommie-lf .member2 .member2-list ul li a span{
	float: left;
	width:52px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.hommie-lf .member2 .member2-list ul li a:hover span{
	text-decoration: underline;
}