
/*左侧导航*/
.side{
    float: left;
    width: 250px;
    position: relative;
    min-height: 365px;
    margin: 35px 0 50px;
}
.side h1{
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    padding-left: 20px;
    background: #0066D2;
}
.side .mask{
    background-color: #F4F4F4;
}
.mask ul{
    min-height: 60px;
    margin-bottom: -60px;
	padding-bottom: 10px;
}
.mask ul li{
    height: 38px;
    position: relative;
    padding: 0px 0 0 20px;
	font-size: 15px;
}
.mask ul li a{
    position: relative;
    display: block;
    line-height: 38px;
    font-size: 16px;
    padding-left: 30px;
    box-sizing: border-box;
}
.mask ul li a:before{
    content: '';
    position: absolute;
    top: 15px;
    left: 10px;
    width: 10px;
    height: 10px;
    background-color: #0066D2;
    border-radius: 50%;
    display: none;
}
.mask ul li.on a{
    background-color: #fff;
}
.mask ul li a:hover:before,
.mask ul li.on a:before{
    display: block;
}



/*右侧列表*/
.column{
    float: right;
    width: 920px;
    min-height: 500px;
    margin: 35px 0 50px;
    padding: 0px 15px;
    background-color: #fff;
}
.position{
    height: 64px;
    line-height: 64px;
    color:#666;
    border-bottom: 1px solid #C4C4C4;
}

.position h2{
    position: relative;
    color: #000000;
    font-size: 22px;
    font-weight: normal;
}
.position h2:after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #0066D2;
}
.position a{
    padding: 0 5px;
    color:#666;
}
.position a:hover{
    color:#0066D2;
}
.position .rt{
	font-size: 14px
}
.position .rt .home{
    padding-left: 24px;
    background: url(../images/home.png) no-repeat;
}

/*详情页*/
.detail{
    margin: 40px 0;
}
.caption{
    margin: 30px 0;
    text-align: center;
}
.caption h1{
    font-size: 24px;
    font-weight: normal;
}
.caption h2{
    font-size: 22px;
  	font-weight: normal;
}
.caption p{
    margin-top: 10px;
    color: #999;
}
.caption p span{
    margin: 0 10px;
}
.content{
    line-height: 1.75em;
    font-size: 16px;
}
.content table{
 border-collapse:collapse; 
  border-spacing:0px;  	    
}
.content table tr td{border:1px solid #dcdcdc; padding:5px}
.content img{
  	margin: 15px auto !important;
}

/*简介*/
.profile{
    margin: 30px 0;
}
.profile p{
    line-height: 1.75em;
    font-size: 16px;
}

/*通用列表*/
.common-list{
    margin: 20px 0;
}
.common-list li{
    margin: 18px 0;
    font-size: 16px;
}
.common-list li p{
    margin-right: 120px;    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.common-list li span{
    color: #666;
}
.common-list li a{
    position: relative;
    padding-left: 18px;
}
.common-list li a:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    border: 2px solid #0066D2;
    border-radius: 50%;
    box-sizing: border-box;
}

/*现任领导*/
.leader-list li{
    height: 227px;
    padding: 25px 0;
    font-size: 16px;
    box-sizing: content-box;
    border-bottom: 1px dashed #ddd;
}
.leader-list li a.lf{
    width: 180px;
    height: 227px;
    overflow: hidden;
}
.leader-list li img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.leader-list li .info{
    margin-left: 210px;
}
.leader-list li h2{
    font-size: 20px;
}
.leader-list li .subhead{
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.leader-list li p{
    height: 90px;
    line-height: 30px;
    overflow: hidden;
    margin: 15px 0 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.leader-list li .rt{
    width: 84px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #b90f0f;
    border-radius: 16px;
    font-size: 14px;
    color: #b90f0f;
    box-sizing: border-box;
}

/*图文列表*/
.pic-list{padding-top: 25px; clear: both; overflow: hidden;}
.pic-list .itemsbox{
  	float: left;
    width: 202px;
    height: 270px;
    margin: 11px 9px;
    padding: 9px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
}
.pic-list .itemsbox:hover{
    border-color: red;
}
.pic-list .itemsbox a{
    display: block;
}
.pic-list .itemsbox a img{
    width: 182px;
    height: 220px;
}
.pic-list .itemsbox .szdw-box-title{
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

/*分页样式*/
.pages {
    clear:both;
    width:100%;
    margin:30px 0 20px;
}
.pagebox {
    width:100%;
    height:30px;
    line-height: 30px;
    text-align:center;
    clear:both;
    font-size:16px;
}
.pagebox span a, .pagebox_pre_nolink{
    height:30px;
    line-height:30px;
    border:1px solid #ddd;
    padding:5px 10px;
    color:#666;
    cursor:default;
    text-align:center;
}
.pagebox span.pagebox_num_nonce {
    background-color:#0066D2;
    border:1px solid #0066D2;
    color:#fff;
    height:30px;
    line-height:30px;
    margin:0 5px;
    padding:5px 10px;
}
.pagebox span.pagebox_num:hover a{
	background-color:#0066D2;
    border:1px solid #0066D2;
    color:#fff;
}
.pagebox .pagebox_pre:hover a,.pagebox .pagebox_next:hover a{
	background-color:#0066D2;
    border:1px solid #0066D2;
    color:#fff;
}
.pagebox_jump {
    display:none;
}
.pagebox span.pagebox_num_nonce a{
	color:#fff;
	margin:0;
	padding:0;
	background: none;
	border: 0;
}

.pagebox strong{
	font-weight: normal;
}
