@charset "utf-8";
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    html {
        height: 100%;
    }
    
    body {
        height: 100%;
        font-family: "微软雅黑";
        font-size: 14px;
        /* background: #ededed; */
    }
    
    a,
    a:hover,
    a:focus {
        text-decoration: none;
        color: inherit;
    }

    audio,audio:focus{
        outline: none;
    }
    
    h1, .h1, h2, .h2, h3, .h3 {
       margin: 0;
    }
    
    ul{
        margin: 0px;
        padding: 0;
    }
    
    li {
        list-style: none;
    }
    
    
    input,
    button,
    select,
    textarea {
        outline: none
    }
    
    button{
        cursor: pointer;
        border-color: transparent;
        background: transparent;
    }
    
    .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
        outline: none;
    }
    .btn-default:focus, .btn-default.focus {
        color: initial;
        background-color: transparent;
        border-color: transparent;
    }
    button.btn-default:active:focus,button.btn-default:active:hover{
        color: initial;
        background: transparent;
        box-shadow: none;
    }
    
    .form-control:focus{
        outline: none;
        box-shadow: none;
    }
    
    img{
        vertical-align: middle;
        border: none;
    }
    
    p{
        margin: 0;
    }
    
    label{
        font-weight: normal;
        margin-bottom: 0;
    }
    
    i{
        font-style: normal;
    }
    
    .fl{
        float: left;
    }
    
    .fr{
        float: right;
    }
    
    .clearfix{
        *zoom: 1;
    }
    
    .clearfix:after{
        content: "";
        display: block;
        clear: both;
    }
    .show{
        display: inline-block !important;;
    }
    .hide{
        display: none !important;
    }
    
    /* 复选框美化 */
    input[type=checkbox],input[type=radio]{
        position: relative;
        border: none\0;
    }
    input[type=radio]:focus{
        outline:none;
    }
    input[type=radio]{
        margin-right: 5px;
    }
    input[type=checkbox]:after,input[type=radio]:after{
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        border: 1px solid #dcdcdc;
        background-color: #fff;
        cursor: pointer;
        border-radius: 100%;
        box-sizing: border-box;
        margin-top: -2px;
        display: none\0;
    }
    input[type=checkbox]:checked:after,input[type=radio]:checked:after{
        border-color: #bd1a2d;
    }
    
    input[type=checkbox]:checked::before,input[type=radio]:checked::before{
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 8px;
        background: #bd1a2d;
        position: absolute;
        left: 4px;
        top: 2px;
        display: none\0;
    }
    /* input[type=radio]:after, input[type=radio]:checked::before{
        border-radius: 10px;
    } */
    
    /* 星号标记 */
    .asterisk{
        color: #b31d2c;
        margin-right: 5px;
    }
    /* 通用小圆点标识 */
    .dot-indent{
        width: 4px;
        height: 4px;
        border-radius: 100%;
        display: inline-block;
        vertical-align: 3px;
        background: #000000;
        margin-right: 6px;
    }
    
    /* 通用标题 */
    .common-title{
        font-size: 24px;
        font-weight: 600;
        position: relative;
        padding-bottom: 12px;
        margin: 30px 0;
        text-align: center;
    }
    .common-title::after{
        content: "";
        width: 60px;
        border-bottom: 2px solid #b31d2c;
        display: inline-block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0px;
    }
    
    /*查看更多按钮 */
    .more-special-btn{
        background: #dcdcdc;
        border-radius: 5px;
        position: relative;
        z-index: 2;
        padding: 17px 0;
        line-height: 1;
        width: 460px;
        display: inline-block;
        text-align: center;
        margin: 0 auto;
    }
    
    /* 查看详情按钮 */
    .detail-btn,.detail-btn:hover{
        color: #bd1a2d;
        font-size: 20px;
        border-bottom: 2px solid #8f1322;
        padding-bottom: 8px;
        line-height: 1;
        display: inline-block;
    }
    
    /* 路径导航 */
    .breadcrumb {
        padding: 20px 0px;
        margin-bottom: 0px;
        background-color: transparent;
        color: #323333;
        line-height: 1;
        margin-bottom: 50px;
        position: relative;
    }
    .breadcrumb::after{
        content: "";
        width: 100%;
        height: 8px;
        display: block;
        background: linear-gradient(
            -45deg, 
            rgba(211, 211, 211, .5) 0, rgba(211, 211, 211, .5) 25%, transparent 25%, transparent 50%, 
            rgba(211, 211, 211, .5) 50%, rgba(211, 211, 211, .5) 75%, transparent 75%, transparent
          );
      background-size: 6px 6px;
      position: absolute;
      bottom: -8px;
    }
    .breadcrumb > li {
        margin-right: 5px;
    }
    .breadcrumb > li >a {
      margin-right: 10px;
    }
    .breadcrumb > li + li:before{
        display: none;
    }
    .breadcrumb > .active {
        color: #323333;
    }
    
    /* 新闻tab */
    .nc-tab-title>li{
        color: #999999;
        font-size: 24px;
        display: inline-block;
        font-weight: 600;
        padding: 12px 35px 18px 0;
        position: relative;
        line-height: 1;
        cursor: pointer;
    }
    .nc-tab-title>li.active{
        color: #000;
    }
    .nc-tab-title>li.active::after{
        content: "";
        border-bottom: 2px solid #b41d2c;
        width: 55px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        display: inline-block;
    }
    .nc-tab-con .nc-tab-item{
        display: none;
        width: 100%;
        height: 265px;
    }
    .nc-tab-item>li{
        line-height: 1;
        font-size: 16px;
        margin-top: 36px;
    }
    .nc-tab-item>li>a{
        display: inline-block;
        width: 75%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .nc-tab-item>li>a:hover{
        color: #bd1a2d;
    }
    .nc-tab-item>li .item-time{
        color: #989898;
        font-size: 14px;
        line-height: 20px;
    }
    
    /* 列表通用样式 */
    .info-list li:nth-child(5n){
        border-bottom: 1px dashed #c6c5c4;
        padding-bottom: 25px;
     }
     .info-list li:last-of-type{
         border-bottom: none;
         padding-bottom: 25px;
     }
     .news-item{
         margin-top: 25px;
         line-height: 1;
         font-size: 16px;
     }
     .news-item .dot-indent{
         margin: -2px 8px 0 3px;
     }
     .news-item>a{
         display: inline-block;
         width: 80%;
         white-space: nowrap;
         overflow: hidden;
         text-overflow: ellipsis;
        overflow: hidden;
     }
     .news-item>a:hover{
         color: #bd1a2d;
     }
     /* 信息时间 */
     .news-time{
         float: right;
     }
    
     /* 公共列表样式 */
    .public-list>li{
        padding: 20px 0;
        border-bottom: 1px dashed #c7c6c5;
    }
    .public-list>li:last-child{
        border-bottom: none;
    }
    
    /* bootstrap轮播图 */
    .carousel {
        overflow: hidden;
    }
  .carousel-inner>.item{
     height: 360px;
  }
    .carousel-inner>.item img{
        width: 100%;
    }
    .carousel-indicators{
        position: static;
        margin: 0;
        width: 100%;
        text-align: left;
        margin-top: 8px;
        margin-bottom: 15px;
    }
    .carousel-indicators li,.carousel-indicators li.active{
        width: 30px;
        height: 5px;
        background: #bd1a2d;
        border-color: transparent;
        border-radius: 0px;
        margin: 0px;
    }
    .carousel-indicators li.active{
        background: #dabb85;
    }
    .carousel-control{
        background: transparent;
        opacity: 0;
        text-shadow: none;
        background-image: none !important;
    }
    .carousel-caption {
        background: rgba(0,0,0,0.5);
        width: 100%;
        left: 0;
        right: 0;
        text-align: left;
        padding: 18px 12px;
        line-height: 1;
        font-size: 15px;
        bottom: 0px;
    }
    .carousel-control {
        text-shadow: none;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        width: 40px;
        height: 40px;
        top: 50%;
        transform: translateY(-50%);
        left: -20px;
        border-radius: 100%;
    }
    .carousel:hover .carousel-control{
        opacity: 1;
    }
    .carousel-control.right {
        right: -20px;
        left: auto;
        background-image: none;
        transform: rotate(180deg) translateY(50%);
    }
    .carousel-control>.iconfont{
        position: absolute;
        right: 4px;
        top: 50%;
        transform: translateY(-50%);
    }
    /* 政府信息公开专栏公共样式 */
    .notice-left{
        width: 280px;
        display: inline-block;
        font-size: 0;
        color: #fff;
    }
    .disclosure-img{
        width: 100%;
        height: 74px;
        line-height: 74px;
        display: inline-block;
        background: url("http://rfb.beijing.gov.cn/images/disclosureImg.png") no-repeat center;
        color: #fff;
        padding: 0 17px;
    }
    .disclosure-img>*{
        vertical-align: middle;
    }
    .disclosure-img>h3{
        font-size: 22px;
        font-weight: 600;
        padding: 0 8px;
        display: inline-block;
    }
    .arrow-right{
        width: 15px;
        height: 15px;
        background: #fff;
        border-radius: 100%;
        display: inline-block;
        background: #fff url("http://rfb.beijing.gov.cn/images/arrow-right.png") no-repeat center;
    }
    .disclosure-list{
        padding: 17px 20px;
        background: #ededed;
        font-size: 14px;
        color: #040000;
    }
    .disclosure-list>li{
        margin-bottom: 8px;
        background: #fff;
        border-radius: 5px;
        padding: 12px 8px;
        line-height: 1;
    }
    .disclosure-list>li .iconfont{
        color: #ed1501;
        vertical-align: -1px;
    }
    .disclosure-list>li:last-of-type{
        margin-bottom: 0;
    }
    /* 政务公开要闻菜单公共样式 */
    .alarm-list>li{
        position: relative;
    }
    .alarm-list>li>a{
        border: 1px solid #dcdcdc;
        padding: 9px 15px;
        display: block;
        margin-top: 8px;
    }
    .alarm-list>li>a>img{
        vertical-align: -2px;
        margin-right: 5px;
    }
    .alarm-list>li:after,.alarm-list>li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        background: #fff;
        z-index:-2;
        border-radius: 4px;
    }
    .alarm-list>li:hover{
        z-index:1;
        background:transparent;
    }            
    .alarm-list>li:before {
        transition: .3s;
        background: #f5f5f5;
        z-index:-1;
    }          
    .alarm-list>li:hover:after,.alarm-list>li:hover:before {
        width: 100%;
    }
    
    /* 行政执法公示公共样式 */
    .law-publicity{
        width: 100%;
        height: 90px;
        line-height: 90px;
        background: url("http://rfb.beijing.gov.cn/images/publicityBg.png") no-repeat center;
        position: relative;
    }
    
    /* 政务服务主要菜单和政民互动主要菜单公共样式 */
    .zwfw-menu>li,.zmhd-menu>li{
        background: #fff;
        width: 370px;
        height: 220px;
        display: inline-block;
        margin: 50px 20px;
        transition: all 0.3s;
    }
    .zwfw-menu>li:hover,.zmhd-menu>li:hover{
        transform: translateY(-12px);
        background: #bd1a2d;
        color: #fff;
    }
    .zwfw-menu>li>a,.zmhd-menu>li>a{
        vertical-align: middle;
        padding: 60px 0;
        position: relative;
        display: inline-block;
        width: 100%;
    }
    .zwfw-menu>li:hover>a i.iconfont,.zmhd-menu>li:hover>a i.iconfont{
        color: #fff;
    }
    .zwfw-menu>li:hover>a>h3::after, .zmhd-menu>li:hover>a>h3::after {
        border-top: 2px solid #fff;
    }
    .zwfw-menu>li>a i.iconfont,.zmhd-menu>li>a i.iconfont{
        color: #bd1a2d;
        font-size: 40px;
        line-height: 1;
    }
    .zwfw-menu>li>a i.iconfont.icon-mofangtubiao{
        font-size: 42px
    }
    .zwfw-menu>li>a h3,.zmhd-menu>li>a h3{
        font-size: 24px;
        margin: 20px 0 15px;
        position: relative;
    }
    .zwfw-menu>li>a>h3::after,.zmhd-menu>li>a>h3::after{
        content: "";
        border-top: 2px solid #b31d2c;
        width: 60px;
        display: block;
        position: absolute;
        bottom: -18px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    /* 要闻信息模块通用样式 */
    /* 要闻大标题 */
    .importNews-item{
        padding: 0 20px 40px;
        min-height: 360px;
    }
    .importNews-name{
        font-size: 24px;
        font-weight: 600;
    }
    .news-title-mt{
        border-bottom: 1px solid #dcdcdc;
        padding: 12px 0;
        line-height: 1;
    }
    .news-title-mt .title-line{
        border-left: 4px solid #b31d2c;
        height: 18px;
        display: inline-block;
        margin-right: 5px;
        vertical-align: -1px;
    }
    .news-title-mt .more-a{
        color: #999999;
        margin-top: 10px;
    }
    .news-title-mt .more-a>i{
        width: 13px;
        height: 13px;
        background: #cdcdcd;
        display: inline-block;
        line-height: 13px;
        text-align: center;
        color: #fff;
        transform: rotate(180deg);
        font-size: 12px;
        vertical-align: 1px;
        margin-left: 6px;
    }
    /* 要闻列表 */
    .importNews-list{
        overflow: hidden;
    }
    .importNews-list>li{
        margin-top: 26px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 0;
        line-height: 1;
    }
    .importNews-list>li a{
        font-size: 16px;
    }
    .importNews-list>li:hover a{
        color: #bd1a2d;
    }
    
    /* 通用列表和详情页面 */
    .other-mt{
        background: #ededec;
    }
    .other-wrap{
        width: 1200px;
        border-radius: 5px;
        background: #fff;
        margin: 0 auto;
        padding: 0 100px 80px;
        position: relative;
        min-height: 437px;
    }
    .not-breadcrumb-wrap{
        padding-top:50px;
    }
    /* 分页 */
    .page_ctrl {
        text-align: center;
        box-sizing: border-box;
        color: #404040;
        white-space: nowrap;
        padding: 10px 0 30px;
        position: absolute;
        left: 50%;
        bottom: 0px;
        transform: translate(-50%);
        /* margin-left: 20px; */
    }
    .page_ctrl * {
        line-height: 34px;
        font-size: 13px;
    }
    .page_ctrl>a,.page_ctrl>#pageHTML>a {
        margin: 0 4px;
        min-width: 50px;
        background: #fff;
        border: 1px solid #e8e8e7;
        cursor: pointer;
        outline: 0;
        text-align: center;
        padding: 0 20px;
        display: inline-block;
    }
    .page_ctrl>a:hover,.page_ctrl>#pageHTML>a:hover {
        background: #c6171e;
        color: #fff;
        border-color: #c6171e;
    }
    .page_ctrl>#pageHTML{
        display: inline-block;
    }
    .page_ctrl .btn_dis {
        background: #eee;
        color: #969696;
        cursor: not-allowed;
    }
    .page_ctrl .btn_dis:hover {
        background: #eee;
        color: #5e5e5e;
        border-color: #eee;
    }
    .page_ctrl.page_ctrl>#pageHTML>.current_page {
        background: #c6171e;
        color: #fff;
        border-color: transparent;
    }
    .page_ctrl .input_page_num {
        width: 55px;
        margin: 0 4px;
        padding: 0;
        text-align: center;
        background: #fff;
        border: 1px solid #e8e8e7;
        outline: 0;
    }
    .page_ctrl .to_page_num{
        margin-left: 8px;
    }
    .page_dot{
        font-size: 12px;
    }
    
    /* 详情页面大标题内容 */
    .detail-title{
        font-size: 28px;
        text-align: center;
    }
    .relevant-item{
        color: #999899;
        position: relative;
        padding: 55px 0 30px;
    }
    .relevant-item::after{
        content: "";
        width: 100%;
        height: 8px;
        display: block;
        background: linear-gradient( -45deg, rgba(211, 211, 211, .5) 0, rgba(211, 211, 211, .5) 25%, transparent 25%, transparent 50%, rgba(211, 211, 211, .5) 50%, rgba(211, 211, 211, .5) 75%, transparent 75%, transparent );
        background-size: 6px 6px;
        position: absolute;
        bottom: 0px;
    }
    .relevant-item>p{
        display: inline-block;
    }
    .relevant-item>p>span:not(:last-of-type){
        margin-right: 20px;
    }
    /* 字号设置 */
    .relevant-item>p>span.fontSize-item{
        margin-right: 30px;
    }
    .fontSize-item b{
         font-weight: 400;
    }
    .relevant-item .fontSize-item a{
         margin-right: 8px;
    }
    .relevant-item .fontSize-item a.active{
        color: #000000;
    }
    /* 分享 */
    .relevant-item .share-item>a{
        width: 16px;
        height: 16px;
        line-height: 14px;
        background: #cacaca;
        border-radius: 100%;
        color: #fff;
        display: inline-block;
        margin-right: 5px;
        text-align: center;
    }
    .relevant-item .share-item>a.item-weixin:hover{
        background: #22c386;
    }
    .relevant-item .share-item>a.item-weibo:hover{
        background: #fba921;
    }
    .relevant-item .share-item>a.item-qq:hover{
        background: #21b3f7;
    }
    .relevant-item .share-item>a.item-zone:hover{
        background: #fc7354;
    }
    .relevant-item .share-item>a>i.iconfont{
        font-size: 12px;
    }
    
    /* 默认字号 */
    .mainText{
        font-size: 16px;
    }
    
    /*滚动条*/
    ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }
    
    ::-webkit-scrollbar-track {
        background-color: #f8f2f2;
        border-radius: 5px;
    }
    
    ::-webkit-scrollbar-thumb {
        background-color: #bd1a2d;
        border-radius: 5px;
    }