@charset "utf-8";
.hasMoreTab {
	width: 770px;
}

.hasMoreTab .hd {
	line-height: 25px;
	height: 25px;
	position: relative;
	padding-left: 176px;
	padding-top: 6px;
	margin-bottom: 10px;
}

.hasMoreTab .hd .more {
	float: right;
}
.hasMoreTab .hd .more a {
    color:#666666;
}
.hasMoreTab .hd ul {
	z-index: 5;
	position: absolute;
	height: 50px;
	overflow: hidden;
	zoom: 1;
}

.hasMoreTab .hd li {
	float: left;
	cursor: pointer;
	font-size: 18px;
	color: #666;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(https://www.jxsjw.gov.cn/material/resource/icon1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.hasMoreTab .hd li.on {
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	color: #015ab8;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #015ab8;
	padding-bottom: 10px;
}
.hasMoreTab .hd li a{
    color: #666;
}
.hasMoreTab .hd li a:hover{
    font-weight: bold;
    color: #015ab8;
}
.hasMoreTab .bd {
	clear: both;
	position: relative;
}

.newsbox {
	width: 448px;
}

.newsbox .hd {
	position: relative;
	height: 50px;
}

.newsbox .hd ul {
	z-index: 5;
	position: absolute;
	height: 55px;
	overflow: hidden;
	zoom: 1;
}

.newsbox .hd li {
	float: left;
	cursor: pointer;
	font-size: 18px;
	color: #666;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-color: #f7f7f7;
	line-height: 45px;
	height: 45px;
	font-weight: normal;
	margin-right: 2px;
	letter-spacing: 4px;
}

.newsbox .hd li.on {
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	font-weight: normal;
	color: #FFF;
	background-color: #015ab8;
	background-image: url(https://www.jxsjw.gov.cn/material/resource/icon2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
}

.newsbox .bd {
	clear: both;
	position: relative;
}
.newsbox .bd p {
	float: right;
}
.newsbox .bd p a {
	color: #666;
}