@charset "utf-8";

/* CSS Document */


/*公告滚动开始*/

.TextHScrollBox {
	height: 20px;
	background: #fff;
	padding: 19px 19px 19px 100px;
	position: relative;
	width:1060px;
	margin:auto;
}

.TextHScrollBox .bt {
	width: 100px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	left: 19px;
	top: 50%;
	margin-top: -10px;
	color:red;
}

.TextHScrollBox .TextScroll {
	height: 20px;
	overflow: hidden;
	position: relative;
}

.TextHScrollBox .TextScroll ul {
	width: 5000px;
	position: absolute;
	height: 20px;
}

.TextHScrollBox .TextScroll ul li {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	float: left;
	padding: 0 20px 0 15px;
	position: relative;
}

.TextHScrollBox .TextScroll ul li:before {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2.5px;
	background: #27a9f4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.TextHScrollBox .TextScroll ul li a {
	color: #3c6085;
	font-size:14px;
}

.TextHScrollBox .TextScroll ul li a:hover {
	color: #27a9f4;
	border-bottom: #27a9f4 1px solid;
}

.TextHScrollBox .TextScroll ul li .date {
	color: #999;
	margin-left: 10px;
	font-size:14px;
}


/*公告滚动样式结束*/