*{
	padding: 0;
	margin: 0;
}

.main_index{
	width: 100%;
	
	/* height: 700px; */
	background-color: rgba(204, 204, 204, 0.2);
}


.main_content{
	width: 1200px;
	min-height: 300px;
	margin: 0 auto;
	border-radius: 20px;
	
	/* border-bottom: 1px solid #cccccc; */
	background-color: #ffffff;;
}
.main_content_lefi,.main_content_right{
	float: left;
	width: 48%;
}
.main_content_right{
	margin-left: 2%;
}





.message_text{
	margin-top: 10px;
	/* background-color: antiquewhite; */
	width: 500px;
	margin-left: 30px;
}
.message_text > ul > a > li{
	/* height: 44px; */
	height: 48px;
	/* border-bottom-style: dashed; */
	margin-left: 10px;
}
.message_text > ul > a{
	text-decoration: none;
	color: black;
}
.message_text > ul > a > li > span{
	/* text-align: center; */
	line-height: 48px;
	font-size: 16px;
}

.span_text > div{
	/* display: inline-block; */
	width: 390px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.span_time{
	float: right;
	margin-top: -48px;
	/* background-color: aqua; */
}
.li_div{
	width: 520px;
	border-bottom-style: dashed;
	border-width: 1px;
	margin-left: -20px;
}


.shgg_title1{
	height: 30px;
	border-bottom-style: solid;
	border-width: 0.5px;
	/* border-color: #ff9900; */
	
	margin-top: 40px;
	margin-left: 20px;
	
}
.shgg_title1 > a{
	text-decoration: none;
}
.span_one{
	font-size: 20px;
	font-weight: 600;
}
.span_two{
	/* font-size: 14px; */
}
.span_more{
	float: right;
}


