@charset "utf-8";
/* CSS Document */

.notes-area {
	width: 85%;
	min-height: 100px;
	padding: 8px;
	margin-right: 10px;
	overflow: visible;
}
.notes {
	width: 85%;
	min-height: 194px;
	/* overflow: hidden; */
	/* height: auto; */
	border: 0px #CCC solid;
	text-align: left;
	line-height: 25px;
	margin: 0px auto 0px auto;
	display: block;
	position: relative;
	padding: 0px 0px 24px 0px;
}
.notes a{
	 color:#333333;
}
.notes-bg {
	background: #fff9e4;
}
.change-notes {
	font-size: 12px;
	position: absolute;
	cursor: pointer;
	bottom: 0px;
	left: 120px;
	background: url(../images/icon_09.png) no-repeat 0px 5px;
	line-height: 25px;
	padding-left: 20px;
	width: 80px;
	height: 25px
}
.save-notes {
	width: 60px;
	height: 25px;
	font-size: 12px;
	position: absolute;
	cursor: pointer;
	left: 240px;
	bottom: 0px;
	padding-left: 20px;
	background: url(../images/save.png) no-repeat 0px 5px;
}
.btn-change {
	font-size: 12px;
	position: absolute;
	margin: 8px 0px 0px 2%;
	cursor: pointer;
	width: 11px;
	height: 11px;
	background: url(../images/notes.png) no-repeat;
}
.delete-notes {
	font-size: 12px;
	position: absolute;
	cursor: pointer;
	bottom: 0px;
	left: 20px;
	width: 80px;
	height: 25px;
	background: url(../images/icon_07.png) no-repeat 0px 5px;
	padding-left: 20px;
	line-height: 25px;
}
.notes-content {
	width: 90%;
	height: 145px;
	word-break: break-all;
	overflow: hidden;
	margin-top: 4px;
	font-family: "Microsoft YaHei";
}
.notes-save {
	width: 60px !important;
	height: 60px;
	background: url(../images/notes_03.png) no-repeat;
	border: none;
	margin-left: 1%;
}
.notes-save:hover {
	background: url(../images/notes_05.png) no-repeat;
}
.wrap-notes-main {
	width: 100%;
	border: 1px solid #cfcfcf;
	min-height: 300px;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	padding-bottom: 10px;
}
.video-title {
	height: 50px;
	background: url(../images/note-xi_06.png) repeat-x 0px 24px;
	width: 85%;
	margin: 10px auto 0px auto;
	position: relative;
}
.video-title-list {
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #fff;
	padding: 0px 8px;
	font-size: 14px;
	line-height: 50px;
	color: #333;
	font-family: "Microsoft yahei";
}
.right-pic {
	position: absolute;
	right: -18px;
	top: 6px;
	width: 36px;
	height: 44px;
	background: url(../images/note-xi_03.png) no-repeat;
}
.vedio-time {
	background: url(../images/note-xi_11.png) repeat-y 46px 0px;
	width: 98px;
	/* height: 195px; */
	position: absolute;
	right: -50px;
	top: 0px;
	bottom: 0px;
	overflow: hidden;
}
.vedio-pic {
	text-align: center;
	width: 90px;
	border: 4px #cccccc solid;
	border-radius: 49px;
	height: 90px;
	background: #fff;
	margin-top: 25px;
	cursor: pointer;
	position: relative;
}
.vedio-pic-top {
	display: none;
	position: absolute;
	top: -4px;
	left: -4px;
	width: 90px;
	border: 4px #cccccc solid;
	border-radius: 49px;
	height: 90px;
	background: url(../images/11_03.png) -2px -2px;
}
.vedio-pic:hover .vedio-pic-top {
	display: block;
}
.vedio-pic img {
	/*margin: 10px 0px 0px 0px;*/
	margin: 6px 0px 0px 0px;
}
.return-time {
	/* width: 50px; */
	height: 20px;
	background: #fff;
	line-height: 20px;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	margin: 18px auto 0px auto;
	text-align: center;
	cursor: pointer;
}
.return-time a:hover {
	border-bottom: #005580 dashed 1px
}
.return-time-margin {
	margin: 1px auto !important;
	position: absolute;
	right: 23px;
	top: 0px;
}
.wrap-one-note {
	border-bottom: dashed 1px #cfcfcf;
}
.insert-val {
	width: 90%;
	/* height: 145px; */
	padding: 1px;
}
.insert-val-small {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 25px !important;
}

/*以下样式用作覆盖all.css样式，用途：视频播放界面*/
.unit .other_content {
    width: 1000px;
    margin: 0 auto;
}
.unit .faq_content {
	overflow: initial;
}
.unit .faq_content .tabs {
    border-bottom: 1px solid #cdcdcd;
    font-size: 14px;
    color: #5e5e5e;
    margin: 10px 0px;
    padding-left: 20px;
    height: 40px;
}
.unit .faq_content .tabs .current {
    background: url(../images/icon_3.png) no-repeat 20px 33px;
    height: 40px;
}
.unit .faq_content .tabs li {
    width: 76px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
}
.unit .faq_content .btn-question-submit:hover {
     background: #206CEC;
     border: solid 1px #206CEC;
}
.unit .faq_content .btn-question-submit {
    width: 85px;
    height: 36px;
    color: white;
    float: right;
    background: #4385F5;
    border: solid 1px #4385F5;
    margin-top: 15px;
}
.notes-save:hover {
    background: #206CEC;
    border: solid 1px #206CEC;
}
.notes-save {
    width: 85px !important;
    height: 36px;
    color: white;
    float: right;
    background: #4385F5;
    border: solid 1px #4385F5;
    margin-top: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
}
/*END*/