.row_PartyMess{
	background: url(../img/PartyOnline/row_group.png) no-repeat center center;
	height: 300px;
	margin-top: 1.5px;
}
.row_Title {
	width: 1200px;
	height: 153px;
	margin: auto;
	font-size: 34px;
	line-height: 84px;
	text-align: center;
}

.title_line {
	margin: auto;
	width: 89px;
	height: 1px;
	border-bottom: 1px solid #999999;
}
.topNewsBox{
	cursor: pointer;
	padding-top: 33px;
	padding-left: 6px;
	width: 1225px;
	height: 411px;
	margin: 17px auto;
	font-size: 0;
	
}
.aaaaa{
	transition: padding 500ms ease;
}
.aaaaa:hover{
	padding-right: 15px;
}
.leftBox{
	width: 600px;
	height: 362px;
	display: inline-block;
	vertical-align: top;
}
.newsTime{
	margin-top: 10px;
	width: 127px;
	height: 12px;
	font-size: 12px;
	color: #666666;
}
.rightBox{
	width: 589px;
	height: 362px;
	display: inline-block;
	margin-left: 30px;
}
.right_Title{
	font-size: 22px;
	color: #333333;
}
.right_Title:hover{
	cursor: pointer;
}
.right_Symbol{
	width: 208px;
	border-left: 4px solid #f72424;
	color: #666666;
	font-size: 22px;
	text-align: center;
	margin-top: 22px;
}

.right_Content{
	width: 589px;
	height: 160px;
	font-size: 14px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 30px;
	line-height: 32px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 5;
  	-webkit-box-orient: vertical;
}
.right_more{
	font-size: 14px;
	color: #666666;
	margin-top: 50px;
	width: auto;
}
.right_more:hover{
	cursor: pointer;
}
.news_Exp{
	height: 268px;
	padding-top: 30px;
	transition: padding 500ms ease;
}
.news_Exp:hover{
	background-color: #f3f7f8;
	padding-right: 30px;
}
.news_Box{
	width: 1224px;
	height: 207px;
	margin: auto;
	padding-top: 20px;
	
}
.news_Box>div{
	float: left;
}
.news_img{
	width: 300px;
	height: 168px;
	margin-left: 5px;
}
.news_desc{
	position: relative;
	width: 888px;
	height: 160px;
	margin-left: 30px;
	margin-top: 5px;
}
.news_arrows{
	position: absolute;
	width: 40px;
	height: 160px;
	background: url(../img/PartyOnline/1.png) no-repeat center center;
	top: 0;
	right: 15px;
}
.news_arrows:hover{
	cursor: pointer;
}
.news_small_title{
	font-weight: bold;
}
.news_small_title:hover{
	cursor: pointer;
}
