/* 初始化CSS  重置浏览器样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: none;
}

/*为了照顾ie6 链接图片有边框*/
ul,
ol,
li {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "Microsoft YaHei";
    border: 0 none;
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
    outline: none;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

body {
    font-family: "Microsoft YaHei", "SimSun";
}

a {
    text-decoration: none
}

.mod_banner {
    background: url("../images/pic_banner.jpg") no-repeat center top;
    height: 599px;
}

.header {
    width: 1200px;
    margin: 0 auto;
    padding-top: 15px;
}

.header .logo {
    float: left
}

.header .return_index {
    float: right;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
  /*  background: url(http://zyk.bjhd.gov.cn/resources/images/icon/small-logo.png) no-repeat left;
    padding-left: 20px;*/
    line-height: 30px;
}

.wrap {
    min-height: 400px;
    padding: 15px;

}

.wrap .location {
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666666;
}

.wrap .secBox {
    width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;
}

.wrap .secBox .print {
    color: #333;
    font-size: 16px;
    float: right
}

.wrap .secBox .print i {
    width: 17px;
    height: 19px;
    margin: 5px 5px 0 0;
    display: block;
    float: left;
    background: url("../images/icon_print.png") no-repeat;
}

.wrap .secBox .secList {
    display: block;
}

.wrap .secBox .secList li {
    line-height: 50px;
    font-size: 16px;
    clear: both;
}

.wrap .secBox .secList li a {
    font-size: 16px;
    color: #2e2e2e;
    background: url("../images/icon_list_w.png") no-repeat left;
    padding-left: 15px;
}

.wrap .secBox .secList li span {
    float: right;
    color: #7b7b7b
}

.wrap .secBox .secList li:hover a, .wrap .secBox .secList li:hover span {
    color: #212a87
}

.wrap .secBox .secList li:hover a {
    background: url("../images/icon_list.png") no-repeat left;
}

.wrap .secBox .secList li.line {
    margin: 15px 0px;
    border-bottom: dashed 1px #F1F1F1;
}

.page {
    height: 50px;
    line-height: 50px;
    text-align: center;
    clear: both;
}

.page span {
    padding: 5px 10px;
    border: solid 1px #adadad;
    margin-right: 10px;
}

.page a {
    padding: 5px 10px;
    border: solid 1px #adadad;
    margin-right: 10px;
}

.page a.num {
    border: solid 1px #FFF;
}

.page span.on {
    background: #FF8400;
    color: #FFF;
    border: none;
}

.page a:hover {
    background: #0196E3;
    color: #FFF;
    border: solid 1px #FFF;
}

.wrap .secBox .conTit {
    border-bottom: 1px dashed #bfbfbf;
    padding-bottom: 15px;
    clear: both;
}

.wrap .secBox .conTit h1 {
    font-size: 26px;
    color: #222;
    text-align: center;
    line-height: 50px;
}

.wrap .secBox .conTit .time {
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.wrap .secBox .contentBox {
    margin-top: 15px;
    line-height: 2;
}

.secTitleBox {
    background: url("../images/bg_list_title.png") no-repeat center;
    width: 645px;
    margin: 0 auto 40px auto;
    height: 46px;
    clear: both;
}

.secTitleBox ul {
}

.secTitleBox ul li {
    width: 143px;
    text-align: center;
    float: left;
    line-height: 46px;
    margin: 0px 6px
}

.secTitleBox ul li a {
    font-size: 18px;
    color: #3C3C3C
}

.secTitleBox ul li:hover {
    background: url("../images/bg_list_title_hover.png") no-repeat center;
}

.secTitleBox ul li:hover a {
    color: #fff;
    font-weight: bold
}

.secImgListBox {
    clear: both;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto
}

.secImgListBox ul {
    width: 1224px;
    clear: both
}

.secImgListBox ul li {
    width: 280px;
    margin-right: 24px;
    float: left;
    margin-bottom: 25px;
    height: 250px;
    box-shadow: 1px 4px 3px #E4E4E4;
    overflow: hidden;
}

.secImgListBox ul li .secImgListText {
    padding: 0px 10px
}

.secImgListBox ul li img {
    width: 280px;
    height: 200px
}

.secImgListBox ul li .secImgListText a {
    font-size: 16px;
    color: #222;
    line-height: 40px;
    /*border-bottom: 1px solid #F1F1F1;*/
    display: block;
}
.secImgListBox ul li .secImgListText a:hover{
color:#212a87
}
.secImgListBox ul li .secImgListText p {
    font-size: 16px;
    color: #999;
    line-height: 40px;
}

.footer {
    background: #212a87;
    padding: 25px 0px;
}

.footer p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

.footer .linkPhoto {
    width: 200px;
    height: 80px;
    margin: 0 auto;
}

.footer .linkPhoto .fleft {
    width: 80px;
    height: 80px;
    float: left;
}

script {
    display: none;
}

.footer .linkPhoto .fright {
    width: 110px;
    height: 67px;
    padding-top: 13px;
    margin-left: 10px;
    float: right;
}

.footer a {
    font-size: 14px;
    color: #fff
}