.gkt, #gkt {
    width: 100%;
}

.fully_bg {
    height: 315px;
}

body {
    background: #fff;
}

.displacement {
    width: 100%;
    min-width: 1240px;
    position: relative;
    z-index: 2;
    margin-top: -230px;
}

.displacement_l {
    float: left;
    width: 610px;
}

.displacement_focusBox {
    position: relative;
    width: 610px;
    height: 370px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, .05);
    border-radius: 5px;
}


.displacement_focusBox ul.pic li a {
    display: block;
    width: 620px;
    height: 370px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.displacement_img {
    width: 610px;
    height: 370px;
    overflow: hidden;
}

.displacement_img img {
    width: 610px;
    height: 370px;
}

.displacement_txt {
    height: 55px;
    line-height: 55px;
    padding: 0 150px 0 20px;
    width: 440px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    font-weight: 500;
}

.displacement_focusBox ul.pic li a:hover .displacement_txt {
    color: #0056FF;
}

.displacement_focusBox .hd {
    overflow: hidden;
    zoom: 1;
    position: absolute;
    bottom: 25px;
    right: 20px;
    z-index: 3
}

.displacement_focusBox .hd li {
    float: left;
    width: 6px;
    height: 6px;
    cursor: pointer;
    overflow: hidden;
    background: #ccc;
    margin: 0 3px;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    transition: All .5s ease;
    border-radius: 4px;
}

.displacement_focusBox .hd .on {
    width: 16px;
    background: #0056FF;
}

.displacement_focusBox .prev, .displacement_focusBox .next {
    width: 35px;
    height: 60px;
    position: absolute;
    top: 130px;
    z-index: 3;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
}

.displacement_focusBox .prev {
    left: -60px;
    background: rgba(0, 0, 0, 0.5) url(../images/left_btn.png) center no-repeat;
}

.displacement_focusBox .prev:hover {
    background: rgba(0, 86, 255, 0.9) url(../images/left_btn.png) center no-repeat;
}

.displacement_focusBox .next {
    right: -60px;
    background: rgba(0, 0, 0, 0.5) url(../images/right_btn.png) center no-repeat;
}

.displacement_focusBox .next:hover {
    background: rgba(0, 86, 255, 0.9) url(../images/right_btn.png) center no-repeat;
}

.displacement_focusBox:hover a.prev {
    left: 0;
}

.displacement_focusBox:hover a.next {
    right: 0px;
}

.the_latest_news {
    width: 570px;
    height: 54px;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, .05);
    border-radius: 5px;
    overflow: hidden;
    margin-top:20px;
}

.the_latest_news_icon {
    float: left;
    background: url(../images/nex_24.png) center no-repeat;
    width: 54px;
    height: 54px;
}

.the_latest_news_list {
    float: left;
    margin-left: 30px;
    width: 420px;
}


.the_latest_news_list ul li {
    height: 27px;
    line-height: 27px;
    overflow: hidden;
}

.the_latest_news_list ul li a {
    display: block;
    font-size: 12px;
    color: #333;
}

.the_latest_news_list ul li a em {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}

.the_latest_news_list ul li a:hover {
    color: #0056FF;
    text-decoration: none;
}

.the_latest_news_list ul li a:hover em {
    text-decoration: none!important;
}

.the_latest_news_more {
    float: right;
}

.the_latest_news_more a {
    display: block;
    width: 30px;
    height: 54px;
    background: url(../images/nex_more_slip.png) center no-repeat;
}

.the_latest_news_more a:hover {
    opacity: 0.8;
}

.displacement_m {
    float: left;
    margin-left: 20px;
    width: 240px;
}

.displacement_m ul li {
    margin-bottom: 20px;
}

.displacement_m ul li a {
    display: block;
    width: 240px;
    height: 148px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, .05);
    border-radius: 5px;
}

.focus_img {
    width: 240px;
    height: 148px;
    border-radius: 5px;
}

.displacement_m ul li a p {
    width: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 0 5px 5px;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    background: #fff;
    font-size: 13px;
    color: #333;
    overflow: hidden;
}

.displacement_m ul li a:hover p {
    color: #0056FF;
}

.displacement_r {
    float: right;
    width: 340px;
}

.displacement_r_rk {
    width: 300px;
    height: 444px;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, .05);
    border-radius: 5px;
}

.displacement_r_rk_title {
    height: 35px;
    margin-bottom: 10px;
}

.displacement_r_rk_title span {
    display: block;
    width: 81px;
    background: #fe0d44;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
}
.displacement_rklist ul li {
    margin-bottom: 15px;
}

.displacement_rklist ul li:last-child {
    margin-bottom: 0;
}


.focus_headerline h5 {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 5px;
}

.focus_headerline h5 a {
    font-size: 14px;
    color: #333;
}

.focus_headerline h5.focus_highlight a {
    color: #FF5B62;
}

.focus_headerline h5 a:hover {
    color: #0056FF;
}

.focus_headerline p {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    font-family: Microsoft Yahei!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.focus_liners {
    height: 21px;
    line-height: 21px;
    overflow: hidden;
}

.focus_liners h5 {
    height: 21px;
    line-height: 21px;
    position: relative;
}

.focus_liners h5:after {
    content: '';
    width: 0px;
    height: 2px;
    background: #FF5B62;
    transition: all 0.3s linear;
    position: absolute;
    left: 0;
    bottom: 0;
}

.focus_liners h5:hover:after {
    width: 30px;
}

.focus_liners h5 em {
    display: inline-block;
    height: 21px;
    line-height: 21px;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    background: url(../images/xt.png) right center no-repeat;
}

.focus_liners h5 em a {
    font-size: 12px;
    color: #0056FF;
    font-weight: 300!important;
}

.focus_liners h5 em a:hover {
    text-decoration: none;
}

.focus_liners h5 span {
    display: inline-block;
    height: 21px;
    line-height: 21px;
}

.focus_liners h5 a {
    font-size: 12px;
    color: #333;
    font-weight: 500;
}

.focus_liners h5 a:hover {
    color: #0056FF;
}

.rt_local {
    position: relative;
}


.mid_bd_l {
    float: left;
    width: 870px;
}

.finance_ads {
    width: 870px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, .05);
    border-radius: 5px;
}

.finance_ads img {
    width: 870px;
    height: 152px;
    border-radius: 5px;
    box-shadow: 0 0.2rem 0.8rem rgba(51, 51, 51, .15)
}

.finance_news {
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, .05);
    border-radius: 5px;
}

.finance_news_title {
    height: 25px;
    margin-bottom: 30px;
}

.finance_news_title span {
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.finance_news_title a {
    display: block;
    float: right;
    height: 25px;
    line-height: 25px;
    width: 40px;
    background: url(../images/more_read.png) center no-repeat;
}

.finance_news_title a:hover {
    background: url(../images/more_read1.png) center no-repeat;
}

.finance_news_title ul {
    float: left;
    margin-left: 60px;
}

.finance_news_title ul li {
    float: left;
    margin-right: 20px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}

.finance_news_title ul li.cur {
    color: #0056FF;
    font-weight: 600;
}

.finance_news_list {
    transition: all 0.2s linear;
}

.finance_news_list ul li {
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #f3f3f3;
}


.fnl_all a {
    width: 100%;
    height: 140px;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0.2rem 0.8rem rgba(51, 51, 51, .15)
}

.fnl_all a:after {
    content: '';
    display: block;
    width: 100%;
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
    border-radius: 5px;
    z-index: 1;
}

.fnl_all_in {
    padding: 20px;
    position: relative;
    z-index: 2;
}

.fnl_all_in span {
    display: block;
    float: left;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    border-radius: 24px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    color: #fff;
    margin-bottom: 20px;
}

.fnl_all_in h5 {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 19px;
    color: #fff;
    margin-bottom: 10px;
}

.fnl_all_inbtm {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
}

.fnl_all a:hover h5 {
    color: #FE2F48;
}

.fnl_top {
    height: 20px;
    line-height: 20px;
    margin-bottom: 15px;
}

.fnl_top a {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #b3b2b2;
}

.fnl_top a img {
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 24px;
    box-shadow: 0 0.1rem 0.4rem rgba(51, 51, 51, .25);
}

.fnl_top a span {
    display: inline-block;
    margin-left: 8px;
    float: left;
}

.fnl_top a:hover {
    color: #333;
}

.fnl_post_time {
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
}

.fnl_post_time:after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 5px;
}

.fnl_img {
    float: left;
    width: 160px;
    height: 100px;
    border-radius: 5px;
}

.fnl_img a {
    display: block;
    width: 160px;
    height: 100px;
    border-radius: 5px;
    box-shadow: 0 0.2rem 0.8rem rgba(51, 51, 51, .15);
}

.fnl_intel {
    padding-left: 180px;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #f3f3f3;
}

.fnl_intel h3 {
    max-height: 46px;
    line-height: 23px;
    overflow: hidden;
    margin-bottom: 12px;
}

.fnl_intel h3 a {
    font-size: 16px;
    color: #333;
}

.fnl_intel h5 a:hover {
    color: #0056FF;
}

.fnl_sums {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #777;
    font-weight: 500;
    margin-bottom: 20px;
}

.fnl_btm {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.fnl_btm_l {
    float: left;
}

.fnl_btm_l a {
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    background: #8eb7ff;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 15px;
}

.fnl_btm_l a:hover {
    background: #0056FF;
    color: #ffffff;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 15px;
    transition: 0.85s all;
}

.fnl_btm_l span.fnl_btm_read {
    margin-left: 12px;
    font-size: 12px;
    color: #b3b2b2;
    font-weight: 400;
    padding-left: 12px;
    /*background: url(../images/xts.png) left center no-repeat;*/
}

.fnl_btm_r {
    float: right;
}

.fnl_btm_r span {
    font-size: 12px;
    color: #999;
}

.fnl_btm_r span.fnl_btm_reply {
    padding-left: 20px;
    background: url(../images/nex_reply.png) left center no-repeat;
}


.finance_new_project {
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, .05);
    border-radius: 5px;
}

.new_project {}

.new_project ul {
    width: 860px;
}

.new_project ul li {
    float: left;
    margin: 0 20px 30px 0;
    width: 260px;
}

.new_project ul li a {
    display: block;
}

.new_project_img {
    float: left;
    width: 100px;
    height: 65px;
    border-radius: 5px;
    box-shadow: 0 0.2rem 0.8rem rgba(51, 51, 51, .15);
}

.project_intel {
    padding-left: 120px;
}

.project_intel h5 {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-bottom: 8px;
}

.new_project ul li a:hover h5 {
    color: #0056FF;
}

.project_intel p {
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
}

.mid_bd_r {
    float: right;
    width: 340px;
}

.side_focus {
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, .05);
    border-radius: 5px;
    margin-bottom: 20px;
    width: 300px;
    height: 250px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.side_focus_top {
    height: 24px;
    position: relative;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.side_focus_top ul li {
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 1px solid #eee;
    margin-right: 10px;
    font-size: 12px;
    color: #333;
    cursor: pointer;
    border-radius: 2px;
}

.side_focus_top ul li.on {
    border: 1px solid#0056FF;
    background: #0056FF;
    color: #fff;
}

.side_focus_btm {
    width: 340px;
    height: 340px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 5px;
}

.side_focus_btm ul li {
    display: none;
}

.side_focus_inner {
    width: 340px;
    height: 340px;
}

.side_focus_bg1 {
    width: 320px;
    height: 320px;
    background: #fff url(../images/nex_wx_bg.png) center no-repeat;
    border: 10px solid #D0E0FF;
}

.side_focus_qcode {
    width: 280px;
    height: 230px;
    padding: 20px 20px 20px;
}

.wx_l {
    float: left;
    width: 100px;
}

.wx_lqcode {
    width: 100px;
    height: 100px;
    margin-bottom: 93px;
}

.wx_lqcode img {
    width: 96px;
    height: 96px;
    border: 2px solid #1A288B;
    border-radius: 2px;
}

.wx_lbtm {}

.wx_lbtm p {
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    color: #1A288B;
    overflow: hidden;
}

.wx_r {
    float: right;
    width: 150px;
}

.wx_r_top {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 5px solid #1A288B;
}

.wx_r_top dl {
    width: 150px;
}

.wx_r_top dl dd {
    width: 48px;
    margin: 0 10px 10px 0;
    float: left;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #1A288B;
    padding-left: 12px;
    background: url(../images/dot.png) left center no-repeat;
    overflow: hidden;
}

.wx_r_mid h2 {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 22px;
    float: none !important;
    color: #333;
    font-weight: 500;
}

.wx_r_mid h2 em {
    font-weight: 600;
}

.wx_r_mid h3 {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 22px;
    color: #1A288B;
    margin: 10px 0;
}

.wx_r_mid h4 {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 20px;
    color: #333;
    margin-bottom: 5px;
}

.wx_r_mid h5 {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 18px;
    color: #1A288B;
    text-decoration: underline;
}

.side_focus_bg2 {
    width: 320px;
    height: 320px;
    background: #fff url(../images/nex_app_bg.png) center no-repeat;
    border: 10px solid #D0E0FF;
}

.nex_app_qcode {
    width: 104px;
    height: 104px;
    margin: 0 auto 20px;
}

.nex_app_qcode img {
    width: 100px;
    height: 100px;
    border: 2px solid #1A288B;
    border-radius: 2px;
}

.nex_app_txt {
    text-align: center;
}

.nex_app_txt h5 {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    margin-bottom: 10px;
}

.nex_app_txt p {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}

.nex_app_down {}

.nex_app_down dl {
    display: table;
    margin: 20px auto 0;
}

.nex_app_down dl dd {
    float: left;
    margin: 0 5px;
}

.nex_app_down dl dd a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px 0 35px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    transition: all 0.3s linear;
}

.nex_app_down dl dd.nex_app_down_android a {
    background: #26CC6A url(../images/nex_andorid_btn.png) 10px center no-repeat;
}

.nex_app_down dl dd.nex_app_down_apple a {
    background: #37A1FF url(../images/nex_apple_btn.png) 10px center no-repeat;
}

.nex_app_down dl dd a:hover {
    opacity: 0.9;
}

.side_focus_bg3 {
    width: 320px;
    height: 320px;
    background: #fff url(../images/nex_cons_bg.png) center no-repeat;
    border: 10px solid #969DCA;
}

.cons_title {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #1A288B;
    font-weight: 600;
    margin-bottom: 10px;
}

.cons_lists {
    margin-bottom: 10px;
}

.cons_lists dl dd {
    height: 20px;
    line-height: 20px;
    margin: 5px 0;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.mid_bd_side {
    background: #fff;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, .05);
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
    width: 300px;
}

.mid_bd_side_title {
    height: 25px;
    margin-bottom: 20px;
}

.mid_bd_side_title span {
    display: block;
    float: left;
    font-size: 18px;
    color: #333;
    padding-left: 35px;
    font-weight: 600;
    background: url(../images/nex_span.jpg) left center no-repeat;
}

.mid_bd_side_title a {
    display: block;
    float: right;
    height: 25px;
    line-height: 25px;
    width: 40px;
    background: url(../images/more_read.png) center no-repeat;
}

.mid_bd_side_title a:hover {
    background: url(../images/more_read1.png) center no-repeat;
}

.mid_bd_side_title ul {
    float: right;
    border: 1px solid #73A2FF;
    border-radius: 3px;
}

.mid_bd_side_title ul li {
    float: left;
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    border-right: 1px solid #73A2FF;
    font-size: 12px;
    color: #73A2FF;
    cursor: pointer;
}

.mid_bd_side_title ul li:nth-child(2) {
    border-right: 0;
}

.mid_bd_side_title ul li.on {
    background: #73A2FF;
    color: #fff;
}

.zx_analysis {}

.zx_analysis ul li {
    margin-bottom: 20px;
}

.zx_analysis ul li:last-child {
    margin-bottom: 0px;
}

.large_img_frame {}

.large_img_frame a {
    display: block;
    width: 300px;
    height: 185px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0.1rem 0.4rem rgba(51, 51, 51, .45);
}

.lif_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 16px;
    margin: 8px;
    background: rgba(0, 0, 0, .56);
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    border-radius: 4px;
    z-index: 2;
    transition: all .3s ease;
}

.lif_txt p {
    color: hsla(0, 0%, 100%, .88);
    transition: all .3s ease;
}

.large_img_frame a:hover .lif_txt {
    background: rgba(0, 0, 0, .88);
    transition: all .3s ease;
}
.small_img_l {
    float: left;
    width: 100px;
    height: 65px;
}

.small_img_l a {
    display: block;
    width: 100px;
    height: 65px;
    border-radius: 5px;
    box-shadow: 0 0.1rem 0.4rem rgba(51, 51, 51, .45);
}

.small_intel_r {
    width: 185px;
    float: right;
}

.small_intel_r h5 {
    height: 38px;
    line-height: 19px;
    overflow: hidden;
    margin-bottom: 6px;
}

.small_intel_r h5 a {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.small_intel_r h5 a:hover {
    color: #0056FF;
}

.small_intel_r p {
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    overflow: hidden;
}

.nex_zx_rk {}

.nex_zx_rk ul li {
    display: none;
}

.nex_zx_rk_list {}

.nex_zx_rk_list dl dd {
    margin-bottom: 15px;
    cursor: pointer;
}

.nex_zx_rk_list dl dd:last-child {
    margin-bottom: 0;
}

.nex_zx_rk_list dl dd.curr {}

.nex_zx_rk_list dl dd.curr .nex_zx_rk_out {
    display: none;
}

.nex_zx_rk_out {
    display: block;
}

.nex_zx_rk_out em {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.nex_zx_rk_out em.nex_rk_num1 {
    color: #0056FF;
}

.nex_zx_rk_out a {
    font-size: 14px;
    color: #333;
}

.nex_zx_rk_out em.nex_rk_num2 {
    color: #2E74FF;
}

.nex_zx_rk_out em.nex_rk_num3 {
    color: #5C93FF;
}

.nex_zx_rk_list dl dd.curr .nex_zx_rk_in {
    height: 65px;
}

.nex_zx_rk_in {
    height: 0;
    overflow: hidden;
}

.nex_zx_rk_inimg {
    float: left;
    width: 100px;
    height: 65px;
    box-shadow: 0 0.1rem 0.4rem rgba(51, 51, 51, .45);
}

.nex_zx_rk_inimg a {
    display: block;
    width: 100px;
    height: 65px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0.1rem 0.4rem rgba(51, 51, 51, .45);
}

.nex_zx_rk_inimg a span {
    display: block;
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 10px;
    left: 0;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    border-radius: 0 24px 24px 0;
}

.nex_zx_rk_inimg a span.nex_rk_num1 {
    background: #0056FF;
}

.nex_zx_rk_inimg a span.nex_rk_num2 {
    background: #2E74FF;
}

.nex_zx_rk_inimg a span.nex_rk_num3 {
    background: #5C93FF;
}

.nex_zx_rk_inintel {
    width: 185px;
    float: right;
}

.nex_zx_rk_inintel h5 {
    height: 38px;
    line-height: 19px;
    overflow: hidden;
    margin-bottom: 6px;
}

.nex_zx_rk_inintel h5 a {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.nex_zx_rk_inintel h5 a:hover {
    color: #0056FF;
}

.nex_zx_rk_inintel p {
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    overflow: hidden;
}

.nex_zx_rk_inintel p em {
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #ccc;
    margin: 0 8px;
    vertical-align: middle;
}

.market_place_box {
    position: relative;
    overflow: hidden;
}

.market_place_box .tempWrap {
    padding-left: 6px;
    padding-right: 12px;
}

.market_place_box ul {
    border-left: 1px solid #f3f3f3;
}

.market_place_box ul li {
    margin-bottom: 15px;
    position: relative;
}

.mp_box {
    position: relative;
    left: 15px;
}

.mp_box:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: -20px;
    background: url(../images/nex_mp_icon.png) center no-repeat;
}

.mp_dateline {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
}

.market_place_box ul li h5 {
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.market_place_box ul li h5 a {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.market_place_box ul li h5 a:hover {
    color: #0056FF;
}

.mp_sums {
    line-height: 20px;
    font-size: 12px;
    color: #999;
}

.mp_sums a {
    color: #0056FF;
    margin-left: 5px;
}

.mp_sums a:hover {
    text-decoration: underline;
}

.mp_btm {
    height: 20px;
    margin-top: 10px;
}

.mp_btm span {
    display: inline-block;
    padding: 0 10px 0 32px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #35A123;
    color: #35A123;
    font-size: 12px;
    border-radius: 24px;
    background: #fff url(../images/nex_mp_zan.png) 10px center no-repeat;
}

.industrial_list {}

.industrial_list ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f3f3f3;
}

.industrial_list ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.industrial_list ul li h5 {
    margin-bottom: 10px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

.industrial_list ul li h5 a {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.industrial_list ul li h5 a:hover {
    color: #0056FF;
}

.industrial_sums {
    height: 40px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    padding-left: 22px;
    background: url(../images/nex_decor.png) left top no-repeat;
}

.industrial_btm {
    margin-top: 5px;
}

.industrial_btm a {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #0056FF;
}

.industrial_btm a:hover {
    text-decoration: underline;
}

.industrial_btm em {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
    float: right;
}


.cloud_tag {
    background: #fff;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, .05);
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
    width: 300px;
}

.cloud_tag_inter {
    min-width: 300px!important;
    width: 300px!important;
    min-height: 325px!important;
    overflow: hidden;
}

.cloud_tag_inter a {}

.cloud_tag_inter a.fz_1 {
    font-size: 12px;
}

.cloud_tag_inter a.fz_2 {
    font-size: 13px;
}

.cloud_tag_inter a.fz_3 {
    font-size: 14px;
}

.cloud_tag_inter a.fz_4 {
    font-size: 15px;
}

.cloud_tag_inter a.fz_5 {
    font-size: 16px;
}

.cloud_tag_inter a:hover {
    color: #0056FF;
    font-weight: 600;
}

.fl_box {
    width: 100%;
    min-width: 1240px;
    padding: 30px 0;
    background: #f8f8f8;
    position: relative;
}

.fl_bd {
    background: #fff;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, .05);
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.fl_links ul {
    width: 1200px;
}

.fl_links ul li {
    display: inline-block;
    margin: 0 15px 12px 0;
    height: 20px;
    line-height: 20px;
}

.fl_links ul li a {
    font-size: 13px;
    color: #666;
}

.fl_links ul li a:hover {
    color: #0056FF;
}

/**专栏**/
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.space dl {
    display: block;
    border-bottom: 1px solid #eee;
    height: 65px;
    padding: 10px 0px;
    overflow: hidden;
}
.space dd {
    float: left;
}
.space dd img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.space dt {
    padding-left: 85px;
    font-weight: normal;
}
.space dt .name {
    color: #0089ff;
    font-size: 16px;
}
.space dt .d {
    line-height: 20px;
    height: 30px;
    overflow: hidden;
    display: block;
    color: #999;
    font-size: 12px;
    margin-top: 5px;
}