﻿@import url(/css/btn.css);
@import url(/css/iconbasic/iconfont.css);
/*------------------------------------  Common -----------------------------------------*/
* { padding:0; margin:0}
html,body   
{
    font-size:13px;
    font-family:'微软雅黑',宋体,'tahoma','Microsoft YaHei','微软雅黑','华文细黑';
    color: #222;
    width:100%;
min-width:1280px;
    background-color:#fff;
}
html {overflow-y:scroll;}
dl,ul,li,dd,dt { list-style-type : none; padding:0; margin:0; list-style:none; }
img, object, select, input, textarea, button {
    vertical-align: middle;
}
img { border:none}
select {padding:2px 0; /*height:22px; line-height:22px;*/ }
input[type="checkbox"] {vertical-align:-2px; _vertical-align:0;}
table { border:0; margin:0; padding:0;border-collapse:collapse;}
td { padding:6px 2px;}
th { padding:4px 0}
.P0 th { padding:0 !important}
p { margin:4px 0}
textarea { font-size:12px}
button { padding:1px 2px; cursor:pointer;}
.chkname {
    margin-right: 20px;
}
a:link, a:visited {
    color: #333; /*0099CC*/
    text-decoration: none;
}
a.button { color:white !important}
a:hover {text-shadow:1px 1px 1px #7F8C8D;}
a:active {color: #333;}

.cssShadow {
	background: #f8f8f8;
	border-top:1px solid silver;
	border-right:1px solid #666;
	border-bottom:2px solid #999;
	border-left:1px solid #ccc;
	padding: 8px;
}
.shadow
{
    -moz-box-shadow:3px 3px 4px #D6D6D6;
    -webkit-box-shadow:3px 3px 4px #D6D6D6; 
    -ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color='#D6D6D6',direction=135,strength=4)"; 
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#D6D6D6',direction=135,strength=4);
}
.shadow_bottom
{
    -moz-box-shadow:0 3px 0 #D6D6D6;
    -webkit-box-shadow:3px 3px 4px #D6D6D6; 
    box-shadow:3px 3px 4px #D6D6D6; 
    -ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color='#D6D6D6',direction=180,strength=4)"; 
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#D6D6D6',direction=180,strength=4);
    padding-bottom:3px;
    border-bottom:3px solid #999;
}
.hide { display:none }
.clear { clear:both;  height:0px; margin:0; padding:0; width:0; border:none; overflow:hidden;  }
.bright { font-weight:bold; color:#00688B !important}
.bold { font-weight:bold}
.thin {
    font-weight: normal !important;
}
.gray { color:#999 !important}
.red { color:#FF0000 !important;}
.green { color:#00CD00 !important }
.blue { color:#0099CC !important}
.gold {
    color: #FFFFCC !important;
}
.link2 {
    color:#333 !important
}
.star {
    color: red;
    font-weight: bold;
}
.orange {
    color: #fe6600 !important;
}
.pointer { cursor:pointer}
.line { border-bottom:2px solid #2980B9}
.LH { line-height:20px}
.wending {
    font-family: Webdings;
}
.W { width:100%}
.OH{ overflow:hidden;}

.FL { float:left !important}
.FR {  float:right !important}
.TR { text-align:right !important;}
.TL,.TL td { text-align:left !important}
.TC,.center,.TC td { text-align:center !important}
.VM,.VM td{ vertical-align:middle !important}
.VT,.VT td{ vertical-align:top !important}
.no_padding,.no_padding td {padding: 0 !important;}
.autoline,.autoline td {
    white-space:normal !important;
    word-break:break-all;
}

.oneline, oneline td {
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.border,.border td {
    border: 1px solid #ccc;
}
.inputline,.inputline:focus {
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    padding:4px 0;
}
.text{padding:4px;}
.link {
    color: RGB(36,103,204) !important;
    cursor: pointer;
}
.link:hover {
    color: RGB(36,103,204) !important;
}
.tdLink {cursor:pointer; font-size:14px;color:#3498DB;}
.tdLink:hover {color:#00688b;}
.ML8{margin-left:8px}
.MT8 {
    margin-top: 8px
}
.img80 { width:80px; height:80px; line-height:80px; vertical-align: middle; }
.img96 { width:96px; height:96px; line-height:96px; vertical-align: middle; }
.img128 { width:128px; height:128px;_width:120px; _height:120px; line-height:128px; vertical-align: middle; }
.img_border { border:1px solid #ccc;}
.imgFrame { padding:4px; border:1px solid #dcdcdc; background-color:#fff}
.imgTitle { padding:3px 3px; background-color:#E1E3E6;}
.user_logo { width:120px; max-height:160px; vertical-align: middle;padding:4px; border:1px solid #dcdcdc; background-color:#fff}
.radius  
{
    border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -webkit-background-clip: padding-box;
}
.radius_top  
{
    border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
}
.bar_icon { height:16px; width:16px;_width:16px; line-height:16px;text-indent:0; display:block; float:left}
.icon_puls {font-family: arial;font-size: 14px;font-weight: bolder; padding: 0 4px;}
i {
    margin-right: 4px;
}

.input
{
	font-size: 14px;
	height:18px;
	line-height: 18px;
    border-style:solid;
    border-color:#c0c0c0;
    border-width:1px 2px 2px 1px;
	padding:4px;
}
.input_s
{
	height:14px;
	line-height: 14px;
    border-style:solid;
    border-color:#c0c0c0;
    border-width:1px 2px 2px 1px;
	padding:4px;
}
.bigtext {
    padding:6px 4px;
    font-size:1.1em;
}
#imgVerify { cursor:pointer} /*验证码*/
 /*------------------------------------------  分页2  ------------------------------------------*/
.pBar { width:100%; margin:6px 0; padding:6px 0; }
.pTable td{ padding:0 3px; border:0}
.pButton { 
    cursor:pointer;
    display: inline-block;
    padding:4px 4px;
    margin-left: 4px;
    background: #f3f4f5;
    border: 1px solid #d8d8d8;
    text-align: center;
    font-size:12px;
    width:50px;
}
.pButton:hover { 
border-color: #008080; 
background-color:#006699;
color:#fff;
}
.pCurPage {padding:2px 1px; width:30px !important; text-align:center; margin:0 3px;_height:12px}
.pPageNum { margin:0 3px; font-weight:bold; }

.pFrame {   border:1px solid #D9D9D9;padding:6px 0;background-color: #F1F1F1; }
.pFrame  .pBar { margin:0; margin:0}

.dPage { width: 100%; margin: 8px 0}
.pTable input {
    padding:3px 2px !important;
    background-color: #f3f4f5;
    border: 1px solid #d8d8d8;
}
/*------------------------------------  布局  ---------------------------------------------*/
#dHead {
    width: 100%;
    /*height: 50px;*/
    /*background-color: #475359; 475359,2980B9,34495E*/
    /*-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    border-bottom: 1px #8e8e8e solid;*/
    background-color: #00A2CA;
}

#dContent {
    background-color: #f3f3f3;
    width: 100%;
}

#dFoot {
    height: 32px;
    /*position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;*/
    border-top: 2px solid #000;
}
#d_outlink{padding:8px 0}

.iframe_body {
    max-height: 480px;
    overflow-x: hidden;
    overflow-y: auto;
}
.dMid {width:1280px; clear:both; margin:0  auto;}
.dMidS {
    width: 960px;
    clear: both;
    margin: 0 auto;
}
.bg_main { background-color:#FFFAF0}

/*2列右列自适应*/
.d12L { width:250px; float:left;margin-left:-100%;padding-left:2px}
.d12R { float:left; width:100%; }

.d12LI {width:250px;min-height:40px;background-color:#fff}
.d12RI {
    margin-left: 268px;
    min-height: 400px;
    padding:10px 16px;
    background-color: #fff;
}

.d21L { float:left; width:960px;}
.d21R { float:right; width:310px;padding:0 2px;}
.d21RI {min-height:100px; width:320px; padding:0 2px;}
.dChildBody {
    width: 1280px;
    clear: both;
    margin: 0 auto;
    padding-top:10px;
    overflow: hidden;
}
/*------------------------------------ 主导航---------------------------------------------*/
#home_logo {
height: 40px;
width: 60px;
}

.qq {
    color: #fff !important;
    font-weight: normal !important;
    margin-right:8px;
}
.qq img{
    height:24px;
}
/*right*/
#ulLoginBar {
float: right;
height: 100%;
}

#ulLoginBar .item {
float: left;
font-weight:normal;
height: 100%;
text-align: center;
}

    #ulLoginBar .item a {
        color: #FFF;
        padding: 0 4px;
        font-weight: normal;
    }

#okLogPanel span, #noLogPanel span {
    color: #FFFFCC
}

#tHead {
    position: relative;
}

#tHead td {
    padding: 0;
}

#top_navigation {
    background: transparent;
    list-style: none;
}

 #navMain a:link, #navMain a:visited {
        display: block;
        float: left;
        height: 42px;
        line-height: 42px;
        width: 90px;
        text-align: center;

        text-decoration: none;
        font-size: 1.1em;

    }

#navMain a:hover, #navMain a:active {
    background-color: #f3f3f3;
}

#navMain a.current {
    background-color: #f3f3f3;
}
.header-sub {
    background: #008EB7;
    height: 30px;
    line-height:30px;
    font-size: 12px;
    vertical-align:middle;
}
.header-main {
    height:60px;
    background-size: 1500px 100px
}
#header-main {
    position: relative;
    bottom: 0;
    height: 100%;
    background-color:white;
    border-bottom: 1px solid #ccc
}
/*------------------------------------  二级分类、侧导航  ---------------------------------------------*/
.NAV_L1 {
    margin: 0px auto;
    width: 100%;
    padding: 4px 0;
    font-size: 12px;
    font-weight:bold;
    
    /*border-top:1px solid #c5c6c4;*/
    /*background-color: #1ABC9C;*/
    display: block;
    text-align: left;
    clear: both;
}

a.NAV_L1 {
    cursor: pointer;
}

span.NAV_L1 {
    color: #333;
    padding-left: 4px;
}

.NAV_L2 {
    margin: 0px;
    font-weight: normal;
    display: block;
    float: left;
    text-align: center;
    cursor: pointer;
    color: #34495E;
    border-bottom: 1px solid #ccc;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    padding: 12px 0;
}

    .NAV_L2.current {
        color: #000;
        font-weight:bold;
    }

    .NAV_L2:hover {
        color: #000;
        font-weight: bold;
    }

.labelNav {
    padding: 0 10px;
}

.labelNav .title {
    display: block;
    float: left;
    width: 60px;
    margin: 0 auto;
    text-align: center;
    padding: 8px 0;
}

.labelNav .ddNav {
    display: block;
    float: left;
    width: 80px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    padding: 8px;
}

.labelNav .current {
    background-color: #FF6600;
    color: #fff;
}
/*----------------------------- 侧导航二 ---------------------------------*/
ul.film_focus_nav li {
    height: 47px;
    background: #d7d7dc;
    margin: 0px 0px 5px 0;
    padding: 0px 18px 0 19px;
    position: relative;
    width: 190px;
    cursor: pointer;
    cursor:pointer;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    line-height: 47px;
}

ul.film_focus_nav li b {
    display: none;
}

ul.film_focus_nav li.cur span {
    display: none;
}

    ul.film_focus_nav li.cur b {
        display: block;
        vertical-align: middle;
        display: table-cell;
        height: 132px;
        color: #f8f8f8 !important;
    }

ul.film_focus_nav li.cur {
    background: url(/img/slide/hd_on.png) no-repeat;
    width: 190px;
    height: 132px;
    left: 0px;
    padding: 0px 33px 0 25px;
    _background: url(/img/slide/hd_on.png) no-repeat 0 0;
    word-break: break-all;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    overflow: hidden;
    line-height: 30px;
}
/*<div class="film_focus"> bg:rgb(243, 243, 243)
        <div class="film_focus_desc">
            <ul class="film_focus_nav">
                <li class="cur"> <b>程序化软件</b><span>程序化软件</span> </li>
                <li><b>量化策略</b><span>量化策略</span> </li>
                <li><b>交易平台</b><span>交易平台</span> </li>
                <li><b>联系方式</b><span>联系方式</span> </li>
            </ul>
        </div>
    </div>*/
/*------------------------------------ 右侧 ------------------------------------*/
.ad_box {
    background: #fff;
    padding: 2px 8px;
    margin-bottom: 10px;
}
.ad_box .title {
    height: 28px;
    /* background: url(/Content/img/Common/bg_page.png) no-repeat 0 -192px; */
    font-size: 14px;
    color: #000;
    font-weight: bold;
    line-height: 28px;
    padding-left: 10px;
    border-bottom: 1px solid #000;
}
.t_box {
    table-layout: fixed;
}
.t_box td {
    border-bottom: 1px dotted #000;
    padding: 8px 0;
}
.ad_box .number {
    width: 16px;
    font-family: "宋体";
    font-size: 14px;
    text-align: center;
    color: red;
    display: inline-block;
    vertical-align: middle;
}
/*------------------------------------幻灯片-----------------------------------*/

.main_image {
    width: 100%;
    height: 250px;
    border-top: 1px solid #d7d7d7;
    overflow: hidden;
    margin: 0 auto;
    position: relative
}

.main_image img {
width: 100%;
height: 250px;
margin: 0 auto
}

.main_image ul {
width: 9999px;
overflow: hidden;
position: absolute;
top: 0;
left: 0
}

.main_image li {
float: left;
width: 100%;
text-align: center
}

.main_image li span {
    display: block;
    width: 100%;
}

.main_image li a {
    display: block;
    width: 100%;
}

div.flicking_con {
    width: 990px;
    margin: 0 auto;
    position: relative
}

    div.flicking_con .flicking_inner {
        position: absolute;
        bottom: -180px;
        left: 30px;
        z-index: 999;
        height: 21px
    }
    /* 121126 */
    div.flicking_con a {
        float: left;
        width: 21px;
        height: 21px;
        margin: 0;
        padding: 0;
        background: url('/jquery/touchSlide/images/btn_main_img.png') 0 0 no-repeat;
        display: block;
        text-indent: -1000px
    }

        div.flicking_con a.on {
            background-position: 0 -21px
        }

#btn_prev, #btn_next {
    z-index: 11111;
    position: absolute;
    display: block;
    width: 73px !important;
    height: 74px !important;
    top: 50%;
    margin-top: -50px;
    display: none;
}

#btn_prev {
    background: url(/jquery/touchSlide/images/hover_left.png) no-repeat left top;
    left: 20px;
}

#btn_next {
    background: url(/jquery/touchSlide/images/hover_right.png) no-repeat right top;
    right: 20px;
}

.t_unit {
    width: 33%;
    float: left;
}

.tie_type span {
    background-color: #0094ff;
    color: #fff;
    padding: 4px
}
/*------------------------------------ 表格 ------------------------------------*/
.tTable, #listPanel {
    width: 100%;
    table-layout: fixed;
}

    .tTable > thead th {
        font-size: 12px;
        font-weight: normal;
        padding: 6px 0;
        border: 1px solid #ccc
    }
    /*border-bottom: 1px solid #000000;*/
    /*.tTable > thead  th:not(:first-child){border-left:1px solid #ccc}*/
    .tTable > tbody th {
        border-bottom: 1px solid #e6e6e6;
        padding: 8px;
        font-weight: normal;
    }

.tHead th {
    background-color: #e6e6e6;
    border-bottom: none !important;
    font-weight: bold;
}

.tTable th.TL {
    padding-left: 4px
}

.tTable > tbody > tr > td {
    border-bottom: 1px solid #e6e6e6;
    padding: 8px 4px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center
}

.tTable > tfoot > tr > td {
    border-bottom: 1px solid #e6e6e6;
    padding: 8px 4px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center
}

.tTableFront > thead th {
    background-color: #22AAEE;
    color: #fff;
    border: 1px solid #ccc;
    padding: 8px;
}

.tTableFront > tbody td {
    border: 1px solid #ccc;
    padding: 8px;
}
/*------------------------------------ 信息提示 ------------------------------------*/
.message {
    background-size: 40px 40px;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)), color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    width: 100%;
    border-top: 1px solid;
    border-bottom: 1px solid;
    color: #fff;
    padding: 20px 0 60px 0;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    -webkit-animation: animate-bg 5s linear infinite;
    -moz-animation: animate-bg 5s linear infinite;
}

.INFO {
    background-color: #4ea5cd;
    border-color: #3b8eb5;
}

.ERROR {
    background-color: #eaaf51;
    border-color: #d99a36;
}

.SUCCESS {
    background-color: #61b832;
    border-color: #55a12c;
}
/*************期货公司选择*************/
.lstRow {
    border-bottom: 1px solid #00688B;
    padding: 6px 2px;
}

.HighLight {
    background-color: Yellow
}
/*----------------------------- cardArea ---------------------------------*/
#cardArea
{
margin: 0 auto;
}

#cardArea .cardTit
{
height: 47px;
}

.cardTit ul
{

border-bottom:2px solid #0099CC;
text-align:center;
}

.cardTit li
{
    display:inline-block;
    width:120px;
    margin:0 8px;
    padding:4px 10px;
    background-color:#FFF;
}

.cardTit li.on
{
    background-color:#0099CC;
    color:#FFF;
}

.cardCnt
{
margin-top:20px;
padding-bottom: 10px;
}
/*----------------------------- 支付 ---------------------------------*/
.bank_unit {width:180px;padding:6px 4px 6px 0;vertical-align:middle;float:left}
.bank_unit span{margin-left:6px;}
.bank_unit input{position:relative;top:-14px}
.icon_bank {
    background: url(/img/Common/banks.png);
    height:36px;
    width:126px;
    display:inline-block;
}
.bank_ALI {
    background-position:0 0;
}
.bank_CMB {
    background-position:0 -360px;
}
.bank_ICBC {
    background-position:0 -576px;/*工商*/
}
.bank_BOC {
    background-position:0 -144px;/*中国银行*/
}
.bank_ABC {
    background-position:0 -36px;/*农业*/
}
.bank_CCB {
    background-position:0 -180px;/*建设*/
}
.bank_BCOM {
    background-position:0 -432px;/*交通*/
}
.bank_PSBC {
    background-position:0 -648px;/*邮政*/
}
.bank_SPDB {
    background-position:0 -792px;/*浦发*/
}    
.bank_CMBC {
    background-position:0 -396px;/*民生*/
}
.bank_CITIC {
    background-position:0 -324px;/*中信*/
}
.bank_GDB {
    background-position:0 -506px;/*广发*/
}   
.bank_PAB {
    background-position:0 -756px;/*平安*/
}

.big_caption {

    text-align: right;
    margin-right:6px;
}
.big_input {
    border: 1px solid #9d9d9d;
    box-sizing: border-box;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    border-radius: 3px;
    font-size: 1.2rem;
}
.big_button {
    max-width:200px;
    height: 2rem;
    line-height: 2rem;
    border-radius: 3px;
    background: #fe6600;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    display: block;
    color:#fff !important;
}


.t_rank_inner {
    table-layout: fixed;
    width: 96%;
    margin: 0 auto;
}
.t_rank_inner td.td1 {
    width: 40px;
}

/*----------------------------- 文章 ---------------------------------*/
#tie_body{margin:0 auto}
#tie_content img {
    display: block;
    margin: 0 auto;
    max-width: 950px;
    margin:20px auto;
}
#tie_content{line-height:24px;}
/*----------------------------- 上传 ---------------------------------*/
#up_panel #up_file {
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 14px;
    border: 0 none;
}

.show_img {
    position: relative;
    width: 200px;
    height: 100px;
    float: left
}

.show_img img {
    width: 200px;
    height: 100px;
    display: block
}

.show_img .del_img {
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-block;
}

.del_img .iconfont {
    color: red;
    cursor: pointer;
    font-size: 20px;
}
/*----------------------------- 图片选择对话框 ---------------------------------*/
.chkSelImg {
    width: 64px;
    height: 64px;
    display: block;
    margin: 8px 0 0 8px;
    border-width: 2px;
    border-style: solid;
    border-color: #ccc;
    cursor: pointer;
    float: left;
}

img.checked {
    border-color: red !important;
}

/*------------------------------------  文章  ------------------------------------*/

.news-detail {
    width: 1100px;
    min-height: 480px;
    margin: 40px auto;
}

.news-detail h1, .news-detail h2 {
    text-align: center;
}

.news-detail h1 {
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
}

.news-detail h2 {
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}

.news-detail .image {
    max-width: 1100px;
    margin: 10px 0;
}

.recommendlist {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding: 1rem 0;
}

.recommendlist_pic {
    float: left;
    width: 200px;
}

    .recommendlist_pic img {
        width: 100%;
        height: 7rem;
    }

.recommendlist_content {
    float: left;
    width: 70%;
    padding-left: 2rem;
    box-sizing: border-box;
}

.recommendlist_content_title {
    float: left;
    color: #333333;
    line-height: 2.2rem;
    text-align: left;
    width: 100%;
    overflow: hidden;
}

    .recommendlist_content_title a {
        color: #333333;
    }

.list_info {
    float: left;
    width: 100%;
    line-height: 2.5rem;
    font-size: 1rem;
    color: #999999;
}
.list_info a{
    margin-left:6px;
}
.list_info_left {
    float: left;
}

.span_author_name {
    font-weight: bold;
    color: #FFCE47;
}

.cus_dot {
    display: inline-block;
    font-size: 1rem;
    color: #cacaca;
    width: 1rem;
    text-align: center;
}
.title {
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    color: #555555;
    overflow: hidden;
    white-space: nowrap;
}

#inst_news td.td1 {
    width: 40px
}

#inst_news td.td2 {
    text-align: left;
}

#inst_news td.td3 {
    width: 100px
}

/*----------------------------- 图表 ---------------------------------*/
.f-clear {
    zoom: 1;
}

    .f-clear:after {
        display: block;
        clear: both;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

.d_inst {
    width: 100%;
    float: left;
    margin: 10px;
}

.chart_min {
    width: 50%;
    height: 160px;
    float: left;
}

.tie_min {
    width: 50%;
    float: right;
}

/*----------------------------- 过滤 ---------------------------------*/
.product_filter .sort {
    margin: 0 4px;
    padding: 4px;
    margin-right: 4px;
}

.product_filter .sort {
    margin: 0 4px;
    padding: 4px;
    margin-right: 4px;
}

.product_filter .on {
    background-color: #FF4500;
    color: #fff;
}

.sort {
    cursor: pointer;
    padding-right: 8px;
    font-weight: normal;
}

/*----------------------------- 首页 ---------------------------------*/
.product_unit {
    float: left;
    width: 400px;
    height:240px;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #fff;
    position: relative;
    margin:20px 0;
}
div.mm {
    margin: 20px 28px
}


.product_unit .d_title {
    height: 24px;
    line-height: 24px;
    padding-bottom: 4px;
    text-align: center;
    color: dimgrey;
    font-weight: bold;
    background-color: #e8e8e8;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom:1px solid #ccc;
    margin-bottom:2px;
}
.d_title > span {
    padding: 0 4px;
}
.d_img {
    padding:0;
}
.product_img {
    width: 100%;
    height: 210px;
    border: none;
}

.product_unit .a {
    color: #333 !important;
}
span.label {
    font-size: 1.1em;
    color: #333
}


.td_img {
    width: 40%;
}
.tr_product td {
    padding-bottom: 20px;
}
.product_img_s{width:64px;height:32px;}
.d_one {
    float: left;
    width: 100px;
    line-height: 24px;
    overflow: hidden;
}

#bt_download {
    width: 100px;
    padding: 3px 2px;
    position: relative;
    top: -3px
}
#bt_pay {
    width: 100px;
    padding: 3px 2px;
    position: relative;
    top: -3px;
    margin-left:8px;
}
.StgyImg {
    max-width: 180px;
    max-height: 120px
}

.dStgyUnit{background-color:white;margin-top:8px}
.dStgyImg {
    background-color: white;
    padding: 4px
}
    .dStgyImg img {
        max-width: 400px;
        max-height: 280px
    }
.tdStgyImg {
    padding-right: 16px
}