.messagebox_box,.messagemain_box{
	background: #F8F8F8;
	padding-bottom: 54px;
}
#messagebox,#messagemain{
    font-size: 14px;
    color: #333;
    width: 1140px;
    margin: 0 auto;
    padding-top: 5px;
}
#messagebox img,#messagemain img{
    vertical-align: middle;
}
#messagebox .crumbs,#messagemain .crumbs{
    font-size: 16px;
    color: #4f4f4f;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 20px;
}
#messagebox .crumbs a,#messagemain .crumbs a{
	color: #4f4f4f;
}
#messagebox .crumbs a.active,#messagemain .crumbs a.active{
    color: #4C99EB;
}
#wait_box{
	display: block;
}
.wait_box{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top:0;
    background: url(../../img/mask.png);
    z-index: 999;
}
.wait_box>img{
    position: absolute;
    left: 44%;
    top: 35%;
}
.header_bottom{
	display: none;
}
/*消息内容区域样式*/
.messagebox_content,.messagemain_content{
	background: #fff;
	width: 1140px;
	min-height: 584px;
	border: 1px solid #F0F0F0;
	margin: 0 auto;
	position: relative;
}
.content_title{
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #F0F0F0;
	margin-bottom: 2px;
}
.inform,.notice,.wait{
	width: 170px;
	cursor: pointer;
	float: left;
}
.inform.active,.notice.active,.wait.active{
	color: #4C99EB;
	border-bottom: 2px solid #4C99EB;
}
.content_main{
	padding: 0 40px;
}
.content_list{
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	border-bottom: 1px solid #F0F0F0;
}
.message_icon{
	position: absolute;
	left: 5px;
	top: 15px;
	width: 10px;
	height: 10px;
	background-color: #F0F0F0;
}
.content_list>h3{
	font-size: 14px;
	color: #333;
	font-weight: normal;
	line-height: 40px;
}
.content_list>h3.noread{
	font-weight: bold;
}
.noread_icon{
	display: inline-block;
	position: relative;
	top: -6px;
	margin-left: 3px;
	width: 6px;
	height: 6px;
	background-color: #ff5400;
	border-radius: 3px;
}
.date_message{
	float: right;
	font-weight: normal;
	line-height: 40px;
}
.content_list .message_content{
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	margin-bottom: 10px;
}
.message_content>p{
	display: inline-block;
}
.message_content>div{
	display: none;
}
.page_choice{
	width: 100%;
	height: 60px;
	font-size: 12px;
}
.page_choice_box{
	float: right;
	line-height: 20px;
	margin-top: 20px;
	margin-right: 40px;
}
.page_num,.next_page,.page_sum{
	float: left;
	text-align: center;
}
.page_num>li{
	float: left;
	cursor: pointer;
	width: 22px;
	height: 22px;
	margin-left: 3px;
	border: 1px solid #F0F0F0;
	border-radius: 3px;
}
.page_num>li.active{
	color: #fff;
	background: #4C99EB;
	border: 1px solid #4C99EB;
}
.next_page{
	padding: 0 4px;
	cursor: pointer;
	height: 22px;
	margin: 0 20px;
	border-radius: 3px;
	border: 1px solid #4C99EB;
	color: #4C99EB;
}
.page_sum span{
	padding: 0 3px;
	color: #4C99EB;
}
.messagebox_flase{
	padding: 50px 40px;
	text-align: center;
}
.messagebox_flase>a{
	color: #4C99EB;
}
.messagemain_content{
	padding: 60px 55px 0;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.messagemain_title>h3{
	text-align: center;
}
.issue_date{
	text-align: right;
	font-size: 14px;
	color: rgba(102, 102, 102, 0.5);
	border-bottom: 1px solid #F0F0F0;
}
.choice_page{
	width: 1140px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	
}
.messagelast,.messagenext{
	color: #666;
	font-size: 16px;
	cursor: pointer;
	width: 40%;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.messagelast:hover,.messagenext:hover{
	color: #4C99EB;
}
.messagelast{
	float: left;
}
.messagenext{
	float: right;
	text-align: right;
}
.messagemain_text{
	margin-top: 30px;
}
.messagemain_text>p{
	margin-bottom: 20px;
}
.messagemain_text>div{
	margin-top: 30px;
}
.messagemain_text>span{
	padding-left: 32px;
}
.messagemain_bottom{
	text-align: right;
}
.messagemain_text>a,.messageMain_false>a{
	color: #0081C2;
	text-decoration: underline;
}
.messageMain_false{
	padding: 100px 0 0;
	text-align: center;
}
