/***panel****/
.panel{
    border:1px solid rgba(204, 204, 204, 0.5);
}
.panel .panel-head{
    line-height: 32px;
    padding:10px 0;
    background: #F8F8F8;
    position: relative;
}
.com-panel  .panel-head{
    padding-left:20px;
    padding-right:20px;
    /* border-bottom: 1px rgba(216, 216, 216, 0.3) solid; */
}
.panel .panel-head h3,.panel .panel-head .art-tit{
    display: inline-block;
    font-size:16px;
    text-indent: 24px;
}
.panel .panel-head .no-icon{
    text-indent: 0;
}
.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_book{
    background-size: 16px auto;
    background-image: url(../../images/region/icon-page.png);
}
.panel-icon_custom{
    position: relative;
    text-indent:10px!important;
}
.panel-icon_custom::after{
    content:" ";
    background: #337FF4;
    width:4px;
    height:16px;
    position: absolute;
    top:50%;
    margin-top:-9px;
    left:0;
}
.image{
    width:100%;
    height: auto;
}
.left-panel{
    width:880px;
}
/**频道主页**/
.nav-menu{
    height:44px;
    background:#337FF4;
}
.nav-menu_li{
    position: relative;
}
.nav-menu .nav-cont a{
    float: left;
    width: 130px;
    font-size:16px;
    text-align: center;
    display: inline-block;
    position: relative;
    height:100%;
    line-height: 44px;
    color: #fff;
    cursor: pointer;
}
.nav-menu .nav-cont a.active,.nav-menu .nav-cont a:hover{
    background-color: #0C60E2;
}

/***news****/
.news-cont{
    padding:15px 20px;
}
.news-cont .each-list{
    position: relative;
}
.news-cont .each-list a{
    display: block;
    margin-right:250px;
    height:36px;
    line-height: 36px;
    color: #444;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-cont .each-list a:hover{
    color: #337FF4;
}
.news-cont .each-list cite,.news-cont .each-list .area{
    position: absolute;
    right:0;
    top:0;
    height:36px;
    line-height: 36px;
    color: #666;
}
.news-cont .each-list .area{
    right:110px;
    width:100px;
    text-align: center;
}
.hei10{
    height:10px;
}
.news-cont.noregion .each-list a{
    margin-right: 120px;
}
.panel-tab{
    padding:0!important;
}
.panel-tab .panel-head{
    height:52px;
    /* border-bottom: 1px rgba(216, 216, 216, 0.3) solid; */
    padding:0!important;
}
.panel-tab .tab-head li{
    float: left;
    display: inline-block;
    width:104px;
    color: #333;
    font-weight: 500;
    text-align: center;
    height:50px;
    line-height: 50px;
    cursor: pointer;
}
.panel-tab li.active{
    color: #337FF4;
    border-bottom: 2px #337FF4 solid;
}
.njxm-cont{
    padding:0 20px 15px;
}
.each-njxm.table-head{
    border-bottom:1px rgba(216, 216, 216, 0.3) solid;
}
.each-njxm > div{
    padding:10px 0;
    color:#444;
}

.each-njxm > div:last-child{
    border:none;
}
.each-njxm .tname{
    flex:1;
    -webkit-flex:1;
    -moz-flex:1;
    -ms-flex:1;
    -o-flex:1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding:10px 20px;
}
.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 .ttype{
    width:104px;
    text-align: center;
}
.each-njxm .ttime{
    width:104px;
    text-align: center;
}

.link-cont{
    padding:15px 10px;
}
.link-cont a{
    color: #444;
    margin:0 10px;
    line-height: 30px;
    float: left;
    display: inline-block;
}
.link-cont a:hover{
    color: #337FF4;
}

.side-cont{
    width:310px;
}
.side-cont .panel{
    margin-top:10px;
}
.side-cont .panel:first-child{
    margin-top:0;
}
.zb-list{
    padding:15px 20px;
}
.zb-list a{
    display: block;
    height:28px;
    width: 100%;
    position: relative;
    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;
}

.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;
}

.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: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;
}

/****市级别*****/
.per-wrap{
    border: 1px rgba(216, 216, 216, 0.5) solid;
}
.per-wrap .panel{
    width:50%;
    position: relative;
    float: left;
}
.per-wrap .panel{
    border:none;
}
.per-wrap .panel:nth-child(2n-1)::after{
    content: " ";
    position: absolute;
    width:1px;
    height:100%;
    right:0;
    top:0;
    background: rgba(216, 216, 216, 0.3);
}
.news-cont_1{
    height:540px;
}
.news-cont_1 .each-list a{
    margin-right:100px;
}

.thirdper.rec-link a{
    width:33.33333%;
    display: inline-block;
    text-align: center;
}
.oneper.rec-link a{
    width:100%;
    display: block;
}
.padver20{
    padding-top:21px;
    padding-bottom:21px;
}
/****行业****/
.hangye-body{
    padding:20px 20px 10px;
}
.each-hangye{
    width: 380px;
    height: 283px;
    float: left;
    border: 1px solid rgba(216, 216, 216, 0.3);
    box-sizing: border-box;
    margin-bottom: 10px;;
}
.each-hangye:nth-child(3n-1){
    margin:0 9px;
}
.each-hangye .hangye-tit{
    height:40px;
    font-size:16px;
    line-height: 40px;
    border-bottom: 1px solid rgba(216, 216, 216, 0.3);
    text-indent: 40px;
    background-size: 20px auto;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-image: url(../../images/region/icon-hangye.png);
}
.each-hangye .hangye-tit span{
    margin-left:20px;
}
.hangye-cont{
    padding:10px;
}
.hangye-cont a{
    float: left;
    margin:0 10px;
    margin-bottom: 10px;
    line-height: 28px;
}

.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:20px;
    border: 1px solid rgba(204, 204, 204, 0.5);
}
.search-condition{
}
.each-cond{
    margin-top:10px;
}
.each-cond .each-cond{
    margin-top: 5px;
}
.each-cond:first-child{
    margin-top:0;
}
.cond-label{
    width:66px;
    color:#999;
    line-height: 34px;
    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;
    position: relative;
    line-height: 34px;
}
.graybg{
    background: #F6F6F6;
}
.each-cond.graybg{
}
.each-cond.graybg a{
    margin: 0 13px;
}
.each-cond a{
    margin-right:26px;
}

/****交易中心****/
.sear-tips{
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #E6F2FF;
    border: 1px solid rgba(51, 127, 244, 0.2);
}
.no-info{
    border-color: rgba(255, 86, 86, 0.8);
    background: rgba(255, 240, 240, 1);
    color: #FF5656;
}
.sear-tips span{
    position: relative;
    padding-left:24px;
}
.sear-tips span em,.sear-tips span a{
    color: #337FF4;
}
.sear-tips span::before{
    content: " ";
    position: absolute;
    left:0;
    top:50%;
    margin-top:-8px;
    color:#666;
    width:16px;
    height:16px;
    background-size: 16px auto;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../../images/region/icon-eidt.png);
}
.linkpage-hd em{
    color: #337FF4;
}

.result-cont{
    padding: 0 38px;
}
.each-mes{
    padding:15px 0;
    border-bottom: 1px rgba(216, 216, 216, 0.3) solid;
}
.each-mes .tit-con,.each-mes .mark-cons{
    line-height: 30px;
}
.each-mes .tit-left{
    margin-right:20px;
    font-size:16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    flex: 1;
}
.each-mes .tit-left .style-zbgs{
    color: #FF5656;
}
.each-mes .tit-left .style-zbgg{
    color: #337FF4;
}
.each-mes .tit-left .style-dybg{
    color: #F7B500;
}
.each-mes .tit-left .style-zhbgg{
    color: #24B26B;
}
.each-mes .mark-cons{
    margin-top:10px;
}
.each-mes .mark-cons .dict,.each-mes .mark-cons .date,.each-mes .mark-cons .mark{
    width:auto;
    margin-right: 20px;
}
.each-mes .tit-con .dict,.each-mes .tit-con .date,.each-mes .tit-con .mark{
    width:100px;
    text-align: center;
}
.each-mes .tit-con .mark span,.each-mes .mark-cons .mark span{
    color: #999;
    white-space: nowrap;
}
.each-mes  .dict span{
    padding-left:20px;
    background-size: 14px auto;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../../images/region/icon-dw.png);
    color: #999;
    white-space: nowrap;
}
.each-mes  .date span{
    padding-left:20px;
    background-size: 14px auto;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../../images/region/icon-date.png);
    color: #999;
    white-space: nowrap;
}
.each-mes .info{
    margin-top:10px;
    font-size:12px;
    line-height: 18px;
    color: #666;
}
.each-mes .info a{
    color: #337FF4;
}
.each-mes .info a:hover{
    text-decoration:underline;
}

.btn-viewmore{
    display: inline-block;
    height: 34px;
    padding:0 25px;
    border-radius: 2px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #CCCCCC;
}
.btn-viewmore em{
    color: #337FF4;
}
.op-cont{
    padding:20px;
}

.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;
}
.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;
}

.panel .hot{
    padding:10px;
}
.panel .hot a{
    float: left;
    margin:10px;
    font-size:14px;
    color:#666;
    line-height: 20px;
}
.panel .hot a:hover{
    color: #337FF4;
}


/**详情页登录样式**/
.r-login{
    background: #E6F2FF;
    border:1px solid #c4d9fd;
    position: relative;
}
.login-tit{
    text-align: center;
    position: absolute;
    background: linear-gradient(270deg, #62B6FA 0%, #337FF4 100%);
    color: #fff;
    height:44px;
    width:310px;
    left:-1px;
    top:0;
    line-height: 44px;
}
.login-tit span{
    padding:0 10px;
    height:30px;
    font-size:16px;
    line-height: 30px;
    position: relative;
    z-index: 1;
}
/* .login-tit::after{
    content:" ";
    position: absolute;
    width:100%;
    height:2px;
    background:#337FF4;
    top:50%;
    margin-top:-1px;
    left:0;
} */

.user-head{
    height: 56px;
}
.user-head .avatar,.user-head .avatar img{
    width:56px;
    height:56px;
}
.user-head .avatar{
    margin-right: 10px;
}
.user-head .user-name{
    line-height: 56px;
}
.user-sta{
    margin:0 20px;
    margin-top:10px;
}
.user-sta li{
    display: block;
    border-bottom: 1px rgba(216, 216, 216, 0.3) solid;
    line-height: 36px;
    padding-left: 26px;
    background-position: left center;
    background-size:16px;
    background-repeat: no-repeat;
}
.user-sta li em{
    font-weight: bold;
}
.user-sta li em.u-light,.user-sta li a{
    color: #337FF4;
}
.user-sta li a:hover{
    text-decoration: underline;
}
.user-sta li.list-member{
    background-image: url(../../images/detail/icon-member.png);
}
.user-sta li.list-update{
    background-image: url(../../images/detail/icon-update.png);
}
.user-sta li.list-time{
    background-image: url(../../images/detail/icon-expire.png);
}
.prompt-con{
    margin:0 20px;
    padding:20px 0;
    border-bottom: 2px #337FF4 solid;
}
.prompt-con li{
    width:50%;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    background-position: left center;
    background-size:20px;
    background-repeat: no-repeat;
    padding-left: 26px;
    margin-bottom: 10px;
}
.prompt-con li:nth-last-child(1),.prompt-con li:nth-last-child(2){
    margin-bottom: 0;
}
.prompt-con li a{
    font-size:16px;
    height:30px;
    line-height: 30px;
    display: inline-block;
}
.prompt-con li.prompt-1{
    background-image: url(../../images/region/icon-buy.png);
}
.prompt-con li.prompt-2{
    background-image: url(../../images/region/icon-add.png);
}
.prompt-con li.prompt-3{
    background-image: url(../../images/region/icon-check.png);
}
.prompt-con li.prompt-4{
    background-image: url(../../images/region/icon-fenxi.png);
}
.prompt-con li.prompt-5{
    background-image: url(../../images/region/icon-win.png);
}
.prompt-con li.prompt-6{
    background-image: url(../../images/region/icon-hangye_1.png);
}

.login-style1.r-login{
    padding-bottom: 64px;
    padding-top:44px;
}
.login-style2.r-login{
    padding-top:44px;
}
.login-op{
    width:310px;
    position: absolute;
    bottom: 0;
    left:-1px;
    background: linear-gradient(270deg, #62B6FA 0%, #337FF4 100%);
}
.login-op .btn-login{
    display: block;
    display: inline-block;
    height:44px;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    width:50%;
    float: left;
    text-align: center;
    position: relative;
}
.full-op .btn-login{
    width:100%;
}
.login-op .btn-login:nth-child(2)::before{
    content: " ";
    width: 1px;
    height: 32px;
    background: #FFFFFF;
    position: absolute;
    left:1px;
    top:6px;
}
.login-op .btn-login:hover{
    text-decoration:underline
}

.login-style2.r-login .login-op{
    top:0;
    bottom: auto;
}
.login-style2.r-login .login-cons .login-tit{
    position: relative;
    background: none;
    color: #444;
    border-bottom: 2px #337FF4 solid;
    margin:0 20px;
    width:auto;
    height:55px;
    line-height: 55px;
}
.login-style2.r-login .prompt-con{
    border: 0;
}

.login-style3.r-login .login-op,.login-style4.r-login .login-op{
    position: relative;
    width:auto;
    padding:10px 20px;
    background: none;
}
.login-style3.r-login .full-op{
    padding: 0 20px 20px;
}
.login-style3.r-login .login-op .btn-login,.login-style4.r-login .login-op .btn-login{
    width:100%;
    margin-top:10px;
    background: linear-gradient(270deg, #62B6FA 0%, #337FF4 100%);
    float: none;
}
.login-style3.r-login .full-op .btn-login{
    margin-top:0;
}
.login-style3.r-login .login-op .btn-login:nth-child(2)::before,.login-style4.r-login .login-op .btn-login:nth-child(2)::before{
    content: none;
}
.login-style3.r-login .login-cons .login-tit{
    position: relative;
    display: flex;
    align-items: center;
    background: none;
    color: #444;
    margin:0 20px;
    height:30px;
    width: auto;
    line-height: 30px;
    padding-top:10px;
}
.login-style3.r-login .login-cons .login-tit span{
}
.login-style3.r-login .login-cons .login-tit::before,.login-style3.r-login .login-cons .login-tit::after{
    content: "";
    width: auto;
    flex: 1;
    height:2px;
    display: block;
    background: #337FF4;
}
.login-style3.r-login .prompt-con{
    padding:10px 0;
    border-bottom: none;
}
.login-style3.r-login  .prompt-con li,.login-style4.r-login  .prompt-con li{
    position: relative;
    background: none!important;
    color: #337FF4;
    padding-left:16px;
}
.login-style3.r-login  .prompt-con li a,.login-style4.r-login  .prompt-con li a{
    color: #337FF4;
}
.login-style3.r-login  .prompt-con li::before,.login-style4.r-login  .prompt-con li::before{
    content: "";
    border:1px #337FF4 solid;
    width:8px;
    height: 8px;
    border-radius: 5px;
    position: absolute;
    left:0;
    top:50%;
    transform: translate(0,-50%);
}
.login-style3.r-login  .prompt-con li::after,.login-style4.r-login  .prompt-con li::after{
    content: "";
    background: #337FF4;
    width:4px;
    height: 4px;
    border-radius: 5px;
    position: absolute;
    left:3px;
    top:50%;
    transform: translate(0,-50%);
}
.login-style4.r-login{
    padding-top:44px;
}
.login-style4.r-login .login-op{
    padding-bottom: 20px;
}
.login-style4.r-login .btn-logintips{
    line-height: 30px;
    text-align: right;
    margin-top:10px;
}
.login-style4.r-login .btn-logintips a{
    color: #337FF4;
}

/****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 span,.page-nav a:hover,.page-nav a.cur{
    background:#337FF4;
    color:#fff;
    border:1px #337FF4 solid;
}

.citeinfo{
    color: #999;
}

.message-item .btn-item{
    padding:0 10px;
    height:34px;
    line-height: 34px;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    color:#444;
    margin-right:10px;
    transition: background 0.4s;
}
.message-item .btn-item:hover,.message-item .btn-item.cur{
    background:#337FF4;
    color:#fff;
    border-radius: 2px;
}
.fast-search{
    width: 342px;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #D8D8D8;
}
.fast-search .search-sel{
    width:66px;
    text-align: center;
    line-height: 30px;
    border-right:1px solid #D8D8D8;
}
.fast-search .btn-search{
    width: 50px;
    height: 30px;
    line-height: 30px;
    background: #337FF4;
    border-radius: 0px 2px 2px 0px;
    text-align: center;
    color: #fff;
}
.fast-search .search-input{
    margin:0 10px;
}
.search-sel .art{
    position: relative;
    padding-right:14px;
}
.search-sel .art:after{
    content: " ";
    position: absolute;
    right:0;
    top:3px;
    width:12px;
    height:12px;
    background-position: left center;
    background-size:12px;
    background-repeat: no-repeat;
    background-image: url(../../images/icon-black-arrowdown@2x.png);
    
}
.area-cons{
    width:100px;
    position: absolute;
    left:0;
    top:30px;
    border: 1px solid #D8D8D8;
    background: #fff;
}
.area-cons ul{
    margin:0 20px;
}
.area-cons li{
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #D8D8D8;
}
/* .search-sel:hover .area-cons{
    display: block;
} */
.area-cons li:last-child{
    border: none;
}

/****地区栏目列表页面******/
.t-cell_3{
    margin-right:18px;
}
.t-cell_2,.t-cell_3{
    width: 100px;
    text-align: center;
}
.hasmore .sear-tips{
    border:none;
    background: none;
    position: absolute;
    right:20px;
    top:8px;
}
.s-btn{
    margin-top:0px;
    margin-bottom: 10px;
}
.s-btn .btn-item{
    margin-bottom: 0;
}
.s-btn .btn:hover{
    background: none;
    color: #337FF4;
}
.page-tit{
    font-size:16px;
    line-height: 30px;
    padding-left:30px;
    background-position: left center;
    background-size:16px auto;
    background-repeat: no-repeat;
    background-image: url(../../images/region/icon-page.png);
    margin-bottom: 20px;
}
.pub-banner a{
    display: block;
    width: 100%;
}
.no-icon{
    padding:0!important;
    background: none!important;
}
.no-icon::before{
    content: none!important;
}
.btn-dingzhi{
    position: absolute;
    right:40px;
    top:7px;
    height: 24px;
    line-height: 24px;
    padding:0 10px;
    background: linear-gradient(270deg, #62B6FA 0%, #337FF4 100%);
    border-radius: 2px;
    color: #fff;
}