﻿body{ background:#F2F2F2;}
body.white_bg{ background: #fff;}
ul, ol, li{ list-style: none;}
a{ color: #666;}
.text_c{ text-align:center;}
.text_l{ text-align:left;}
.text_r{ text-align:right;}
.mT5{ margin-top:5px; }
.mT10{ margin-top:10px; }
.mT15{ margin-top:15px; }
.mT20{ margin-top:20px; }
.mT30{ margin-top:30px; }
.mB10{ margin-bottom:10px; }
.mL10{ margin-left:10px;}
.pLR10{ padding: 0 10px;}
.f_l{ float:left;}
.f_r{ float:right;}
.clear{ display:block; height:0; clear:both;}
.border_bt_gray { border-bottom: 1px solid #D1D1D1;}
.l_gray_bg { background: #F0F3F6;}
.cl_blue{color:rgba(1,103,205,0.8);}
.cl_blue:hover{color:rgba(1,103,205,1);}
.cl_purple{color:rgba(193,48,135,0.8);}
.cl_purple:hover{color:rgba(193,48,135,1);}
.text_hidden{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

/*列表*/
.ui-list{width:100%}
.ui-list,.ui-list>li{background-color:#fff}
.ui-list>li{position:relative;display:-webkit-box;height:90px}
/*列表普通图片*/
.ui-list-img,.ui-list-img img{width:auto;height:100%}
/*列表主要信息*/
.ui-list-info{ padding-top:10px; padding-right:15px; padding-bottom:10px; display:-webkit-box; display:-webkit-flex; display:flex; -webkit-box-flex:1; -webkit-box-orient:vertical; -webkit-box-align: center; -webkit-align-items: center; align-items: center;}
.ui-list-info p{color:#777;font-size:14px}
/*文字列表*/
.ui-list-text>li{position:relative;display:-webkit-box;-webkit-box-align:center}
.ui-list-text h4,.ui-list-text p{font-weight:400;-webkit-box-flex:1}
.ui-txt-info{color:#626262}
/* 文字截断 */
.ui-nowrap{overflow:hidden;max-width:100%;text-overflow:ellipsis;white-space:nowrap}
/* 排版 */
.ui-row-flex,.ui-tiled{display:-webkit-box;-webkit-box-sizing:border-box;width:100%}
/* 平铺 */
.ui-row-flex .ui-col,.ui-tiled li{display:-webkit-box;width:100%;text-align:center;-webkit-box-flex:1;-webkit-box-orient:vertical;-webkit-box-pack:center;-webkit-box-align:center}
.ui-row-flex .ui-col-2{-webkit-box-flex:2}
.ui-row-flex .ui-col-3{-webkit-box-flex:3}
.ui-row-flex .ui-col-4{-webkit-box-flex:4}

/* 头部 - Logo、导航栏 */
.container-fluid{ padding: 0;}
.container-fluid>.navbar-header{ margin: 0; width: 100%;}
.navbar-default{ position: fixed; top: 0; left: 0; width: 100%; height:56px; z-index: 9999999; overflow: visible; background: url(../../images/mobile/nav_bg.jpg) no-repeat transparent; background-size: auto 100%; border:none; }
.navbar-default .fa-user{ float: right; font-size: 1.8em; padding: 15px 20px 15px 0; color:#000;}
.navbar-default .fa:hover{ text-decoration:none;}
.navbar-default .navbar-toggle, .navbar-default .glyphicon-home{ border:none; background:none; padding:12px 10px;}
.navbar-default .navbar-toggle:hover{ background:none;}
.navbar-default .navbar-toggle .icon-bar{ background-color: #098AD5; }
.navbar-default .navbar-collapse{ position: fixed; top: 56px; right: 0; padding: 0; margin: 0; border: 1px solid #098AD5; background-color: white; background-color: #098AD5; overflow: visible;}
.navbar-default .navbar-collapse:before { content: "\f0de"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; top: -7px; right: 32px; color: #098AD5;}
.navbar-nav{ margin: 0;}
.navbar-logo{ display:inline-block; padding:8px 0 0 15px;}
.navbar-default .navbar-nav>li{ border-bottom: 1px solid #fff; display:block; overflow:hidden;}
.navbar-default .navbar-nav>li:last-child{ border-bottom:none;}
.navbar-default .navbar-nav>li>a{ color: #070606; color:#fff; text-align: center; padding: 10px 20px;}
.navbar-default .navbar-nav>.active>a{ color: white; background-color: #098AD5;}

.navbar-nav .dropdown-menu{ position:relative; width:100%; min-width:inherit; border:none;}
.navbar-nav .dropdown .caret{ border-top:inherit; border-bottom: 4px dashed; border-bottom: 4px solid\9;}
.navbar-nav .dropdown.open .caret{ border-bottom:inherit; border-top: 4px dashed; border-top: 4px solid\9;}
.navbar-nav .open .dropdown-menu{ background: #1CA5F2; padding:0;}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{ border-bottom: 1px dashed #ccc; margin: 0 10px; padding: 8px 0; text-align: center;}
.navbar-default .navbar-nav .open .dropdown-menu>li:last-child>a{ border-bottom:none;}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a, .navbar-default .navbar-nav>li>a:hover{ color: #fff; background: none; }
@media (min-width: 768px){
    .navbar-default { background-size:cover;}
    .navbar-toggle{ display:block;}
    .navbar-nav>li{ float:none;}
}

/* 当前位置================================== */
.location_outter{ padding: 0 10px; background:#fff;}
.location{ position:relative; width:100%; padding: 10px 0 10px 22px; line-height:1.2em; background: url(../../images/ico_location.png) 0 11px no-repeat; background-size:18px;}
.location::after{ content: ""; position: absolute; bottom: 0; right: 0; width:100%; border-bottom: 1px solid #e5e5e5;}
.location a, .location span{ font-size: 14px; color: #0b0b0b;}
.location .arrow{ padding: 0 2px;}

/* 快速按钮 */
.main-fastnav { position: fixed; right: 15px; bottom: 80px; z-index: 999999;}
.main-fastnav a{ display: block; width: 40px; height: 40px; line-height:40px; font-size: 24px; color: #fff; vertical-align: middle; border-radius: 50%; margin-top: 10px; text-align: center; background: rgba(0,0,0,.75); position: relative;}
.main-fastnav a i{ color:#fff;}

/* 底部导航选项卡 */
.weui-tabbar{ position: fixed; z-index: 999999; background: url(../../images/col_head_bg_03.png); background-size: 100% 100%; }
.weui-tabbar__label{ color:white; margin: 0;}
.weui-bar__item--on{ background: #000;}

/*分页样式*/
.pagelist{ clear:both; display:block; margin:0 15px 20px; text-align:center; background: none;}
	.pagelist:after{ clear:both; content:"."; display:block; height:0; visibility:hidden; }
	.pagelist .l-btns{ display:block; float:left; margin:2px 5px 0 0px; padding:0 10px; border:1px solid #dbdbdb; height:28px; overflow:hidden; }
	.pagelist .l-btns span{ font-size:12px; color:#333; line-height:28px; }
	.pagelist .l-btns .pagenum{ display:inline-block; margin:0 5px; padding:0 5px; border:1px solid #dbdbdb; border-top:0; border-bottom:0; width:30px; height:28px; line-height:28px; font-size:12px; color:#333; text-align:center; vertical-align:top; overflow:hidden; }
/*css default style pagination*/
div.default{ margin:0; padding:0; font-family:"Microsoft YaHei",Verdana; font-size:12px; }
	div.default a,div.default span{ display:inline-block; margin:2px 0 0 0px; padding:4px 10px; line-height:20px; border:1px solid #e1e1e1; background:#fff; color:#333; text-decoration:none; }
	div.default span:first-child{ border-left:1px solid #e1e1e1; }
	div.default a:hover{ color:#666; background:#eee; }
	div.default span.current{ color:#fff; background:#488FCD; border-color:#488FCD; }
	div.default span.disabled{ color:#999; background:#fff; }
.line20{ clear:both; font-size:0px; height:20px; overflow:hidden; }

.content_container{ width: 100%; height:auto; overflow: hidden; margin: 56px 0;}

/* 轮播图 */
.slide_barnner_box{ position:relative; width:333px; height:192px; overflow:hidden;}
.slide_barnner_box .pic{ height: auto;}
.slide_barnner_box .pic img { width:333px; height:192px; display: block; }
.slide_barnner_box .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 40px; width:100%; background:#000; overflow: hidden; opacity: 0.5; filter:alpha(opacity=50); }
.slide_barnner_box .txt { position:absolute; bottom:0; z-index:2; height: 40px; width:100%; overflow: hidden; }
.slide_barnner_box .txt li{ display:block; position:absolute; bottom:-40px; height:40px; line-height:40px; margin-left:15px; text-align: left;  font-size: 15px; color: #FFFFFF;}
.slide_barnner_box .txt li a{ font-size: 15px; color: #FFFFFF;}
.slide_barnner_box .num { position:absolute; z-index:3; bottom:10px; right:10px; }
.slide_barnner_box .num li{ width:20px; height:20px; line-height:20px; margin-left:1px; overflow:hidden; border:none; background:#787878; text-align:center; cursor:pointer; display:inline-block; float:left; _display:inline; _zoom:1; }
.slide_barnner_box .num li a{ font-size:14px; color:#FFF; text-decoration:none; }
.slide_barnner_box .num li.on, .slide_barnner_box .num li:hover{ background:#7EC130; }

/*=================================================== 首页 ========================================================== */
/* 首页轮播图 */
.sw-bullet, .sw-next-prev{ display:none;}
.swipslider li{ position: relative;}
.swipslider .txt-bg, .swipslider .txt { position: absolute; bottom: 0; z-index: 1; height: 35px; width:100%; background:#000; overflow: hidden; opacity: 0.5; filter:alpha(opacity=50); }
.swipslider .txt { z-index:2; line-height:35px; font-size: 14px; color: #FFFFFF; padding: 0 10px; white-space: nowrap; text-overflow: ellipsis;}

/* 首页通知公告 */
.gonggao_outter{ width:100%; background: #fff; margin-top:10px;}
.gonggao_box{ height: 35px; line-height: 35px; padding: 0 10px;}
.gonggao_box .ui-list-info{ position:relative;}
.gonggao_box .ui-list-info::after{ content: "..."; position: absolute; bottom: 0; right: 0; padding-left: 4px; background: #fff;}
.gonggao_box span{ display: inline-block; color: #0167CC; font-size: 16px; float:left; }
.gonggao_list{ padding:0;}
.gonggao_list li{ height: 35px; line-height: 35px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: list-item;}
.gonggao_list li a { font-size: 16px;}

/* 栏目标题栏 */
.main_head_box{ width: 100%; height: 35px; line-height: 35px; overflow: hidden; background: #FFFFFF; font-size: 16px;}
.main_head_box .hb_left{ display: inline-block; float: left; padding-left: 32px; font-weight:bold; color: #0167CD;}
.hot_ico_bg{ background: url(../../images/mobile/ico_hot_blue.png) 7px 6px no-repeat; background-size: 22px;}
.intro_ico_bg{ background: url(../../images/mobile/ico_intro_blue.png) 8px 6px no-repeat; background-size: 22px;}

/* 服务推荐 */
.fwtj_wrapper, .bkjs_wrapper{ background:#fff; padding-bottom:5px;}
.fwtj_wrapper ul{ margin:0; padding:0 10px;}
.fwtj_wrapper li{ height:82px; overflow:hidden; margin-bottom:4px; padding:0; background:#e7ecf1; }
.fwtj_wrapper .ui-list-img{ position:relative;}
.fwtj_wrapper .ui-list-img img{ width:148px; height:84px;}
.fwtj_wrapper .ui-list-img p{ position:absolute; top:0; left:0; width:100%; text-align:center; line-height:82px; font-size:18px; font-weight:bold; color:#000;}
.fwtj_wrapper .ui-list-info{ color: #696969; font-size: 13px; text-indent: 26px; text-align:left; padding:0 10px;}

/* 板块列表 */
.bkjs_wrapper{ overflow:hidden;}
.block_list{ padding:5px 10px 0;}
.block_list li{ display:inline-block; float:left; width:48%; margin-top:2%; margin-bottom:2%;}
.block_list li.even{ }
.block_list li.odd{ margin-left:4%;}
.block_list li img{ width:100%;}
@media (min-width: 768px){
    .block_list li{ width: 32%;}
    .block_list li.odd{ margin-left:0;}
    .block_list li.bl-m-3{ margin-left:2%; margin-right:2%;}
}

.index-nav {padding:0 5px; overflow:hidden;}
.index-nav li {padding:0 5px 10px 5px;width:50%;box-sizing:border-box; display:inline-block; float:left;}
.index-nav li a {display:block;text-align:center;color:#FFF;font-size:16px;padding:36px 0; border-radius:5px;}
.index-nav li .ico-ptjj {background-color:#01C5AF;}
.index-nav li .ico-lxwm {background-color:#FF616F;}
.index-nav li .ico-ptjj:active {background-color:#01B19D;}
.index-nav li .ico-lxwm:active {background-color:#E55764;}
.index-nav li img, .index-nav li span {vertical-align:middle;}
.index-nav li img {width:30%;margin-right:6px;}

/*=================================================== 政经信息 ========================================================== */
/* 文章栏目列表 */
.column_wrapper{ padding:10px 10px 0; background:#fff; overflow: hidden;}
.column_wrapper.pB5{ padding-bottom: 5px; }
.column_wrapper.pB10{ padding-bottom: 10px; }
.col_top_gallery{ width: 100%; height: auto; overflow:hidden; }
.col_top_gallery img{ width: 100%; height: auto;}
.col_head{ width: 100%; overflow: hidden; }
.col_head .tabs{ width: auto;}
.col_head .tabs.in-block{ float: left;}
.col_head .tabs.in-block li{ display: inline-block; }
.col_head .tabs li{ width: 105px; height: 35px; line-height: 35px; text-align: center; font-size: 16px; color: #333333; background: #EFF2F5; cursor: pointer;}
.col_head .tabs li.on{ color: #FFFFFF; background: #0167CD;}
.col_head .tabs.bg_blue li.on{ background: url(../../images/col_head_bg_03.png) repeat-x; background-size: contain;}
.col_head .tabs.bg_green li.on{ background: url(../../images/col_head_bg_04.png) repeat-x; background-size: contain;}
.col_head .tabs.bg_deep_red li.on{ background: url(../../images/col_head_bg_01.png) repeat-x; background-size: contain;}
.col_head .tabs.bg_orange li.on{background: url(../../images/col_head_bg_02.png) repeat-x; background-size: contain;}
.col_head .more{ display: inline-block; float: right; line-height: 35px; color: #5b5b5b; font-size:14px; }
.col_head_2{ position:relative; line-height: 1.5em; font-size: 16px; padding: 5px 0; font-weight: 600;  text-align:left;}
.col_head_2 span{ padding-left:12px; border-left: 5px solid #0167CD; }
.col_head_2.bg_green span{ border-color: #57B400; }
.col_head_2::after{ content: ""; position: absolute; bottom: 0px; left: 0; width: 100%; border-bottom: 1px solid #D1D1D1;}
.col_news_list { width: 100%; padding: 5px 8px;}
/*.col_news_list li { position: relative; padding: 0 60px 0 12px; color: #999; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height:28px;}
.col_news_list li a { width: auto; color: #666; font-size: 14px; }
.col_news_list li .date { position: absolute; top: 2px; right: 0; width: 50px; font-size: 14px; text-align:right;}*/
.col_news_list li {position: relative;color: #999;padding: 6px 0 6px 12px;display: -webkit-box;display: -webkit-flex;display: flex;-webkit-box-align: center;-webkit-align-items: center;align-items: center;}
.col_news_list li a {color: #666;font-size: 14px;-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;line-height: normal;margin-top: -3px;}
.col_news_list li .date {width: 50px;text-align:right;font-size: 14px;line-height: normal;}

.col_news_list li .list_dot{ display:inline-block; position: absolute; top: 11px; left:0; background: #6f6f6f; width:5px; height:5px; border-radius: 50%;}
.col_news_list li .more{ text-align:right; float:right; /*margin-right:-60px;*/}
.col_news_list li:hover a { color: #098AD5;}
.col_news_list li:hover .list_dot{ background: #098AD5;}
.col_news_list li span.border_bt_dashed{ display:inline-block; margin-left:10px; margin-right:10px; height:2px; border-top:1px dashed rgba(0,0,0,0.3);}

.col_news_list.pl0 li{ padding-left: 0;}
/*.col_news_list.ydate li { padding-right: 80px;}*/
.col_news_list.ydate li .date{ width: 85px;}

.col_news_list.no_ab li{ padding: 0;}
.col_news_list.no_ab li a{ float:left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.col_news_list.no_ab span{ position:relative; display:inline-block; width:auto; }
.col_news_list.no_ab span.date{ float:right;}
.col_news_list.no_ab span.jxz_txt{ margin: 0 5px;}

/* 文章列表 */
.news_list:before, .news_list:after, .news_list .news_item:before, .news_list .news_item:after{ border-width: 0;}
.news_list .news_item:before{ right: 20px; border-style: dotted;}
.news_list .news_item{ padding:14px 0 13px; margin: 0 15px; border-bottom: 1px dashed #e5e5e5;}
.news_list .news_til_outer{ padding: 0;}
.news_list .news_til{ font-size:16px; color:#272727; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; line-height:normal; margin-top:-5px; }
.news_list .news_date{ font-size:14px; padding-left:10px; color:#7d7d7d; line-height:normal;}
.news_list .news_desc{ font-size:14px; line-height:1.3em;}
/* 文章列表(含图片) */
.news_img_list .news_til{ margin-bottom:5px; -webkit-line-clamp: 2; line-height:1.4em;}
.news_img_list .weui-media-box{ padding:12px 15px; -webkit-box-align: inherit; -webkit-align-items: inherit; align-items:inherit;}
.news_img_list .weui-media-box__hd{ width: 80px; margin-right: 10px;}
.news_img_list .weui-media-box__thumb{ height: 100%;}

/* 信息分类菜单 */
.cat_menu{ border-left: 1px solid #015CB7;}
.cat_menu li{ position:relative; height: 35px; line-height: 35px; background: #fff; border: 1px solid #015CB7; border-left:none;}
.cat_menu li a { color: #333333;}
.cat_menu li.on{ background: url(../../images/col_head_bg_03.png) repeat-x; background-size: contain;}
.cat_menu li.on a, .cat_menu li.on .caret { color: #FFFFFF;}
.cat_menu .sub_menu{ display: none; position:absolute; z-index: 100; top: 40px; left:0; width: 100%; padding: 0 5px; background: #fff; border: 1px solid #015CB7;}
.cat_menu .sub_menu:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f0de"; color: #015CB7; position:absolute; top:-7px; left:45%;}
.cat_menu .sub_menu li{ display:block; border: none; border-bottom: 1px dashed #ccc; }
.cat_menu .sub_menu li a{ color: #333333;}
.cat_menu .sub_menu li:last-child{ border-bottom: none;}
.cat_menu .sub_menu li.active a{ color: #015CB7; font-weight:bold;}

/* 搜索栏 */        
.search_box{ padding: 8px 15px;}
.search_box form{ width:100%;}
.search_box .keyword, .search_box .search_btn{ height:30px; line-height:30px; margin:0; padding:0;}
.search_box .keyword{ float:left; width:calc(100% - 100px); padding-left:10px; font-size:14px; color:#666; border:none; border-radius:5px 0 0 5px; -webkit-border-radius:5px 0 0 5px; -o-border-radius:5px 0 0 5px; background:#fff; border-right:none;}
.search_box .search_btn{ position:relative; width:100px; border:none; background:#0167CD; font-size:16px; color:#fff; border-radius:0 5px 5px 0; -webkit-border-radius:0 5px 5px 0; -o-border-radius:0 5px 5px 0;}

/* 政策解读视频 */  
.zcjd_video_wrapper{ width:100%; overflow:hidden;}
.zcjd_video_wrapper video{ width: 100%; height: 250px;}
.zcjd_video_wrapper .v_title{ line-height:1.3em; padding: 5px 10px;background:rgba(0,0,0,0.2); font-size:14px; text-align:center;}
   
/*=================================================== 企业诉求 ========================================================== */
/* 企业诉求简介 */
.qysq_intro{ padding: 6px 10px; line-height: 24px; color: #000000; text-indent: 28px; font-size:15px;}
.qysq_intro_til{ font-size: 16px; padding:13px 0 3px 0; text-indent: 0; }

/* 服务推荐 按钮 */
.qysq_btn{ width: auto; height: auto; line-height: normal; text-align: center; padding: 15px 0 10px;}
.qysq_btn .hdlink_box{ display: inline-block; margin: 0; width: 160px; height: 65px; background-size: contain;}
.qysq_btn .hdlink_box.bg3a{ margin-right: 10px;}
.qysq_btn .hdlink_box .txt{ width: 103px; line-height: 65px; margin: 0;}
@media (max-width: 360px){
    .qysq_btn .hdlink_box{ width: 140px; height: 57px;}
    .qysq_btn .hdlink_box.bg3a{ margin-right: 6px;}
    .qysq_btn .hdlink_box .txt{ width: 90px; line-height: 57px;}
}

/* 诉求案例列表 */
.sq_case_list{ width: auto; height: auto;}
.sq_case_list .col_news_list{ padding: 5px 0 10px;}
.qysq_slide_box{ width: 100%; margin-bottom:0;}
.qysq_slide_til{ display:inline-block; width:252px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.txtMarquee-top{ border:1px solid #0167CC; background:#f6f6f6; border-radius:2px; padding:11px 10px;}
.txtMarquee-top .tempWrap{ overflow:hidden; position:relative; height:120px;}
.txtMarquee-top .infoList{ height: 312px; position: relative; padding: 0px; margin: 0px; top: -86px;}
.txtMarquee-top .infoList li{ height: 24px; line-height: normal;}
.txtMarquee-top .infoList .qysq_slide_til, .txtMarquee-top .infoList span{ font-size: 14px;}

/* 服务月企业诉求解决情况 */
.sq_prop_list .sq_img_box{ height: 100px; bottom: 0; margin-top: 30px;}
.sq_prop_list .col_news_list{ overflow: hidden; border-bottom: 1px dashed #ccc; text-align:center;}
.sq_prop_list .col_news_list:last-child{ border-bottom: none;}
.sq_prop_list .col_news_list li{ display: inline-block; float: none; height: 150px; padding: 0; line-height: normal;}
.sq_prop_list .col_news_list li p{ bottom: 0;}
.sq_prop_list .col_news_list li.sq_prop_til { position: absolute; left: 0; width: 100%; padding-top: 0; }
.sq_prop_list .col_news_list li.sq_prop_til p{ width: 100%; text-align: center;}

/* 近三年诉求比例 */
.sq_percent_list .col_news_list li{ display: block; width: 100%; margin-top: 8px; padding: 0; overflow:hidden;}
.sq_percent_list .col_news_list span{ display: inline-block; float: left;}
.sq_percent_list .sq_til_txt{ width: 40px; font-size: 14px; color: #000;}
.sq_percent_list .sq_percent_num{ width: 65px; margin-left:5px;}
.sq_percent_list .sq_bg_box{ max-width: calc(100% - 110px); height: 30px;}
.sq_percent_list .sq_bg_box.bg01{ background: #BDBA2F;}
.sq_percent_list .sq_bg_box.bg02{ background: #00605E;}
.sq_percent_list .sq_bg_box.bg03{ background: #9C21CF;}
.sq_percent_list .sq_bg_box.bg04{ background: #C72154;}
.sq_percent_list .sq_bg_box.bg05{ background: #E25414;}
.sq_percent_list .sq_bg_box.bg06{ background: #4D6BA8;}
.sq_percent_list .sq_bg_box.bg0100{ background: #5E8720;}

/* 流程图 */
.process-wrap{display:flex;margin:10px}
.process-wrap ul{width:50%;flex:1}
.process-wrap ul.lc-left{border-right:5px solid #d8d8d8}
.process-wrap ul.lc-right{margin-top:30px}
.process-wrap ul li{position:relative;margin:30px 0;height:30px}
.process-wrap ul li .lc-title{position:absolute;top:0;left:0;z-index:9;width:calc(100% - 7px);border-bottom:1px solid rgba(0,0,0,.2);background-color:#35516c;box-shadow:0 1px 2px rgba(0,0,0,.5);color:#fff;text-align:center;font-size:15px;line-height:28px}
.process-wrap ul.lc-right li .lc-title{top:0;right:0;left:auto}
.process-wrap ul.lc-left li .lc-title:before,.process-wrap ul.lc-right li .lc-title:before{position:absolute;bottom:6px;width:0;height:0;border:7px solid #304859;content:'';border-top-color:transparent;border-bottom-color:transparent}
.process-wrap ul.lc-left li .lc-title:before{right:-14px;border-right-color:transparent}
.process-wrap ul.lc-right li .lc-title:before{left:-14px;border-left-color:transparent}
.process-wrap ul li .lc-content{position:absolute;top:0;left:10px;padding:34px 5px 9pt;width:70%;background-color:#f1f2f3;box-shadow:0 2px 2px rgba(0,0,0,.4);color:#333;text-align:center}
.process-wrap ul.lc-right li .lc-content{right:10px;left:auto}
.process-wrap ul.lc-left li:nth-child(2) .lc-title{background-color:#f6004b}
.process-wrap ul.lc-left li:nth-child(2) .lc-title:before{border-left-color:#ad003a}
.process-wrap ul.lc-left li:nth-child(2) .lc-title:after{background:#f6004b}
.process-wrap ul.lc-left li:nth-child(3) .lc-title{background-color:#00b1b1}
.process-wrap ul.lc-left li:nth-child(3) .lc-title:before{border-left-color:#008183}
.process-wrap ul.lc-left li:nth-child(3) .lc-title:after{background:#00b1b1}
.process-wrap ul.lc-left li:nth-child(4) .lc-title{background-color:#4a90e2}
.process-wrap ul.lc-left li:nth-child(4) .lc-title:before{border-left-color:#2a5f9c}
.process-wrap ul.lc-left li:nth-child(4) .lc-title:after{background:#4a90e2}
.process-wrap ul.lc-left li:nth-child(5) .lc-title{background-color:#417505}
.process-wrap ul.lc-left li:nth-child(5) .lc-title:before{border-left-color:#335906}
.process-wrap ul.lc-left li:nth-child(5) .lc-title:after{background:#417505}
.process-wrap ul.lc-right li:nth-child(1) .lc-title{background-color:#fc0}
.process-wrap ul.lc-right li:nth-child(1) .lc-title:before{border-right-color:#efa100}
.process-wrap ul.lc-right li:nth-child(1) .lc-title:after{background:#fc0}
.process-wrap ul.lc-right li:nth-child(2) .lc-title{background-color:#005d8e}
.process-wrap ul.lc-right li:nth-child(2) .lc-title:before{border-right-color:#034c7b}
.process-wrap ul.lc-right li:nth-child(2) .lc-title:after{background:#005d8e}
.process-wrap ul.lc-right li:nth-child(3) .lc-title{background-color:#d94135}
.process-wrap ul.lc-right li:nth-child(3) .lc-title:before{border-right-color:#a53626}
.process-wrap ul.lc-right li:nth-child(3) .lc-title:after{background:#d94135}
.process-wrap ul.lc-right li:nth-child(4) .lc-title{background-color:#6d219b}
.process-wrap ul.lc-right li:nth-child(4) .lc-title:before{border-right-color:#4e3675}
.process-wrap ul.lc-right li:nth-child(4) .lc-title:after{background:#6d219b}
.process-wrap ul.lc-right li:nth-child(5) .lc-title{background-color:#ab6b42}
.process-wrap ul.lc-right li:nth-child(5) .lc-title:before{border-right-color:#744224}
.process-wrap ul.lc-right li:nth-child(5) .lc-title:after{background:#ab6b42}

/* 诉求案例列表 */
.sqal_list li{ padding: 0 15px;}   
.sqal_list a{ width: 100%; padding: 0;}

/* 诉求案例详情页 */
.sqal_show{ width: calc(100% - 20px);}
.sqal_show caption{ text-align:center;}
.sqal_show td{ vertical-align: top;}
.sqal_show td:nth-child(1), .sqal_show td:nth-child(3), .sqal_show td:nth-child(5){ width: 120px; padding-left: 10px;}
.sqal_show td:nth-child(2), .sqal_show td:nth-child(4), .sqal_show td:nth-child(6){ width: auto; padding-right: 10px;}
#sqxq_show_list li{ padding: 0;}
.sqxq_show_pic{ margin-left: 0;}
.sqxq_wtms{ width: calc(100% - 50px);}
.sqxq_wtms_top{ line-height: 1.6em; overflow:hidden; }
#sqpj_show_list td:nth-child(1){ width: 90px;}
#sqpj_show_list td:nth-last-child(1){ width: auto;}

.fwjg_show_center{ padding: 0; overflow: hidden;}
.sw_btn{ height: auto; line-height: normal;}


/*=================================================== 投资融资 ========================================================== */
/* 首页 */
.tzrz_lpic_box{ position:relative; background:#eff2f5;height:196px;}
.tzrz_lpic_box.tlb_02{ height:169px;}
.tzrz_lpic_box img{ width: calc(100% - 90px); height:auto; display:inline-block;height:100%;}
.tzrz_lpic_box .btns_box{ width: 90px;}
.tzrz_lpic_box .btns_box a{ background: #f1e1d9; display:inline-block; width:100%; height:62px; line-height:62px; text-align:center; font-size:14px; font-weight:bold; }
.tzrz_lpic_box .btns_box a.bg_blue{ background:#cfe2fc; height:82px; line-height:82px;}

.finance_pro_box{ margin-top:10px;}
.finance_pro_box .f_pro_list{ width:100%;}
.finance_pro_box .f_pro_list li{ padding: 0 10px; border-left:none; height:30px; line-height:30px; width:auto; display: block; float:none; font-size:14px; white-space: nowrap; text-overflow: ellipsis;}

.tzrz_gray_t{ display:block; width:100%; line-height:35px; background:#eff2f5; font-size:16px;}
.tzrz_gray_t span{ padding-left:20px;}

.rzbd_news_list{ padding:10px; background:#fafafa;}
.rzbd_news_list li a{ color:#5b5b5b; width:auto; }  

.page_pxhdist_wp{ width: auto; margin:0; padding:10px;}
.page_pxhdist_wp ul li{ width:auto; height:auto; margin-bottom: 10px; padding: 5px;}
.page_pxhdist_wp ul li:hover{ border:1px solid rgba(235,97,0,0.3); box-shadow:3px 3px 3px rgba(235,91,0,0.3)}
.page_pxhdist_wp ul li p{ font-size:14px; text-align:justify; line-height:1.5em;}
.page_pxhdist_wp ul li .btn{ margin-top: 5px;}
.page_pxhdist_wp .col-30{ padding:15px 10px; text-align:left; -webkit-box-orient:vertical; -webkit-box-pack:inherit;-webkit-box-align:inherit;}
.pxhd_pic{ width:83px; height:auto; margin:0;padding:0px;}
.pxhd_pic img{ width:100%; height:100%;}
.pxhd_til{ padding-bottom:0; font-size:16px;}
.invest_bl_intro{position: relative; line-height: 20px; max-height: 45px;overflow: hidden;}
.invest_bl_intro::after{content: "..."; position: absolute; bottom: 0; right: 0; padding-left: 4px;background:#fff;}


/*=================================================== 项目申报 ========================================================== */
.Wdate.h30{ width:48%; font-size: 14px;}
.toolbar{ margin-top:0;}
.toolbar .l-list, .toolbar .r-list{ overflow:hidden;}
.toolbar .r-list{ position:relative; margin-top: 5px;}
.toolbar .r-list select{ width: 35%; font-size: 14px; float:left; height:30px;}
.toolbar .r-list .search-box{ width: 61%;}
.toolbar .r-list .keyword{ width:calc(100% - 32px);}
.toolbar .r-list .btn-search{ height:30px; line-height:30px;}

.ask_list li{ padding: 6px 10px 15px; line-height: normal;}
.ask_list .ask_til a, .ask_list .ask_date{ color: #333;}
.ask_list .ask_til{ width: 100%;}
.ask_list .ask_date { position: inherit; padding-left: 40px; font-size: 14px; margin-top: -2px; display: block; top:0; right:0; text-align:left; width:auto;}
.ask_list .ask_intro{ max-height: 46px;}

/*=================================================== 详情页 ========================================================== */
.show_content{ padding: 0;}
.fwjg_sw_intro{ line-height: normal; color:#000;}
.fwjg_sw_content{ width: auto; line-height: 25px; font-size: 14px;}
.fwjg_sw_content img{ max-width: 100%;}

.ltable{ min-width: inherit;}

/*=================================================== 表单 ========================================================== */
.form-content{ padding: 10px; font-size: 14px;}
.form-content dl{ display:-webkit-box; -webkit-box-sizing:border-box; width:100%}
.form-content dl dt{ width: 65px; float: none;}
.form-content dl dd{ margin-left: 10px; display:-webkit-box;width:100%;text-align:left;-webkit-box-flex:1;-webkit-box-orient:vertical;-webkit-box-pack:left;-webkit-box-align:left }
.input{ width: 100%;}
.Validform_checktip{ margin-left:0;}

/*=================================================== 会员中心 ========================================================== */
.memberc_bar{ background-position: top left;}
.member_rcon{ width: auto;}
.member_rcon .column_wrapper{ padding:5px 10px 10px;}
.member_rcon .page_list{ text-align:center;}
.member_rcon .toolbar{ background:#fff;}
.member_rcon .toolbar:before{ background:none;}
.member_rcon .pagelist{ margin:0 0 10px;}
.status_items ul li{ float:none;}
.ltable th, .ltable td{ font-size: 14px;}
.ltable a{ color:#000;}
.ltable .btn{ color:#333; }
.ltable .btn_pusht{ white-space:normal; text-align:left; background:none; color:#000; padding:0; }
.ltable .cz_btns { width: 60px;}
.ltable .cz_btns a{ display: block; background: #ccc; padding: 5px 10px; margin-bottom: 5px; border-radius:5px;}
.member_rcon .input.normal, .member_rcon textarea{ width: 100%;}




