@charset "utf-8";
/* CSS Document */

.message_c_box{
	width: 1100px;
	margin: 0px auto 100px;
	border-radius: 15px;
	height: 500px;
	background: #fff;
}
.message_c_box_h1{
	font-size: 40px;
	height: 100px;
	line-height: 100px;
	font-weight: 400;
	color: #fff;
	width: 100%;
	background: #4c94b5;
}
.message_c_box_h1 p{
	width: 1100px;
	margin: 0 auto;
}
.no_message{
    background: url(../images/message/no_message.png) center 30% no-repeat;
    width: 100%;
    height: 40%;
    padding-top: 26%;
    text-align: center;
    font-size: 24px;
    color: #666;
    margin-bottom: 500px;
}
.message_box{
	padding: 40px 0 10px 0px;
	clear: both;
}
.message_l{
	margin-top: 10px;
	float: left;
	width: 490px;
	margin-right: 30px;
	color: #666;
	padding-left: 0px;
}
.message_r{
	margin-top: 10px;
	float: left;
	width: 438px;
	position: relative;
	padding-right: 10px;
}
.message_l ul li{
	position: relative;
	margin-bottom: 20px;
	line-height: 30px;
	border-bottom: 1px solid #9F9F9F;
	padding: 0 5px;
	cursor: pointer;
	width: 450px;
	margin-left: 0;
}
.message_l ul{
	height: 385px;
	overflow: auto;
}
.message_l ul li:hover{
	background: #f9f9f9;
}
.message_l ul li i.new:after{
    content: '';
    position: absolute;
    left: 1px;
    top: 5px;
    width: 8px;
    height: 8px;
    background: #f00;
    border-radius: 5px;
    -webkit-box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, 0.4);:
}
.message_l ul li h2{
	padding-left: 6px;
}
.message_l ul li span{
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 14px;
}
.message_l ul li:hover span{
}
.message_l ul li:hover .delete{
	background: url(../images/devices-919/delete.png) no-repeat;
	position: absolute;
	right: 10px;
	top: 2px;
	width: 22px;
	height: 22px;
	background-size: cover;
}
.message_l ul li:hover .delete:hover{
	-webkit-transform:rotate(15deg);
	-o-transform:rotate(15deg);
	-mz-transform:rotate(15deg);
	transform:rotate(15deg);
	-webkit-transition-duration:0.1s;
	-o-transition-duration:0.1s;
	-mz-transition-duration:0.1s;
	transition-duration:0.1s;
	cursor: pointer;
}
.message_l ul li:hover h2{
	width: 160px;
}
.message_l ul li.message_selected{
	background: #EBEBEB;
}

.message_l ul li h2{
	color: #000;
	width: 190px;
	font-size: 18px;
}
.message_l ul li p{
	width: 100%;
	overflow:hidden;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	line-height: 30px;
	padding-left: 6px;
}
.btn>span{
    float: left;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #E5E5E5;
    text-align: center;
    width: 120px;
    height: 40px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 40px;
    margin-right: 20px;
    font-weight: bold;
    cursor: pointer;
}
.btn span:hover{
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
	-webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.25);
}
.btn h3{
	padding-left: 10px;
	line-height: 30px;
}
.btn em{
	font-size: 14px;
    display: block;
    margin-left: 10px;
}
.btn p{
	line-height: 20px;
	font-size: 14px;
	padding-left: 10px;
	color: #666;
}
.message_r h1.alert{
	background: url(../images/message/alert.png) left center no-repeat;
}
.message_r h1.info{
	background: url(../images/message/info.png) left center no-repeat;
}
.message_r h1{
	padding-left: 60px;
	line-height: 48px;
	font-size: 20px;
	width: 250px;
	overflow:hidden;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.message_r>span{
	position: absolute;
	right: 10px;
	top:0;
	line-height: 52px;
}
.message_r>p{
    margin: 15px 0 10px 10px;
    height: 230px;
    overflow: auto;
    line-height: 24px;
}
.message_r .alert_delete{
	background: #4c94b5;
	width: 120px;
	text-align: center;
	color: #fff;
    border-radius: 7px;
    line-height: 40px;
    cursor: pointer;
    
}


/* 下面开始是设备端的信息中心 */
.right_message_box{
    float: right;
    margin-left: 30px;
    min-width: 600px;
}
.right_message_box .message_box{
	width: 600px;
	position: relative;
	margin-bottom: 100px;
}
.message_box h1{
	font-size: 30px;
	line-height: 50px;
	color: #000;
}
.message_box>p{
	color: #666666;
}
.message_box>span{
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 80px;
	border:1px solid #4c94b5;
	border-radius: 10px;
	text-align: center;
	line-height: 40px;
	color: #4c94b5;
	font-size: 18px;
}
.message_box>span i{
	display: block;
	font-size: 30px;
	line-height: 30px;
	color: #000;
	font-style: normal;
	font-weight: bold;
	width: 96px;
	overflow:hidden;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	}

.right_message_ul{
	margin: 30px 0 0;
	max-height: 600px;
	overflow: auto;
	padding-bottom: 20px;
}
.right_message_ul li{
	position: relative;
	clear: both;
	margin: 15px 0 0px;
	cursor: pointer;
	width: 580px;
	border-bottom: 1px solid #d8d8d8;
}
.right_message_ul li h2{
	font-size: 18px;
	line-height: 40px;
	margin-left: 10px;
}
.right_message_ul li>div>span{
    line-height: 40px;
    position: absolute;
    right: 45px;
    top: 0;
}
.right_message_ul li p{
	font-size: 16px;
	line-height: 24px;
	margin: 5px 0 15px;
	overflow:hidden;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	height: 24px;
	padding-left: 10px;
	color: #666;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.right_message_ul li .btn{
	height: 50px;
	display: none;
}
.right_message_ul li.selected h2{
	color: #4c94b5;
}
.right_message_ul li.selected p{
    overflow: inherit;
    white-space: inherit;
    -o-text-overflow: inherit;
    text-overflow: inherit;
    height: inherit;
    margin: 20px 0;
}
.right_message_ul li.selected .btn{
	display: block;
	margin-bottom: 30px;
}

.right_message_ul li.new:after{
    content: '';
    position: absolute;
    left: 0px;
    top: 5px;
    width: 8px;
    height: 8px;
    background: #f00;
    border-radius: 5px;
    -webkit-box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, 0.4);:
}
.right_message_ul li.new>h2{
	padding-left:20px;
}
.right_message_ul li:hover .delete{
	background: url(../images/devices-919/delete.png) no-repeat;
	position: absolute;
    right: 3px;
    top: 6px;
	width: 22px;
	height: 22px;
	background-size: cover;
}
.right_message_ul li:hover .delete:hover{
	-webkit-transform:rotate(15deg);
	-o-transform:rotate(15deg);
	-mz-transform:rotate(15deg);
	transform:rotate(15deg);
	-webkit-transition-duration:0.1s;
	-o-transition-duration:0.1s;
	-mz-transition-duration:0.1s;
	transition-duration:0.1s;
	cursor: pointer;
}
.devices-left{
	margin-bottom: 200px;
}