.news-content {
	width: 1200px;
	margin: 0 auto 0 auto;
	/*height: 1580px;*/
}
.news-left {
	width: 216px;
	height: 100%;
	background-color: #F5F5F5;
	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;
}
.issue_text_span{
	padding-left: 10px;
}
.allice-infomation,.allice-video,.allice-account {
	color: #000000;
	font-weight: bold;
	font-size: 1.1em;
	/*margin-bottom: 35px;*/
	padding: 20px 0;
}

.selected {
	background-color: #FFFFFF;
	border-right: 4px solid #D23023;
}

.allice-infomation:hover,.allice-video:hover,.allice-account:hover {
	background-color: #FFFFFF;
}

.news-right,.vedio-right,.accountment-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-imgdiv{
	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: #e5e5e5;
	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;
}

.vedio-bar-news {
	margin-top: 20px;
	padding: 0;
	margin-left: 4px;
}

.vedio-item-news {
	width: 296px;
	height: 300px;
	padding: 0;
	float: left;
    margin-right: 12px;
	margin-top: 20px;
}

.vedio-item-news-last {
	margin-right: 0;
}

.vedio-pecture_newsdiv{
	width: 296px;
	height: 220px;
	overflow: hidden;
	position: relative;
}

.vedio-pecture_news {
	position: absolute;
	width: 296px;
	height: 220px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -webkit-transform: scale(1);
}
.vedio-pecture_news:hover{
	-webkit-transform: scale(1.1);
}

.vedio-tu_news {
	position: absolute;   
    top: 50%;   
    left: 50%;   
    -moz-transform: translate(-50%, -50%);  
    -ms-transform: translate(-50%, -50%);   
    -webkit-transform: translate(-50%, -50%);   
    transform: translate(-50%, -50%);
	width: 52px;
	height: 52px;

/*	position: relative;
	top: -128px;
	text-align: center;*/
}

.vedio-img_news {
	width: 52px;
	height: 52px;
}

.vedio-time_news {
	width: 100%;
	height: 22px;
	background-color: #202020;
	filter:alpha(opacity=80);
	opacity: 0.8;
	color: #FFFFFF;
	text-align: right;
	font-size: 14px;
	padding: 3px;
	position: relative;
	top: -74px;
}

.vedio-title_news {
	padding-top: 15px;
	text-align: center;
	/*margin-top: -40px;*/
}

.accountment-content {
	
}

.account-info {
	margin-top: 40px;
}

.account-date {
	border: 2px solid #ebebeb;
	padding: 10px;
	width: 90px;
	text-align: center;
	float: left;
}

.month {
	color: #7f7f7f;
	font-weight: bold;
	font-size: 1.5em;
}

.year {
	color: #7F7F7F;
	line-height: 1.8em;
}

.account-message {
	width: 802px;
	float: left;
	margin-left: 10px;
}


.account-bar {
	border-bottom: 1px solid #E5E5E5;
}

.accountment-title {
	font-size: 1.1em;
	margin-top: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.accountment-txt {
	color: #7F7F7F;
	font-size: 0.9em;
	margin: 20px 0 8px 0;
	/*padding: 14px 20px;
	border-bottom: 1px solid #E5E5E5;*/
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.infomation-tit{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
