/* 全局样式  */
body{/* font-family: "Roboto, Noto, Helvetica, Arial, sans-serif"; */} 
p{margin:0;letter-spacing: 1px;}
.toolbar-through .page-content{padding-bottom: 0;} 
.content-block-inner {min-height: 480px;}

/* 页面头部 */
.navbar{background: #1979a6; color: #fff; }
.navbar .center{letter-spacing: 2px;}
.navbar-on-left{display: none;}
/* .navbar:after{background-color: #1979a6;} */

/* 头部轮播图 */
.content_slider .swiper-container{height: 170px;}
.content_slider .swiper-slide{position: relative; box-sizing: border-box;}
.content_slider .swiper-slide a {width: 100%;height: 100%;display: block;}
.content_slider .swiper-slide img{width: 100%;height: 100%;}
.content_slider .swiper_title{width: 100%; height: 34px; padding-left: 12px; box-sizing: border-box; background: rgba(0,0,0,0.4); position: absolute;bottom: 0;left: 0;}
.content_slider .swiper_title p{line-height: 34px; font-size: 14px; color: #fff;}
.content_slider .swiper-container-horizontal > .swiper-pagination-bullets{ right: 14px; left: auto; width: auto;}
.content_slider .swiper-pagination-bullet-active{background: #fff;}

/* 功能入口 */
.content_enter{width: 100%; height: auto; padding: 14px 0; background: #fff;}
.content_enter .content-block{margin: 0;}
.content_enter .col-33{margin-bottom: 10px;}
.content_enter a{z-index: 10;width: 100%;height: 100%;display: block;}
.content_enter .enter_icon{width: 50px;height: 50px;background: #efefef;border-radius: 100%;margin: 0 auto; }
.content_enter img{width: 50px;height: 50px;margin:0 auto;display: block;}
.content_enter p{font-size: 16px;line-height: 34px;text-align: center;color:#545454;}

/* 办事指南 */
.bszn{
    min-height: 198px;
    border-top: 10px solid #f2f4f7;
    border-bottom: 10px solid #f2f4f7;
    display: none;
}
.bszn .wsbs-t{
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #e6e9ec;
    padding: 0 16px 0 24px;
}
.bszn .wsbs-t>span{
    padding-left: 7px;
    font-size: 16px;
    vertical-align:middle;
}
.bszn .wsbs-t>img{
    width: 20px;
    vertical-align:middle;
}
.bszn .wsbs-t>a{
    float: right;
    color: #c2c4c8;
}
.bszn .wsbs-content{
    margin: 0;
    padding: 25px 15px 0 30px;
}
.bszn .wsbs-content .row>div{
    min-width: 42px;
    margin-bottom: 20px;
    border-right: 1px solid #e5e5e5;
    // padding-right: 15px;
    min-height: 42px;
}
.bszn .wsbs-content .row>div:nth-child(even){
    padding-left: 25px;
    border: none;
}
.bszn .wsbs-content .row>div:nth-child(odd){
    padding-right: 35px;
}
.bszn .wsbs-content .row>div>a{
    color: #000;
    line-height: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
}
    
   

/* 新闻列表 */
.list_bigTitle{
    height: 48px; 
    line-height: 48px;
    border-bottom: 1px solid #e6e9ec;
    padding: 0 16px 0 24px; 
}
.list_bigTitle>img{
    width: 17px;
    height: 16px;
    vertical-align: middle;
}
.list_bigTitle span{
    padding-left: 7px;
    font-size: 16px;    
    vertical-align: middle;}
.list_bigTitle a{float: right;
}
.list_bigTitle a>img{
    vertical-align: middle;
}
.content_list .item-content{padding: 0;
    margin: 0 15px;
    border-bottom: 1px solid #e8e8e8;}
.content_list .list-block{margin: 0;}
.content_list .list_item{
    width: 100%;
    height: auto;
    padding: 20px 10px 15px 10px;
    color: #6f6f70;
    // border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
}
.content_list .item-title i{width: 5%; font-size: 14px; line-height: 20px; text-align: center; float: left; background: url(./arrow.png) no-repeat center center ;background-size: 20px;margin-right: 2%;height: 20px;position: relative;top: -1px;}
.content_list .item-title p{width: 100%; font-size: 16px; float: left;line-height: 20px;height: 20px;overflow: hidden;text-overflow: ellipsis; white-space: nowrap;color: #000;}
.content_list .list_txt{
    width: 100%;
    line-height: 20px;
    font-size: 12px;
    color: #A3A3A3;
    // display: block;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}
.content_list .channel{
    float: right;
    line-height: 20px;
    font-size: 12px;
    color: #A3A3A3;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}
.content_list .headlines{
    min-height: 105px;
}
.content_list .headlines img{
    float:  right;
    width:  116px;
    height:  72px;
}  

/* 手机版-新闻列表 */
.content-block-inner .News_list {padding: 10px 12px;height: auto;display: flex; border-bottom: solid 1px #EFEFEF;max-height: none;overflow: hidden;}
.content-block-inner .News_list_left {overflow: hidden;overflow: visible;position: relative;background: url(./arrow.png) no-repeat 10px 3px;background-size: 18px;width: 30px;margin-right: 0;min-height: auto;}
.content-block-inner .News_list_right {width: 100%;position: relative;max-width: 655px;height: auto;overflow: hidden;}
.content-block-inner .News_list_right .channel{
    font-size: 14px;
    color: #A7A6A9;
    float: right;
}
.content-block-inner .details_title {font-size: 16px;word-wrap:break-word; word-break:break-all;color: #404040;line-height: 1.3;margin-right: 0px;margin-bottom: 2px;}
.content-block-inner .list_schedule {font-size: 14px;color: #A7A6A9;position: relative;left: 0;bottom: 0;}
.content-block-inner .News_list_img {width: 105px;height: 70px;}

/* 手机版-新闻详情 */
.width100p {width: 100%}
.content-block-inner .News_details {padding: 16px 0;}
.content-block-inner .News_details img {width: auto;!important;height: auto!important;margin: 0 auto !important;}
.content-block-inner {padding: 0 0;margin-left: 0;padding-top: 56px;}
.content-block-inner .News_details_coat {padding: 0 12px;}
.content-block-inner .News_details_coat .details_schedule {font-size: 14px;color: #A7A6A9}
.content-block-inner .News_details_coat .details_title {padding: 0 0 15px 0;font-size: 18px;color: #6D6F6D;}
.content-block-inner .bottom_solid {width: 100%;height: 1px;background: #EFEFEF;margin: 12px 0;}
.content-block-inner .details_img {width: 100%; margin: 12px 0;}
.content-block-inner .details_content {font-size: 12px;color: #6d6f6d;padding-bottom: 100px;}
.content-block-inner .News_details_coat div {max-width: 100%;padding: 0;}

/* 分页 */
.fy {
        margin: 20px;
        position: relative;
        
    }
    .num_input{
        width: 20px;
        text-align: center;
    }
    .btn_go{
        background: white;
        border: 1px solid #ccc;
        width: 30px;
        height: 22px;
        color: #333;
    }
    .fy a{
        padding: 10px 10px;
        margin-left: -1px;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
        color: #337ab7;
    }
    .fy span{
        padding: 11px 5px;
        margin-left: -1px;
        text-decoration: none;
        color: red;
        cursor: default;
    }
    .fy1{
        padding: 11px 14px;
        margin-left: -1px;
        text-decoration: none;
        color: #999 !important;
        cursor: default;
        background-color: #eee;
        border: 1px solid #ddd;
    }
    .fy a:focus, .fy a:hover {
        color: #23527c;
        background-color: #eee;
        border-color: #ddd;
    }

.content-block-inner .News_details_coat img{
	max-width:100%;
}
.page{
    padding-bottom: 48px;
}
.pages{
	padding-top: 56px;
    box-sizing: border-box;
}



/* 底部 */
/* .bottom1{
    color: #6D6F6D;
    font-size: 12px;
    text-align: center;
    padding: 15px;
} */
.bottom1{
    color: #6D6F6D;
    font-size: 12px;
    text-align: center;
    padding: 15px;
    width: 100%;
    height: 48px;
    position: fixed;
    bottom: 0px;
    box-sizing: border-box;
}

/* 多栏目列表 */
.btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #1677ca;
    border-color: #204d74;
    width: 70%;
    line-height: 46px;
}