/* 初始化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", "微软雅黑";
    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;
}

a {
    text-decoration: none;
    font-size: 16px;
    color: #222;

}

a:hover {
    text-decoration: none;
    color: #005EAE;
}

body {
    font-family: "微软雅黑";
}

.mod_banner {
    background: url("../images/pic_banner.png") no-repeat top center;
    height: 490px;
}

.header {
    width: 1100px;
    margin: 0 auto;
    clear: both;
    padding-top: 15px;
}

.header .logo {
    float: left;
}

.header .return_index {
    float: right;
    font-size: 16px;
    color: #46423E;
    margin-top: 20px;
}

/* 新闻动态*/
.col_xwdt {
    width: 1100px;
    margin: 0 auto;
    clear: both;
    height: 510px;
}

.col_xwdt .col_xwdt_title {
    background: url("../images/pic_title_xwdt.png") no-repeat;
    height: 42px;
    margin: 40px 0px;
}

.col_xwdt .col_xwdt_title a {
    float: right;
    font-size: 16px;
    color: #999;
}

.col_xwdt_content {
    padding: 0px 50px
}

.col_xwdt_content .col_xwdt_left {
    width: 460px;
    float: left;
    position: relative;
}

.col_xwdt_content .col_xwdt_left .hd {
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 11;
}

.col_xwdt_content .col_xwdt_left .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.col_xwdt_content .col_xwdt_left .hd ul li {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, .7);
    border-radius: 5px;
    float: left;
    margin-right: 10px;
}

.col_xwdt_content .col_xwdt_left .hd ul li.on {
    width: 28px;
    background: #fff;
}

.col_xwdt_content .col_xwdt_left .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.col_xwdt_content .col_xwdt_left .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.col_xwdt_content .col_xwdt_left .bd li .pic {
    width: 460px;
    height: 345px;
}
.col_xwdt_content .col_xwdt_left .bd li .pic img {
    width: 460px;
    height: 345px;
}

.col_xwdt_content .col_xwdt_left .bd li .text {
    background: rgba(0, 0, 0, .54);
    height: 35px;
    line-height: 35px;
    position: absolute;
    bottom: 0px;
    width: 460px;
}

.col_xwdt_content .col_xwdt_left .bd li .text a {
    font-size: 16px;
    color: #fefefe;
    margin-left: 15px;
}

.col_xwdt_content .col_xwdt_right {
    width: 500px;
    float: right;
    margin-top: -15px;
}

.col_xwdt_content .col_xwdt_right .col_xwdt_one {
}

.col_xwdt_content .col_xwdt_right .col_xwdt_one a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    background: url(../images/icon_jian.png) no-repeat left;
    padding-left: 15px;
    line-height: 45px;
    height: 45px;
}

.col_xwdt_content .col_xwdt_right .col_xwdt_one p {
    font-size: 16px;
    color: #999;
    padding-left: 15px;
    line-height: 10px
}

.col_xwdt_content .col_xwdt_right .col_xwdt_one p a {
    font-size: 16px;
    color: #ff1a00;
    background: transparent;
    display: inline-block;
}

.col_xwdt_content .col_xwdt_right ul li {
    line-height: 45px;
    height: 45px;
}

.col_xwdt_content .col_xwdt_right ul li a {
    font-size: 16px;
    color: #666;
    background: url("../images/icon_jian.png") no-repeat left;
    padding-left: 15px;
}

.col_xwdt_content .col_xwdt_right ul li a:hover {
    color: #005EAE;
}

/* 前言*/
.col_qy {
    width: 1100px;
    margin: 0 auto;
    clear: both;
}

.col_qy_title {
    background: url("../images/pic_title_qy.png") no-repeat;
    height: 40px;
    margin-bottom: 30px;
}

.col_qy_content_box {
    border: 2px solid #ef8889;
    padding: 25px;
}

.col_qy_content {

    position: relative;

    line-height: 2;
    overflow: hidden;
}

.col_qy_content a {
    font-size: 16px;
    color: #f22003;
    position: absolute;
    right: 5px;
    bottom: 0;
    z-index: 9;
}

.col_qy_content p {
    font-size: 16px;
    color: #111;
    line-height: 30px;
    text-indent: 2em;
}

/* 五一劳动奖章获得者*/
.col_jzhdz {

    width: 1100px;
    margin: 0 auto;
}

.col_jzhdz_title {
    background: url("../images/pic_title_wyjz.png") no-repeat;
    height: 46px;
    margin: 65px 0px 30px 0px;
}

.col_jzhdz_cont {
    background: url("../images/bg_one.jpg") no-repeat;
    width: 460px;
    height: 451px;
    margin: 0 auto;
}
.col_jzhdz_cont a:hover {
    color: #0e4ae7
}
.col_jzhdz_cont p:hover {
    color: #0e4ae7
}
.col_jzhdz_cont img {
    display: block;
    margin: auto auto;
    padding: 80px 0px 10px 0px;
}

.col_jzhdz_cont a, .col_jzhdz_cont p {
    font-size: 16px;
    color: #222;
    text-align: center;
    display: block;
    line-height: 25px;
}

/* 全国工人先锋号获得集体*/
.col_hdjt {
    width: 1100px;
    margin: 0 auto;
}

.col_hdjt_title {
    background: url("../images/pic_title_xfh.png") no-repeat;
    height: 46px;
    margin: 70px 0px 30px 0px;
}

.col_hdjt_content {
    height: 460px;
}

.col_hdjt_content img {
    margin: 0 auto;
    display: block;

}

.col_hdjt_content a {
    margin-top: -65px;
    text-align: center;
    display: block;
}

/*  首都劳动奖状获得集体*/
.col_jzhdjt {
    width: 1100px;
    margin: 0 auto;
}

.col_jzhdjt_title {
    background: url("../images/pic_sdldjt.png") no-repeat;
    height: 46px;
    margin: 70px 0px 30px 0px;

}

.col_jzhdjt_cont {
    background: url("../images/bg_sd.png") no-repeat;
    height: 776px;
    padding: 30px;
}

.col_jzhdjt_one, .col_jzhdjt_two {
    width: 460px;
    margin: 60px 30px 30px 30px;
    float: left
}

.col_jzhdjt_one img {
}

.col_jzhdjt_one a, .col_jzhdjt_two a, .col_jzhdjt_three a {
    line-height: 40px;
    display: block;
    text-align: center;
}

.col_jzhdjt_three {
}

.col_jzhdjt_three img {
    margin: 0 auto;
    display: block
}

/* 首都劳动奖章获得者*/

.col_sdjzhd {
    width: 1100px;
    margin: 0 auto;
}

.col_sdjzhd_title {
    background: url("../images/pic_sdld.png") no-repeat;
    height: 70px;
    margin: 10px 0px 35px 0px;
}

.col_sdjzhd_list {
}

.col_sdjzhd_list ul {
}

.col_sdjzhd_list ul li {
    width: 366px;
    display: inline-block;
    float: left;
    margin-bottom: 60px;
}

.col_sdjzhd_list ul li img {
    display: block;
    margin: 0 auto
}

.col_sdjzhd_text {
    height: 50px;
    margin: 10px 0px 10px 0px;
}

.col_sdjzhd_text a {
    text-align: center;
    display: block;
    line-height: 25px;
}

.col_sdjzhd_list ul li span {
    width: 140px;
    height: 40px;
    background: #CD230A;
    line-height: 40px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff
}

/* 北京市工人先锋号获得集体*/
.col_xfhxt {
    width: 1100px;
    margin: 0 auto;
    clear: both;
    margin-bottom: 70px;
}

.col_xfhxt_title {
    background: url("../images/pic_title_xfhhdjt.png") no-repeat;
    height: 70px
}

.col_xfhxt_cont {
    background: url("../images/bg_bj.png") no-repeat center;
    height: 1132px;
}

.col_xfhxt_cont ul {
    padding-top: 85px;
}

.col_xfhxt_cont ul li {
    margin-left: 57px;
    width: 465px;
    float: left;
    height: 340px
}

.col_xfhxt_cont ul li img {
}

.col_xfhxt_cont ul li a {
    line-height: 45px;
    display: block;
    text-align: center;
}

/* 列表页 内容页*/
.wrap {

    padding: 15px;

}

.wrap .location {
    width: 1100px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666666;
}

.wrap .secBox {
    width: 1100px;
    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 {
    margin-top: 20px;
    display: block;
}

.wrap .secBox .secList li {
    line-height: 50px;
    font-size: 16px;
    clear: both;
}





.wrap .secBox .secList li a {
    font-size: 16px;
    color: #666;
    background: url("../images/icon_jian.png") no-repeat left;
    padding-left: 15px;
}

.wrap .secBox .secList li:hover a, .wrap .secBox .secList li:hover span {
    color: #0e4ae7
}

.wrap .secBox .secList .line {
    margin: 15px 0px;
    border-bottom: dashed 1px #F1F1F1;
}

.page {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.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;
}

.f3 img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    cursor: pointer;
}

.bigPic {
    z-index: 101;
    display: none;
    position: absolute;
}

.wrap .secBox .conTit {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 15px;
    clear: both;
}

.wrap .secBox .conTit h1 {
    font-size: 30px;
    color: #d50709;
    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;
}

.switch {
    width: 1100px;
    margin: 0 auto;
    background: #fff;
}

.switchTit {
    border-bottom: 1px solid #E6E6E6;
    margin: 0px 20px;
}

.switchTit ul {
    width: 460px;
    margin: 0 auto;
    padding: 25px 0px 15px 0px
}

.switchTit ul li {
    width: 115px;
    line-height: 30px;
    height: 30px;
    font-size: 18px;
    color: #666666;
    text-align: center;
    display: inline-block
}

.switchTit ul li.on {
    border-radius: 15px;
    background: #083BD0;
    color: #fefeff
}

.switchCon {
    min-height: 341px;
    overflow: auto;
    padding: 20px;
}

.shareBox {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
}

.shareBox .share {
    width: 150px;
    height: 100%;
    float: right;
    background: #ededed;
    border-radius: 10px;
    padding-left: 10px;
}

.shareBox .share i {
    background: url("../images/icon_zf.png") no-repeat;
}

.shareBox .share h4 {
    width: 50px;
    float: left;
    height: 100%;
}

.shareBox .share .shareIcon {
    float: left;
    width: 100px;
    height: 100%;
    padding-top: 6px;
}

.bdsharebuttonbox {
    zoom: 1;
}

.bdsharebuttonbox .bds_qzone {
    background-position: 0 -52px;
}

.bdsharebuttonbox a, .bdsharebuttonbox .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url("../images/icon_jh.png");
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}

.bdsharebuttonbox .bds_tsina {
    background-position: 0 -104px;
}

.bdsharebuttonbox .bds_sqq {
    background-position: 0 -2652px;
}

.bdsharebuttonbox .bds_weixin {
    background-position: 0 -1612px;
}

.shareBox .labelBox {
    width: 760px;
    float: left;
    overflow: hidden
}

.shareBox .labelBox h4 {
    font-size: 16px;
    color: #d3902a;
    float: left;
}

.shareBox .labelBox h4 i {
    background: url(../images/icon_bq.png) no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    margin: 11px 10px 0 0;
}

.shareBox .labelBox .contentIcon {
    width: 700px;
    float: left;
    overflow: hidden;
}

.shareBox .labelBox .contentIcon a {
    font-size: 16px;
    padding: 3px 10px;
    border: solid 1px #999;
    border-radius: 5px;
    float: left;
    line-height: 20px;
    margin: 9px 0 0 20px;
    color: #666;
}

.secListContent {
}

.secListContent li {
    width: 360px;
    height: 45px;
    line-height: 45px;
    background: #F3F5FA;
    margin: 25px 10px 0px 10px;
    display: inline-block;
    border-radius: 5px;
}

.secListContent li a {
    font-size: 16px;
    color: #222;
    text-align: center;
    display: block
}

.secListContent li:hover {
    background: #083BD0;
}

.secListContent li:hover a {
    color: #fff;
}

.footer {
    clear: both;
    text-align: center;
    background: #CE140B;
    padding: 30px 0px;
}

.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 p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
}
.footer a {
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
}