﻿/* 2019-07-10 LiuZhenghe */
body {
    font-family: 'microsoft Yahei';
    font-size: 16px;
    word-wrap: break-word;
    color: #333;
}
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.clearfix{
    *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
input, textarea {
    font: 'microsoft Yahei', 'Arial', sans-serif;
    box-sizing: border-box;
    border: 0;
    border-radius: 0;
    outline: none;
    background: none;
    -webkit-appearance: none;
}

i {
    font-style: normal;
}

b {
    font-weight: normal;
}

a {
    color: #333;
    outline: none;
}

a:hover {
    color: #bd1a2d;
}

.clear {
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 0;
}

.hidden {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pull_left {
    float: left;
}

.pull_right {
    float: right;
}

.in_shadow {
    box-shadow: 0 0 5px #dcdcdc inset;
}

.set_bgi {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wrap {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

body {
    background-color: #fafafa;
}

/* 内容区 */
.bjmz_con {
    margin-top: 30px;
}

.bjmz_con .bc_section {
    overflow: hidden;
    padding: 25px;
    background-color: #fff;
}

/* 新闻 */
.bjmz_con .bs1_con {
    overflow: hidden;
    margin: 0 -10px;
}

.bjmz_con .bs_picnew {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 55%;
    height: 394px;
    padding: 0 10px;
}

.bjmz_con .bs_picnew a {
    position: relative;
    display: block;
}

.bjmz_con .bs_picnew .pic img {
    width: 100%;
}

.bjmz_con .bs_picnew .txt {
    font-size: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 100px 13px 24px;
    color: #fff;
    background-image: url(./bjmzj_bj_002.png);
    background-size: cover;
}

.bjmz_con .bs_picnew .pagination {
    position: absolute;
    z-index: 1;
    right: 26px;
    bottom: 21px;
}

.bjmz_con .bs_picnew .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 50%;
    background: url(./bjmzj_ico_07a.png) no-repeat;
}

.bjmz_con .bs_picnew .swiper-active-switch {
    background: url(./bjmzj_ico_07b.png) no-repeat;
}

.bjmz_con .bs_picnew .arrow i {
    position: absolute;
    z-index: 1;
    top: 50%;
    display: inline-block;
    cursor: pointer;
}

.bjmz_con .bs_picnew .arrow .arrow-left {
    left: 10px;
}

.bjmz_con .bs_picnew .arrow .arrow-right {
    right: 10px;
}

.bjmz_con .bs_right {
    float: left;
    box-sizing: border-box;
    width: 45%;
    height: 394px;
    padding: 0 10px;
}

.bjmz_con .bs_right .tabs_tit {
    border-bottom: 2px solid #dbdbdb;
}

/*修改开始*/
.bjmz_con .bs_right .t_nav {
    font-size: 18px;
    line-height: 39px;
    display: inline-block;
    height: 39px;
    margin-bottom: -2px;
    padding: 0 22px;
    transition: all 0s ease-out 0s;
    color: #5b5b5b;
    width: 250px;
    text-align: center;
}

.bjmz_con .bs_right .t_nav:last-of-type {
    margin-left: 1px;
}

.bjmz_con .bs_right .t_nav.active {
    font-weight: bold;
    color: #fff;
    background-color: #bd1a2d;
    width: 250px;
    text-align: center;
}

/*修改结束*/
.bjmz_con .bs_right .tcon_li {
    display: none;
}

.bjmz_con .bs_right .tcon_li a {
    height: 50px;
    line-height: 50px;
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 15px;
    border-top: 1px dashed #666;
}

.bjmz_con .bs_right .tcon_li a:first-child {
    border: 0;
}

.bjmz_con .bs_right .tcon_li a:before {
    position: absolute;
    top: 50%;
    left: 2px;
    width: 3px;
    height: 3px;
    margin-top: -1px;
    content: '';
    background-color: #333;
}

.bjmz_con .bs_right .tcon_li .txt {
    float: left;
    overflow: hidden;
    width: 400px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bjmz_con .bs_right .tcon_li .date {
    float: right;
}

/* 区块公用 */
.bc_section {
    margin-bottom: 25px;
}

.bs_pubtit {
    position: relative;
    margin-bottom: 31px;
    padding-bottom: 13px;
    border-bottom: 2px solid #eaeaea;
}

.bs_pubtit::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 68px;
    height: 3px;
    content: '';
    background-color: #ca1c1c;
}

.bs_pubtit span {
    font-size: 21px;
    font-weight: bold;
    display: inline-block;
    color: #bd1a2d;
}

.bs_pubtit a {
    font-size: 17px;
    display: inline-block;
    float: right;
    color: #666;
}

.bs_pubtit a:hover {
    color: #bd1a2d;
}

/* 专题专栏 */
.bsp_ztzl {
    position: relative;
    overflow: hidden;
    padding: 0 25px;
}

.bsp_ztzl .swiper-container {
    margin: 0 -10px;
}

.bsp_ztzl .swiper-slide {
    box-sizing: border-box;
    padding: 0 10px;
}

.bsp_ztzl .swiper-slide a {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.bsp_ztzl .swiper-slide a img {
    width: 100%;
    height: 106px;
}

/* 0723 */
.bsp_ztzl .arrow i {
    position: absolute;
    z-index: 1;
    top: 50%;
    display: inline-block;
    cursor: pointer;
    width: 15px;
    height: 31px;
    background-position: top 0;
    background-repeat: no-repeat;
    margin-top: -15px;
}

.bsp_ztzl .arrow .arrow-left {
    left: 10px;
    background-image: url(./bjmzj_ico_13a.png);
    left: 0;
}

.bsp_ztzl .arrow .arrow-right {
    right: 10px;
    background-image: url(./bjmzj_ico_13b.png);
    right: 0;
}

.bsp_ztzl .arrow i:hover {
    background-position: 0 bottom
}

/* 信息公开 */
.bc_section3 {
    float: left;
    width: 668px;
}

.bc_section3 .bc3_t {
    margin-bottom: 28px;
}

.bc_section3 .bc3_t ul {
    overflow: hidden;
    margin: 0 -5px;
}

.bc_section3 .bc3_t li {
    float: left;
    box-sizing: border-box;
    width: 25%;
    padding: 0 5px;
}

.bc_section3 .bc3_t a {
    display: block;
    padding: 34px 0 20px 0;
    text-align: center;
    color: #000;
    border: 1px solid #e0e0e0;
    background-color: #f9f9f9;
}

/*修改开始*/
.bc_section3 .bc3_t .on {
    color: #fff;
    border-color: #bd1a2d;
    background-color: #bd1a2d;
}

.bc_section3 .bc3_t ul li:first-of-type a .ico {
    background-position: 0 bottom;
}

/*修改结束*/

.bc_section3 .bc3_t a:hover {
    color: #fff;
    border-color: #bd1a2d;
    background-color: #bd1a2d;
}

.bc_section3 .bc3_t a:hover .ico {
    background-position: 0 bottom;
}

.bc_section3 .bc3_t .ico {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.bc_section3 .bc3_t .txt {
    font-size: 17px;
}

.bc_section3 .bc3_b ul {
    overflow: hidden;
    margin: 0 -7px;
}

.bc_section3 .bc3_b li {
    float: left;
    box-sizing: border-box;
    width: 33.3%;
    margin-bottom: 14px;
    padding: 0 7px;
}

.bc_section3 .bc3_b a {
    display: table;
    box-sizing: border-box;
    width: 100%;
    padding: 13px 0 13px 26px;
    border: 1px solid #d3d3d3;
}

.bc_section3 .bc3_b .ico {
    display: inline-block;
    display: table-cell;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
}

.bc_section3 .bc3_b .txt {
    display: table-cell;
    padding-left: 25px;
    vertical-align: middle;
}

/* 便民服务 */
.bc_section4 {
    float: right;
    width: 507px;
}

.bc_section4 .bs4_con ul {
    overflow: hidden;
    margin: 0 -10px;
}

.bc_section4 .bs4_con li {
    float: left;
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 18px;
    padding: 0 10px;
}

.bc_section4 .bs4_con a {
    display: table;
    width: 100%;
    padding: 4px;
    border: 1px solid #f5f5f5;
}

.bc_section4 .bs4_con .border {
    padding: 24px 16px;
    background-color: #f5f5f5;
}

.bc_section4 .bs4_con .ico {
    display: inline-block;
    display: table-cell;
    width: 66px;
    height: 66px;
    vertical-align: middle;
}

.bc_section4 .bs4_con .txt {
    display: table-cell;
    padding-left: 25px;
    vertical-align: middle;
}

/* 政民互动 */
.bc_section5 .bs5_con ul {
    overflow: hidden;
    margin: 0 -10px;
}

.bc_section5 .bs5_con li {
    float: left;
    box-sizing: border-box;
    width: 25%;
    padding: 0 10px;
}

.bc_section5 .bs5_con a {
    font-weight: bold;
    display: block;
    padding: 22px 30px 17px 30px;
    color: #fff;
    background-size: cover;
}

.bc_section5 .bs5_con .tit {
    font-size: 23px;
}

.bc_section5 .bs5_con .line {
    width: 31px;
    height: 3px;
    margin: 12px 0 20px 0;
    background: url(./bjmzj_ico_12.png);
}

.bc_section5 .bs5_con .phone {
    font-size: 19px;
    position: relative;
    padding-left: 30px;
}

.bc_section5 .bs5_con .phone b {
    position: absolute;
    top: -3px;
    left: 0;
    display: inline-block;
}

/*组织机构*/
.bjmz_content {
    width: 100%;
}

.bjmz_current {
    width: 1200px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    overflow: hidden;
}

.bjmz_current img {
    width: 18px;
    height: 16px;
    vertical-align: middle;
    margin-right: 9px;;
}

.bjmz_current span {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
}

.bjmz_current a {
    font-size: 15px;
    color: #666666;
}

.bjmz_team {
    width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    box-sizing: border-box;
    padding: 33px 22px 44px 22px;
    margin-bottom: 25px;
}

.bjmz_team_nem {
    font-size: 22px;
    color: #333333;
    height: 45px;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
    margin-bottom: 37px;
}

.bjmz_team_nem::after {
    content: '';
    width: 85px;
    height: 4px;
    background: #ca1c1c;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.bjmz_member .bjmz_director {
    width: 252px;
    margin: 0 auto;
}

.bjmz_member  .bjmz_name {
    text-align: center;
    font-size: 25px;
    color: #bd1a2d;
    display: block;
    line-height: 46px;
    font-weight: bold;
}
.bjmz_member  span{
    display: block;
    text-align: center;
    line-height: 26px;
}
.bjmz_member ul{
    zoom : 1;
    overflow:auto;
}
.bjmz_member ul li{
    width: 168px;
    height: 330px;
    margin-top: 26px;
    float: left;
    margin-right: 75px;
}
.bjmz_member .bj_fiv{
    margin-right: 0;
}
.bjmz_member .bjmz_xun{
    font-size: 20px;
    color: #666666;
    height: 45px;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
}
.bjmz_cy{
    margin-top: 35px;
    margin-bottom: 16px;;
}
.bjmz_cy a{
    float: right;
    font-size: 17px;
    color: #666666;
}
.bjmz_duty{
    margin-bottom: 40px;
}
.bjmz_duty p{
    font-size: 17px;
    color: #333333;
    line-height: 32px;
}
.bjmz_duty p:first-of-type{
    text-indent: 34px;
}
.bjmz_duty ul li{
    font-size: 17px;
    color: #333333;
    line-height: 32px;
}
.bjmz_duty ul li:first-of-type{
    font-size: 19px;
    margin-top: 10px;

}
.bjmz_institution  ul{
    zoom : 1;
    overflow:auto;
}
.bjmz_institution .bjmz_inst{
    margin-bottom: 22px;
    margin-top: 22px;
}

.bjmz_institution ul li{
    float: left;
    width: 132px;
    margin-left: 13px;
    margin-bottom: 15px;
}
.bjmz_institution ul li a{
    width: 130px;
    height: 45px;
    font-size: 15px;
    color: #333333;
    display: block;
    border: 1px solid #c8c8c8;
    line-height: 45px;
    text-align: center;
    background: #fcf9f9;
}
.bjmz_institution ul li:first-of-type{
    margin-left:0;
}
.bjmz_institution .bjmz_zk,.bjmz_unit .bjmz_zk{
    width: 122px;
    margin: 0 auto;
    margin-top: 20px;
}
.bjmz_institution .bjmz_zk a,.bjmz_unit .bjmz_zk a{
    display: block;
    width: 119px;
    height: 46px;
    border: 1px solid #8c8c8c;
    border-radius: 6px;
    text-align: center;
    line-height: 46px;
}
.bjmz_unit{
    margin-top: 22px;
}
.bjmz_unit ul{
    zoom : 1;
    overflow:auto;
}
.bjmz_unit ul li{
    float: left;
    width: 273px;
    margin-left: 13px;
    margin-bottom: 15px;
}
.bjmz_unit ul li a{
    width: 272px;
    height: 52px;
    font-size: 15px;
    color: #333333;
    display: block;
    border: 1px solid #c8c8c8;
    line-height: 52px;
    text-align: center;
    background: #fcf9f9;
}