@charset "UTF-8";
/*当前位置*/
.path{
    margin-bottom: 15px;
    padding: 10px 3%;
    font-size: 0.7em;
    line-height: 1.6;
    background-color: #F7F8FA;
    border-bottom: 1px solid #C6D5E9;
}

/* 通用-内容页 */
.pageContent { position:relative; z-index:0; padding: 0 3% 10px; }
.content_title{
    text-align: center;
    font-size: 1em;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}
.content_info {
    padding: 10px;
    text-align: center;
    background-color: #F5F5F5;
    font-size: 0.6em;
    line-height: 1.8;
    color: #666;
}
.content_info span {
    padding-right: 5px;
}
.content_article {
    padding: 10px 0;
}
.content_article p {
    margin: 10px 0;
    text-align: left;
    line-height: 2;
    word-break: break-all;
    font-size: 0.8em;
}
.content_article img {
    border: solid 1px #cccccc;
    margin: 0 auto;
    max-width: 100%;
    height: auto !important;
}
.content_article embed {
    width: 300px !important;
    height: 225px !important;
}
.vedioPlayer {
    margin: 0 auto;
    text-align: center;
}

.pageContent .others{
    margin-top: 10px;
    padding: 20px 3% 0;
    font-size: 0.7em;
    line-height: 1.8;
    border-top: 1px solid #ddd;
}
.pageContent .others>div{
    margin-bottom: 15px;
}
.pageContent .others .date{
    margin-left: 10px;
    color: #999;
}

/* ==========================================================================
   专题专栏-首页
========================================================================== */
.specail-list{
    overflow: hidden;
}
.specail-list li{
    padding: 15px 10px;
    border-bottom: 1px dashed #ddd;
}
.specail-list li a{
    display: block;
    overflow: hidden;
}
.specail-list li img{
    width: auto;
    max-width: 50%;
    max-height: 70px;
    float: left;
    margin-right: 10px;
}
.specail-list li span{
    display: block;
    overflow: hidden;
    line-height: 1.6;
    font-size: 0.7em;
}

/* ==========================================================================
   专题专栏-列表页
========================================================================== */
/* 专题-图片 */
.specail-pic{
    overflow: hidden;
    margin-bottom: 10px;
}
.specail-pic img{
    width: 100%;
    height: auto;
}
/* 专题-描述 */
.specail-description{
    overflow: hidden;
    margin-bottom: 10px;
    padding: 2% 3%;
    font-size: 0.7em;
    line-height: 2.1;
    color: #AB1C1D;
    border: 1px solid #D9E8F4;
}

.text-blue{
    color: #0f61a7;
}

/* ==========================================================================
   子栏目-选择
========================================================================== */
.node-select{margin:0 10% 15px; position:relative; font-size: 0.7em; }
.node-select dt{height: 40px;line-height: 40px;padding:0 5px 0 8px;overflow:hidden;border:1px solid #ddd;background:#fff;position:relative;cursor:pointer;}
.node-select dt::before{content: ""; right:12px; top:50%; margin-top:-2px; border-width:5px; position:absolute;  border-color:transparent; border-style:dashed;  border-top-color:#b0b0b0;border-top-style:solid; content:"";display:block; font-size:0;line-height:0;width:0;}
.node-select dt h3{padding-right: 20px; text-align: center;}
.node-select dd{top: 41px;display:none;width:100%;position:absolute;left:0;}
.node-select ul{ max-height: 389px; border:1px solid #ccc; background:#fff;overflow-y:scroll; }
.node-select li{line-height:22px;padding: 6px 10px;border-bottom:1px dotted #ccc; cursor:pointer;}
.node-select li a{display:block;}
.node-select li a:hover{text-decoration:none}
.node-select li:hover{  color:#CD3333; background-color:#f1f1f1 }
.node-select .last{border-bottom:0}
.node-select .on {z-index:9; box-shadow:0 0 5px rgba(0, 0, 0, .2);  }
.node-select.on dt{border-color:#bbb; }
.node-select.on dt::before{  border-top-style:none; border-bottom-color:#aaa;border-bottom-style:solid; }
.node-select.on dd{ display:block; box-shadow:0 0 5px rgba(0, 0, 0, .2); }
.node-select.on dd ul{ border-color:#bbb;}

/* ==========================================================================
   领导信箱-首页
========================================================================== */
.write-btn{
    float: right;
    color: #B02A2B;
    font-size: 0.9em;
    font-weight: bold;
}
/*信箱-描述*/
.letter-description{
    margin-bottom: 15px;
    padding: 20px 3%;
    background-color: #F0F5FB;
    border-radius: 4px;
    font-size: 0.7em;
    line-height: 2;
}
.letter-description h4{
    font-weight: bold;
}
/*信箱-咨询分类*/
.letter-menu-list{
    overflow: hidden;
}
.letter-menu-list li{
    width: 50%;
    float: left;
    margin-bottom: 15px;
    text-align: center;
}
.letter-menu-list li a{
    position: relative;
    z-index: 1;
    display: block;
    padding: 104px 0 28px;
    height: 30px;
    line-height: 30px;
    font-size: 1em;
    color: white;
    background-color: #5C9AD8;
    border-radius: 4px;
}
.letter-menu-list li:nth-child(even) a{
    margin-left: 8px;
}
.letter-menu-list li:nth-child(odd) a{
    margin-right: 8px;
}
.letter-menu-list li:nth-child(2) a{
    background-color: #DA7E6D;
}
.letter-menu-list li:nth-child(3) a{
    background-color: #599666;
}
.letter-menu-list li:nth-child(4) a{
    background-color: #C2945E;
}
.letter-menu-list li a::before{
    font-family: "iconfont";
    content: "\e637";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 28px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    float: left;
    margin-left: -35px;
    overflow: hidden;
    text-align: center;
    font-size: 2em;
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}
.letter-menu-list li:nth-child(2) a::before{
    content: "\e6d1";
}
.letter-menu-list li:nth-child(3) a::before{
    content: "\fd57";
}
.letter-menu-list li:nth-child(4) a::before{
    content: "\e91a";
}


/* ==========================================================================
   领导信箱-列表页
========================================================================== */
/*搜索*/
.letter-search{
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 10px 12% 15px;
    vertical-align: top;
}
.letter-search .txt{
    box-sizing:border-box;
    width: 100%;
    padding-right: 70px;
    height: 36px;
    line-height: 36px;
    text-indent: 10px;
    border-radius: 4px;
    background-color: #fff;
    outline: none;
    border: 1px solid #ddd;
    vertical-align: top;
}
.letter-search .searchBtn{
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 60px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 0.7em;
    color: white;
    background: #AB1C1D;
    border-radius: 0px 4px 4px 0px;
    border: none;
}

/*信件-信息列表*/
.letter-table{
    border-collapse: collapse;
    width: 100%;
}
.letter-table td,
.letter-table th{
    padding: 8px 10px;
    line-height: 1.6;
    font-size: 0.7em;
    border: 1px solid #ddd;
}
.letter-table .date{
    width: 90px;
    text-align: center;
}
.letter-table th{
    text-align: center;
    font-weight: bold;
    background-color: #E8E8E8;
}

/* ==========================================================================
   领导信箱-详情页
========================================================================== */
.letter-detail{
    overflow: hidden;
}
.letter-detail .title{
    margin: 15px 0;
    font-size: 1em;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    color: #000;
}
.letter-info{
    border: 1px solid #ddd;
    border-bottom: none;
}
.letter-info li{
    font-size: 0.7em;
    line-height: 2.1;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}
.letter-info li .tit{
    width: auto;
    float: left;
    color: #B02A2B;
    padding-right: 5px;
}
.letter-info li .con{
    overflow: hidden;
}
.letter-info li.info .tit{
    display: block;
    float: none;
}
.letter-info li.info .con{
    padding: 10px 0;
}

.reply-list{
    overflow: hidden;
}
.reply-list dt{
    width: auto;
    float: left;
    font-weight: bold;
}
.reply-list dt.block{
    display: block;
    float: none;
}
.reply-list dd{
    overflow: hidden;
}


/* ==========================================================================
   在线访谈-列表页
========================================================================== */
.interview-list{
    overflow: hidden;
}
.interview-list li{
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}
.interview-list li:nth-last-child(1){
    margin-bottom: 0;
}
.interview-list li .pic{
    overflow: hidden;
}
.interview-list li .pic img{
    width: 100%;
    height: auto;
}
.interview-list li h5,
.interview-list li p{
    line-height: 1.6;
    font-size: 0.7em;
    color: #333;
}
.interview-list li h4{
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 1.2;
}
.interview-list li h4 a{
    font-size: 0.8em;
    color: #0751A7;
}
.interview-list li .label{
    font-weight: bold;
}
.interview-list li h5,
.interview-list li p{
    margin-bottom: 5px;
}
.interview-list .detail{
    display: inline-block;
    padding: 0 30px;
    height: 32px;
    line-height: 32px;
    font-size: 0.7em;
    color: white;
    background-color: #B02A2B;
    border-radius: 4px;
}

/* ==========================================================================
   在线访谈-详情页
========================================================================== */
.interview-detail{
    overflow: hidden;
    padding-top: 10px;
}
.interview-detail>dl{
    margin-bottom: 20px;
}
.interview-detail dt{
    height: 48px;
    line-height: 48px;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    background: #F6F6F6;
    border: 1px solid #DDDDDD;
}
.interview-detail dd{
    padding: 20px 5%;
    font-size: 0.8em;
    line-height: 2;
    border: 1px solid #ddd;
    border-top: none;
}
.interview-detail dd>p{
    padding: 10px 0;
}
.interview-detail dd img{
    max-width: 100%;
    height: auto;
}
/*滚动图片*/
.interview-detail .scrollpic{
    position: relative;
    z-index: 1;
    padding:20px 10%;
}
.interview-detail .scrollpic .swiper-button-prev,
.interview-detail .scrollpic .swiper-button-next{
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 11px;
    height: 20px;
    margin-top: -10px;
    float: left;
    overflow: hidden;
    background:  url(/images/pe-m-btn.png) center top no-repeat;
}
.interview-detail .scrollpic .swiper-button-prev{
    left: 20px;
}
.interview-detail .scrollpic .swiper-button-next{
    right: 20px;
    transform: rotate(180deg);
}
.interview-detail .scrollpic li{
    width: auto;
    float: left;
}
.interview-detail .scrollpic li img{
    width: 100%;
    height: auto !important;
}

/* ==========================================================================
   行业数据--项目信息列表页
========================================================================== */
.projectList{
    overflow: hidden;
}
.projectList li{
    padding: 16px 0;
    font-size: 0.7em;
    line-height: 2.1;
    border-bottom: 1px dotted #ddd;
}
.projectList li>strong{
    display: block;
    color: #AB1C1D;
}
.projectList li a{
    color: #016CBA;
}

/* ==========================================================================
   行业数据-企业信息列表
========================================================================== */
.node-list{
    overflow: hidden;
    box-sizing: border-box;
    font-size: 0;
}
.node-list li{
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    font-size: 0.8rem;
    line-height: 1.4;
    border-bottom: 1px dotted #ddd;
}
.node-list li:nth-child(even){
    padding-left: 3%;
}
.node-list li:nth-child(odd){
    padding-right: 3%;
}
.node-list li a{
    display: block;
    padding: 10px;
    font-weight: bold;
    color: #AB1C1D;
    text-align: center;
}

/* ==========================================================================
   行业数据-下载中心
========================================================================== */
.download-list{
    border-collapse: collapse;
    width: 100%;
}
.download-list td,
.download-list th{
    padding: 8px 10px;
    line-height: 1.6;
    font-size: 0.7em;
    border: 1px solid #ddd;
}
.download-list .down{
    width: 70px;
    text-align: center;
}
.download-list th{
    text-align: center;
    font-weight: bold;
    background-color: #E8E8E8;
}
.download-list .down a{
    text-decoration: underline;
    color: #1260BC;
}


/* ==========================================================================
   重点领域-专题
========================================================================== */
/* 首页 */
.zdly-pic{
    position: relative;
    z-index: 2;
}
.zdly-pic img{
    width: 100%;
    height: auto;
}
.zdly-logo{
    width: 26%;
    float: left;
    position: absolute;
    z-index: 1;
    left: 3%;
    top: 3%;
}
.zdly-logo img{
    width: 100%;
    height: auto;
}
/* 重点领域-导航 */
.top-menu{
    float: right;
}
.top-menu dt{
    position: absolute;
    z-index: 1;
    right: 3%;
    top: 50%;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    float: left;
    overflow: hidden;
    text-align: center;
    color: white;
    background-color: rgba(0,0,0,0.5);
    border-radius: 3px;
}
.top-menu dt::after{
    font-family: "iconfont";
    content: "\e66c";
    font-size: 1.3rem;
}
.top-menu dt.on{
    background-color: #1260BC;
}
.top-menu dd{
    display: none;
    position: absolute;
    z-index: 1;
    margin-top: 16px;
    right: 0;
    top: 50%;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}
.top-menu-list{
    overflow: hidden;
    font-size: 0;
}
.top-menu-list li{
    display: inline-block;
    width: 33.3%;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.8rem;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.top-menu-list li a{
    display: block;
    height: 2rem;
    line-height: 2rem;
}
.top-menu-list li.max-text{
    width: 100%;
}

.top-menu-box{
    background-color: #0751A7;
}
.top-menu-box .top-menu-list li{
    border-bottom-color: #2474c0;
}
.top-menu-box .top-menu-list li a{
    color: white;
    font-size: 0.9rem;
}
.top-menu-box .top-menu-list li:nth-child(3n+2) a{
    border-left: 1px solid #2474c0;
    border-right: 1px solid #2474c0;
}

#menu-zdly{
    background-color: #0168cf;
}


/* 重点领域-图片按钮 */
.zdxx-btn{
    padding: 0 3%;
    overflow: hidden;
    font-size: 0;
}
.zdxx-btn li{
    display: inline-block;
    width: 49%;
    margin-top: 0.5rem;
}
.zdxx-btn li img{
    width: 100%;
    height: auto;
}
.zdxx-btn li:nth-child(1),
.zdxx-btn li:nth-child(2){
    width: 49%;
}
.zdxx-btn li:nth-child(2n){
    margin-left: 2%;
}

/* banner-图片 */
.banner-pic{
    overflow: hidden;
    padding: 0 3%;
}

.banner-pic-1 a{
    display: block;
    margin-bottom: 0.5rem;
}
.banner-pic-1 img{
    width: 100%;
    height: auto;
}


/* ==========================================================================
   营商环境专栏
========================================================================== */

/* 图片列表页 */
.picList{
    overflow: hidden;
    font-size: 0;
}
.picList li{
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 49%;
    margin-bottom: 0.5rem;
}
.picList li:nth-child(2n){
    margin-left: 2%;
}
.picList li img{
    width: 100%;
    height: auto;
}
.picList li .tit{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 96%;
    padding: 0 2%;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.8rem;
    text-align: center;
    color: white;
    background-color: rgba(0,0,0,0.5);
}

/* 焦点图 */
#focusNews .pic img{
    width: 100%;
    height: auto;
}


/* 指引 */
.sggz_daodu{
    margin-top: 1rem;
}
.sggz_daodu dt a{
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: bold;
    color: #0751A7;
}
.sggz_daodu dd{
    margin-top: 0.5rem;
    overflow: hidden;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* 工作成效 */
.date-list{
    overflow: hidden;
}
.date-list li{
    overflow: hidden;
    margin-bottom: 0.5rem;
    padding: 0 0.5rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1.6;
    background-color: #f8f8f8;
}
.date-list li dt{
    display: inline-block;
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 0 0.2rem;
    font-size: 0.8rem;
    color: white;
    background-color: #0751A7;
}
.date-list li dd{
    margin-top: 0.5rem;
}

/* 底部说明 */
.banquan{
    margin-bottom: 1rem;
    padding: 0 3%;
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
}