@charset "gb2312";
.ctrl-news-bar {
	width: 100%;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 5px 0px #999;
	box-shadow: 0px 0px 5px 0px #999;
}
.ctrl-news-bar .title {
	width: 100%;
	height: 50px;
	padding: 0px 15px;
	background-color: #00516d;
	line-height: 50px;
	color: #FFF;
}
.ctrl-news-bar .title .cn-title {
	font-size: 16px;
}
.ctrl-news-bar .title .en-title {
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 5px;
	color: #CC9999;
}
.ctrl-news-bar .list {
	width: 100%;
}
.ctrl-news-bar .list a {
	display: block;
	width: 100%;
	padding: 0px 15px;
	border-bottom: 1px solid #EEE;
	background-color: #F8F8F8;
	line-height: 38px;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.ctrl-news-bar .list a:hover {
	background-color: #fff;
	color: #00516d;
}