﻿/* ！标桥课堂--用户中心
 * author: caishuxiang
 * date:2017-08-02
 * */
.msgcenter-wrap .content {
	background-color: #fff;
	min-height: 611px;
}

.msgcenter-wrap .con-hd {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #eeeeee;
}

.msgcenter-wrap .con-hd li {
	float: left;
	margin-right: 20px;
}

.msgcenter-wrap .con-hd .kuang {
	padding-left: 20px;
	background: url(../../images/usercenter2/kuang.png) no-repeat left;
	background-size: 14px;
	cursor: pointer;
}

.msgcenter-wrap .con-hd .chosen {
	background: url(../../images/usercenter2/gou.png) no-repeat left;
}

.msgcenter-wrap .con-hd .all {
	width: 120px;
	height: 45px;
	text-align: center;
	color: #fff;
	background-color: #1cadee;
	font-size: 16px;
	font-weight: bold;
}

.msgcenter-wrap .con-bd {
	padding-left: 20px;
	padding-right: 20px;
}

.msgcenter-wrap .msglist {
	margin-top: 20px;
	min-height: 465px;
}

.msgcenter-wrap .msgitem {
	height: 30px;
	line-height: 30px;
	margin-bottom: 12px;
}

.msgcenter-wrap .msgitem p {
	float: left;
}

.msgcenter-wrap .msgitem p a.detail {
	display: inline-block;
	max-width: 650px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	float:left;
}

.msgcenter-wrap .msgitem p a.comment {
	color: #1cadee;
	float: right;
	margin-left: 6px;
}

.msgcenter-wrap .msgitem p a.comment:hover {
	color: #ff6600;
}

.msgcenter-wrap .msgitem a {
	color: #333;
}

.msgcenter-wrap .msgitem a:hover {
	color: #ff6600;
}

.msgcenter-wrap .msg-new a {
	font-weight: bold;
}

.msgcenter-wrap .msg-new a:hover {
	color: #ff6600;
}

.msgcenter-wrap .msg-new .title-new:before {
	content: url(../../images/usercenter2/mail.png);
	margin-right: 8px;
}

.msgcenter-wrap .msgitem span {
	float: right;
	color: #999;
}

.msgcenter-wrap .con-bottom {
	margin-top: 14px;
	margin-bottom: 40px;
}

.msgcenter-wrap .con-bottom .choseall, .msgcenter-wrap .con-bottom .delete {
	float: left;
	width: 72px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-right: 10px;
	color: #1cadee;
	border: 1px solid #1cadee;
	border-radius: 2px;
	cursor: pointer;
}

.msgcenter-wrap .con-bottom .choseall:hover, .msgcenter-wrap .con-bottom .delete:hover {
	color: #fff;
	background-color: #1cadee;
}

.msgcenter-wrap .con-bottom .pages {
	float: right;
}