* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 12px;
    color: #666666;
    font-family: 'Microsoft YaHei'
}

a {
    text-decoration: none;
    color: #666666;
}

li {
    list-style: none ;
}

/* 头条 */
.index_toutiao {
    display: flex;
    align-items: center;
    padding: 5px 0;
    background: #FFEDED;
}
.index_toutiao .t_img{
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/mobImages/tt-bj.png) center no-repeat;
    background-size: 100%;
    width: 7rem;
    height: 2.5rem;
}
.t_img span{
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
}

.t_info h1 {
    display:flex;
    justify-content: center;
    font-size: 14px;
}

.t_info h1 a,
.t_info p a {
    display: inline-block;
    text-align: center;
    color: #BD1A2D;
}

/*新闻中心-- 轮播图 */
.zc_lb img {
    width: 100%;
    height: 15rem;
}
p.zx-images-bg {
    position: absolute;
    background-color: #BD1A2D;
    width: 100%;
    bottom: 0;
    padding: 9px;
    color: #ffffff;
    opacity: 0.9;
}

/* 新闻中心列表 */
.newslist,
.zwgk,
.nav_content,
.file_nav,
.importArea,
.bmcx,
.hdjl,
.zwfw,
.blcx,
.in_zjzc,
.in_zjzc_con,
.ztlb,
.data_info_con{
    width: 95%;
    margin: auto
}

.news_nav {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #DBDBDB;
}
.news_con{
    margin: 5px;
}
.news_nav li {
    width: 25%;
    text-align: center;
    margin: 5px;
    border-right: 1px solid #DBDBDB;
}
.news_nav li:last-child{
    border: none;
}
.news_nav li.newsCur,
.curNav li{
    color: #CE2023;
}

/* 新闻内容 */
.news_item li a,
.zcjjul_item li a {
    display: flex;
    justify-content: space-between;
    padding: 4px;
}

.news_item li a span.left,
.zcjjul_item li a span.left {
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
ol.kfqgbm {
    display: flex;
    flex-wrap: wrap;
}
ol.kfqgbm a {
    display: flex;
    justify-content: center;
    width: 33%;
    padding: 5px;
    border-bottom:1px dashed;
    border-right: 1px dashed;
}
ol.kfqgbm a:nth-of-type(3){
    border-right: none;
}
ol.kfqgbm a:nth-of-type(4),ol.kfqgbm a:nth-of-type(5){
    border-bottom: none;
}
ol.kfqgbm a li{
    display: flex;
    align-items: center;
}
ol.kfqgbm a li img{
    width: 1rem;
    margin-right: 5px;
}



/* 内容 */
.more {
    text-align: center;
    color: #CE2023;
    line-height: 180%;
    padding: 5px;
    margin: 5px 0;
    background: #E5E5E5;
}

/* 首页主体导航列表 */
.zc_main_nav{
    min-height: 235px;
}
.zc_main_nav .item_title img{
    width:100%;
}
.zc_main_nav .item_title {
    border: none;
}
.banner_nav {
    position: relative;
}

.nav_info {
    display: flex;
    justify-content: space-around;
    margin: 5px 0;
    background: #8A0000;
    opacity: 0.7;
}

/* 专题聚焦 */
.xin_ztjj ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    margin: auto;
}

.xin_ztjj ul a {
    width: 32%;
    margin: 5px 0;
}

.xin_ztjj ul a:nth-of-type(1) {
    background: #FDF7F7;
    color:#D5848B;
}
.xin_ztjj ul a:nth-of-type(2){
    background: #FFFCF2;
    color:#E39E41;
}
.xin_ztjj ul a:nth-of-type(3){
    background: #F5FAFE;
    color:#249AD8;
}
.xin_ztjj ul a:nth-of-type(4){
    background: #FEF7F8;
    color:#D6838B;
}
.xin_ztjj ul a:nth-of-type(5){
    color: #4980CE;
    background: #F7FAFE;
}

.xin_ztjj ul a li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 0;
}
.xin_ztjj ul span.imgstyle{
    display: flex;
    justify-content: center;
    min-width: 30%;
}
.xin_ztjj ul a li span:nth-of-type(2) {
    text-align: center;
    line-height: 120%;
}

/* 政务公开 */
.item_title {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding:5px;
    margin: 5px 0;
    background: #FFECEA;
    border-bottom:2px solid #AD1224;
}
.item_title>img{
    width:2rem;
    margin-right:5px;
}

.nav_zw,.zwfw .item_nav,.nav_info {
    display: flex;
    justify-content: space-around;
    background: #E5F2F5;
    margin: 8px 0 5px 0;
}
.nav_zw li,.item_nav li,.nav_info li{
    padding: 5px 10px;
    font-weight: 600;
    color:#000000;
}
.nav_zw li.cur,
.item_nav li.cur,
.nav_info .curli 
{
    color: #BD1A2D;
    border-bottom: 2px solid #BD1A2D;
}

.file_conli_item ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 200%;
    padding: 5px;
    border-bottom: 1px solid #DBDBDB;
}

.file_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.file_nav ul li {
    width: 49.5%;
    text-align: center;
    padding: 5px;
    padding-right: 0;
    background: #F5F5F5;
    margin: 3px 0;
}
.file_nav ul li a{
    display: flex;
    align-items: center;
}
.file_nav ul li a p{
    line-height: 120%;
}

.file_nav ul li a img {
    width: 1.68rem;
    margin-right: 2px;
}
.data_info_con{
    margin:10px auto;
}
.data_info_con ul {
    display: flex;
    justify-content: space-between;
}

.data_info_con ul li {
    width: 23%;
    background: url(/mobImages/shuju-bj.png) center/cover no-repeat;
}
.data_info_con ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:10px 8px;
}

/* 重点领域 */
.imp_title {
    padding: 8px;
    font-weight: 600;
    color: #BD1A2D;
    background: #E5F2F5;
}

.imp_nav_img ul,
.item_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.imp_nav_img ul li,
.item_info ul a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 24%;
    padding: 5px 0;
    margin: 5px 0;
    box-shadow: 0 0 5px rgb(237 233 233);
}
.imp_nav_img ul div{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    background: #BD1A2D;
    border-radius: 50%;
    /* margin-bottom: 10px */
}
.imp_nav_img ul img{
    width: 2.8rem;
}
/* 政务服务 */
.bs_items>ul>a>li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bs_items>ul div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 4rem;
    height: 4rem;
    background: rgb(229,242,245);
    border-radius: 50%;
}
.bs_items>ul img{
    width:3.1rem;
}
.bs_items>ul>a>li>span,.bmcx_img_nav ul li p{
    margin-top:5px;
    line-height: 120%;
}

/* 办理进度查询 */
.bljd {
    display: flex;
    align-items: center;
}

.bljd span {
    background: #BD1A2D;
    width: 3.5rem;
    height: 3.33rem;
    display: inline-block;
    position: relative;
}
.bljd span>img{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin:auto;
}
.blcx{
    background: #f3f3f3;
    padding: 15px;
    margin: 10px auto;
}
.blcx h3{
    color: #BD1A2D;
    text-indent: 10px;
    padding-bottom: 8px
}
.blcx input{
    width: 90%;
    padding:10px;
    border:none;
    outline: none;
    background: #FFFFFF;
}


.bmcx_img_nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    margin: 10px 0;
}
.bmcx_img_nav ul a{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    margin: 5px 0;
}
.bmcx_img_nav ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bmcx .bmcx_title{
    background: #e5f3f6;
    color: #bb1829;
    border-bottom: 2px solid #bb1829;
}

/* 互动交流 */
.hdjl_con li{
    display: flex;
    margin: 5px 0;
}
.hdjl_con li>a{
    width: 30%;
}
.hdjl_con li:nth-of-type(1)>a{
    width: 100%;
}
.hdjl_con li:nth-of-type(1)>a img{
    width: 100%;
}
.hdjl_con li>div{
    display: flex;
    flex-direction: column;
    width: 70%;
}
.hdjl_con li>div a{
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hdjl_con li>div a:nth-child(1)
{
    border-bottom: 1px solid #DBDBDB;    
}
.hdjl_con li:nth-of-type(2)>div a:nth-child(1){
    white-space: normal;
    border:none;
}
.title_con h3{
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* 走进增城 */
.in_zjzc_title,.bmcx_title{
    text-align: center;
    color:#FFFFFF;
    font-weight: 600;
    padding:5px;
    margin:10px 0;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    background: url(/mobImages/bmcx-bj.png) center/cover no-repeat;
}
.in_zjzc_con{
    width: 95%;
    margin:aut0;
}
.in_zjzc_con ul{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.in_zjzc_con ul a{
     display: flex;
    align-items: center;
    width: 49%;
    padding: 10px 10px;
    margin: 5px 0;
    font-weight: 600;
}
.in_zjzc_con ul a:nth-of-type(1){
    background:url(/mobImages/zirandili.png) center/100% no-repeat;
}
.in_zjzc_con ul a:nth-of-type(2){
    background:url(/mobImages/xingzhengjihua.png) center/100% no-repeat;
}
.in_zjzc_con ul a:nth-of-type(3){
    background:url(/mobImages/renkougaikuagn.png) center/100% no-repeat;
}
.in_zjzc_con ul a:nth-of-type(4){
    background:url(	/mobImages/jingjifazhan.png) center/100% no-repeat;
}
.ztlb img{
    width: 100%;
    height: 8.5rem;
}
.ztlb li{
    height: 100px;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 0px;
    left: 0;
    width: 100%;
    background-color: #000;
    padding: 5px;
    opacity: 0.6;
}
.zc_lb .swiper-pagination.swiper-pagination-bullets{
    bottom:5px;
    right:0;
    background: none;
    text-align: end;
    width:100%;
    opacity: 1;
}
.swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 1;
  }
  .zc_lb .swiper-pagination.swiper-pagination-bullets .my-bullet-active{
      background: #F9c436;
      opacity: 1;
  }
.my-bullet-active {
  background: #bd1a2d;
    opacity: 1;
}
.moreTopic{
    display: flex;
    justify-content: center;
    color: #BD1A2D;
    padding:8px;
}