@charset"utf-8";
/*自定义分页符样式*/
/***
    首页banner
***/
.mgb0{
    margin-bottom: 0 !important;
}
#banner .swiper-container-horizontal>.swiper-pagination{
    padding:0 3%;
    bottom:5%;
}
#banner .swiper-pagination-clickable .swiper-pagination-bullet{
    display: inline-block;
    width: 10px;
    height:10px;
    margin-left: 8px;
    background-color:#bdbcba;
    transition: transform .2s;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 1;
}
#banner .swiper-pagination-bullets{
    padding:0 30px;
    left: 50%;
    margin-left: -65px;
    width: 130px;
}
#banner .swiper-pagination-clickable .swiper-pagination-bullet-active{
    background-color:#fff;
}
#banner .swiper-slide img{
    max-width: 100%;
}

.ban-im img{
    width: 100%;
}

/**/
.main{
    padding-bottom: 0px;
}
.main .inner{
    background-color: #ffffff;
    padding: 0;
}
/*
    滚动公告
*/
.txtMarquee{
    width: 99%;
    background-color: #f3f3f3;
    height: 46px;
    margin: 12px 0.5% 0;
    position: relative;
    padding-left: 44px;
    padding-right: 20px;
}
.txtMar-list ul li a{
    display: block;
    height: 46px;
    line-height: 46px;
    color: #4e4949;
    font-size: 18px;
    overflow: hidden;
}
.txtMar-list ul li a:hover{
    color: #005192;
}
.txtMar-lb{
    position: absolute;
    left: 10px;
    top: 12px;
}
.txtMar-lb span{
    display: inline-block;
    width: 27px;
    height: 23px;
    vertical-align: middle;
    background: url(../images/index/ic-hua.png) no-repeat;
}
.txtMar-btn{
    position: absolute;
    right: 10px;
    top:13px;
}
.txtMar-btn a{
    display: block;
    width: 9px;
    height: 5px;
    cursor: pointer;
}
.txtMar-btn .next{
    background-image: url(../images/index/icoUp.gif);
    margin-bottom: 10px;
}
.txtMar-btn .prev{
    background-image: url(../images/index/icoDown.gif);
}
/*新闻报道*/
.news{
    padding: 20px 20px 10px;
}
.news-lf{
    width: 420px;
    padding-right: 22px;
    border-right: 1px solid #bababa;
}
.news-rt{
    padding-left: 22px;
    width: 730px;
}
/**/
.news-con{
    width: 100%;
    margin-bottom: 24px;
}
.news-con h2{
    font-size: 20px;
    color: #000000;
    border-bottom: 1px solid #bababa;
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
}
.news-con h2.hx-blue:after{
    content: '';
    display: block;
    position: absolute;
    width: 90px;
    height: 2px;
    background-color: #005192;
    left: 0;
    bottom: -2px;
}
.news-con h2 a{
    float: right;
    font-size: 16px;
    color: #656565;
    line-height: 28px;
    padding-right: 8px;
}
.news-con h2 a:hover{
    color: #015293;
}
.news-list{
    overflow: hidden;
}
.hight192{
    height: 192px;
}
.hight128{
    height: 128px;
}
.hight160{
    height: 160px;
}
.hight96{
    height: 96px;
}
.hight204{
    height: 204px;
}
.hight198{
    height: 198px;
}
.hight100{
    height: 100px;
}
.hight64{
    height: 64px;
}
.hight288{
    height: 288px;
}
.hight232{
    height: 232px;
}
.news-list li{
    position: relative;
    padding-left: 10px;
}
.news-list li i{
    display: block;
    position: absolute;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #000;
    top: 15px;
}
.news-list li a span{
    font-size: 14px;
    color: #666666;
}
.news-list li a{
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}
.news-list li a:hover{
    color: #015293;
}
.news-con .im{
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.news-con img{
    width: 100%;
}
.news-dili li a{
    width: 100%;
    display: block;
}
.news-list li a b{
    font-weight: normal;
    color: #666666;
    font-size: 16px;
}
.news-box{
    width: 100%;
    position: relative;
    padding-right: 314px;
}
.news-box-lf{
    padding-right: 20px;
    width: 100%;
}
.news-box-rt{
    padding: 15px 12px;
    background-color: #dcdcdd;
    position: absolute;
    right: 0;
    top: 0;
    width: 314px;
}
/*国际交流大事*/
.news-guo{
    width: 100%;
    padding: 7px 8px;
    border: 1px solid #c9c9c9;
    position: relative;
    padding-right: 160px;
    margin-top: 20px;
}
.news-guo .txt{
    width: 100%;
}
.news-guo .txt h4{
    font-size: 16px;
    padding: 15px 0 15px;
    text-align: center;
    color: #005192;
}
.news-guo .txt p{
    line-height: 24px;
    font-size: 14px;
    color: #000;
    height: 72px;
    overflow: hidden;
}
.news-guo .txt p a:hover{
    color: #015293;
}
.news-guo img{
    position: absolute;
    width: 142px;
    right: 8px;
    top: 8px;
}
.jxbox{
    overflow: hidden;
    padding-top: 10px;
}
.jx-lf{
    float: left;
    width: 64%;
    padding-right: 20px;
}
.jx-lf h3{
    font-size: 18px;
    color: #1f82c3;
    line-height: 28px;
    margin-bottom: 20px;
}
.jx-lf p{
    color: #666666;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
    text-indent: 2em;
}
.jx-rt{
    float: left;
    width: 36%;
}
.jx-rt img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.news-con .xxk h2 a{
    display: none;
}
/* 供热改革 */
.grge ul{
    overflow: hidden;
    padding-top: 15px;
}
.grge ul li{
    float: left;
    width: 16.6%;
    padding: 0 5px;
}
.grge ul li a{
    display: block;
    font-size: 20px;
    color: #fff;
    height: 72px;
    line-height: 72px;
    text-align: center;
    /* font-weight: bold; */
}
.grge ul li:first-child a{
    background-color: #4ab3c9;
}
.grge ul li:nth-child(2) a{
    background-color: #5fd189;
}
.grge ul li:nth-child(3) a{
    background-color: #da332e;
}
.grge ul li:nth-child(4) a{
    background-color: #6682c5;
}
.grge ul li:nth-child(5) a{
    background-color: #dc5a31;
}
.grge ul li:nth-child(6) a{
    background-color: #53b87c;
}
/*  */
.news-list li a b{
    font-weight: normal;
    color: #666666;
}
.news-list li a:hover b{
    color: #015293;
}
/* 网上办公 */
.ws-list li{
    background-color: #005192;
    margin-bottom: 10px;
}
.ws-list li:last-child{
    margin-bottom: 0;
}
.ws-list li a{
    display: block;
    height: 54px;
    line-height: 54px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.ws-list li a u{
    display: inline-block;
    width: 24px;
    margin-right: 2px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.ws-list li a u img{
    width: 100%;
}
/* 关于我们 */
.grhy{
    padding-right: 354px;
    min-height: 406px;
}
.grhy ul{
    overflow: hidden;
    padding-top: 15px;
}
.grhy ul li{
    float: left;
    width: 33.3%;
    padding: 0 5px;
}
.grhy ul li a{
    display: block;
    font-size: 20px;
    color: #fff;
    height: 66px;
    line-height: 66px;
    text-align: center;
    /* font-weight: bold; */
}
.grhy ul li:first-child a{
    background-color: #005192;
}
.grhy ul li:nth-child(2) a{
    background-color: #1f82c3;
}
.grhy ul li:nth-child(3) a{
    background-color: #da332e;
}
.grhy .im{
    padding: 15px 5px;
}
.grhy .im img{
    width: 100%;
}
.grhy-gy{
    padding: 0 5px;
}
.grhy-gy h2{
    font-size: 20px;
    color: #005192;
    border-bottom: 1px solid #bababa;
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
}
.grhy-gy h2:after{
    content: '';
    display: block;
    position: absolute;
    width: 90px;
    height: 2px;
    background-color: #005192;
    left: 0;
    bottom: -2px;
}
.grhy-gy h2 a{
    float: right;
    font-size: 16px;
    color: #656565;
    line-height: 28px;
    padding-right: 8px;
}

@media screen and (max-width: 1200px) {
    .news-rt{
        width: 562px;
    }
    .news-box-rt{
        width: 264px;
    }
    .news-box{
        padding-right: 260px;
    }
    .news-guo img{
        display: none;
    }
    .news-guo{
        padding-right: 0;
    }
    .dl-list ul{
        height: 164px;
    }
    .about .news-con{
        margin-bottom: 15px;
    }
    .h-nav ul li a{
        font-size: 16px;
    }
    .foots{
        padding-bottom: 0;
    }  
}

@media screen and (max-width: 1024px) {
    #banner .swiper-button-prev,
    #banner .swiper-button-next {
        display: none;
    }
    .txtMar-list ul li{
        height: 34px;
    }
    .txtMar-list ul li a{
        font-size: 14px;
        height: 34px;
        line-height: 34px;
    }
    .txtMarquee{
        height: 34px;
    }
    .txtMar-lb{
        top: 5px;
    }
    .txtMar-btn{
        top: 7px;
    }
    .news-lf{
        width: 42%;
    }
    .news-rt{
        width: 58%;
    }
    .news-list li a{
        font-size: 14px;
        line-height: 28px;
    }
    .hight128{
        height: 104px;
    }
    .hight192,.hight198{
        height: 168px;
    }
    .xk-box ul li{
        padding: 0 3px;
    }
    .xk-box ul li a{
        font-size: 12px;
    }
    .news-list li i{
        top: 12px;
    }
    .news-dili li a{
        padding-right: 0;
    }
    .news-con h2{
        font-size: 18px;
    }
    .xhjx{
        padding: 0 10px;
    }
    .jx-lf{
        width: 100%;
        padding-right: 0;
    }
    .jx-rt{
        display: none;
    }
    .jx-lf h3{
        font-size: 16px;
        margin-bottom: 2px;
    }
    .jxbox{
        padding-top: 0;
    }
    .grge ul li a{
        font-size: 16px;
    }
    .grhy{
        padding-right: 296px;
        min-height: 350px;
    }
    .jx-lf p{
        font-size: 14px;
    }
    .hight288{
        height: auto;
    }
}
@media screen and (max-width: 800px) {
    .news-lf,.news-box-lf{
        width: 100%;
        padding: 0 ;
        border: none;
    }
    .news-rt{
        width:100%;
        padding-left: 0;
    }
    .news-box{
        width: 100%;
        padding-right: 0; 
    }
    .news-box-rt{
        position: inherit;
        right: inherit;
        width: 100%;
        top: inherit;
        padding: 14px 10px;
        margin-top: 15px;
    }
    .hight96{
        height: auto;
        margin-bottom: 10px;
    }
    .hight128,.hight288,.hight168,.hight160,.hight96{
        height: auto;
    }
    .hight192,.hight198,.hight64,.hight100,.hight232,
    .hight204{
        height: auto;
    }
    .news-con{
        margin-bottom: 15px;
    }
    .news-con h2 a{
        font-size: 12px;
        right: 5px;
    }
    .news{
        padding: 12px 10px;
    }
    .news-list li a b{
        font-size: 14px;
    }
    .news-rt{
        padding-top: 14px;
    }
    .ws-list li a{
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .grhy{
        padding: 0px 10px 12px;
    }
    .grhy-gy h2{
        font-size: 16px;
    }
    .grhy-gy h2 a{
        font-size: 12px;
        line-height: 24px;
    }
    .grhy ul{
        padding-top: 0;
    }
    .grhy ul li a{
        height: 36px;
        line-height: 36px;
        font-size: 16px;
    }
    .grhy .im{
        padding: 8px 5px 15px;
    }
    .grhy{
        min-height: auto;
        height: auto;
    }
}
@media screen and (max-width: 768px) {
    #banner h3,#banner h2{
        display: none;
    }
    .ban-mb{
        padding-left: 5px;
    }
    .ban-mb p{
        font-size: 14px;
        padding-right: 80px;
    }
    #banner .swiper-pagination-bullets{
        padding: 0 10px;
    }
    #banner .swiper-pagination-clickable .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
        margin-left: 6px;
    }
    .news-con .xxk h2 a{
        display: block;
    }
    .xk-box{
        display: none;
    }
    .news-con h2{
        font-size: 16px;
    }
    .news-con h2 a{
        line-height: 22px;
    }
    .news-guo{
        margin-top: 10px;
    }
    .news-guo .txt h4{
        padding: 10px 0;
    }
    .grge ul li{
        width: 33.3%;
        margin-bottom: 10px;
    }
    .grge ul li a{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}
#dtnews{
    overflow: hidden;
    height: 80px;
}

