ul,li{
	list-style: none;
}
a{
	text-decoration: none;
}

.th025-news-img{
	width: 380px;
	float: left;
	height: 280px;
	position: relative;
	overflow: hidden;
}
#picBall{
	width: 9999px;
	position: absolute;
	margin: 0;
	padding: 0;
	height: 250px;
	overflow: hidden;
}
#picBall li{
	width: 380px;
	float: left;
	margin: 0;
	padding: 0;
}
#picBall li img{
	width: 380px;
	height: 250px;
	display: block;
}
#titleBall{
	width: 400px;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#titleBall li{
	display: none;
	width: 400px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	text-align: center;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.5);
}
#titleBall li.active{
	display: block;
}
#titleBall li a{
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#titleBall li.active{
	display: block;
}
#iconBall{
	position: absolute;
	bottom: 30px;
	right: 0;
	margin: 0;
	padding: 0;
	background-color: rgba(0,0,0,0.5);
}
#iconBall li{
	float: left;
	color: #999;
	width: 20px;
	height: 20px;
	cursor: pointer;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
#iconBall li.active{
	background-color: #E23823;
	color: #fff;
}


.th025-news-content{
	width: 380px;
}
.th025_news{
	overflow: hidden;
}

.th025-news-content h1 a{
	color: #006699;
}
.th025-news-content h2{
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
	position: absolute;
	z-index: 99;
	top:-30px;
	right:0px;
}
.th025-news-content h2 a{
	color: #69C;
	text-decoration: none;
}
.th025-news-content h2 a:hover{
	color: #FF6600;
}
.th025-news-content .news-detail{
	padding-bottom: 12px;
}
.th025-news-content .news-detail h3{
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 10px;
}
.th025-news-content .news-detail h3 a{
	color: #CC0000;
}
.th025-news-content .news-detail h3 a:hover{
	text-decoration: underline;
}
.th025-news-content .news-detail p{
	text-indent: 24px;
	color: #999;
	line-height: 16px;
	font-size: 12px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 3px 0 15px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.th025-news-list li{
	width: 100%;
	overflow: hidden;
}
.th025-news-list li .th025-news-list-h4{
	font-size: 13px;
	clear: both;
	width: 340px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 26px;
	float: left;
	background-image: url(../images/jt02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
}
.th025-news-list li .th025-news-list-h4 a{
	color: #333;
	text-decoration: none;
}
.th025-news-list li .th025-news-list-h4 a:hover{
	color: #257DDE;
	text-decoration: underline;
}
.th025-news-list li .th025-news-list-time{
	float: right;
	color: #C8C8C8;
	font-size: 12px;
	line-height: 23px;
}








.container {
	width: 100%;
	overflow: hidden;
}
.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 40px;
	width: 100%;
	color: #333;
	font-size: 15px;
}
.tabs li {
	float: left;
	padding: 0;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	background-color: #257DDE;
}
.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	outline: none;
	color:#ffffff;
	font-weight: bold;
}
.tabs li a:hover {
	line-height: 40px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 16px;
}	
.tabs li.active a  {
	font-size: 16px;
	color: #257DDE;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	background-image: url(../images/bg_ht2.png);
}
.tab_container {
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	height: 260px;
}
.tab_content {
	padding: 20px 20px;
	overflow: hidden;
}
