/*------------------------消息样式------------------------*/
.message-tabs-title {
	width: 1200px;
	margin: 0 auto;
	height: 70px;
}

.message-tabs {
	float: left;
	height: 70px;
}

.message-tab {
	float: left;
	font-size: 14px;
	color: #333;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
}

.message-tab:hover {
	color: #35A447;
}

.message-tabs .active {
	background: #35A447;
	color: #fff;
}
.message-con{
	background: #fff;
	padding: 20px 0 40px 0;
}
.message-items {
	width: 1200px;
	margin: 0 auto;
	padding-left: 20px;
	background: #fff;
}

.message-item {
	width: 1160px;
	border-bottom: 1px solid #EEEEEE;
	line-height: 70px;
	padding: 0 20px;
	cursor: pointer;
	position: relative;
}
.message-item .item-title{
	width: 920px;
    display: inline-block;
    vertical-align: middle;
}
.message-item-type {
	display: inline-block;
	width: 40px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #F56C6C;
	font-size: 12px;
	text-align: center;
	color: #F56C6C;
	margin-right: 10px;
	background: #FFECEC;
}

.message-item-time {
	float: right;
	color: #999;
}

.message-item-delete {
	position: absolute;
	top: 0;
	right: 160px;
	z-index: 2;
	display: none;
	float: right;
	width: 70px;
	height: 70px;
	background: url(/teacher/static/img/3.6/delete.png) no-repeat;
	background-position: center center;
	cursor: pointer;
}
.clear-already-read {
	float: right;
	line-height: 70px;
	cursor: pointer;
}
.already-read {
	color: #999;
}

.already-read .message-item-type {
	border: 1px solid #999;
	color: #999;
	background: #fff;
}

.already-read:hover .message-item-type {
	border: 1px solid #35A447;
	color: #35A447;
}

.message-item:hover {
	color: #35A447;
	background: #F0F2F5;
}
.message-item:hover .message-item-delete{
	display: block;
}
.message-box{
	display: none;
}

/*------------------------待我答疑列表样式--------------------------------*/
.question-con{
	background: #fff;
	padding-bottom: 30px;
}
.questions-list{
	padding: 20px 0;
	background:#fff;
}
.questions-list .list-item{
	cursor: pointer;
}
.list-item:hover{
	background: #F7F9FA;
}
.list-con{
	padding: 30px 0 18px;
	border-bottom: 1px solid #E4E4E4;
}
.list-head img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 20px;
}
.list-p1{
	font-size: 16px;
	color: #333;
	padding: 4px 0;
}
.list-p2{
	font-size: 12px;
}
.list-h5{
	padding: 13px 0; 
	font-size: 16px;
}
.list-text{
	padding-left: 70px;
}
.list-h5 span{
	font-size: 14px;
}
.list-text-p{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}
.item-bottom{
	text-align: right;
}
.item-bottom p i{
	display: inline-block;
	padding-left: 26px;
	font-size: 14px;
	color: #999;
	line-height: 20px;
	margin-left: 30px;
}
.item-bottom p i.see{
	background: url(/teacher/static/img/3.5/taolunqu_liulan.png) no-repeat;
}
.item-bottom p i.uncollect{
	background: url(/teacher/static/img/3.5/taolunqu_dianzan.png) no-repeat;
}
.item-bottom p i.collect{
	background: url(/teacher/static/img/3.5/taolunqu_dianzan_xuanzhong.png) no-repeat;
}
.item-bottom p i.msg{
	background: url(/teacher/static/img/3.5/taolunqu_huifu.png) no-repeat;
}

.white-bg{
	background: #fff;
}
.margin-right-18{
	margin-right:18px;
}
.main-h3{
	font-size: 24px;
	color: #333333;
	height: 83px;
	line-height: 83px;
	border-bottom: 1px solid #DDDDDD;
}
.main-h5{
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	color: #333333;
}
.padding-lr-20{
	padding: 0 20px;
}
.padding-tb-20{
	padding: 20px 0;
}
/*版本*/
.version-con{
	width: 960px;
	margin: 20px auto;
	padding-bottom: 50px;
}
.version-ul{
	width: 780px;
	padding:0 20px 20px;
}
.version-ul li{
	 padding: 8px 0;
}
.version-ul li a:hover .name{
	color: #5EB263;
	cursor: pointer;
}
.version-p{
	padding:10px 0;
	line-height:30px;
	font-size: 14px;
	width: 780px;
	height: 360px;
	display: block;
}
.version-p2{
	padding: 10px 0;
}
.version-item-img{
	text-align: center;
	padding:10px 0;
}
.version-item-img img{
	width: 800px;
}
.main-h5 i{
	font-size: 14px;
}
.time{
	color: #999;
}

