body,
div,
ul,
p,
span,
a {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

.top {
	height: 30px;
	width: 100%;
	border-bottom: 1px solid #d1d1d1;
}

.subtop {
	width: 1000px;
	margin: 0 auto;
	height: 30px;
}

.subtop_left {
	width: 300px;
	height: 100%;
	float: left;
	font-size: 13px;
	line-height: 30px;
}

.jt-ft {
	width: 100px;
	height: 100%;
	float: right;
	line-height: 30px;
}

.wzall {
	float: right;
	width: 100px;
	height: 100%;
	line-height: 30px;
}

.subtop_right {
	width: 300px;
	height: 100%;
	float: right;
	font-size: 13px;
}

/*顶部时间和检索样式结束*/


.banner {
	width: 100%;
	height: 149px;
	background: url(ws_bg07.jpg) repeat-x;
}

.subbanner {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

/*导航样式开始*/
.nav {
	width: 100%;
	height: 55px;
	background: url(ws_bg08.jpg) repeat-x;
}

.subnav {
	width: 1000px;
	height: 55px;
	margin: 0 auto;
}

.wrapper {
	height: 100%;
	width: 100%;
	background-image: url(wrapper-bj_06.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}

.wrapper-box {
	width: 1000px;
	margin: 0 auto;
}

.text1 {
	margin-top: 20px;
	background-color: white;
	width: 1000px;
	padding: 20px;
}

.text1-box {
	width: 960px;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #fcfcfc;
	border: 1px solid #f0f0f0;
}

.text1-title-box {
	height: 28px;
	border-bottom: 1px solid #cccccc;
}

.text1-title {
	display: inline-block;
	height: 28px;
	padding-left: 20px;
	padding-right: 20px;
	background: url("title-bj_03.jpg") no-repeat 5px center;
	border-bottom: 2px solid #1760ab;
	color: #0c55b1;
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
}

.text1-list-box {
	margin-top: 20px;
	*height: 349px;
}

.text1-list-box ul {
	overflow: hidden;
	min-height: 70px;
}

.text1-list-box li {
	float: left;
	height: 35px;
	line-height: 35px;
	width: 20%;
	text-align: center;
}

.text1-list-box li a {
	color: #333;
	font-size: 16px;
}

.text1-list-box li a:hover {
	color: #0c55b1;
	text-decoration: underline;
}


.copyright {
	height: 140px;
	width: 1000px;
	margin: 0 auto;
}

.copyright_nav {
	height: 33px;
	background: url(ws_bg11.jpg) no-repeat;
}

.copyright_nav>p {
	color: #fff;
	padding-left: 160px;
}

.copyright_nav>p>a {
	color: #fff;
	display: inline-block;
	width: 75px;
	text-align: center;
	line-height: 33px;
}

.copyright table p {
	white-space: pre-wrap;
	font-size: 13px;
}

/* 适老化 */
/*
Desription
@author WangLuJie 
@since 2023-6-28
*/
.newStyle .text1-title{
	font-size: 30px;
}
.newStyle .text1-list-box li a{
	font-size: 25px;
	width: 100%;
    height: auto;
    display: block;
    padding: 10px 0;
}
.newStyle .text1-list-box li{
	padding: 10px 0;
	height: 100px;
}