﻿ul,li,p{
    padding: 0;
    margin: 0;
}
.right{
    float: right;
}
.left{
    float: left
}
.banner{
	overflow-x: hidden;
    width: 100%;
    position: relative;
     margin: 4.7rem auto 0;
}
.banner img{
    width: 100%;
}
.slider-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    position: relative;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.slider-item {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #f6f6f6;
}

.slider-item img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.slider-pagination {
    text-align: right;
    position: absolute;
    width: 100%;
    z-index: 2;
    right: 0;
    bottom: 1.2rem;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider-pagination > .slider-pagination-item {
    margin: 0 .25rem;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 22px;
    background-color: rgba(255,255,255,0.9);
}

.slider-pagination > .slider-pagination-item.slider-pagination-item-active {
    background-color: #e94e4e;
    border-radius: 22px;
    width:14px;
    height:4px;
}
#main{

    margin: 1rem auto;
    background: #fff
}
.menu ul{
    margin: 0;
    padding: 0;
}
.menu ul li{
    width: 25%;
    float: left;
    text-align: center;
    padding: 10px 0;
}
.menu_li{
    width: 4.2rem;
    height: 4.2rem;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 4.2rem;
}
.menu_li img{
    margin-top: 1rem;
}
.con_tit{
    padding: 6px 20px;
    border-bottom: 1px solid #eee;
    overflow: hidden
}
.con_tit h1{
    border-left: 4px solid #1e8ce2;
    font-size: 20px;
    font-weight: normal;
    padding-left: 20px;
}
.con_tit a{
    display: block;
    padding-top:15px;
    color: #999
}

.zcgg li{
    border-bottom: 1px solid #eee;
    padding:10px 15px;
}
.zcgg li a{
    font-size: 1rem;
    padding: 20px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zcgg li p{
    font-size: 0.875rem;
    color: #999;
    margin-top: 10px;
    padding-left: 10px;
}
/*便民服务*/
.bmfw ul li{
    float: left;
    text-align: center;
    width: 33%;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 20px 0
}
.bmfw ul li a{
    display: block;
}
.bmfw ul li a p{
    padding-top: 10px;
    font-size: 1rem;
}
.ggw{
        width: 98%;
    margin: 1rem auto;

}
.ggw a img{
    width: 100%;
    height: auto
}

/*健康教育*/
.kownledge_main{
      padding: 10px;
}
.kownledge_main li{
    float: left;
    background: #7fb9e7;
    width:33%;
    margin-right: 1px;
    text-align: center;
    margin-bottom: 10px;
}
.kownledge_main li a{
    display: block;
    color: #fff;
    padding: 10px;
}
.kownledge_main li a:hover{
    background: #ff8c00;
    display: block
}
.kownledge_main li a img{
    width: 47px;
    height: 47px;
}
.kownledge_main li a p{
    font-size: 0.875rem;
    padding-top: 2px;
    white-space: nowrap;
    overflow: hidden
}


.kownledge_main1{
      padding: 10px;
}
.kownledge_main1 li{
    float: left;
    width:33%;
    margin-right: 1px;
    text-align: center;
    margin-bottom: 10px;
}
.kownledge_main1 li a{
    display: block;
    color: #222;
    padding: 10px;
}
.kownledge_main1 li a:hover{
    display: block
}
.kownledge_main1 li a img{
    width: 113px;
    height: 80px;
}
.kownledge_main1 li a p{
    font-size: 0.875rem;
    padding-top: 2px;
    white-space: nowrap;
    overflow: hidden
}
/*信息公开*/
.jcdj-list-top{
    height: 105px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    padding:6px 15px;
}
.jcdj-list-top img{
    margin: 6px 15px 15px 0;
    width: 136px;
    height: 94px;
    overflow: hidden
}
.jcdj-list-top-main h1{
   padding: 0;
    margin: 0;
}
.jcdj-list-top-main h1 a{
    font-size: 18px;
    font-weight: normal;
    margin: 0px 0 20px;
    color: #333;
    
}
.jcdj-list-top-main h1 a:hover{
    color: #b61412;
}
.jcdj-list-top-main p{
    text-indent: 2em;
    line-height: 24px;
    color: #999;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.box-list-main4{
    padding: 0 10px ;
}
.box-list-main4 li{
    height: 38px;
    line-height: 38px;
    background: url(../images/list_img.jpg) no-repeat center left;
    padding-left: 20px;
    cursor:pointer;
}
.box-list-main4 li p{
     width: 70%;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
     float: left
}
.box-list-main4 li span{
    float: right;
    color: #999;
    font-size: 13px;
}

/*底部*/
.footer{
    padding: 10px; text-align:center;
}
.footer h1{
    padding: 0;margin: 0;
    font-size: 1.3rem;
    font-weight: normal;
    margin-bottom: 15px;
}
.footer p{
    line-height: 2rem
}
.footer_list{
    font-size: .875rem;
    padding: 10px;
    border-top: 1px solid #eee
}
.footer_list a{
    margin-left: 2px;
    margin-bottom: 10px;
}
.footer_list span{
    margin-top: 10px;
}
.bqxx{
     font-size: .875rem;
    line-height: 1.6rem
}

.ewm li{
    text-align: center;
    margin-left: 20px;
}
/*新闻列表*/
.news_list{
    background: #fff;
    width: 100%;
    margin-top: 4.5rem;
}
.news-list-con{
    padding: 15px;
}
/*内容详情页*/
.con-tit{
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.con-tit h1{
    clear: both;
    text-align: center;
    padding:0;
    line-height: 35px;
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    margin: 0;
}
.con-tit p span{
    margin: 0 10px;
}
.con-text{
    margin: 20px auto;
}
.con-text img{
    width: 100%;
    padding: 20px 0;
}
.con-text p,.con-text span{
    text-wrap: unset !important;
}
/*图片列表*/
.list-right-con{
    margin: 0px auto 0px;
    overflow: hidden;
   padding: 15px;
}
.list-right-con ul li{
    width:96%;
    overflow: hidden;
    background: #fafafa;
    margin-right: 15px;
    display: inline;
    margin-bottom: 20px;
}
.list-right-con ul li a p{
    margin-top: 15px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.list-right-con ul li a img{
    width: 100%;
    overflow: hidden;
}
.pageList { min-height: 30px;text-align: center; padding:5px 0px;}
.pageList a, .pageList span{display: inline; position: relative;font-size:12px;padding: 1px 3px;margin-left: -1px;line-height: 1.42857143;color: #026E82;text-decoration: none; background-color: #fff; border: 1px solid #ddd;}
.pageList .current,.pageList ul li.active span{z-index: 3;color: #fff;cursor: default;background-color: #026E82;border-color: #026E82;}
.pageList ul li {
	float: left;
}
.pageList ul.pagination{ width:500px; margin:0 auto;}
.pageList ul li.active span,.pageList ul li.active span.disabled {margin-top: -10px;
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	text-decoration: none;
}