/*所在位置样式*/
.site
{
   width:988px;
   border:1px solid #d6d6d6;
   background:#f7f7f7;
   margin:0 auto;
   height:34px;
   margin-top:5px; 
   line-height:34px;
   padding-left:10px;
    }
.site a
{
    padding:0 3px;
    }
.site a:hover
{
    color:red;
    }
    
/*左侧内容-列表样式*/   
.content 
{
    padding-top:5px;
    } 
.content_left
{
    width:220px;
    border:1px solid #d8d8d8;
    float:left;
    }
    
.content h2
{
    font-size:12px;
    font-weight:bold;
    height:28px;
    background:url(contnet_h2_bg.jpg) repeat-x;
    line-height:28px;
    padding-left:10px;
    }
.content_left ul
{
    padding:5px 0 5px 20px;
    line-height:30px;
    font-size:14px;
    }
.content_left ul a:hover
{
   color:Red;
   font-weight:bold;
    }
/*右侧内容样式*/   
.content_right
{
    width:770px;
    border:1px solid #d8d8d8;
    float:left;
    margin-left:6px;
    }
.content_right ul
{
   padding:5px 20px;
   line-height:30px;
    }
.content_right ul li a
{
    width:550px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display:block;
    float:left;
    }
.content_right ul li span
{    
    float:right;
    color:#818181;
    }
.content_right ul li a:hover
{
     color:Red;
    }
/*页码样式*/ 
.page{
    text-align:center;
    font-size:14px;
    margin-top:30px;
    margin-bottom:30px;
    }
.page,.page a {
    color:#1158a6;
    }

.page .part1 a.pagenum{
    border:1px solid #b5b5b5;
    display:block;
    width:17px;
    height:17px;
    line-height:17px;
    text-align:center;    
    }
.page .part1 a.pagenum:hover{
    background:#0e5aa6;
    border:1px solid #0e5aa6;
    color:#fff;
    }
.part1 a{
    float:left;
    margin-right:15px;
    }
.part2 span,.part2 input{
    float:left;
    text-align:center;
    }
.part2{
    margin-right:15px;
    }
.part3{
    margin-left:15px;
    }
.page input{
    width:41px;
    height:17px;
    border:1px solid #b5b5b5;   
    line-height:17px;
    }
.page input.inbtn{
    cursor:pointer;
    background:#fff;
    color:#1158a6;
    font-family:"微软雅黑";
    font-size:14px;
    height:19px;
    line-height:17px;      
    }
.page .pagenext{
    width:58px;
    height:17px;
    border:1px solid #b5b5b5; 
    text-align:center;
    line-height:17px;
    }
.page .pagecurrent a{
    background:#0e5aa6;
    border:1px solid #0e5aa6;
    color:#fff;
    }
.cjw_about {
    width: 1000px;
    margin: 0 auto;
}
.cjw_about>p {
    font-size: 22px;
    color: #4c67a7;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #c1cae0;
}
.cjw_about>ul>li {
    padding-top: 12px;
}
.cjw_about>ul>li>img {
    padding-left:20px;
}
.cjw_about>ul>li>a {
    display: inline-block;
    vertical-align: middle;
    color: #000;
}
.cjw_about>ul>li>span {
    display: inline-block;
    color: #000;
    float: right;
    padding-right: 25px;
    padding-top: 3px;
    font-size: 14px;
}

.ztBanner{
	overflow: hidden;
	text-align: center;
	margin-top: 25px;
}
.ztBox{
	width: 960px;
	overflow: hidden;
	margin: 30px auto 0;
}
.ztTitle{
	background: url(wjwzt-20240905-titlebg.png) no-repeat bottom center;
	line-height: 60px;
	font-family: "microsoft yahei";
	font-size: 26px;
	font-weight: bold;
	color: #000;
	text-align: center;
	position: relative;
}
.ztMore{
	position: relative;
	top: -50px;
	float: right;
}
.ztMore a{
	color: #0e9de6;
	font-size: 16px;
	
}
.ztList ul li{
	background: url(wjwzt-20240905-liststyle.png) no-repeat left 50%;
	line-height: 50px;
	padding-left: 20px;
	font-family: "microsoft yahei";
	font-size: 20px;
	clear: both;
}
.ztList ul li a{
	color: #333;
}
.ztList ul li span{
	float: right;
}