@charset "utf-8";
/*-------------- VIPABC | Author by Mike Li  ---------------*/
/*                   v3.1 | 2014-10-22                      */
/*                  License: vipabc.com                     */
/*----------------------------------------------------------*/

/*-------------- banner -------------*/


/*-------------- news-marquee -------------*/

.news-marquee-wrap{width:100%; height:132px; }
.news-marquee{ width:100%; max-width:1200px; margin:0 auto; height:132px;}
.news-marquee-list-wrap{
	height:132px;
	overflow:hidden;
}
.NML-wrap{
	position:relative;
	width:100%;
	height:132px;
	overflow:hidden;
}
.news-marquee-list{
	position:absolute;
	width:100%;
	top:0;
	left:0;
}
.news-marquee-list li{
	float:left;
	width:100%;
	height:66px;
	line-height:24px;
	/*white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;*/
	color:#000;
	
}
.news-marquee-list li a{padding-top:9px; display:block; width:100%; height:100%; position:relative; z-index:1; border-bottom:1px solid #EAEAEA;}
.news-marquee-list li p{ line-height:24px; color:#333333; font-size:14px;}
.news-marquee-list li span{ width:70px; text-align:right; font-size:12px; color:#999999; line-height:24px; height:24px; position:absolute; bottom:8px; right:0; z-index:9;}

.news-marquee-list li a:hover p{ color:#235BCA;}



@media (max-width: 1200px) {
.news-marquee-wrap{ height:66px; }
.news-marquee{ height:66px;}
.news-marquee-list-wrap{height:66px;}
.NML-wrap{height:66px;}

.news-marquee-list li{height:33px;line-height:24px; padding-right:70px;}
.news-marquee-list li a{ padding:4px 0; line-height:24px;}
.news-marquee-list li p{ padding-top:0px; line-height:24px; width:100%; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news-marquee-list li span{ position:absolute; bottom:-1px; line-height:32px; height:32px; right:-70px; z-index:9; border-bottom:1px solid #EAEAEA;}

	}