.breadcrumb{
    padding:10px;
    font-size:14px;
    line-height: 20px;
}
.breadcrumb span,.breadcrumb a,.breadcrumb em{
    display: inline-block;
    color: rgba(51, 51, 51, 0.5);
}
.breadcrumb em{
    margin:0 5px;
}
.breadcrumb .cur,.breadcrumb a:hover{
    color:#337FF4;
}

/***搜索***/
.search-area{
    padding:30px 20px 20px;
    border: 1px rgba(204, 204, 204, 0.5) solid;
}
.index-search{
    width:950px;
    margin:0 auto;
}
.index-search_main{
    width:80%;
}
.index-search_main .pub-input{
    font-size:16px;
}
.index-search_main .btn-search{
    width:72px;
    height:43px;
    font-size:16px;
    line-height: 43px;
    background:#337FF4;
    color: #fff;
    text-align: center;
    top:0;
    right: 0;
    border:1px solid #337FF4;
    position: absolute;
    border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -ms-border-radius: 0 6px 6px 0;
}
.index-search_main .btn-search:hover{
    background:#337FF4;
    color:#fff;
}
.index-search_main .search-input{
    margin-right:72px;
    border:1px solid #337FF4;
    border-right: 0;
    box-sizing: border-box;
    height:45px;
    border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -ms-border-radius: 6px 0 0 6px;
    padding:0 10px;
    background: #fff;
}

.smallsearch .btn-search{
    width:50px;
    height:33px;
    font-size:14px;
    line-height: 33px;
    background:#fff;
    color: #337FF4;
    text-align: center;
    top:0;
    right: 0;
    background:#337FF4;
    color:#fff;
    position: absolute;
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -ms-border-radius: 0 2px 2px 0;
}
.smallsearch .btn-search:hover{
    color:#fff;
}
.smallsearch .search-input{
    margin-right:33px;
    width: 288px;
    border:1px solid #337FF4;
    border-right: 0;
    box-sizing: border-box;
    height:33px;
    border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -ms-border-radius: 2px 0 0 2px;
    padding:0 10px;
    background: #fff;
}


.index-search_main .search-keywords{
    margin-top:10px;
}
.index-search_main .search-keywords,.index-search_main .search-keywords a{
    font-size:14px;
    line-height: 20px;
    color: rgba(51, 51, 51, 0.5);
}
.index-search_main .search-keywords a:hover{
    color: #337FF4;
}
.index-search_main .search-keywords span,.index-search_main .search-keywords a{
    float: left;
    margin-right:10px;
}
.index-search_main .search-keywords span{
    font-size:14px;
    margin-right:0;
}

.search-condition{
    padding:10px 0 0;
}
.each-cond{
    margin-top:10px;
}
.each-cond:first-child{
    margin-top:0;
}
.cond-label{
    width:66px;
    color:#999;
    line-height: 28px;
    position: relative;
}
.cond-label::after{
    content: " ";
    position: absolute;
    width: 2px;
    height:16px;
    background: rgba(216, 216, 216, 0.3);
    right:-1px;
    top:9px;
}
.cond-list{
    margin-left:10px;
    margin-right:200px;
    position: relative;
}
.btn-reverse{
    padding:0 10px;
    height:24px;
    line-height: 24px;
    display: inline-block;
    float: left;
    background:rgba(51, 127, 244, 0.1);
    border-radius: 2px;
    border:1px rgba(51, 127, 244, 0.1) solid;
    color:#337FF4;
    margin-top:-3px;
    transition: background 0.4s;
}
.btn-item{
    padding:0 6px;
    height:24px;
    line-height: 24px;
    display: inline-block;
    float: left;
    color:#444;
    margin-right:10px;
    transition: background 0.4s;
}
.btn-item.cur,.btn-reverse:hover{
    background:#337FF4;
    color:#fff;
    border-radius: 2px;
}
.hy-list .btn-item{
    margin-bottom: 5px;
}
.btn-area{
    padding:0 6px;
    height:28px;
    line-height: 28px;
    display: inline-block;
    color:#337FF4;
    margin-right:10px;
    border:1px #337FF4 solid;
    border-radius: 2px;
}
.btn-area:hover,.btn-area.cur,.btn-item.cur{
    background:#337FF4;
    color:#fff;
}
.area-checked,.area-cont{
    border-bottom: 1px rgba(216, 216, 216, 0.3) solid;
}
.area-checked .btn-carea{
    position: relative;
    line-height: 34px;
    padding:0 20px;
    cursor:default;
    color:#333;
}
.area-checked .btn-carea i.close{
    position: absolute;
    right:0;
    top:0;
    width:12px;
    height:12px;
    cursor: pointer;
    background-image: url(../images/list/icon-close.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
}

.area-cont{
    padding:20px 0;
}
.each-area{
    margin-bottom: 10px;
}
.par-cbox,.child-cbox{
    font-size:14px;
    padding-left:22px;
    line-height: 20px;
    color:#337FF4;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    margin-right:20px;
}
.par-cbox::before,.child-cbox::before{
    left:0;
    top:2px;
    position: absolute;
    content: " ";
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border: 1px solid #337FF4;
}
.child-cbox{
    color:#666;
}
.child-cbox::before{
    border-color:#666666;
}
.par-cbox.cur::before,.child-cbox.cur::before{
    border:none;
    width:14px;
    height:14px;
    background-image: url(../images/list/icon-checked.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.area-op{
    margin-left:110px;
    padding-top:10px;
}
.area-op .btn{
    width:88px;
    height:34px;
    margin-right:60px;
    color: #fff;
    border-radius: 2px;
    line-height: 34px;
    text-align: center;
}
.btn-cancel{
    background:#ccc;
}
.btn-confirm{
    background:#337FF4;
}
.reset-area{
    position: absolute;
    right:-80px;
    width: 66px;
    height: 26px;
    border-radius: 2px;
    border: 1px solid #337FF4;
    text-align: center;
    font-size:12px;
    line-height: 26px;
    color:#337FF4;
    background-image: url(../images/list/icon-reset.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 10px center;
    text-indent: 10px;
    cursor: pointer;
}

/****主内容区域***/
.page-main{
    width:880px;
}
.side-panel{
    width:310px;
}
/***左侧内容区域主题****/
.list-theme_1{
    padding:0;
}
.each-list{
}
.each-list a{
    color:#444;
    display: block;
    padding: 10px 30px;
    position: relative;
    border-bottom: 1px rgba(216, 216, 216, 0.6) dashed;
    transition: box-shadow 0.4s;
}
.each-list a:hover{
    color: #337FF4;
    box-shadow: 0 1px 8px 3px rgba(204,204,204,0.50);
    -webkit-box-shadow: 0 1px 8px 3px rgba(204,204,204,0.50);
    -moz-box-shadow: 0 1px 8px 3px rgba(204,204,204,0.50);
    -ms-box-shadow: 0 1px 8px 3px rgba(204,204,204,0.50);
    -o-box-shadow: 0 1px 8px 3px rgba(204,204,204,0.50);
}
.list-tit{
    position: relative;
    line-height: 20px;
}
.list-tit .art-text{
    font-size:1rem;
    margin-right:10px;
}
.list-tit .list-date{
    font-size:14px;
    width:100px;
    text-align: center;
    color:#999999;
}
.list-tag{
    margin-top:5px;
}
.list-tag .icon{
    height:20px;
    float: left;
    display: inline-block;
    line-height: 20px;
    border-radius: 2px;
    width:65px;
    margin:0 10px;
    text-align: center;
}
.list-theme_1.style1 .list-tag .icon{
    margin:0 10px;
    margin-left:0;
}
.list-tag .icon-news_zbgg{
    color:#fff;
    background:#5BBDF8;
}
.list-tag .icon-news_zbgs{
    color:#fff;
    background:#FA8487
}
.list-tag .icon-news_bgdy{
    color:#fff;
    background:#FE9F64 ;
}
.list-tag .icon-news_xmxj{
    color:#fff;
    background:#4ED293;
}
.list-tag .icon-news_area{
}

/****pagenav****/
.page-nav{
    padding:18px 0;
}
.page-nav a,.page-nav span{
    border:1px rgba(184, 184, 184, 0.5) solid;
    color:#666;
    padding:0 12px;
    height:30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin:0 3px;
    border-radius: 2px;
}

.page-nav a:hover,.page-nav a.cur,.page-nav span.active{
    background:#337FF4;
    color:#fff;
    border:1px #337FF4 solid;
}
.panel{
    border:1px solid rgba(204, 204, 204, 0.5);
}
.side-panel .panel{
    margin-top: 10px;
    background:#fff;
}
.side-panel .panel:first-child{
    margin-top:0;
}
.panel .panel-head{
    line-height: 32px;
    padding:10px 20px;
    position: relative;
    background: #F8F8F8;
}
.panel .panel-head h3,.panel .panel-head .art-tit{
    display: inline-block;
    font-size:16px;
    text-indent: 24px;
}
.panel .panel-head .more{
    display: inline-block;
    position: absolute;
    right:20px;
    top:50%;
    margin-top:-16px;
    color:#666;
    padding-right:20px;
    background-size: 14px auto;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../images/list/icon-more.png);
}
.panel .panel-head .more:hover{
    color: #337FF4;
}
.panel .panel-head h3,.panel .panel-head .art-tit{
    background-size: 18px auto;
    background-position: left center;
    background-repeat: no-repeat;
}
.panel-icon_zb{
    background-image: url(../images/list/icon-hot.png);
}
.panel-icon_rec{
    background-image: url(../images/list/icon-zan.png);
}
.panel-icon_map{
    background-image: url(../images/list/icon-map.png);
}
.panel-icon_rec_1{
    background-image: url(../images/list/icon-rec.png);
}
.panel-icon_zfjg{
    background-image: url(../images/list/icon-zfjg.png);
}
.panel-icon_chanel{
    background-image: url(../images/list/icon-chanel.png);
}
.panel-icon_local{
    background-image: url(../images/list/icon-local.png);
}
.panel-icon_sear{
    background-image: url(../images/list/icon-sear.png);
}
.panel-icon_searact{
    background-image: url(../images/list/icon-sear_act.png);
}


.panel .hot{
    padding:10px;
}
.panel .hot a{
    float: left;
    margin:10px;
    font-size:1rem;
    color:#666;
    line-height: 20px;
}
.panel .hot a:hover{
    color: #337FF4;
}
.news{
    padding:0;
    padding-bottom: 10px;
}
.news .each-list a{
    padding:10px 20px;
}
.news .each-list a:hover{
    box-shadow: none;
}
.news .each-list .list-tit{
    font-size:14px;
}
.news .each-list .icon{
    margin:0;
    margin-right:20px;
}
.news .each-list .list-date{
    font-size:12px;
    color:#999;
    line-height: 26px;
}
.news .icon-news_area{
    width: auto;
    background: rgba(44, 163, 251, 0.1);
    padding:0 10px;
    color: #2CA3FB;
}
.news .each-list:last-child a{
    border-bottom: none;
}
.position img{
    display: block;
    width:100%;
    height:auto;
}

.each-njxm{
    border-bottom:1px rgba(216, 216, 216, 0.3) solid;
}
.each-njxm > div{
    border-right:1px rgba(216, 216, 216, 0.3) solid;
    padding:10px 0;
    color:#333;
}

.each-njxm > div:last-child{
    border:none;
}
.each-njxm .tname{
    flex:1;
    -webkit-flex:1;
    -moz-flex:1;
    -ms-flex:1;
    -o-flex:1;
    padding:10px 20px;
}
.each-njxm.table-head{
    background: #f8f8f8;
    border-bottom: none;
}
.each-njxm.table-head .tname{
    text-align: center;
}
.each-njxm.table-head .title{
    font-weight: bold;
}
.each-njxm .tarea{
    width:82px;
    text-align: center;
}
.each-njxm .tstep{
    width:104px;
    text-align: center;
}
.each-njxm .tmarket{
    width:104px;
    text-align: center;
}
.each-njxm .ttime{
    width:160px;
    text-align: center;
}
.light{
    color: #F7B500!important;
}
.site{
    padding:10px 20px 20px;
}
.each-site span{
    width:44px;
    text-align: center;
    color: #444;
    font-weight: bold;
    line-height: 24px;
}
.each-site .flex-item{
    padding-left:3px;
    border-left:1px rgba(216, 216, 216, 0.3) solid;
}
.each-site .item{
    position: relative;
}
.each-site .item a{
    padding-left:5px;
}
.each-site .item a::before{
    content:" ";
    background: rgba(216, 216, 216, 0.3);
    width:2px;
    height:16px;
    position: absolute;
    top:50%;
    margin-top:-8px;
    left:0;
}
.each-site.ellipsis-con{
    position: relative;
}
.each-site.ellipsis-con span{
    position: absolute;
    left:0;
    top:0;
}
.each-site.ellipsis-con  .item{
    margin-left:44px;
}
.site a{
    margin:0 3px;
    float: left;
    color: #666;
    display: inline-block;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
}
.site a:hover{
    color:#337FF4;
}

.each-site.ellipsis-con  .item a{
    display: block;
    float: none;
}
.key-result{
    padding-top:10px;
    padding-bottom: 10px;
}
.keywords-con{
    font-size: 14px;
    line-height: 8px;
    padding:18px 20px;
    color: #333;
    border-bottom: 1px rgba(216, 216, 216, 0.3) solid;
}
.keywords-con span{
    font-size:1rem;
    color:#df3030;
    margin:0 2px;
}


/****分类导航****/
.nav-con{
    height:50px;
    background:#337FF4;
    overflow: hidden;
}
.nav-con li,.nav-con li a{
    height:50px;
    font-size:16px;
    line-height: 50px;
    float: left;
    display: inline-block;
}
.nav-con li a{
    color: #fff;
    padding:0 37px;
}
.nav-con li a:hover{
    background:#0C60E2;
}
.cat-con{
    padding:20px;
}
.each-cat{
    border-bottom: 1px rgba(216, 216, 216, 0.3) solid;
    padding:20px 0;
}
.each-cat:last-child{
    border:none;
}
.each-cat .each-cat_label{
    width:92px;
    color:#444;
    font-weight: bold;
    line-height: 24px;
    height:24px;
    position: relative;
    margin-right:10px;
    text-indent: 26px;
    background-size: 20px auto;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/list/icon-book.png);
}

.each-cat .each-cat_label::after{
    content: " ";
    position: absolute;
    width: 1px;
    height:16px;
    background: rgba(216, 216, 216, 0.3);
    right:-1px;
    top:4px;
}
.each-cat_item a{
    float: left;
    margin-right:20px;
    font-weight: 400;
    color: #444444;
    line-height: 24px;
}
.each-cat_item a:hover{
    color: #337FF4;
}

.tab-panel .panel-head{
    padding:0;
    border: none;
}
.tab-panel .tab-head{
    width:100%;
}
.tab-panel .tab-head li{
    width:50%;
    height: 50px;
    font-size: 14px;
    color: #444;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.tab-panel .tab-head li.active{
    background: #337FF4;
    color: #fff;
}
.panel-head .hasmore{
    padding-right:80px;
}
.panel-head > div{
    border-bottom: 2px #337FF4 solid;
}
.zb-list{
    padding:20px;
}
.zb-list a{
    display: block;
    height:28px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    line-height: 28px;
    margin-bottom: 5px;
    padding-left: 14px;
    color: #666;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.zb-list a::before{
    content: " ";
    width: 4px;
    height: 4px;
    background: #337FF4;
    position: absolute;
    top: 12px;
    left: 4px;
}
.zb-list a:last-child{
    margin-bottom: 0;
}
.zb-list a:hover{
    color: #337FF4;
}
.panel-icon_custom{
    position: relative;
    text-indent:10px!important;
}
.panel-icon_custom::after{
    content:" ";
    background: #337FF4;
    width:4px;
    height:20px;
    position: absolute;
    top:50%;
    margin-top:-10px;
    left:0;
}

.nav-menu{
    height:44px;
    background: #337FF4;
}
.nav-menu_li{
    position: relative;
}
.nav-menu .nav-cont{
    margin-left:0;
}
.nav-menu .nav-cont a{
    float: left;
    font-size:16px;
    display: inline-block;
    position: relative;
    padding:0 30px ;
    height:100%;
    line-height: 44px;
    cursor: pointer;
    color: #fff;
}
.nav-menu .nav-cont a.active,.nav-menu .nav-cont a:hover{
    color: #fff;
    background: #0C60E2;
}
.listnew-ftab{
    padding:20px 0;
}
.listnew-ftab .tab-head{
    margin:0 20px;
}
.listnew-ftab .tab-cont{
    padding:20px;
}
.listnew-ftab .tab-head li{
    background: #fff;
    width:124px;
    height:36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}
.listnew-ftab .tab-head li:hover,.listnew-ftab .tab-head li.active{
    background: #337FF4;
    color: #fff;
}
.listnew-ftab .tab-cont a{
    margin:0 15px;
    float: left;
    line-height: 24px;
}
.panel-head.thead{
    text-align: center;
    padding:10px 40px!important;
}
.thead .tit{
    margin-right:10px;
}
.thead .type,.thead .area{
    width:76px;
    margin:0 10px;
}
.thead .date{
    width:100px;
}


.friend-link{
    padding:15px 10px;
}
.friend-link a{
    margin:0 10px;
    line-height: 28px;
    white-space: nowrap;
}
.no-icon{
    padding:0!important;
    background: none!important;
    text-indent: 0!important;
}
.no-icon::before{
    content: none!important;
}

/***热门行业****/
.rec-link{
    padding:15px 20px;
}
.rec-link a{
    display: block;
    height:28px;
    width: 50%;
    float: left;
    line-height: 28px;
    margin-top: 5px;
    color: #666;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.rec-link a:nth-child(1),.rec-link a:nth-child(2),.thirdper.rec-link a:nth-child(3){
    margin-top: 0;
}
.rec-link a:hover{
    color: #337FF4;
}
.thirdper.rec-link a{
    width:33.33333%;
    display: inline-block;
    text-align: center;
}
.oneper.rec-link a{
    width:100%;
    display: block;
}
.rec-link p{
    line-height: 30px;
}
.rec-link p em{
    color: #FA8487;
}
.pt20{
    padding-top:20px!important;
}

.relanet{
    padding:0 20px;
}
.relanet .each-intro{
    padding:15px 0;
    line-height: 28px;
    border-bottom: 1px rgba(216, 216, 216, 0.3) solid;
}
.relanet .each-intro a.more{
    color:#999;
}
.relanet .each-intro:last-child{
    border-bottom: 0;
}
.relanet .each-intro .title{
    width:124px;
    margin-right:10px;
    font-weight: bold;
}
.relanet .each-intro .link-list a{
    margin-left:0;
    margin-right:10px;
    line-height: 28px;
    white-space: nowrap;
}
.friend-link{
    padding:15px 10px;
}
.friend-link a{
    margin:0 10px;
    line-height: 28px;
    white-space: nowrap;
}
.ml0{
    margin-left:0!important;
}