@charset "UTF-8";


/* 焦点图 */
.focusBox {
    width: 100%;
    max-height: 240px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}
.focusBox .swiper-slide img {
    width: 100%;
}
.focusBox .swiper-slide{
    position: relative;
    z-index: 1;
    height: 240px;
}
.focusBox .swiper-slide img {
    width: 100%;
    height: 240px;
}
.focusBox .swiper-slide .title{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 110px 10px 5px;
    font-size: 0.7em;
    line-height: 1.6;
    color: white;
    text-align: left;
    background-color: rgba(0,0,0,0.5);
}
.focusBox .swiper-pagination{
    width: auto !important;
    left: auto !important;
    right: 0 !important;
    bottom: 0 !important;
}
.focusBox .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.8);
    opacity: 1;
    border-radius: 50%;
}
.focusBox .swiper-pagination-bullet-active {
    background-color: #ED2822;
    opacity: 1;
}


/* 通用框- ind-box */
.ind-box{
    margin: 0 3% 15px;
    background: #F0F5FB url(/images/pe-m-indbox-bg.png) 30% 12px no-repeat;
    background-size: 80px auto;
}
.ind-box .hd{
    padding: 24px 0;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: #125FBB;
}
.ind-box .hd a{
    color: #125FBB;
}
.ind-box .bd{
    padding: 0 3%;
}

/*政务服务-列表页*/
.service-list{
    padding:5px 0 28px;
    overflow: hidden;
}
.service-list li{
    width: 50%;
    height: 42px;
    float: left;
    line-height: 42px;
}
.service-list li a{
    position: relative;
    display: block;
    margin: 0 10px 0 20px;
    padding-left: 50px;
    font-size: 0.8em;
    background-color: #fff;
    border-radius: 4px;
}
.service-list li a::before{
    position: absolute;
    z-index: 1;
    left: -10px;
    top: -4px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    overflow: hidden;
    font-family: 'iconfont';
    content: "\e664";
    font-size: 1.4em;
    color: white;
    background-color: #E06460;
    border-radius: 50%;
}
.service-list li:nth-child(2) a::before{
    content: "\e61b";
}


/*住建业务-列表*/
.business-list{
    overflow: hidden;
}
.business-list li{
    width: 33.3%;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.business-list li a{
    position: relative;
    z-index: 1;
    display: block;
    padding-top: 5px;
    line-height: 32px;
    margin: 0 auto;
    text-align: center;
    font-size: 0.7em;
}
.business-list li .icon{
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    background-color: #F0F9FF;
    border-radius: 50%;
}
.business-list li .icon img{
    width: 30px;
    height: auto;
    vertical-align: middle;
}
.business-list li strong{
    display: block;
    line-height: 32px;
    height: 32px;
    font-weight: normal;
}

.business-list li:nth-child(2) .icon{
    background-color: #EBF9F7;
}
.business-list li:nth-child(3) .icon{
    background-color: #FFFAEA;
}
.business-list li:nth-child(4) .icon{
    background-color: #FCF0F0;
}
.business-list li:nth-child(5) .icon{
    background-color: #FFFAEA;
}
.business-list li:nth-child(6) .icon{
    background-color: #EBF9F7;
}
.business-list li:nth-child(7) .icon{
    background-color: #FDF8EB;
}
.business-list li:nth-child(8) .icon{
    background-color: #F0F5FB;
}
.business-list li:nth-child(9) .icon{
    background-color: #FFFAEA;
}
.business-list li:nth-child(10) .icon{
    background-color: #EBF9F7;
}
.business-list li:nth-child(11) .icon{
    background-color: #FCF0F0;
}
.business-list li:nth-child(12) .icon{
    background-color: #F0F9FF;
}

/*互动交流*/
#box-hdjl .hd h3{
    color: #CD0600;
    border-bottom-color: #CD0600;
}
.hdjlList{
    overflow: hidden;
}
.hdjlList li{
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 0.8em;
}
.hdjlList li a{
    line-height: 28px;
}
.hdjlList li .date{
    padding-top: 4px;
    overflow: hidden;
    color: #999;
}
.hdjlList li .last{
    float: right;
}

/*局长信箱*/
#box-letter{
    background-image: url(/images/pe-m-letter-icon.png);
    background-position: 10% 60px;
}
#box-letter .bd{
    padding-bottom: 30px;
    line-height: 30px;
    font-size: 0.7em;
    text-align: center;
}

/*专题专栏*/
#box-special .bd{
    position: relative;
    z-index: 1;
}
#box-special .bd .swiper-button-prev,
#box-special .bd .swiper-button-next{
    width: 28px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    font-size: 1em;
    color: white;
    background: none;
    background-color: rgba(0,0,0,0.6);
}
.special-list img{
    width: 100%;
    height: 100px;
}