@charset "UTF-8";
html, body {
    width: 100%;
    min-width: 1220px;
    height: 100%;
    /* overflow: hidden;*/
    /* color: #fff;*/
}

/*a {
  color: #fff;
}*/

/* 灰色边框*/
.font_blue {
    color: #0063ba;
}

.font_red {
    color: #ea3e3e;
}

.font_red a {
    color: #ea3e3e;
}

/* 灰色边框*/
.show {
    display: block;
}

.hide {
    display: none;
}

.margin_right20 {
    margin-right: 20px;
}

.margin_right20 a {
    color: #333;
    cursor: pointer;
}

/*头部样式*/
.main_header .header_login {
    width: 1200px;
    /*height: 57px;*/
    height: 30px;
    /*line-height: 57px;*/
    line-height: 30px;
    margin: 0 auto;
    text-align: right;
    color: #333;
    font-size: 14px;
    position: relative;
}

.main_header .header_login span:hover {
    color: #0063ba;
}

.main_header .header_content {
    position: relative;
    width: 1200px;
    /* height: 175px;*/
    height: 160px;
    margin: 0 auto;
}

.main_header .header_content .header_logo {
    position: absolute;
    /*top: 30px;*/
    top: 35px;
    left: 0;
    margin: auto;
    width: 270px;
    height: 110px;
    cursor: pointer;
    z-index: 9;
}

.main_header .header_content .header_logo span {
    display: block;
    WIDTH: 464px;
    height: 100%;
    background: url(../../images/creditChina_logo.png) 0 0 no-repeat;
    background-size: 100% 100%;
    cursor: pointer;

}

.main_header .header_content .header_search_wrap {
    position: absolute;
    top: 55px;
    right: 0;
    margin: auto;
    color: #333;
    font-size: 0;
    border: 1px solid #bebebe;
    box-sizing: border-box;
}

.main_header .header_content .header_search_wrap .header_formsearch_wrap {
    display: inline-block;
    font-size: 14px;
    width: 145px;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #bebebe;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    background: #fff;
}

.main_header .header_content .header_search_wrap .header_formsearch_wrap .search_msg_title {
    height: 40px;
    line-height: 40px;
}

.main_header .header_content .header_search_wrap .header_formsearch_wrap .search_msg_title em {
    display: inline-block;
    width: 20px;
    height: 40px;
    background: url("https://obs.negn.cn/creditchina-cms/pc/img/arrow_left.png") 5px 16px no-repeat;
    vertical-align: middle;
}

.main_header .header_content .header_search_wrap .header_formsearch_wrap .search_msg_title .search_arrow_hover {
    background: url("https://obs.negn.cn/creditchina-cms/pc/img/arrow.png") 5px 15px no-repeat;
}

.main_header .header_content .header_search_wrap .header_formsearch_wrap .search_msg_title:hover {
    color: #0063ba;
}

.main_header .header_content .header_search_wrap .header_formsearch_wrap .select_list {
    display: none;
    position: absolute;
    top: 40px;
    left: -1px;
    width: 145px;
    z-index: 10;
    margin: auto;
    text-align: center;
    border: 1px solid #bebebe;
}

.main_header .header_content .header_search_wrap .header_formsearch_wrap .select_list li {
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #bebebe;
}

.main_header .header_content .header_search_wrap .header_formsearch_wrap .select_list li:hover {
    color: #0063ba;
}

.main_header .header_content .header_search_wrap .header_formsearch_wrap .select_list li:last-of-type {
    border-bottom: 0px solid #bebebe;
}

.main_header .header_content .header_search_wrap .header_formsearch_wrap .active {
    display: block;
}

.main_header .header_content .header_search_wrap .header_formsearch_wrap span {
    display: inline-block;
}

.main_header .header_content .header_search_wrap .input_content {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background-color: blue;
    vertical-align: middle;
    cursor: pointer;
}

.main_header .header_content .header_search_wrap .search_text {
    font-size: 14px;
    text-indent: 25px;
    min-width: 400px;
    height: 40px;
    line-height: 40px;
    float: right;
}

.main_header .header_content .header_search_wrap .btn {
    width: 68px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    float: right;
    cursor: pointer;
    background: #e22323 url("https://obs.negn.cn/creditchina-cms/pc/img/search_grey.png") 24px 13px no-repeat;
}

/*头部导航样式*/
.header_nav {
    width: 100%;
    height: auto;
    background-color: #e22323;
}

.header_nav .nav_container {
    width: 1200px;
    margin: 0 auto;
    background-color: #e22323;
    display: table;
    table-layout: fixed;
}

.header_nav .nav_container ul {
    display: table-row;
    width: 1200px;
    height: 50px;
    border-bottom: 1px solid black;
}

.header_nav .nav_container ul .nav_item {
    position: relative;
    display: table-cell;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.header_nav .nav_container ul .nav_item a {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    width: 98%;
    height: 50px;
    color: #fff;
    font-size: 16px;
}

.header_nav .nav_container ul .nav_item span {
    float: right;
    color: #ec7272;
    width: 2%;
    text-align: right;
}

.header_nav .nav_container ul .nav_item .no_border_line {
    border: 0px solid #fff;
}

.header_nav .nav_container ul .nav_item.active:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 0px;
    border-bottom: 6px solid #fb7d7d;
}

.header_nav .nav_container ul .nav_item1 {
    border-bottom: 1px solid #ec7272;
}

/*主体样式*/
.main_body {
    width: 1200px;
    margin: 0 auto 20px;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}

/*主体轮播样式*/
.main_body .carousel_wrap {
    width: 1200px;
    height: 350px;
    margin: 40px 0 20px;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    overflow: hidden;
}

/*主体轮播图片样式*/
.main_body .carousel_wrap .carousel_left {
    display: inline-block;
    width: 1200px;
    height: 350px;
    overflow: hidden;
    /* border: 1px solid #bebebe;*/
    box-sizing: border-box;
    /*  margin: 15px 0px 15px 6px;*/
}

/*.main_body .carousel_wrap .carousel_left img {
  width: 850px;
  height: 320px;
}*/
/*轮播右侧文章样式*/
.main_body .carousel_wrap .carousel_right {
    position: relative;
    display: inline-block;
    width: 320px;
    padding: 0 17px;
    height: 350px;
    margin: 0 auto;
    overflow: hidden;
    color: #0c0300;
}

.main_body .carousel_wrap .carousel_right .artical_title {
    margin-top: 40px;
    line-height: 24px;
}

.main_body .carousel_wrap .carousel_right .artical_title a {
    color: #0c0300;
    font-size: 18px;
    font-weight: bold;
}

.main_body .carousel_wrap .carousel_right .artical_detail {
    margin-top: 15px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.main_body .carousel_wrap .carousel_right .artical_detail .detail_left {
    height: 20px;
    line-height: 20px;
    cursor: default;
}

.main_body .carousel_wrap .carousel_right .artical_detail .detail_left .zhuanlan {
    display: inline-block;
    padding: 0 7px;
    background-color: #ea3e3e;
    color: #fff;
}

.main_body .carousel_wrap .carousel_right .artical_detail .detail_left .zhuanlan_name {
    display: inline-block;
    padding: 0 8px;
    background-color: #efefef;
}

.main_body .carousel_wrap .carousel_right .artical_detail .detail_right {
    color: #9f9f9f;
    height: 20px;
    line-height: 20px;
    float: right;
}

.main_body .carousel_wrap .carousel_right .artical_detail .detail_right .artical_from {
    padding-left: 15px;
    background: url("https://obs.negn.cn/creditchina-cms/pc/img/comp.png") 0 3px no-repeat;
}

.main_body .carousel_wrap .carousel_right .artical_content {
    line-height: 18px;
    height: 140px;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.main_body .carousel_wrap .carousel_right .artical_footer_unfold {
    position: absolute;
    bottom: -16px;
    margin: auto;
    width: 300px;
    height: 58px;
    line-height: 40px;
    text-align: right;
    border-top: 1px solid #bebebe;
    box-sizing: border-box;
}

.main_body .carousel_wrap .carousel_right .artical_footer_unfold a {
    color: #ea3e3e;
}

/*主体左侧样式*/
.main_body .body_part_left {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 830px;
}

/*左侧新闻列表嵌套模板*/
.main_body .body_part_left .artical_wrap {
    width: 830px;
    height: auto;
}

.main_body .body_part_left .artical_wrap .artical_column_nav {
    height: 45px;
    line-height: 45px;
    width: 100%;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    font-size: 0;
}

.main_body .body_part_left .artical_wrap .artical_column_nav li {
    /* width: 110px;*/
    min-width: 100px;
    display: inline-block;
    color: #333333;
    font-size: 18px;
    height: 45px;
    text-align: center;
    margin-right: 10px;
}

.main_body .body_part_left .artical_wrap .artical_column_nav li a {
    width: 100%;
    height: 43px;
    display: inline-block;
    color: #333333;
    padding: 0 5px;
}

.main_body .body_part_left .artical_wrap .artical_column_nav li a.active {
    /* background-color: #0063ba;*/
    background-color: #e22323;
    color: #fff;
}

/*.main_body .body_part_left .artical_wrap .artical_column_nav li a:hover {
  background-color: #e22323;
  color: #fff;
}*/
.main_body .body_part_left .artical_wrap .artical_show_part {
    color: #333;
}

.main_body .body_part_left .artical_wrap .artical_show_part li {
    padding: 20px 20px;
    border-bottom: 1px solid #bebebe;
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_title {
    line-height: 18px;
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_title a {
    color: #0c0300;
    font-size: 16px;
    letter-spacing: 1px;
    /*  font-weight: bold;*/
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail {
    /*margin-top: 5px;*/
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail span {
    cursor: default;
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_left {
    height: 20px;
    line-height: 20px;
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_left .zhuanlan {
    display: inline-block;
    padding: 0 7px;
    background-color: #ea3e3e;
    color: #fff;
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_left .zhuanlan_name {
    display: inline-block;
    padding: 0 8px;
    background-color: #efefef;
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_right {
    color: #9f9f9f;
    height: 20px;
    line-height: 20px;
    float: right;
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_right .artical_from {
    padding-left: 15px;
    background: url("https://obs.negn.cn/creditchina-cms/pc/img/comp.png") 0 3px no-repeat;
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_right .artical_time {
    padding-left: 15px;
    background: url("https://obs.negn.cn/creditchina-cms/pc/img/clock.png") 0 3px no-repeat;
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_right span {
    margin: 0 10px;
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_content {
    line-height: 22px;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    /*height: 64px;*/
}

/*左侧文章定位样式*/
.main_body .body_artical_location {
    margin-top: 5px;
    height: 36px;
    font-size: 16px;
    color: #444;
}

.main_body .body_artical_location p {
    text-indent: 20px;
}

.main_body .body_artical_location p a {
    color: #444;
}

.main_body .body_artical_location p a:hover {
    color: #0063ba;
}

/*左侧文章内容样式*/
.main_body .body_part_left .artical_page_detail {
    padding: 20px;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    color: #4f5050;
}

.main_body .body_part_left .artical_page_detail .artical_caption_wrap h2 {
    font-size: 24px;
    font-weight: bold;
    color: #4f5050;
    -moz-user-select: text;
    -o-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
    /* margin-bottom: 20px;*/
}

.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap {
    height: 48px;
    line-height: 48px;
    color: #7c7c7c;
    border-bottom: 1px solid #bebebe;
    font-size: 14px;
}

.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap em {
    margin: 0 15px;
}

.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_left {
    float: left;
    font-size: 14px;
}

.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right {
    float: right;
}

.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right .right_13px {
    margin-right: 14px;
}

.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right .share_icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 5px;
    vertical-align: middle;
}

.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right .weixin_share {
    background: url("https://obs.negn.cn/creditchina-cms/pc/img/weixin_icon.png") 0px 0px no-repeat;
}

.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right .weibo_share {
    background: url("https://obs.negn.cn/creditchina-cms/pc/img/weibo_icon.png") 0px 0px no-repeat;
}

.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right .tieba_share {
    background: url("https://obs.negn.cn/creditchina-cms/pc/img/tieba_icon.png") 0px 0px no-repeat;
}

.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right .rb_share {
    background: url("https://obs.negn.cn/creditchina-cms/pc/img/rb_icon.png") 0px 0px no-repeat;
}

.main_body .body_part_left .artical_page_detail .artical_content_wrap p {
/ / text-indent: 35 px;
/ / line-height: 24 px;
/ / font-size: 12 px;
/ / padding: 20 px 0;
    -moz-user-select: text;
    -o-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.main_body .body_part_left .artical_page_detail .artical_pagefooter_wrap {
    text-align: right;
    margin-top: 16px;
}

.main_body .body_part_left .artical_page_detail .artical_pagefooter_wrap .detail_right {
    color: #9f9f9f;
    height: 20px;
    line-height: 20px;
}

.main_body .body_part_left .artical_page_detail .artical_pagefooter_wrap .detail_right .artical_from {
    padding-left: 15px;
    background: url("https://obs.negn.cn/creditchina-cms/pc/img/comp.png") 0 3px no-repeat;
}

.main_body .body_part_left .artical_page_detail .artical_pagefooter_wrap .detail_right .artical_time {
    padding-left: 15px;
    background: url("https://obs.negn.cn/creditchina-cms/pc/img/clock.png") 0 3px no-repeat;
}

.main_body .body_part_left .artical_page_detail .artical_pagefooter_wrap .detail_right span {
    margin: 0 10px;
}

/*左侧相关文章样式*/
.main_body .body_part_left .native_artical_wrap {
    padding: 20px;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    color: #4f5050;
    margin-top: 20px;
}

.main_body .body_part_left .native_artical_wrap .native_artical_title {
    border-bottom: 1px solid #bebebe;
    height: 30px;
    line-height: 25px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.main_body .body_part_left .native_artical_wrap .native_artical_title span {
    display: inline-block;
    height: 30px;
    border-bottom: 5px solid #ea3e3e;
    box-sizing: border-box;
}

.main_body .body_part_left .native_artical_wrap .native_artical_title span em {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url("https://obs.negn.cn/creditchina-cms/pc/img/zx_icon_red.png") 0 5px no-repeat;
}

.main_body .body_part_left .native_artical_wrap ul {
    padding: 10px 10px 6px 10px;
}

.main_body .body_part_left .native_artical_wrap ul li {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    list-style: decimal;
    list-style-position: inside;
}

.main_body .body_part_left .native_artical_wrap ul li a {
    color: #4f5050;
    display: inline-block;
}

.main_body .body_part_left .native_artical_wrap ul li span {
    display: inline-block;
    float: right;
    color: #9f9f9f;
}

/*右侧样式*/
.main_body .body_part_right {
    position: relative;
    display: inline-block;
    float: right;
    width: 350px;
}

/*右侧文章搜索样式*/
.main_body .body_part_right .artical_search_wrap {
    width: 350px;
    height: 150px;
    background-color: #d1e1f0;
    text-align: center;
}

.main_body .body_part_right .artical_search_wrap .search_artical_title {
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    text-align: left;
    color: #0c0300;
    text-indent: 20px;
}

.main_body .body_part_right .artical_search_wrap .search_artical_input {
    height: 45px;
    width: 310px;
    line-height: 45px;
    margin: 0 auto;
    background-color: #fff;
}

.main_body .body_part_right .artical_search_wrap .search_artical_input .input_content {
    height: 45px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

.main_body .body_part_right .artical_search_wrap .search_artical_input .input_content .search_text {
    display: inline-block;
    width: 265px;
    height: 45px;
    line-height: 45px;
    text-align: left;
    text-indent: 20px;
    float: left;
}

/*右侧专栏直通车样式*/
.main_body .body_part_right .artical_search_wrap .search_artical_input .input_content .btn {
    float: right;
    display: inline-block;
    width: 40px;
    height: 45px;
    background: url("https://obs.negn.cn/creditchina-cms/pc/img/search_blue.png") 5px 10px no-repeat;
    cursor: pointer;
}

.main_body .body_part_right .special_column_style, .main_body .body_part_right .special_column_wrap {
    margin-top: 20px;
    width: 100%;
    padding: 20px;
    border: 1px solid #bebebe;
    box-sizing: border-box;
}

.main_body .body_part_right .special_column_style .column_title, .main_body .body_part_right .special_column_wrap .column_title {
    border-bottom: 4px solid #e6e6e6;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    box-sizing: border-box;
}

.main_body .body_part_right .special_column_style .column_title span, .main_body .body_part_right .special_column_wrap .column_title span {
    /*width: 50%;*/
    display: inline-block;
    height: 30px;
    border-bottom: 4px solid #ea3e3e;
    box-sizing: border-box;
}

.main_body .body_part_right .special_column_style .column_title span em, .main_body .body_part_right .special_column_wrap .column_title span em {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url("https://obs.negn.cn/creditchina-cms/pc/img/zx_icon_red.png") 0 5px no-repeat;
}

.main_body .body_part_right .special_column_style .column_list, .main_body .body_part_right .special_column_wrap .column_list {
    width: 270px;
    margin: 10px 0 0 30px;
    text-align: center;
    font-size: 14px;
}

.main_body .body_part_right .special_column_style .column_list li, .main_body .body_part_right .special_column_wrap .column_list li {
    width: 130px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    margin-top: 10px;
}

.main_body .body_part_right .special_column_style .column_list li a, .main_body .body_part_right .special_column_wrap .column_list li a {
    color: #676868;
    font-size: 14px;
}

.main_body .body_part_right .special_column_style .column_list .duck_grey, .main_body .body_part_right .special_column_wrap .column_list .duck_grey {
    background-color: #e8e7e7;
}

.main_body .body_part_right .special_column_style .column_list .light_grey, .main_body .body_part_right .special_column_wrap .column_list .light_grey {
    background-color: #f2f2f2;
}

/*右侧大家关注样式*/
.main_body .body_part_right .people_interest_wrap .column_list_interest {
    color: #333;
    font-size: 14px;
}

.main_body .body_part_right .people_interest_wrap .column_list_interest li {
    padding: 10px 0;
    border-bottom: 1px solid #bebebe;
    line-height: 25px;
}

.main_body .body_part_right .people_interest_wrap .column_list_interest li span {
    font-size: 12px;
    color: #ea3e3e;
    display: inline-block;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    border: 1px solid #ea3e3e;
    box-sizing: border-box;
    margin-right: 10px;
    cursor: default;
}

.main_body .body_part_right .people_interest_wrap .column_list_interest li p {
    font-size: 12px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.main_body .body_part_right .people_interest_wrap .column_list_interest li a {
    color: #333;
}

/*底部样式*/
.main_footer {
    background-color: #e22323;
    width: 100%;
    color: #fff;
}

.main_footer a {
    color: #fff;
}

.main_footer .footer_content {
    background-color: #e22323;
    width: 1200px;
    height: 60px;
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
}

.main_footer .footer_content p {
    height: 30px;
    line-height: 30px;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
    font-size: 12px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 12px;
}

input:-ms-input-placeholder {
    color: #999999;
    font-size: 12px;
}

input::-webkit-input-placeholder {
    color: #999999;
    font-size: 12px;
}

.phcolor {
    color: #999;
}

div.slideBox div.tips {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 65px;
}

div.slideBox div.tips div.nums {
    position: absolute;
    left: 0px;
    right: 0;
    top: 0px;
    bottom: 0;
    height: 100%;
    text-align: center;
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_content a {
    color: #777;
    font-size: 14px;
    letter-spacing: 1px;
}

.zhuanlan_name a {
    background-color: #efefef;
}

.main_body .carousel_wrap .carousel_right .artical_content a {
    color: #333;
    font-size: 14px;
}

/*# sourceMappingURL=main.css.map */
/*加载更多*/
.ajaxMore {
    height: 50px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    color: #0063ba;
    cursor: pointer;
}

.pagination1 {
    width: 100px;
    float: right;
    position: absolute;
    right: 0;
    bottom: 15px;
    z-index: 999;
    margin-right: 400px;
}

/*home-new  头部样式 start*/
.search {
    position: absolute;
    text-align: right;
    top: 20px;
}

.search_term {
    height: 50px;
    line-height: 50px;
}

.search_term span {
    margin-right: 100px;
    font-size: 14px;
    cursor: pointer;
}

.search_content {
    line-height: 50px;
    font-size: 0;
}

.search_input {
    width: 600px;
    height: 50px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    background: #ffffff;
    line-height: 50px;
    text-indent: 20px;
    vertical-align: middle;
}

.search_btn {
    vertical-align: middle;
    width: 68px;
    height: 50px;
    background: #e22323 url('https://obs.negn.cn/creditchina-cms/pc/img/search_grey.png') no-repeat 26px;
    border: 0px;
    cursor: pointer;
    float: right;
}

.active {
    color: #e22323;
}

.thisimg {
    width: 1200px;
    height: 0;
    margin: 0 auto;
    position: relative;
}

.thisimg li {
    position: absolute;
    top: -24px;
    right: 45%;
    z-index: 99;
}

/*logo 返回首页*/
.block-hmoe {
    display: table;
}

/*home-new  头部样式 end*/

input::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 14px;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 14px;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 14px;
}

textarea::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 14px;
}

textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
}

textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 14px;
}

textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 14px;
}

.artical_content_wrap {
    padding-top: 20px;
    color: #666666;
}

.editPwd {
    position: absolute;
    top: 28px;
    right: 60px;
}

.editPwd a {
    color: #333;
    border: 1px solid #ccc;
    padding: 2px 10px;
    font-size: 12px;
}

.username a {
    cursor: pointer;
}

.header_edit_icon {
    position: absolute;
    width: 15px;
    top: 38px;
    height: 10px;
    right: 91px;
    background: url(https://obs.negn.cn/creditchina-cms/pc/img/header_edit_icon.png) no-repeat;
}

/*.header_login_bg{
  width: 100%;
  background: #f5f3f0;
}*/

.header_login a {
    font-size: 12px;
}

.header_login lable {
    font-size: 12px;
}

.color_blue {
    color: #0063ba;
}

.header_login em {
    padding: 0 5px;
}


/*焦点图兼容safari浏览器*/
.pic_left {
    float: left;
}

/*改变模板的字体大小*/
.main_body .body_part_left .artical_page_detail .artical_content_wrap p {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    line-height: 2;
    margin: 0px;
}

.search_content > span {
    display: inline-block;
    width: 96px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-right: none;
    display: none;
}

.search_content > span i {
    display: inline-block;
    width: 12px;
    height: 10px;
    background-image: url('https://obs.negn.cn/creditchina-cms/pc/img/societyCodeSearch_2.png');
    background-repeat: no-repeat;
    background-position: center;
}

.header-search-panel {
    position: absolute;
    right: 68px;
    top: 100px;
    width: 574px;
    padding: 12px 12px 0;
    background-color: #fff;
    border: 1px solid #bebebe;
    border-top: none;
    z-index: 100;
    display: none;
}

.header-search-panel .header-list {
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 200;
    background-color: #fff;
    width: 100%;
    border: 1px solid #bebebe;
    text-align: left;
    border-top: none;
    overflow-y: auto;
}

.header-search-panel .header-list > li {
    height: 30px;
    width: 100%;
    line-height: 30px;
    padding-left: 5px;
    border-bottom: 1px solid #ddd;
    color: #333;
    overflow: hidden;
}

.header-search-panel > ul {
    width: 100%;
}

.header-search-panel > ul > li {
    height: 28px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}

.header-search-panel > ul > li > span {
    float: left;
    width: 100px;
    height: 28px;
    border: 1px solid #bebebe;
    text-align: center;
    line-height: 28px;
    color: #333;
}

.header-search-panel > ul > li > div {
    float: right;
    position: relative;
    top: 0;
    left: 0;
    width: 460px;
    height: 100%;
}

.header-search-panel > ul > li > div input {
    display: inline-block;
    height: 100%;
    border: 1px solid #bebebe;
    padding-left: 20px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}

.header-search-panel > ul > li > div input::-ms-clear {
    display: none;
}

.header-search-panel > ul > li > div input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

.header-search-panel > ul > li > div input::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

.header-search-panel > ul > li > div input:-ms-input-placeholder {
    font-size: 14px;
    color: #999;
}

.header-search-panel > ul > li > div input:focus {
    border-color: #bebebe;
}

.header-search-panel > ul > li > div i {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background-image: url('https://obs.negn.cn/creditchina-cms/pc/img/societyCodeSearch_4.png');
    background-repeat: no-repeat;
    background-position: center;
}

.header-search-panel > ul > li > div .header-partments-list {
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 200;
    background-color: #fff;
    width: 100%;
    border: 1px solid #bebebe;
    text-align: left;
    border-top: none;
    overflow-y: auto;
    height: 150px;
    display: none;
}

.header-search-panel > ul > li > div .header-partments-list > li {
    height: 30px;
    width: 100%;
    line-height: 30px;
    padding-left: 5px;
    border-bottom: 1px solid #ddd;
    color: #333;
    overflow: hidden;
}

.header-search-panel > ul > li > div .header-org-list {
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 200;
    background-color: #fff;
    width: 100%;
    border: 1px solid #bebebe;
    text-align: left;
    border-top: none;
    overflow-y: auto;
    display: none;
}

.header-search-panel > ul > li > div .header-org-list > li {
    height: 30px;
    width: 100%;
    line-height: 30px;
    padding-left: 5px;
    border-bottom: 1px solid #ddd;
    color: #333;
    overflow: hidden;
}

.header-search-panel > ul > li.header-location > div div {
    position: relative;
    float: left;
    height: 100%;
    width: 149px;
}

.header-search-panel > ul > li.header-location > div div input {
    width: 100%;
    display: inline-block;
    height: 100%;
    border: 1px solid #bebebe;
    padding-left: 20px;
    font-size: 14px;
}

.header-search-panel > ul > li.header-location > div div input::-ms-clear {
    display: none;
}

.header-search-panel > ul > li.header-location > div div input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

.header-search-panel > ul > li.header-location > div div input::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

.header-search-panel > ul > li.header-location > div div input:-ms-input-placeholder {
    font-size: 14px;
    color: #999;
}

.header-search-panel > ul > li.header-location > div div input:focus {
    border-color: #bebebe;
}

.header-search-panel > ul > li.header-location > div div i {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px;
    height: 26px;
    background-image: url('https://obs.negn.cn/creditchina-cms/pc/img/societyCodeSearch_4.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.header-search-panel > ul > li.header-location > div div.header-province,
.header-search-panel > ul > li.header-location > div div.header-city {
    margin-right: 6px;
}

.header-search-panel > ul > li.header-location > div div .header-prov-list {
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 200;
    background-color: #fff;
    width: 100%;
    border: 1px solid #bebebe;
    text-align: left;
    border-top: none;
    overflow-y: auto;
    max-height: 150px;
    display: none;
}

.header-search-panel > ul > li.header-location > div div .header-prov-list > li {
    height: 30px;
    width: 100%;
    line-height: 30px;
    padding-left: 5px;
    border-bottom: 1px solid #ddd;
    color: #333;
    overflow: hidden;
}

.header-search-panel > ul > li.header-location > div div .header-city-list {
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 200;
    background-color: #fff;
    width: 100%;
    border: 1px solid #bebebe;
    text-align: left;
    border-top: none;
    overflow-y: auto;
    max-height: 150px;
    display: none;
}

.header-search-panel > ul > li.header-location > div div .header-city-list > li {
    height: 30px;
    width: 100%;
    line-height: 30px;
    padding-left: 5px;
    border-bottom: 1px solid #ddd;
    color: #333;
    overflow: hidden;
}

.header-search-panel > ul > li.header-location > div div .header-area-list {
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 200;
    background-color: #fff;
    width: 100%;
    border: 1px solid #bebebe;
    text-align: left;
    border-top: none;
    overflow-y: auto;
    max-height: 150px;
    display: none;
}

.header-search-panel > ul > li.header-location > div div .header-area-list > li {
    height: 30px;
    width: 100%;
    line-height: 30px;
    padding-left: 5px;
    border-bottom: 1px solid #ddd;
    color: #333;
    overflow: hidden;
}

#qg {
    margin-top: 20px;
    margin-bottom: 11px;
    display: none;
}

#qg img {
    width: 900px;
    hergin: 120px;
}

#qgSpan {
    margin-left: 300px;
    margin-top: 5px;
}

#ts {
    margin-top: 20px;
    margin-bottom: 11px;
    display: none;
}

#ts img {
    width: 900px;
    hergin: 120px
}

#tsSpan {
    margin-left: 300px;
    margin-top: 5px;
}

.child {
    display: none;
}

ul li:hover .child {
    display: block;
}