body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

fieldset, img {
    border: 0 none
}

:focus {
    outline: 0
}

address, caption, cite, code, dfn, em, b, i, th, var, optgroup {
    font-style: normal;
    font-weight: 400
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

textarea {
    overflow: auto
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th {
    text-align: left
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline
}

:link, :visited, ins {
    text-decoration: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.clearfix {
    zoom: 1
}

.fr {
    display: inline;
    float: right !important
}

.fl {
    display: inline;
    float: left !important
}

.show {
    display: block
}

.hide {
    display: none
}

.center {
    text-align: center !important
}

h1, h2, h3, h4, h5, h6, code, kbd, samp, tt, input, button, textarea, select {
    font-size: 100%
}

button, input[type=reset], input[type=button], input[type=submit] {
    cursor: pointer;
    overflow: visible
}

.blank5, .blank8, .blank10 {
    clear: both;
    overflow: hidden
}

.blank5 {
    height: 5px
}

.blank8 {
    height: 8px
}

.blank10 {
    height: 10px
}

.blank20 {
    height: 20px
}

.blank25 {
    height: 25px
}

.blank30 {
    height: 30px
}

.blank40 {
    height: 40px
}

.blank50 {
    height: 50px
}

body {
    font: 400 12px/1.5 arial, \5b8b\4f53;
    color: #333
}

a {
    color: #000
}

a:focus, a:hover {
    text-decoration: underline;
    color: #BD0A01
}

html {
    overflow-y: scroll;
    background: #fff
}

img {
    display: block;
}

iframe {
    display: block
}

.footer-sm img {
    background-color: transparent
}

img.ico {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    background-color: transparent
}

.area {
    margin: 0 auto;
    width: 1000px
}

.col-main {
    float: left;
    width: 650px;
    overflow: hidden
}

.col-main-outer {
    float: left;
    width: 650px
}

.col-aside {
    float: right;
    width: 300px;
    overflow: hidden
}

.site-bar {
    background-color: #FFF;
    height: 35px;
    width: 100%;
    z-index: 10
}

.site-bar-onScroll {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3)
}

#J_sitebar_bg {
    height: 35px;
    _display: none
}

.site-bar-bd {
    width: 1000px;
    margin: 0 auto;
    line-height: 35px;
    color: #666;
    position: relative
}

.site-bar .left-col {
    float: left;
    position: relative;
    z-index: 11;
    _width: 650px
}

.site-bar .main-nav li {
    float: left;
    font-size: 12px;
    font-family: microsoft yahei
}

.site-bar .main-nav a {
    display: inline-block;
    padding: 0 8px;
    color: #333
}

.site-bar .main-nav a:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #4472AE
}

.site-bar .right-col {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 12;
    width: 360px;
    height: 35px;
    background-color: #FFF;
    zoom: 1
}

.site-bar .login-area {
    float: left;
    border-right: 1px solid #DDD
}

.site-bar .login-area .login, .site-bar .login-area .logout {
    display: inline-block;
    float: left;
    padding: 0 20px;
    color: #333;
    border-left: 1px solid #FFF
}

.site-bar .login-area .login:hover, .site-bar .login-area .logout:hover {
    text-decoration: underline;
    color: #000
}

.site-bar .ddl-widget {
    float: left;
    position: relative;
    cursor: pointer
}

.site-bar .ddl-widget .ddl-widget-outer {
    border: 1px solid #FFF;
    border-width: 0 1px;
    padding: 10px 10px 10px 10px;
    line-height: 15px
}

.site-bar .ddl-widget:hover .ddl-widget-outer, .site-bar .ddl-widget-hover .ddl-widget-outer {
    border-color: #ccc;
    background-color: #fff
}

.site-bar .ddl-widget .ddl-widget-inner {
    position: relative;
    padding-right: 20px
}

.site-bar .ddl-widget div b {
    _display: none;
    position: absolute;
    right: 0;
    top: 5px;
    border-width: 7px 7px;
    border-style: solid;
    border-color: #888 #FFF #FFF #FFF;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    -webkit-transition: -webkit-transform .2s ease-in;
    -moz-transition: -moz-transform .2s ease-in;
    -o-transition: -o-transform .2s ease-in;
    transition: transform .2s ease-in
}

.site-bar .ddl-widget:hover b, .site-bar .ddl-widget-hover b {
    _display: none;
    border-color: #888 #fff #fff #fff;
    -moz-transform: rotate(180deg);
    -moz-transform-origin: 50% 20%;
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: 50% 20%;
    -o-transform: rotate(180deg);
    -o-transform-origin: 50% 20%;
    transform: rotate(180deg);
    transform-origin: 50% 20%;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    top: -4px \9
}

.site-bar .ddl-widget .suggestion {
    display: none;
    border: 1px solid #CCC;
    border-top: 0;
    width: 80px;
    background-color: #FFF;
    left: 0;
    position: absolute;
    top: 35px;
    z-index: 99;
    line-height: 24px
}

.site-bar .ddl-widget:hover .suggestion {
    display: block
}

.site-bar .ddl-widget .suggestion li {
    float: none
}

.site-bar .ddl-widget .suggestion li a {
    display: block;
    color: #333;
    cursor: pointer;
    padding: 0 10px;
    white-space: nowrap
}

.site-bar .ddl-widget .suggestion li a:hover {
    background-color: #4472AE;
    color: #FFF;
    text-decoration: none
}

.site-bar .ico-links {
    float: left;
    padding: 0 0 0 10px;
    height: 35px
}

.site-bar .ico-links a {
    vertical-align: middle;
    display: inline-block;
    background: url(../images/site-bar-splice.png) no-repeat;
    width: 25px;
    height: 0;
    padding-top: 25px;
    overflow: hidden;
    cursor: pointer;
    margin-left: 7px
}

.site-bar .ico-links .ico-sina-weibo {
    background-position: -31px 0
}

.site-bar .ico-links .ico-tx-weibo {
    background-position: -62px 0
}

.site-bar .ico-links .ico-mail:hover {
    background-position: 0 -28px
}

.site-bar .ico-links .ico-sina-weibo:hover {
    background-position: -31px -28px
}

.site-bar .ico-links .ico-tx-weibo:hover {
    background-position: -62px -28px
}

.site-nav {
    width: 100%;
    height: 34px;
    line-height: 34px;
    color: #ccc;
    font-size: 12px;
    overflow: hidden;
    clear: both;
    text-align: center;
    min-width: 980px
}

.site-nav .site-nav-bd {
    width: 980px;
    margin: 0 auto;
    clear: both;
    overflow: hidden
}

.site-nav span {
    float: left;
    padding: 0 12px 0 12px
}

.site-nav a {
    color: #252525;
    float: left
}

.site-nav a:hover {
    color: #BD0A01
}

.mod-footer .area {
    width: 980px
}

.mod-footer .mod-contact {
    color: #666
}

.mod-footer .mod-contact p {
    color: #666;
    font-size: 12px
}

.mod-footer {
    background: #EFEFEF;
    padding: 0;
    overflow: hidden;
    min-width: 980px
}

.mod-footer .mod-zt {
    padding-bottom: 15px
}

.mod-footer .hd h3 {
    padding: 0;
    height: 40px;
    line-height: 40px
}

.mod-footer .mod-zt .hd h3 {
    color: #000;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-size: 18px;
    font-weight: 400;
    padding-left: 10px
}

.mod-footer .mod-zt .hd h3 a {
    color: #000
}

.mod-footer .mod-zt ul li {
    float: left;
    margin-right: 52px;
    height: 126px;
    overflow: hidden
}

.mod-footer .mod-zt ul li a {
    text-decoration: none
}

.mod-footer .mod-zt ul li.last {
    margin: 0
}

.mod-footer .mod-zt ul li em {
    font-size: 12px;
    color: #666;
    display: block;
    text-align: center;
    float: left;
    height: 36px;
    line-height: 36px;
    position: relative;
    width: 120px;
    overflow: hidden
}

.mod-footer .sitemap {
    border-top: 1px solid #D5D5D5
}

.mod-footer .sitemap .col-l, .mod-footer .sitemap .col-m, .mod-footer .sitemap .col-r {
    padding-top: 20px;
    padding-bottom: 50px
}

.mod-footer .sitemap .col-l {
    width: 260px;
    border-right: 1px solid #ddd;
    padding-right: 0;
    margin-right: 0;
    float: left;
    overflow: hidden
}

.mod-footer .sitemap .col-m {
    width: 310px;
    padding: 20px 57px 50px;
    border-right: 1px solid #ddd;
    float: left;
    overflow: hidden
}

.mod-footer .sitemap .col-r {
    width: 280px;
    padding-top: 30px;
    padding-left: 10px;
    float: right;
    overflow: hidden
}

.mod-footer .sitemap .tit {
    font-size: 14px;
    line-height: 50px
}

.mod-footer .sitemap ul li {
    float: left;
    width: 77px;
    height: 30px
}

.mod-footer .sitemap .col-l ul li {
    width: 84px
}

.mod-footer .sitemap ul li a {
    font-size: 14px;
    color: #666
}

.mod-footer .sitemap a {
    font-family: microsoft yahei
}

.mod-footer .cn-search {
    padding-bottom: 20px
}

.mod-footer .cn-search .cn-input {
    width: 230px
}

.mod-footer .footer-sm {
    background: #002C4B;
    height: 50px;
    line-height: 50px
}

.mod-footer .footer-sm img {
    float: left;
    margin-top: 10px
}

.mod-footer .footer-sm p {
    color: #ccc;
    float: right;
    font-size: 14px
}

.mod-footer .footer-sm p a {
    color: #ccc
}

.mod-footer .footer-sm p a.menufoot12p {
    margin-right: 30px
}

.mod-footer .icon-lis {
    padding-bottom: 10px
}

.mod-footer .icon-lis a {
    background-position: 0 -31px;
    display: inline-block;
    height: 0;
    margin-right: 10px;
    overflow: hidden;
    padding-top: 40px;
    width: 40px
}

.mod-footer .icon-lis .ico-mail {
    background-position: -50px 0
}

.mod-footer .icon-lis .ico-weibo {
    background-position: -200px -0px;
    margin-right: 0
}

.mod-footer .icon-lis .ico-189 {
    background-position: -100px -0px
}

.mod-footer .icon-lis .ico-cloud {
    background-position: -150px -0px
}

.mod-footer .icon-lis .ico-newsapp:hover {
    background-position: 0 -54px
}

.mod-footer .icon-lis .ico-mail:hover {
    background-position: -50px -54px
}

.mod-footer .icon-lis .ico-189:hover {
    background-position: -100px -54px
}

.mod-footer .icon-lis .ico-cloud:hover {
    background-position: -150px -54px
}

.mod-footer .icon-lis .ico-weibo:hover {
    background-position: -200px -54px
}


.mod-footer .icon-lis a {
    background-position: 0 0;
    display: inline-block;
    height: 0;
    margin-right: 10px;
    overflow: hidden;
    padding-top: 40px;
    width: 40px
}

.cn-search .cn-input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #EEE;
    border-color: #DDD -moz-use-text-color #DDD #DDD;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    color: #666;
    float: left;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    padding: 4px 2px;
    width: 308px
}

.cn-search .cn-btn {
    background: url(../images/search_btn.png) no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 34px;
    width: 36px
}





#article-cmt {
    position: relative
}

#article-cmt .hd {
    padding-bottom: 20px
}

#article-cmt .hd .title {
    font-size: 28px;
    font-family: microsoft yahei;
    padding: 8px 0 20px
}

#article-cmt .hd .info {
    float: left;
    line-height: 22px
}

#article-cmt .hd .info, #article-cmt .hd .info a {
    color: #777
}

#article-cmt .hd .info .sp {
    color: #e1e1e1;
    padding: 0 5px
}

#article-cmt .hd .zan-col {
    float: right
}

#article-cmt .bd blockquote {
    background-color: #F5F5F5;
    border: 1px solid #E6E6E6;
    margin-bottom: 25px;
    padding: 10px
}

#article-cmt .bd {
    font-size: 16px;
    font-family: microsoft yahei;
    line-height: 30px;
    color: #333;
    text-align: justify;
    overflow: hidden;
    word-break: break-all;
    clear: both
}

#article-cmt .bd p {
    margin-bottom: 20px;
    text-indent: 2em;
}

#article-cmt .bd img {
    display: inline-block
}

#article-cmt .bd a {
    color: #004B8C
}

.page-box {
    text-align: center;
    font-size: 14px
}

.page-ctrl a, .page-ctrl span {
    color: #999;
    display: inline-block;
    line-height: 24px;
    margin-left: 5px;
    outline: medium none;
    padding: 0 10px;
    margin-bottom: 5px
}

.page-ctrl a {
    border: 1px solid #CCC;
    border-radius: 2px 2px 2px 2px;
    color: #004B8C
}

.page-ctrl a:hover {
    background-color: #FFFFE0;
    border-color: #ff7800;
    color: #333;
    text-decoration: none
}

.page-ctrl span, .page-ctrl span.current {
    background-color: #FFFFE0;
    border: 1px solid #ff7800;
    border-radius: 2px 2px 2px 2px;
    color: #333;
    text-decoration: none
}

.page-ctrl span.dot {
    background-color: transparent;
    border: 0;
    padding: 0 5px
}

.page-ctrl span.prev, .page-ctrl span.next, .page-ctrl span.pre_pager_btn, .page-ctrl span.next_pager_btn {
    display: none
}

.page-tips {
    color: #989898;
    font-size: 12px;
    padding: 5px 0
}

.article-bottom-bar {
    font-size: 16px;
    font-family: microsoft yahei;
    line-height: 50px;
    border: 1px solid #E5E5E5;
    border-width: 1px 0
}

.article-bottom-bar a {
    padding: 0 10px;
    white-space: nowrap
}

.article-bottom-bar .sp {
    color: #CCC
}

.article-bottom-bar .go-dsq, .article-bottom-bar .go-tuisong {
    color: #BD0A01
}

.article-bottom-bar a.go-app {
    padding: 0
}

.article-bottom-bar a.go-app .ico {
    padding: 0;
    _padding-top: 11px
}

.mod .hd, .ui_s2 {
    background-color: #E4E4E4;
    height: 35px;
    line-height: 35px
}

.mod .hd h3, .ui_s2 h3 {
    color: #333;
    float: left;
    font-family: microsoft yahei;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px
}

.mod .hd h3 a {
    color: #333
}

.ui_s2 h3 {
    color: #000
}

.mod .hd .more a, .tit .more a {
    font-size: 14px;
    color: #999;
    float: right;
    padding-right: 15px;
    font-family: \5B8B\4F53
}

.mod .bd {
    padding: 10px 0
}

.tab-mod .mod-tab-hd {
    height: 35px;
    line-height: 33px;
    background-color: #E4E4E4;
    font-size: 16px;
    font-family: microsoft yahei
}

.tab-mod .mod-tab-hd li {
    float: left;
    position: relative;
    zoom: 1
}

.tab-mod .mod-tab-hd li.current {
    background: #FFF
}

.tab-mod .mod-tab-hd li a {
    display: block;
    width: 90px;
    text-align: center;
    border: 1px solid #E4E4E4;
    height: 33px
}

.tab-mod .mod-tab-hd li.current a {
    color: #b50000
}

.tab-mod .mod-tab-hd li.current b {
    background: url(../images/arr-down.png) no-repeat 0 0;
    height: 10px;
    width: 16px;
    display: inline-block;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -8px
}

.tab-mod .tab-con {
    padding-top: 10px
}

.auto-roll-tab {
    padding-bottom: 30px;
    border-bottom: 1px solid #DDD
}

.ranking-tab .mod-tab-hd li a {
    width: 148px
}

.col-250 {
    width: 220px;
    padding-right: 30px
}

.col-400 {
    width: 400px
}

.art-12 li {
    line-height: 22px
}

.art-12 li a {
    color: #666
}

.art-12 li a:hover {
    color: #BD0A01
}

.art li {
    font-size: 14px;
    font-family: microsoft yahei;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis
}

.art li a {
    white-space: nowrap
}

.ico-dot li {
    background: url(../images/art-dot.png) no-repeat scroll 0 10px transparent;
    padding-left: 12px
}

.headline {
    font-size: 16px;
    padding-bottom: 5px;
    font-family: microsoft yahei;
    overflow: hidden;
    text-overflow: ellipsis
}

.headline a {
    white-space: nowrap
}

.big-img {
    position: relative
}

.big-img em {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/alpha_bgga.png) repeat 0 0;
    font-size: 12px;
    color: #FFF;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center
}

.picTxtList li {
    font-size: 14px;
    height: 56px;
    padding: 14px 0
}

.picTxtList img {
    background: none repeat scroll 0 0 #CCC;
    display: block;
    float: left;
    height: 56px;
    width: 74px
}

.picTxtList p {
    float: right;
    line-height: 20px;
    width: 215px
}

.picTxtList p a {
    font-family: microsoft yahei;
    font-weight: 400;
    font-size: 14px;
    color: #131313;
    height: 44px;
    zoom: 1;
    position: relative;
    margin-top: -4px;
    overflow: hidden;
    display: block
}

.picTxtList p span {
    font-size: 12px;
    color: #888
}

.splitLine li {
    border-bottom: 1px dotted #D3D3D3
}

.splitLine li.last {
    border-bottom: none
}

.piclist {
    margin-left: -30px
}

.piclist li {
    float: left;
    display: inline;
    overflow: hidden;
    width: 140px;
    height: 145px;
    margin-left: 30px;
    color: #666
}

.piclist a, .piclist img, .piclist em {
    display: block
}

.piclist a {
    text-align: center;
    text-decoration: none
}

.piclist img {
    width: 140px;
    height: 105px;
    margin: 0 auto 8px;
    background-color: #ccc
}

.piclist em {
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    font-size: 14px;
    font-family: microsoft yahei;
    display: block
}

.piclist-s2 {
    margin-left: -20px
}

.piclist-s2 li {
    margin-left: 20px;
    height: 120px;
    position: relative;
    margin-bottom: 10px
}

.piclist-s2 a:hover, .piclist-s2 a:hover em {
    text-decoration: none
}

.piclist-s2 img {
    width: 140px;
    height: 120px;
    margin: 0 auto 8px;
    background: #ccc
}

.piclist-s2 em {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/alpha_bgga.png) repeat 0 0;
    font-size: 12px;
    color: #FFF;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.toplist-colL {
    float: left;
    width: 310px;
    overflow: hidden
}

.toplist-colR {
    float: right;
    width: 310px;
    overflow: hidden
}

.rank {
    background: url(../images/num_bg.png) no-repeat 0 7px
}

.rank li {
    border-bottom: 1px dotted #DDD;
    color: #333;
    font-family: microsoft yahei;
    font-size: 14px;
    height: 35px;
    overflow: hidden;
    line-height: 35px;
    padding-left: 28px;
    text-overflow: ellipsis
}

.rank li a {
    white-space: nowrap
}

.tuisong-box {
    position: absolute;
    background-color: #F0F0F0;
    z-index: 2;
    border-radius: 5px;
    _width: 305px
}

.tuisong-box .tuisong-box-inner {
    padding: 10px 10px
}

.tuisong-box b.arr {
    position: absolute;
    right: 70px;
    bottom: -14px;
    border-width: 7px 7px;
    border-style: solid;
    border-color: #F0F0F0 transparent transparent transparent;
    _border-color: #F0F0F0 #FFF #FFF #FFF;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}

.tuisong-box .mobile-input {
    float: left;
    border: 1px solid #C8C8C8;
    width: 145px;
    height: 16px;
    line-height: 16px;
    padding: 5px;
    _width: 130px
}

.tuisong-box .submit-btn {
    background-color: #39C;
    border: 1px solid #3EB0D5;
    color: #FFF;
    width: 57px;
    height: 28px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
    margin-left: 5px;
    float: left;
    _margin-top: -10px
}

.fixed-share-box {
    position: absolute;
    width: 22px;
    height: 225px;
    background-color: #FFF;
    padding: 4px;
    z-index: 9;
    visibility: hidden
}

.fixed-share-box-onScroll {
    position: fixed;
    top: 0
}

.fixed-share-box .share-txt {
    display: inline-block;
    width: 12px;
    padding: 3px 5px 0;
    color: #666;
    line-height: 1.2em
}

.ding-cai-btns {
    width: 302px;
    margin: 0 auto;
    padding-left: 130px;
    *margin-left: -30px;
    *float: left;
    *width: 242px;
    *padding-left: 100px;
}

.ding, .cai {
    float: left;
    margin: 0 6px;
    background: #FFF url(../images/ding-cai.png) repeat-x 0 0;
    width: 87px;
    _margin: 0
}

.ding a, .cai a {
    display: block;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    font-size: 18px;
    width: 87px;
    height: 36px;
    line-height: 36px;
    background: url(../images/ding-cai.png) no-repeat 0 0
}

.ding a {
    background-position: 22px;
    text-indent: 54px;
}

.cai a {
    background-position: 19px -104px;
    text-indent: 52px;
}

.ding a:hover, .cai a:hover {
    color: #BD0A01;
    text-decoration: none;
    border-color: #A0A0A0
}

.bottom-nav {
    padding: 10px 0
}

.bottom-nav .sp {
    padding: 0 8px;
    color: #DDD
}

.bottom-nav a {
    color: #888
}

.col-aside .rank li span {
    display: none
}

#mvclicka img {
    background-color: transparent
}

.xuantu img {
    background: none
}

#CssGaga {
    content: "20140423154453,276"
}

.clear {
    clear: both;
}

.today_div {
    width: 140px;
    float: left;
}

.zc_title {
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

.zc_title a {
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

.picTxtList li p {
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

.picTxtList li p a {
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

.picTxtList li span {
    display: block;
}
.zc_title {
    height: 42px;
    line-height: 21px;
    text-align: left;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    margin: 5px 0 8px;
    overflow: hidden;
}
.share_title {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    width: 100%;
}

.phone_news {
    width: 144px;
    padding-top: 5px;
}

.fixed-share-box-onScroll {
    width: 122px;
}
.channel-bar {
    height: 45px;
    border: 1px solid #d9d9d9;
    border-width: 0 0 3px 0;
}

.channel-bar .cn-search {
    padding-top: 5px;
    width: 300px;
    overflow: hidden
}

.channel-bar .logo {
    float: left; margin-right:20px;
}

.channel-bar .sub-nav {
    float: left
}

.channel-bar .sub-nav a {
    display: inline-block;
    padding: 0 8px;
    line-height: 45px;
    color: #111;
    font-size: 14px;
    font-family: microsoft yahei
}

.channel-bar .sub-nav a:hover {
    text-decoration: none;
    color: #ff0000
}

.breadcrumb, .breadcrumb a {
    color: #777;
    font-family: \5B8B\4F53
}

.breadcrumb a:hover {
    color: #ca0000
}

#article-cmt .hd .title{font-weight: normal;  font-family: '\5FAE\8F6F\96C5\9ED1';}
.pic-list .pic-tit h3 {padding-bottom: 5px;height: 30px;line-height: 30px;overflow: hidden;}
.pic-list h3 a {font-size: 18px;font-family: "microsoft yahei";font-weight: 400;}
.pic-list .pic-details {color: #666;line-height: 18px;padding-bottom: 15px;height: 39px;}
.pic-info {float: left;width: 280px;height: 20px;line-height: 20px;overflow: hidden;}
.share{width: 100%;height: 67px;border-top: 1px solid #dadada;border-bottom: 1px solid #dadada;}
.share-txt{display:block; float:left;font-size: 18px;font-family:'Î¢ÈíÑÅºÚ';height: 65px;line-height: 65px;}
.shareTools{  float: left;  height: 37px;  padding-top: 15px;  padding: 15px 50px 15px 20px;  border-right: 1px solid #ccc;}
.shareTools img{display: inline-block;  margin: 0 2px;}
#bdshare{  padding-top: 10px;height: 57px;width: 170px;border-right: 1px solid #ccc;}


.footer { width: 100%; border-top: 1px solid #ccc}
.foot { width: 100%;min-width: 800px; font:12px/1.75 "ËÎÌå", "Arial", sans-serif; margin: 20px auto 0 auto; color: #111; text-align: center;_width: 800px;}
.foot a{ color: #111; }
.footerTop {  margin-bottom:10px; }
.footerTop a{ margin:0 8px; }
.footerM { text-align: center;}
.footerL, .footerM, .footerR { display:inline-block;vertical-align: top;*display:inline;*zoom:1;}
.footerL, .footerR{margin: 0 10px;}
