body{
    background-color: #e9f0f5;
}
.main_left {
    float:left;
    border-width:0 1px;
    padding-left:10px;
}

.main_right {
    width:200px;
    min-height:937px;
    padding-bottom:20px
}

.main_right {
    width:248px;
    _height:937px;
    overflow:hidden;
    float:left
}

.main {
    width:1476px;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    min-height:620px;
}

.main_c {
    width: 100%;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
}

.content {
    margin-left:280px;
    text-align:left;
}

.article_content {
    text-align:left;
    padding:5px;
}

.guping_list {
    width:725px;
    float:right;
}
.guping_rank{
    width:250px;
    float:left;
}

/***右侧导航***/
.nav_left_current {
    border-left: 4px solid #d4d9e5;
    color: #17317b;
    font-weight:bold;
}

.nav_left .nav_left_current a {
    padding-left:18px;
}


/***搜索***/
.search{
    width:250px;
    height:25px;
}
.btn {
    width: 50px;
    height: 30px;
    background-color: #42a6d3;
    color: #fff;
    border: 0px;
    cursor:pointer;
}

/***左边导航***/ 
.nav_left {
    border-left:1px solid #e6e9ef;
    float:left;
    width:110px;
    text-align:center;
}
.nav_left li {
    height: 49px;
    line-height: 49px;
    position: relative;
    border-bottom: 1px solid #e6e9ef;
    font-size: 16px;
    text-align: left;
}
.nav_left a {
    padding-left:22px;
}

/***评论导航***/
stock_comment_nav {
    margin-left:-10px;
    width:1200px;
    position:absolute;
}
.stock_comment_nav ul{
    height: 38px;
    line-height: 38px;
    background-color: #3177EA;
    text-decoration: none;
}

.stock_comment_nav ul li{
    float: left;
    display: inline;
    padding: 0 8px;
    margin-left: 15px;
}

.stock_comment_nav a {
    font-size:14px;
    color:#fff;
}


.stock_comment_nav ul .current {
    background-color: #fff;
    margin-top: 5px;
    line-height: 30px;
    height: 33px;
    color: #004276;
    font-weight: bold;
}

.stock_comment_nav li.current a{

    color: #004276;
}



/***排行***/
.rank_title {
    height: 32px;
    line-height: 32px;
    border: 1px solid #eee;
    background: #f8f8f8;
    font-size:16px;
    text-align:left;
    padding-left:8px;
}

.list_rank {
    text-align: left;
    color: #004276;
    font-size:14px;
    border-color:#eee;
    border-style:solid; 
    border-width:1px; 
}
.list_rank li {
    height:30px;
}
.list_rank li a{
    padding-left:8px;
    color: #444444;
}

/****新版首页导航条*****/
.navBeta {
    padding: 10px 0;
    background: #576686;
    margin:auto;

}
.navBetaCon {
    float: left;
    overflow: hidden;
    padding:0 0 0 68px;
}
.navBetaCon li.current a{

}
.navBetaCon li {
    float: left;
    line-height:24px;
    margin-left: 3px;
    margin-bottom: -4px;
}
.navBetaCon li a {
    padding:2px 8px;
    display:inline-block;
    color: #fcfcfc;
    white-space: nowrap;
    border-radius:3px;
}

.navBetaCon li.tit a {
    font-size: 18px;
    font-weight: 900;

    color: #fff;
}

.navBetaCon li.tit a:hover {
    background:#fff;
    color:#333;
    text-decoration:none;
}
.Con2 {
    width: 218px;
    border-left:1px solid #3175BC;
}
.Con3 {
    width: 178px;
    border-left:1px solid #3175BC;
}
.Con4 {
    width: 138px;
    border-left:1px solid #3175BC;
}
.Con5 {
    width:103px;
    border-left:1px solid #3175BC;
}
.Con6 {
    width: 83px;
    padding-left:15px;
    border-left:1px solid #3175BC;
    border-right:none;
}

/****文章块****/
.list{
    margin: 0px 9px 18px;
    text-align: left;
    color: #004276;
    width:300px;
}
.list ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.list li{
    font-size:14px;
    width: 100%;
    height:36px; line-height:36px; overflow:hidden; vertical-align:middle; 
    background:url(http://img.inv.org.cn/cn/v2/20130519/list_bg03.jpg) no-repeat 0 15px;
    padding-left:16px; border-bottom:1px dashed #e5e5e5;
}

.list li a{
    color: #004276;
}
.title {
    padding-left:6px;
    overflow: hidden;
}
.date {
    float: right;
    text-align: right;/*日期右对齐*/
    color:#666666;
    font-size:10px;
}
.stock_name {
    width:70px;
    display:-moz-inline-box; 
    display:inline-block; 
}
.author {
    font-size:10px;
    color:#666666;
}

.list li a:hover{
    color: red;
}

.block_title {
    font-size: 16px;
    color: white;
    font-weight: 600;
    background:#1879b8;
    height:35px;
}


/****文章块2****/
ul,li,ol,dl,dt,dd {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

a {
    text-decoration: none;
}

.list_dl {
    width: 500px;
    display: block;
    overflow: hidden;
    font-size: 14px;
}

.list_dl dt {
    width: 100%;
    height: 25px;
    background-color: #bacac6;
    padding-top:7px; 

}

.list_dl dt b {
    float: left;
    margin-left: 12px;
}

.list_dl dt a {
    width: 5em;
    display: block;
    color: #FFFFFF;
    float: right;
    text-align: right;
    padding-right: 10px;
}

.list_dl dt a.more {
    color: #2664c0;
}

.list_dl dt a.more:hover {
    color: #333;
}

.list_dl dd {
    display: block;
    margin-top: 4px;
    clear: both;
}

.list_dl ul li {
    text-align: left;
    text-indent: 1.3em;
    line-height: 220%;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;
    background-image: url(http://www.51xuediannao.com/uploads/jiqiao/csslist01/images/list_ico.gif);
    background-repeat: no-repeat;
    background-position: 4px center;
}

a.link2 {
    color:#363636;
}

a.link1 {
    color: #2664c0;
    float:left;
    width:75px;
}

.list_dl ul li span {
    float: right;
    color: #9B9B9B;
    margin-right: 7px;
}


/*股票上方导航*/
.one td{
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    background:#F5F5F5;
    color:#333;
    padding:3px;
    font-weight:bold;
    font-size:13px;
    width:10px;
    white-space:nowrap;
}
.one .current{
    background:#cad6e3;
}
/*右侧涨停记录*/
.zhangting {margin-left:4px;position:absolute;background:#f3f3f6;width: 335px}
.zhangting li {border-bottom: 1px dashed #DCDCDC;margin:0 8px;padding: 9px 0px;display: flex;justify-content: space-between;line-height: 15px}
.zhangting li:last-child {border-bottom:0px;}
.zhangting .zt_info{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;width:212px;text-align: left;}
.zhangting .zt_day{width:64px;color:gray;margin-right: -6px;}
.zhangting .zt_rate{}