.news-content {
	width: 1200px;
	margin: 0 auto 0 auto;
	/*height: 1580px;*/
}
.news-left {
	width: 216px;
	height: 100%;
	/*background-color: #F5F5F5;*/
	background: #F5F5F5 url() 0 0 no-repeat;
	text-align: center;
	float: left;
}

.news-center {
	height: 90px;
	background-color: #D23023;
	padding-top: 26px;
	color: #FFFFFF;
	width: 216px;
	font-size: 1.4em;
	font-weight: bold;
}

.news-info {
	margin-top: 60px;
}

.allice-infomation {
	color: #000000;
	font-weight: bold;
	font-size: 1.1em;
	/*margin-bottom: 35px;*/
	padding: 20px 0;
}
.issue_text_span{
	padding-left: 10px;
}

.selected {
	background-color: #FFFFFF;
	/* border-right: 4px solid #D23023; */
}

.allice-infomation:hover {
	background-color: #FFFFFF;
}

.news-right {
	width: 928px;
	/*height: 1430px;*/
	float: left;
	margin-left: 46px;
	text-align: left;
}

.news-guide {
	width: 100%;
	/*height: 0;*/
	padding-top: 54px;
	color: #7f7f7f;
	text-align: left;
	border-bottom: 1px solid #7F7F7F;
}

.separate {
	/*height: 20px;*/
    padding-bottom: 12px;
	display: inline;
	border-bottom: 4px solid #191919;
}

/*.separate2 {
	height: 1px;
	background-color: #7F7F7F;
	width: 100%;
}*/

.infomation-text {
	height: 280px;
	padding: 40px 0 32px 0;
	border-bottom: 1px solid #E5E5E5;
}
.infomation_textdiv{
	width: 318px;
	height: 195px;
	border-radius: 8px;
	float: left;
	overflow: hidden;
}
.infomation-img {
	width: 318px;
	height: 195px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -webkit-transform: scale(1);
}
.infomation-img:hover{
	-webkit-transform: scale(1.1);
}

.infomation-message {
	width: 590px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 1.1em;
}

.infomation-issue {
	color: #999999;
	font-size: 0.9em;
	margin: 10px 0 20px 0;
}

.issue-content {
	color: #7f7f7f;
	font-size: 0.9em;
	height: 80px;
	text-overflow: ellipsis;
    /*white-space: nowrap;*/
    overflow: hidden;
}

.infomation-tit{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*明星会员*/
.member_table{
	width: 100%;
}
.rank_table,.poll_table{
	width: 220px;
	position: relative;
}
.mumber_table{
	width: 488px;
	color: #000;
 	font-weight:bold;
}
.club_table{
    width: 488px;
    height: 60px;
   	line-height: 60px;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
    display: inline-block;
    text-overflow : clip;
 	white-space:nowrap;
    /*position: relative;*/
}

@media screen and (max-width: 1200px) {
	.news-content {
		width: 94%;
		margin-left: 3%;
	}
	.news-left {
		display: none;
	}
	.news-right {
		width: 100%;
		margin-left: 0;
	}
	.infomation_textdiv {
		width: 100%;
	}
	.infomation-message {
		width: 100%;
		margin-left: 0px;
	}
	.issue-content {
		height: 15px;
	}
}
