@charset "utf-8";

/* css document */

.content{
	float: left;
	width: 100%;
}

/*互动留言*/
.discuss {
	width:1168px;
	border:1px solid #d2d2d2;
	float: left;
	padding:0 15px;
	background: #fff;
}
.discuss .no-discuss {
	width: 100%;
	float: left;
}
.discuss .no-discuss img {
	margin: 0 auto;
	display: block;
	margin-top: 80px;
}
.discuss .no-discuss p {
	font-size: 16px;
	color: #999;
	text-align: center;
	line-height: 26px;
	padding-top: 20px;
	padding-bottom: 80px;
}
.discuss .total-com{
	float: left;
	width: 100%;
	margin:40px 0 20px;
}
.discuss .total-com input{
	float: left;
	width:913px;
	height:40px;
	border:1px solid #ccc;
	text-indent: 10px;
	line-height: 40px;
	background: #f4f4f4;
	border-right: 0;
}
.discuss .total-com samp{
	float: left;
	color: #999;
	font-size: 14px;
	font-family: arial;
	line-height: 40px;
	width: 115px;
	text-align: center;
	border:1px solid #ccc;
	border-left: 0;
	background: #f4f4f4;
}
.discuss .total-com button{
	float: right;
	width: 114px;
	height:30px;
	color: #fff;
	font-size: 14px;
	border-radius: 2px;
	line-height: 28px;
	background: #ff5f44;
	margin-top: 6px;
}
.discuss .total-com button:hover{
	background: #f5573d;
}
/*.speech, .replay-comment {
	display: none;
}*/
.discuss .comments{
	width: 100%;
	float: left;
}
.discuss .comments .comment{
	margin: 0;
}
.discuss .comments .comment .comment-main{
	margin-right: 0;
}
.discuss .comments .comment .comment-main #page ul.page{
	margin-top: 40px;
}

/*评论样式*/

.comment {
	width: 100%;
	height: auto;
	background: #fff;
	float: left;
	margin-left: 5px;
	margin-bottom: 30px;
}

.comment i.sj {
	width: 13px;
	height: 8px;
	float: right;
	background: url(../../image/studio/sj.png) no-repeat;
	margin-right: 40px;
	margin-top: -8px;
}

.comment-main {
	margin: 0 10px 0 0;
}

.pl-title {
	width: 100%;
	height: 40px;
	float: left;
}

.pl-title h4 {
	width: 560px;
	float: left;
	font-size: 16px;
	color: #222;
	font-weight: bold;
	padding-top: 20px;
}

.pl-title h4 span {
	font-size: 16px;
	color: #222;
	font-weight: bold;
}

.pl-title button {
	width: 110px;
	height: 30px;
	float: right;
	background: #00af7e;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
}

.pl-title button:hover {
	background: #039f73;
}

.pl-main {
	width: 100%;
	height: auto;
	float: left;
}

.pl-main-list {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ececec;
	float: left;
	margin-top: 20px;
}

.pl-main-list .pic {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 1px solid #ccc;
	float: left;
	margin-right: 18px;
}

.pl-main-list .pic img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
}

.pl-main-list .pl-content {
	width: 1090px;
	float: left;
	height: auto;
	margin-bottom: 10px;
}

.pl-main-list .pl-content dl {
	width: 675px;
	float: left;
	margin-bottom: 10px;
}

.pl-main-list .pl-content dl dd {
	width: 210px;
	height: auto;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 15px;
	margin-bottom: 3px;
}

.pl-main-list .pl-content dl dd a {
	font-size: 12px;
	color: #666;
	font-family: "宋体";
}

.pl-main-list .pl-content dl dd a:hover {
	color: #00af7e;
	text-decoration: underline;
}

.pl-main-list .pl-content dl dd i {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}

.pl-main-list .pl-content .pl-content-top {
	width: 100%;
	float: left;
}

.pl-main-list .pl-content h6 {
	width: 100%;
	font-size: 14px;
	color: #666;
	padding-bottom: 8px;
	float: left;
}

.pl-main-list .pl-content h6 em {
	font-style: normal;
	color: #fc583d;
	float: left;
	font-weight: bold;
}

.pl-main-list .pl-content h6 a {
	font-size: 14px;
	color: #666;
	float: left;
	padding: 0 5px;
}

.pl-main-list .pl-content h6 b {
	color: #000;
	float: left;
}

.pl-main-list .pl-content h6 span {
	float: left;
	font-size: 14px;
	color: #999;
	font-family: arial;
	padding-top: 3px;
	padding-left: 20px;
	padding-bottom: 0;
}

.pl-main-list .pl-content p {
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	float: left;
	padding-bottom: 12px;
	word-wrap: break-word;
	word-break: normal;
}

.pl-main-list .pl-content ul.pl-palate {
	float: right;
}

.pl-main-list .pl-content ul.pl-palate li {
	float: left;
	font-size: 12px;
	color: #aaa;
	font-family: simsun;
}

.pl-main-list .pl-content ul.pl-palate li.line {
	width: 1px;
	height: 15px;
	background: #aaa;
	margin: 3px 10px 0 10px;
}

.pl-main-list .pl-content ul.pl-palate li.replay {
	color: #5492ff;
	padding-left: 8px;
}

.pl-main-list .pl-content ul.pl-palate li.report {
	display: none;
}

.pl-main-list .pl-content .pl-content-top:hover ul.pl-palate li.report {
	display: block;
}

.pl-main-list .pl-content ul.pl-palate li i {
	width: 15px;
	height: 12px;
	float: left;
	background: url(../../image/studio/excellent-course-icon.png) -110px -200px no-repeat;
	margin-top: 1px;
	margin-right: 4px;
}

.pl-main-list .pl-content ul.pl-palate li:hover {
	cursor: pointer;
}

.replay-comment {
	width: 100%;
	height: auto;
	float: right;
	background: #eee;
	margin-top: 12px;
}

.relpay-list {
	width: 1064px;
	height: auto;
	margin: 0 auto;
}

.relpay-list .list-comment {
	width: 100%;
	float: left;
}

.small-replay {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #ccc;
}

.small-replay .pic {
	width: 32px;
	height: 32px;
	border-radius: 100%;
	border: 1px solid #ccc;
	float: left;
	margin-right: 18px;
	margin: 10px 10px 15px 0;
}

.small-replay .pic img {
	width: 32px;
	height: 32px;
	border-radius: 100%;
}

.small-replay .replay-content {
	width: 1018px;
	float: left;
	margin-top: 10px;
}

.small-replay .replay-content p {
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 18px;
}

.small-replay .replay-content p b {
	font-weight: normal;
	color: #5492ff;
}

.small-replay .replay-content p em {
	font-style: normal;
	color: #fc583d;
	float: left;
	font-weight: bold;
}

.small-replay .replay-content p a {
	color: #000;
}

.small-replay .replay-content dl.small-replay-list {
	width: auto;
	float: right;
	margin-bottom: 5px;
}

.small-replay .replay-content dl.small-replay-list dd {
	width: auto;
	float: left;
	font-size: 12px;
	color: #999;
	margin-left: 15px;
	margin-right: 0;
	font-family: simsun;
}

.small-replay .replay-content dl.small-replay-list dd.time {
	font-family: arial;
}

.small-replay .replay-content dl dd.report {
	display: none;
}

.small-replay .replay-content dl.small-replay-list dd i {
	width: 15px;
	height: 12px;
	float: left;
	background: url(../../image/studio/excellent-course-icon.png) -110px -200px no-repeat;
	margin-top: 1px;
	margin-right: 4px;
}

.small-replay .replay-content:hover dl.small-replay-list dd.report {
	display: block;
}

.small-replay .replay-content:hover dl.small-replay-list dd:hover {
	cursor: pointer;
}

.small-replay .replay-content:hover dl.small-replay-list dd.time:hover {
	cursor: default;
}

.small-replay samp.click-view {
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
}

.small-replay samp.click-view a.check {
	color: #5492ff;
	font-style: normal;
}

.small-replay a.me-talk {
	width: 82px;
	height: 24px;
	line-height: 24px;
	float: right;
	background: #fff;
	border: 1px solid #919191;
	display: block;
	font-size: 14px;
	color: #222;
	border-radius: 2px;
	text-align: center;
	margin-top: 8px;
}

.small-replay a.me-talk:hover {
	border: 1px solid #5492ff;
	color: #5492ff;
	cursor: pointer;
}

.small-replay #small-page {
	height: 40px;
	float: left;
}

.small-replay #small-page ul {
	float: left;
	margin-top: 11px;
}

.small-replay #small-page ul li {
	font-size: 14px;
	color: #666;
	line-height: 18px;
	margin: 0 5px;
	float: left;
	font-family: arial;
}

.small-replay #small-page ul li:hover {
	color: #5492ff;
	cursor: pointer;
}

.small-replay #small-page ul li.active {
	font-weight: bold;
	color: #222;
}

.small-replay #small-page ul li.pre {
	width: 18px;
	height: 18px;
	background: url(../../image/studio/samll-page.png) -10px -10px no-repeat;
	border: none;
}

.small-replay #small-page ul li.pre:hover {
	background: url(../../image/studio/samll-page.png) -10px -50px no-repeat;
	border: none;
}

.small-replay #small-page ul li.next {
	width: 18px;
	height: 18px;
	background: url(../../image/studio/samll-page.png) -10px -90px no-repeat;
	border: none;
}

.small-replay #small-page ul li.next:hover {
	background: url(../../image/studio/samll-page.png) -10px -130px no-repeat;
	border: none;
}

.speech {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.speech textarea {
	width: 1044px;
	height: 37px;
	border: 2px solid #a7c7ff;
	background: #fff;
	resize: none;
	font-size: 14px;
	padding: 8px;
	color: #222;
}

.speech button {
	width: 84px;
	height: 26px;
	line-height: 24px;
	float: right;
	border-radius: 2px;
	background: #5492ff;
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
}

.speech button:hover {
	background: #3f85ff;
}
