<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

/*CSS3 grayscale滤镜图片、背景变黑白*/
/*html {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}*/

/*CSS3 grayscale滤镜图片、背景变黑白，iframe里面的颜色不变*/
/*.index_BackGround,.img_logo,.search_cnt,.hero_universal,.main_footpn,.sharebox {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.navBar{background-color: #B2B2B2 !important;}
.navBar .nav_item &gt; span.tm_ick{background-color: #C9C9C9 !important;}
.navBar .nav_item &gt; span.tm:hover{background-color: #C9C9C9 !important;}
.navBar .nav_item &gt; em.rg{border-color: #A3A3A3 !important;}*/




.hidden {display: none;}
.leftFloat {float: left;}
.rightFloat {float: right;}
.clear {clear: both;}
p {margin: 0px;}
a {text-decoration: none;}
ul {margin: 0px;padding: 0px;}
li {list-style-type: none;}
img {border: none;text-decoration: none;}
input {border: 0;outline: none;background-color: rgba(0, 0, 0, 0);}
body {margin:0px;padding:0px;height:100%;}

/* 背景图片样式 */
.index_BackGround{
	position: fixed;
	z-index: 1;
	left:0;
	top:0;
	right: 0;
	bottom: 0;
}

.index_Main{position: relative;z-index: 2;width:100%;height: 625px;}

/* logo样式 */
.img_logo{position: absolute;top:60px;left:50%;margin-left:-600px;width:575px;height:90px;}
.img_logo .lg{width:70px;height:88px;float: left;cursor: pointer;}
.img_logo .lg &gt; img{width:70px;height:88px;}
.img_logo .wz{width:360px;height:90px;float: left;cursor: pointer;}
.img_logo .wz &gt; img{width: 360px;}
.img_logo .wz &gt; img.wz_l1{margin-top: 4px;}

/* 信用查询框 */
.search_cnt{position: absolute;top:260px;width:575px;height:80px;right:610px;}
.search_cnt .search_lx{width:100%;height: 28px;margin-bottom: 5px;}
.search_cnt .search_lx &gt; span.sp1{display: inline-block;width:90px;height:28px;cursor: pointer;font-size: 14px;text-align: center;line-height: 28px;color:#FFFFFF;}
/* .search_cnt .search_lx &gt; span.sp_item{background-color: #f64c4c;border-radius:2px;} */
/*.search_cnt .search_lx &gt; span.sp_item{background-color: #4293F4;border-radius:2px;}*/
.search_cnt .search_lx &gt; span.sp_item{ background: rgba(0,0,0,0.3); }
/* .search_lx_op &gt; span.sp1{color:#f64c4c!important;} */
.search_lx_op &gt; span.sp1{color:#FFFFFF!important;}
.search_lx_op &gt; span.sp_item{color:#FFFFFF!important;}
/* .search_cnt .search_srk{width:560px;height: 46px;border:2px solid #f64c4c;background-color:#FFFFFF;padding-left:10px; } */
.search_cnt .search_srk{width:560px;height: 46px;/*border:2px solid #4293F4;*/background-color:#FFFFFF;padding-left:10px; }
.search_cnt .search_srk .search_input{width:480px;height:46px;border: 0;font-size: 14px;}
/* .search_cnt .search_srk .search_anrq{width:76px;height:46px;background-color: #f64c4c;float: right;cursor: pointer;text-align: center;} */
.search_cnt .search_srk .search_anrq{width:76px;height:46px;background-color: #4293F4;float: right;cursor: pointer;text-align: center;}
.search_cnt .search_srk .search_anrq &gt; img{width:46px;height:46px;margin-top:1px;}
/*.search_cnt .search_srk .search_anrq:hover{background-color: #3d99cd;}*/
/* .search_cnt .search_srk .search_anrq:hover{background-color: #fe816c;} */

/* 常用服务 */
.hero_universal{position: absolute;top:118px;right:50%;margin-right:-600px;background-color: white;width:400px;height:220px;}
.hero_universal .hero_title{width:380px;height:50px;border-bottom: 1px solid #F4F4F6;margin:0 auto;}
.hero_universal .hero_title &gt; label{margin-left:25px;color:#0C0601;font-size: 16px;font-weight: bold;margin-top:14px;float: left;}
.hero_universal .hero_lj{width:350px;height:140px;margin:10px auto;}
.hero_universal .hero_lj .hero_list{width:100%;overflow: hidden;}
.hero_universal .hero_lj .hero_list &gt; a.ait{display: inline-block;width:50%;float: left;overflow: hidden;}
.hero_lj .hero_list &gt; a.ait &gt; em{display: inline-block;width:4px;height:4px;background-color: #333333;float: left;margin-top:12px;}
.hero_lj .hero_list &gt; a.ait &gt; label{float: left;color: #000000;line-height: 25px;margin-left:5px;width:150px;font-size: 14px;cursor: pointer;}
.hero_lj .hero_list &gt; a.ait &gt; label:hover {color:#4293F4;}

/* 一级导航栏目 */
.navBar{width:1200px;height:50px;position: absolute;left:50%;margin-left:-600px;top: 450px;}

.navBar {background-color: #4293F4;}

.navBar .nav_item{width:189px;height: 50px;float: left;position: relative;text-align: center;}/* cursor: pointer; */
.navBar .nav_item &gt; span.tm{font-size: 18px;color:#FFFFFF;line-height: 50px;display: inline-block;width:100%;height: 50px;cursor: pointer;}
/* .navBar .nav_item &gt; span.tm:hover{background-color: #fe816c;} */
.navBar .nav_item &gt; span.tm:hover{background-color: #3d99cd;}
/* .navBar .nav_item &gt; span.tm_ick{background-color: #fe816c;} */
/*.navBar .nav_item &gt; span.tm_ick{background-color: #3d99cd;}*/
.navBar .nav_item &gt; em.rg{display: inline-block;width:1px;height: 24px;top: 13px;position: absolute;right:-2px;}
.navBar .nav_item &gt; em.rg{border-left:1px solid #42B8F1;}
/* .navBar .nav_item &gt; em.rg{border-left:1px solid #FE7F7F;} */

/* 二级导航栏目 第一种样式 */
.nav_item .nav_sed_context{position: absolute;width:1200px;height:280px;top:50px;left:0;z-index: 102;background-color: white;display: none;}

/* .nav_sed_context .nav_thir_tp_one{width:1198px;height:350px;background-color: #FFFFFF;border:1px solid #4293F4;padding-top:15px;} */
.nav_sed_context .nav_thir_tp_one{width:1198px;height:300px;background-color: #F5FAFA;border:1px solid #4293F4;padding-top:15px;}

.navBar .nav_item:nth-child(2) .nav_sed_context{height:370px;}
.navBar .nav_item:nth-child(2) .nav_sed_context .nav_thir_tp_one{height:370px;}


/* .nav_thir_tp_one .thir_tp_one{width:25%;height:80px;float: left;} */
.nav_thir_tp_one .thir_tp_one{width:22%;height:90px;float: left;margin-left:15px;}

.nav_thir_tp_one .thir_tp_one &gt; a.thir_ick_one{font-size: 16px;color:#041323;float: left;display: inline-block;font-weight: bold;margin-top:20px;margin-left:20px;}
.nav_thir_tp_one .thir_tp_one &gt; a.thir_ick_one:hover{color: #4293F4;}
.nav_thir_tp_one .thir_tp_one &gt; img.hot{width:20px;height:16px;float: left;margin-top:24px;}

/* .nav_thir_tp_one .thir_tp_one &gt; label.thir_ab_one{display: inline-block;width:250px;height:22px;color:#7D8288;font-size: 12px;margin-top:5px;text-align: left;margin-left:-10px;} */
.nav_thir_tp_one .thir_tp_one &gt; label.thir_ab_one{display: inline-block;width:250px;height:22px;color:#7D8288;font-size: 12px;margin-top:5px;text-align: left;margin-left: 20px;}

.nav_thir_tp_one .thir_tp_one &gt; img.outer{width:16px;height:16px;float: left;margin-top:22px;}

/* 二级导航栏目 第二种样式 */

/* .nav_sed_context .nav_thir_tp_two{width:1198px;height:350px;background-color: #FFFFFF;border:1px solid #4293F4;} */
.nav_sed_context .nav_thir_tp_two{width:1198px;height:315px;background-color: #FFFFFF;border:1px solid #4293F4;}

.nav_thir_tp_two .thir_tp_two{width:25%;height:350px;float: left;}

/* .thir_tp_two .tp_two_tit{width:240px;height:50px;margin-top:20px;margin-left:20px;border-bottom:1px solid #EBEBEB;color:#041323;font-size: 14px;font-weight: bold;line-height: 50px;text-align: left;} */
.thir_tp_two .tp_two_tit{width:240px;height:50px;margin-top:20px;margin-left:50px;border-bottom:1px solid #EBEBEB;color:#041323;font-size: 16px;font-weight: bold;line-height: 50px;text-align: left;}

.thir_tp_two .tp_two_thnd{width:240px;margin-left:20px;margin-top:10px;}

/* .thir_tp_two .tp_two_thnd &gt; div{width:100%;height: 30px;} */
.thir_tp_two .tp_two_thnd &gt; div{width:100%;height: 30px;margin-left:30px;}


.thir_tp_two .tp_two_thnd &gt; div &gt; a.tp_two_ick{color:#041323;font-size: 14px;line-height: 30px;float: left;}
.thir_tp_two .tp_two_thnd &gt; div &gt; a.tp_two_ick:hover{color:#4293F4;}
.thir_tp_two .tp_two_thnd &gt; div &gt; img.hot{width:20px;height:16px;float: left;margin-top:8px;}
.thir_tp_two .tp_two_thnd &gt; div &gt; img.outer{width:14px;height:14px;float: left;margin-top:8px;}
.nav_item_spread:hover .nav_sed_context{display: block;}

/* 内容/iframe容器 */
.main_context{width:1200px;background-color: white;position: absolute;left:50%;margin-left:-600px;top: 470px;overflow: hidden;display: none;}

/* 导航栏目按钮 */
.navBar .btnShow{width:63px;height:50px;float: right;text-align: center;cursor: pointer;}
.navBar .btnShow &gt; img{width:24px;height:24px;margin-top:13px;}

/* 所有页面都用到的样式 */
.cnt_container{width:1160px;margin:20px auto;padding:0;overflow: hidden;min-height: 500px;}
/* 首页模块的外层样式 - 可区分左右（50%），其他页面也可以 */
.cnt_caner{width:100%;overflow: hidden;}
.cnt_caner_content{padding:20px;min-height: 500px;}
.cnt_caner_content_cngs{padding:0px 20px 20px 20px;min-height: 500px;}
.cnt_caner_lgw{width:570px;position: relative;}
.cnt_caner_hg400{height: 400px;}
.cnt_caner_mgtop20{margin-top:20px;}

/* 轮播图片 */
#slides {position:relative;}
#slides .prev {position:absolute;top:140px;left:20px;width:16px;height:24px;display:block;z-index:101;}
#slides .next {position:absolute;top:140px;right:20px;width:16px;height:24px;display:block;z-index:101;}
.slides_container {height:350px;overflow:hidden;position:relative;}
.pagination1 {width: 130px;float: right;position: absolute;right: 0;bottom: 15px;z-index: 999;}
.pagination1 li {float:left;margin:0 4px;}
.pagination1 li a {display:block;width:12px;height:0;padding-top:12px;background-image:url(../../../images/homepage/pagination.png);background-position:0 0;float:left;overflow:hidden;}
.pagination1 li.current a {background-position:0 -12px;}
.slide {text-align: center;}
.slide a{color: #333;font-size: 12px;text-align: center;}
.slides_container img{width: 590px;height: 350px;}
.pic_left{font-size: 14px;}

/* 首页标题 */
.m_title{width: 100%;height: 30px;border-bottom: 4px solid #0C0601;margin-bottom: 10px;}
.m_title .m_tl_na{display: inline-block;float: left;font-size: 18px;line-height: 30px;margin-right:20px;}
.m_title .m_tl_na_item{color:#0C0601;font-weight: bold;}
.m_title .m_tl_more{display: inline-block;float: right;font-size: 14px;color:#BBBBBB;margin-top:5px;}
.m_title .m_tl_more:hover{color:#4293F4;}

.cnt_navigation{background: url("../../../images/homepage/icon_way.png") no-repeat;}

/* 导航栏 */
.cnt_navigation{height: 20px;padding-left:24px;overflow: hidden;background-position: left center;line-height: 20px;}
.cnt_navigation .cnt_nav_chnlcls{color:#333333;font-size: 14px;float: left;}
.cnt_navigation .cnt_nav_gt{color:#333333;font-size: 14px;margin:0px 4px;float: left;}

/* 左边栏目样式 */
.cnt_jour_nav{width:280px;}
.jour_nav_xl{border: 1px solid #EDEDED;position: relative;margin-bottom: 10px;background-color: #FCFCFC;}
.jour_nav_xl .nav_xl{width:100%;}
.jour_nav_xl .nav_xl .nxl{width:100%;height: 50px;line-height: 50px;cursor: pointer;position: relative;}
.jour_nav_xl .nav_xl .nxl:hover{background-color: #4293F4 }
.jour_nav_xl .nav_xl .nxl &gt; span.lo{display: inline-block;float: left;color:#333333;font-size: 16px;font-weight: bold;cursor: pointer;}
.jour_nav_xl .nav_xl .nxl:hover &gt; span.lo{color:#FFFFFF;}
.jour_nav_xl .nav_xl .nxl &gt; span.lomg20{margin-left:20px;}
.jour_nav_xl .nav_xl .nxl &gt; span.lomg40{margin-left:40px;}
.jour_nav_xl .nav_xl .nxl_item{background-color: #4293F4 }
.jour_nav_xl .nav_xl .nxl_item &gt; span.lo{color:#FFFFFF;}
.jour_nav_xl .nav_xl .nxl &gt; img.outer{float: left;margin-top:16px;}
.jour_nav_xl .nav_xl .nxl &gt; img.imgbx{position: absolute;top: 16px;right:15px;}
.jour_nav_xl .nav_xl_two .nxl &gt; span.lo{font-size: 14px!important;}
.jour_nav_xl .nav_xl_two{display: none;}
.jour_nav_xl .nav_xl .nxl .nxl_thir_hid{display: none;}

/* 右边栏目切换样式 */
.cnt_jour_cont{margin-left:300px;border: 1px solid #EDEDED;}
.jour_caner{width:100%;height: 50px;border-bottom: 2px solid #4293F4;display: none;}
.jour_cont_tab{width:816px;;height: 50px;}
.jour_cont_tab .jct_tab{width:155px;height: 50px;cursor: pointer;position: relative;}
.jour_cont_tab .jct_tab:hover .cb_nav{display: block;}
.jour_cont_tab .jct_tab &gt; span.cb{font-size: 14px;color:#333333;display: inline-block;width:100%;height: 50px;line-height: 50px;text-align: center;cursor: pointer;}
.jour_cont_tab .jct_tab &gt; span.tab_item{background-color: #4293F4;color:#FFFFFF;}
.jour_cont_tab .jct_tab &gt; span.cb &gt; img{margin-top:-6px;}
.jour_cont_tab .jct_tab .cb_nav{width:100%;padding-top:10px;border: 1px solid #C2C9D4;padding-bottom: 5px;display: none;background-color: white;}
.jct_tab .cb_nav .sedcnv{display: inline-block;width:100%;height: 30px;line-height: 30px;font-size: 14px;color:#333333;text-align: center;}
.jct_tab .cb_nav .sedcnv:hover{background-color: #4293F4;color:#FFFFFF;}
.jct_tab .cb_nav .sedcnv_item{background-color: #4293F4;color:#FFFFFF;}
.jour_caner .rgfour_btn{width:36px;height: 50px;float: right;margin-left:2px;display: none;}
.jour_caner .rgfour_btn .frbtn{width:16px;height: 16px;margin-top:17px;cursor: pointer;}

/* 资讯列表样式 */
.jour_content_item{width:100%;border-bottom: 1px solid #D0D0D0;margin-bottom: 20px;}
.jour_content_item .content_item_title{width:100%;}
.jour_content_item .content_item_title .item_title{line-height: 25px;color:#0C0300;font-size: 16px;font-weight: bold;}
.jour_content_item .content_item_title .item_title:hover{color:#4293F4;}
.jour_content_item .content_item_title .content_item_zhiding{font-size: 14px;border:1px solid #EEAB29;color: #EEAB29;padding: 1px 2px;margin-left: 5px;cursor: default;}
.jour_content_item .content_item_desc{width:100%;line-height: 20px;font-size: 14px;color:#777777;margin-top:15px;cursor: default;}
.jour_content_item .content_item_nav{width:100%;height: 20px;margin-top:20px;margin-bottom: 20px;}
.jour_content_item .content_item_nav_dow{width:100%;height: 20px;margin-top:20px;margin-bottom: 20px;}
.jour_content_item .content_item_nav .item_nav{height: 20px;}
.jour_content_item .content_item_nav .item_nav &gt; span{display: inline-block;line-height: 20px;font-size: 12px;float: left;padding-left:5px;padding-right:5px;cursor: default;}
.jour_content_item .content_item_nav .item_nav &gt; span.nav_zl{background-color: #4293F4;color:#FFFFFF;}
.jour_content_item .content_item_nav .item_nav &gt; span.nav_tp{background-color: #EFEFEF;color:#0B0300;}
.jour_content_item .content_item_nav .item_date{height: 20px;}
.jour_content_item .content_item_nav .item_date &gt; span{display: inline-block;line-height: 20px;font-size: 12px;float: left;color:#A1A1A1;cursor: default;}
.jour_content_item .content_item_nav_dow .item_date &gt; span{display: inline-block;line-height: 20px;font-size: 14px;float: left;color:#A1A1A1;cursor: default;}
.jour_content_item .content_item_nav .item_date &gt; span.item_lyrq{padding-left:15px;background: url('../../../images/homepage/comp.png') 0 center no-repeat;}
.jour_content_item .content_item_nav_dow .item_date &gt; span.item_lyrqxz{padding-left:24px;background: url('../../../images/creditynamic/ico-download.png') 0 center no-repeat;}
.jour_content_item .content_item_nav_dow .item_date &gt; span.item_lyrqfx{padding-left:24px;background: url('../../../images/creditynamic/ico-share.png') 0 center no-repeat;}
.jour_content_item .content_item_nav .item_date &gt; span.item_fg{margin:0 10px;}
.jour_content_item .content_item_nav_dow .item_date .item_fg{margin:0 10px;}
.jour_content_item .content_item_nav .item_date &gt; span.item_lyrq{padding-left:15px;background: url('../../../images/homepage/clock.png') 0 center no-repeat;}
.cnt_page_btn{width:100%;height: 55px;}
.jour_content_item_null{width:100%;height: 300px;text-align: center;padding-top:30px;}
.jour_content_item_null .item_null_txt{color: #333333;font-size: 16px;line-height: 100px;}






/* 底部样式 */
/*background: rgba(0,0,0,0.24);*/
.main_footpn{position: absolute;width:100%;height: 150px;bottom: 0px;z-index: 3;display: none;background: rgba(0,0,0,0.24);}
.main_footpn .mnfoot_cent{width:60%;/*text-align: center;*/color: #FFFFFF;float: left;margin: auto;}
.mnfoot_cent &gt; a.act{color: #FFFFFF;font-size: 14px;line-height: 26px;}
.mnfoot_cent &gt; span.fg{color: #FFFFFF;font-size: 14px;line-height: 26px;margin:0px 10px;}
.mnfoot_cent &gt; label.lb{color: #FFFFFF;font-size: 14px;line-height: 26px;/*margin:0px 10px;*/}
.mnfoot_cent &gt; label.lb &gt; a{color: #FFFFFF;font-size: 14px;line-height: 26px;}
.main_footpn &gt; a.dz{display: inline-block;width:80px;height:80px;position: absolute;top:10px;right:50%;margin-right:-374px;}

/* 右侧登录/二维码/分享的样式 */
.sharebox{position: fixed;width:70px;z-index: 4;right:1px;bottom: 175px;}
.sharebox .box{width:70px;height: 70px;position: relative;background-color: white;border: 0;float: left;cursor: pointer;}
.sharebox .box .bximg{width:30px;height: 30px;border: 0;margin:12px auto 2px auto;}
.sharebox .box .bxsn{width:70px;font-size: 12px;color:#676767;text-align: center;line-height: 20px;clear: both;}
.sharebox .box .bximg_login{background: url("../../../images/creditindex/sharebox/ico-login-nor.png");}
.sharebox .box .bximg_qr{background: url("../../../images/creditindex/sharebox/ico-qr-nor.png");}
.sharebox .box .bximg_share{background: url("../../../images/creditindex/sharebox/ico-share-nor.png");}
.sharebox .box .bximg_feedback{background: url("../../../images/creditindex/sharebox/ico-feedback-nor.png");}
.sharebox .box .bximg_top{background: url("../../../images/creditindex/sharebox/ico-top-nor.png");}
.sharebox .box .bximg_flxybgxz{background: url("../../../images/creditindex/sharebox/flxybgxz.png");}
.sharebox .box .bximg_flxzcf{background: url("../../../images/creditindex/sharebox/flxzcf.png");}
.sharebox .box .bximg_xyd{background: url("../../../images/creditindex/sharebox/xyd.png");}

.sharebox .box:hover{background-color: #4293F4;}
.sharebox .box:hover .bximg_login{background: url("../../../images/creditindex/sharebox/ico-login.png");}
.sharebox .box:hover .bximg_qr{background: url("../../../images/creditindex/sharebox/ico-qr-pre.png");}
.sharebox .box:hover .bximg_share{background: url("../../../images/creditindex/sharebox/ico-share-pre.png");}
.sharebox .box:hover .bximg_feedback{background: url("../../../images/creditindex/sharebox/ico-feedback-pre.png");}
.sharebox .box:hover .bximg_top{background: url("../../../images/creditindex/sharebox/ico-top-pre.png");}
.sharebox .box:hover .bximg_flxybgxz{background: url("../../../images/creditindex/sharebox/flxybgxzred.png");}
.sharebox .box:hover .bximg_flxzcf{background: url("../../../images/creditindex/sharebox/flxzcfred.png");}
.sharebox .box:hover .bximg_xyd{background: url("../../../images/creditindex/sharebox/xydred.png");}
.sharebox .box:hover .bxsn{color:white;}

.sharebox .box .bxnr{position: absolute;top:0px;background-color: white;border:1px solid #e6e6e6;display: none;}
.sharebox .box:hover .bxnr{display: block;}
.sharebox .box .bxnr_login{width:140px;height: 70px;left:-142px;}
.sharebox .box .bxnr_login_success{width:70px;height: 70px;left:-72px;}
.sharebox .box .bxnr .bnlg{width:70px;height:70px;float: left;}
.sharebox .box .bxnr .bnlg .nlimg{width:30px;height:30px;margin: 12px auto 2px auto;}
.sharebox .box .bxnr .bnlg .nlsn{width:70px;font-size: 12px;color:#676767;text-align: center;line-height: 20px;clear: both;}
.sharebox .box .bxnr .bnlg .nlimg_login{background: url("../../../images/creditindex/sharebox/ico-logon-nor-bn.png");}
.sharebox .box .bxnr .bnlg .nlimg_register{background: url("../../../images/creditindex/sharebox/ico-register-nor.png");}
.sharebox .box .bxnr .bnlg .nlimg_login_out{background: url("../../../images/creditindex/sharebox/ico-out.png");}
.sharebox .box .bxnr .bnlg:hover .nlsn{color:#4293F4;}
.sharebox .box .bxnr_login_success .bnlg:hover .nlsn{color:#DA4545;}
.sharebox .box .bxnr .bnlg:hover .nlimg_login{background: url("../../../images/creditindex/sharebox/ico-logon-nor-ls.png");}
.sharebox .box .bxnr .bnlg:hover .nlimg_register{background: url("../../../images/creditindex/sharebox/ico-register-nor-ls.png");}
.sharebox .box .bxnr .bnlg:hover .nlimg_login_out{background: url("../../../images/creditindex/sharebox/ico-out-hover.png");}

.sharebox .box .bxnr_ewm{width:100px;height: 215px;left:-102px;text-align: center;padding-top:10px;}
.sharebox .box .bxnr_ewm &gt; span.ewmsp{font-size: 12px;color:#676767;line-height: 14px;clear: both;margin-top:5px;}
.sharebox .box .bxnr_ewm &gt; img.ewmimg{width:90px;height:90px;}

.sharebox .box .bxnr_share{width:130px;height: 60px;left:-132px;text-align: left;padding-top:10px;}
.sharebox .box .bxnr_share .sharelist_title{font-size: 14px;color: #333333;margin-bottom: 5px;}
.sharebox .box .bxnr_share .sharelist_wrap{width:130px;}
.bxnr_share .sharelist_wrap &gt; li{display: inline-block;width: 26px;height: 26px;margin-left: 2px;cursor: pointer;}
.bxnr_share .sharelist_wrap &gt; li.weixin_share{background: url("../../../images/homepage/weixin_icon.png") no-repeat top left;}
.bxnr_share .sharelist_wrap &gt; li.weibo_share{background: url("../../../images/homepage/weibo_icon.png") no-repeat top left;}
.bxnr_share .sharelist_wrap &gt; li.tieba_share{background: url("../../../images/homepage/tieba_icon.png") no-repeat top left;}
.bxnr_share .sharelist_wrap &gt; li.rb_share{background: url("../../../images/homepage/rb_icon.png") no-repeat top left;}

/* 二维码样式 */
.qrcode_wrap{width:230px;height: 290px;position: fixed;top:0;left:0;right: 0;bottom: 0;z-index: 6;border:1px solid #bebebe;margin:auto;background-color: white;padding:10px;font-size: 10px;color: #333;display: none;}
.qrcode_wrap .qrcode_header_tips {height: 15px;line-height: 15px;}
.qrcode_wrap .qrcode_header_tips .qrcode_header_right {display: inline-block;width: 15px;height: 15px;float: right;cursor: pointer;}
.qrcode_wrap .qrcode {width: 185px;height: 185px;margin: 20px auto;}
.qrcode_wrap .qrcode_footer_tips {line-height: 20px;}

/* 打开第三方网站提示样式 */
.index_outsideAlert{text-align: center;display: none;}
.index_outsideAlert &gt; h4.outil{color: #0063ba;font-size: 24px;line-height: 80px;padding-top:20px;}
.index_outsideAlert &gt; p.outpx{font-size: 16px;line-height: 30px;color: #333;}
.index_outsideAlert &gt; span.outurl{width:100%;font-size: 16px;line-height: 30px;color: #0063ba;word-break: break-all;white-space:pre-wrap;}
.index_outsideAlert .alert-foot{width:100%;}
.index_outsideAlert .alert-foot .checkBox{width:16px;height:16px;border: 1px solid #d2d2d2;vertical-align:middle; margin-top:-4px;}
.index_outsideAlert .alert-foot .checkBoxTxt{font-size: 18px;color: #999;}

/* 资讯详情样式 */
.news_content{width:100%;margin:15px auto 30px auto;}
.news_content .news_c_title{width:100%;font-size: 24px;font-weight: bold;text-align: center;color:#4f5050;line-height: 35px;}
.news_content .news_c_data{position: relative;width:100%;text-align: center;font-size: 14px;color:#4f5050;line-height: 25px;margin-top:25px;}
.news_content .news_c_data .new_c_fx{width: 240px;height: 26px;position: absolute;top: 0;right: 0;}
.new_c_fx .c_fx_title{display: inline-block;width: 90px;height: 26px;line-height: 26px;float: left}
.new_c_fx .c_fx_title .c_fx_fz{color: blue;cursor: pointer;}
.new_c_fx &gt; a.c_fx_p{display: inline-block;width: 26px;height: 26px;margin-left: 10px;cursor: pointer;float: left;}
.new_c_fx &gt; a.fp_weixin{background: url("../../../images/homepage/weixin_icon.png") no-repeat top left;}
.new_c_fx &gt; a.fp_weibo{background: url("../../../images/homepage/weibo_icon.png") no-repeat top left;}
.new_c_fx &gt; a.fp_tieba{background: url("../../../images/homepage/tieba_icon.png") no-repeat top left;}
.new_c_fx &gt; a.fp_rb{background: url("../../../images/homepage/rb_icon.png") no-repeat top left;}

.news_content .news_c_line{width:100%;height: 19px;border-bottom: 1px solid #ccc;}
.news_content .news_c_cont{width:100%;min-height: 500px;margin-top:40px;}

.sptLogin{width:450px;height:200px;display: none;}
.sptLogin .pt{width: 170px;height: 75px;border: 1px solid #eee;margin-top: 50px;font-size: 16px;text-align: center;padding: 10px;line-height: 35px;}

/*二十大会议*/
.mean{width: 100%;height: 100px;}
.logoLianghui {width: 1200px;margin: 0 auto;text-align: right;padding: 14px 0;}
.logoLianghui a {display: inline-block;height: 70px;padding-right: 20px;}

/*无障碍*/
.barrierFree{width: 60px;height: 40px;position: absolute;top: 0;z-index: 11;right: 50%;margin-right: -500px;}
.barrierFreeBox{width: 60px;height: 40px;}
.barrierFreeBtn{width: 60px;height: 30px;border-radius: 0px 0px 5px 5px;background-color: #3d99cd;color: white;cursor: pointer;line-height: 30px;text-align: center;}

/*头部置顶*/
.header_top_bg{width: 100%;height: 40px;position: absolute;top: 0px;z-index: 10;}
.header_top_bg .hd_tp{width: 1200px;height: 40px;line-height: 40px;margin: 0px auto;}
.header_top_bg .hd_tp .hd_tp_la{margin-right: 20px;}
.header_top_bg .hd_tp .hd_tp_a{font-weight: bold;}

div.nav_xl_two span.lomg40 {
	width: 238px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.center_dt &gt; ul &gt; li a &gt; em , .zxgg a &gt; em {
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #BBBBBB;
	float: left;
	margin-top: 25px;
	margin-right: 5px;
}

.zxgg a &gt; em {
	margin-top: 10px;
}



</pre></body></html>