/* 主体 */
    /* banner */
.swiper-container {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    position: relative;
    cursor: pointer;
}

/* 轮播图高度 */
.indexlbtImg{width: 100%; height: 540px;}


.swiper-slide .text{
    position: absolute;
    color:#fff;
    background: rgba(0, 0, 0, .65);
    left: 0;
    bottom: 0;
    right: 0;
    height: .6rem;
    padding: 0 .2rem;
    font-weight: bold;
    font-size:0.18rem ;
    line-height:.6rem;
    text-align: left;
}
.swiper-pagination{
    text-align: right;
}
.swiper-pagination-bullet{
    width: .14rem;
    height: .14rem;
}
.swiper-pagination-bullet-active{
    background: #fff;
}

/* banner 右侧列表 */
.itemBox{
    padding-left: 30px;
}
.itemCenter ul{
    display: none;
}
.tabList{
    font-size: .2rem;
    overflow: hidden;
}
.tabList li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .3rem;
    position: relative;
    padding-left: .2rem;
}
.tabList li a{
    flex: 1;
    margin-right: .2rem; 
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tabList li span{ font-size: .18rem;}
.tabList li::before{
    content: '';
    width: .04rem;
    height: .04rem;
    background: #3D6FA2;
    position: absolute;
    left: 0;
    top: .15rem;
}
.itemBox .ggw{
    margin-top: .25rem;
}

/* 首页内容部分样式 */
    /* 三栏目 */
.rowEol{
    width: 100%;
    display: flex;
    margin-top: .4rem;
    margin-bottom: .2rem;
    justify-content: space-between;
}

        /* 政务公开 */
.indeBox{
    width: 32%;
}
.indeBoxCenter{
    margin-top: .15rem;
    padding: .15rem;
    min-height: 9rem;
    box-sizing: border-box;
    border:#C3DCF4 1px solid;
    border-top: #B9D6F3 2px solid;
}
.indeBoxCenter .tabList{
    margin-top: .1rem;
}
.indeBoxCenter .tabList li::before{
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    background: #CBCBCB;
    top: 50%;
    margin-top: -.05rem
}


.indeBoxCenter .tabList li {
    margin-top: 0;
    padding: .21rem;
    border-bottom: 1px dashed #DFDFDF;
}

.indeBoxCenter .tabList li:last-child{
    border-bottom: none;
}

.indeBoxCenter .tabList2 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding: .17rem .20rem;
    font-size: .2rem;
    border-bottom: 1px dashed #DFDFDF;
}

.indeBoxCenter .tabList2 li::before{
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    background: #CBCBCB;
    top: 50%;
    margin-top: -.05rem
}

.indeBoxCenter .tabList2 li a{
    flex: 1;
    margin-right: .2rem; 
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.indeBoxCenter .tabList2 li:last-child{
    border-bottom: none;
}


.indeBoxTab{
    font-size: .17rem;
    background-color: #F3F4FA;
    color: #767676;
}
.indeBoxTab li{
    display: inline-block;
    height: .5rem;
    line-height: .5rem;
    padding: 0 .15rem;
    cursor: pointer;
}
.indeBoxTab li.On{
    background-color: #3d6fa2;
    color: #fff;
    position: relative;
}
.indeBoxTab li.On::before{
    content: '';
    width: 0;
    height: 0;
    border:transparent .1rem solid;
    border-top-color:#3d6fa2;
    position: absolute;
    left: 50%;
    bottom: -.2rem;
    margin-left: -.1rem;
}
.indeBoxTab2 li{
    display: inline-block;
    height: .5rem;
    line-height: .5rem;
    padding: 0 .05rem;
    cursor: pointer;
}
.rowItemBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rowItem{
    border-radius: .05rem;
    background: #EFF1F6;
    width: 33%;
    height: 1rem;
    font-size: .14rem;
    margin-top: .2rem;
}
.rowItem a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #000;
}

.rowItem a span{
    color: #000;
}

.rowItem a:hover,
.rowItem2 a:hover,
.rowItem3 a:hover{
    color: #3A6CA1;
    text-decoration: none;
}
.rowItem span{
    padding: 0 .05rem;
    text-align: center;
}

.rowItem2{
    border-radius: .05rem;
    border: #C3DCF4 1px solid;
    width: 48%;
    box-sizing: border-box;
    padding: .2rem .15rem;
    font-size: .18rem;
    margin-top: .2rem;
    font-weight: bold;
}
.rowItem2 a span{
    display: inline-block;
    vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.rowItem2 a span:first-child{
    line-height: 0;
}

.rowItem3{
    border-radius: .05rem;
    border: #C3DCF4 1px solid;
    width: 30%;
    box-sizing: border-box;
    padding: .2rem 0;
    font-size: .18rem;
    margin-top: .2rem;
    font-weight: bold;
}
.rowItem3 a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.indeBoxCenter .titleMore b{
    font-size: .26rem;
}

.indeBoxCenter .ggw{
    margin-top: .2rem;
}
.ggwTell{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ggwTell a{
    width: 48%;
    margin-top: .15rem;
}
.ggwTell a img{
    width: 100%;
}
.iconLi {
    width: 100%;
    min-height: 2.4rem;
    text-align: left;
    margin-bottom: .06rem;
}
.iconLi li{
    width: 21%;
    font-size: .16rem;
    margin: .2rem 1% 0;
    display: inline-block;
}
.iconLi li a{
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #000;
}
.iconLi li a span:first-child{
    margin: .1rem 0 .05rem;
}
.swiper-box {
    width: 100%;
    overflow: hidden;
}
.swiper-box .swiper-slide{
    width: 100% !important;
}
.swiper-box .more{
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: -99rem;
    height: .2rem;
    width: .4rem;
    display: flex;
    justify-content: space-evenly;
}
.swiper-box .more i{
    width: .2rem;
    height: 100%;
    text-indent: -9rem;
    overflow: hidden;
    background-image: url(../images/swiperBtn.png);
    background-size: auto 100%;
    opacity: 0.8;
}
.swiper-box .more i:hover{
    opacity: 1;
}
.swiper-box .grSwiper_prev{
    background-position: left center;
}
.swiper-box .grSwiper_next{
    background-position: right center;
}

.swiper-box .swiper-button-next,
.swiper-box .swiper-button-prev{
    display: none;
}


.rowBotBox{
    background: url('../images/bg_01.png') top center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    margin: 0.24rem -0.15rem;
}
.rowBotBox dt{
    color: #3D6FA2;
    font-size: .32rem;
    font-weight: bold;
    height: .8rem;
    display: flex;
    align-items: center;
    margin-left: .4rem;
    position: relative;
}
.rowBotBox dt::before{
    content: '';
    width: .06rem;
    height: .4rem;
    background: #3D6FA2;
    position: absolute;
    top: .2rem;
    left: -.2rem;
}
.rowBotBox dd{
    padding-left: .2rem;
}
.rowBotBox dd a{
    color: #30669E;
    font-size: .16rem;
    font-weight: bold;
    height: .48rem;
    line-height: .48rem;
    overflow: hidden;
    display: inline-block;
    width: 29%;
    text-align: center;
    border: #EBEDF2 1px solid;
    border-radius: .05rem;
    margin: .1rem 1% 0;
    box-sizing: border-box;
}
.rowBotBox dd a:hover{
    border-color: #30669E;
    text-decoration: none;
}
.bg02{
    background: url('../images/bg_02.png') 140% 10% no-repeat;
}

/* 热点专题 */
.hotsubject{
    margin-top: .2rem;
    margin-bottom: .2rem;
    background: #F5F8FF;
    padding: .2rem;
}



/* 媒体查询 */
@media screen and (max-width: 1750px) and (min-width: 1620px){
    /* 国务院新闻、今日要闻tab */
    .tabList li{
        margin-top: .33rem;
        padding-left: .2rem;
    }
    /* 政府文件、政策解读版块tab */
    .indeBoxTab{
        font-size: .19rem; 
    }


    .indeBoxCenter .tabList li {
        padding: .15rem;
    }

    .rowItem2 img{
        display: none;
    }



}

@media screen and (max-width: 1619px) and (min-width: 1500px){
    /* 国务院新闻、今日要闻tab */
    .tabList li{
        margin-top: .35rem;
        padding-left: .2rem;
    }

    /* 政府文件、政策解读版块tab */
    .indeBoxTab{
        font-size: .17rem; 
    }

    .indeBoxCenter .tabList li {
        padding: .1rem;
    }


	.rowItem2{padding-top: .35rem; padding-bottom: .35rem;}
    .rowItem2 img{
        display: none;
    }
  
    
}
@media screen and (max-width: 1499px) and (min-width: 1380px){
    /* 国务院新闻、今日要闻tab */
    .tabList li{
        margin-top: .36rem;
        padding-left: .2rem;
    }

    /* 三栏目-政务公开 */
    .indeBoxCenter{
        padding: .1rem .05rem;
    }

    /* 政府文件、政策解读版块tab */
    .indeBoxTab{
        font-size: .16rem; 
    }

    .indeBoxCenter .tabList li {
        padding: .06rem;
    }

    .rowItem2{padding-top: .45rem; padding-bottom: .45rem;}
    .rowItem2 img{
        display: none;
    }

    .rowItem3{
        width: 33%;
    }

    /* 高效办成一件事 */
    .rowBotBox{
        margin: 0;
    }

    /* 大家都在问 */
    .indeBoxCenter .tabList2 li {
        padding: .2rem;
    }   


}


@media screen and (max-width: 1079px) and (min-width: 0px){
       /* 轮播图高度 */
       .indexlbtImg{height: 290px;}
}
   

/* 首页专题 */
.subject-con{ margin-top: 20px; height: 110px; position: relative;}
.affiliate .bd .prev {
	display:block;
	position: absolute;
	width:33px;
	height:64px;
    top:14px;
	left:0px;
	background: url(../images/button_left.png) no-repeat;
}
.affiliate .bd .next {
	display:block;
	position: absolute;
	width:33px;
	height:64px;
    top:14px;
	right:0px;
	background:url(../images/button_right.png) no-repeat;
}
.affiliate .bd .plist_02 {
	position: absolute;
	width:1050px;
	margin-left:50px;
	overflow:hidden;
}
.plist_02 ul li {
	float:left;
	margin-right:40px;
}
.plist_02 ul li img {
	height:80px;
	width:220px;
}
.plist_02 ul li span {
	display:block;
	width:270px;
	line-height:50px;
	text-align:center;
	font-size:16px;
}