#edugame-aside-video {
    padding-top: 26px
}

#house-aside-gddt {
    position: relative;
    zoom: 1
}

#house-aside-gddt .loading {
    top: 30px
}

.bd .house_view {
    top: -6px;
    width: 288px;
    height: 276px
}

.house_view .city_list_1 {
    width: 260px;
    padding-top: 12px;
    border: 0
}

.house_view .city_list_1 a:link,
.house_view .city_list_1 a:visited {
    padding-right: 20px
}

.house-select-btn {
    margin-top: -6px
}

.pic-wall {
    margin-top: -10px;
    padding-top: 0
}

.pic-wall .image-list {
    width: 984px
}

.pic-wall .image-list-wrapper {
    width: 1018px !important
}

.pic-wall .image-list-item {
    width: 195px;
    height: 165px;
    margin-right: 2px
}

.pic-wall .image-list-item img {
    width: 195px;
    height: 130px;
    border: 0
}

.pic-wall .image-list-item .txt {
    height: 20px;
    line-height: 20px;
    text-align: center
}

.pic-wall .image-list-item .txt:hover {
    color: #fff;
    background: #3064bb
}

#internal-hotword {
    padding-top: 26px
}

#local_news .ulist i a {
    font-size: 14px;
    font-weight: 400;
    color: #999
}

#local_news .loading {
    top: 2388px
}

.mod-localnews .l-right-col .ulist {
    margin-bottom: 0
}

.mod-localnews .imagearea .imagearea-top {
    height: 177px
}

.mod-localnews .image-mask-item {
    height: 177px
}

.mod-localnews .image-mask-item .item-title {
    height: 25px;
    font: 400 12px/28px \5B8B\4F53
}

.localnews_logo {
    float: left
}

.localnews_logo .local_logo {
    display: inline-block;
    margin-right: 20px;
    height: 22px;
    width: 63px;
    background-size: 63px 22px
}

.localnews_logo .qilu_logo {
    background-image: url(../../images/qilu_19d1f57.png)
}

.localnews_logo .guiyang_logo {
    background-image: url(../../images/guiyang_8e6ccec.jpg)
}

.localnews_logo .guangdong_logo {
    background-image: url(../../images/guangdong_1834473.png)
}

#mil-aside-jq {
    padding-top: 22px
}

#image-list-news {
    padding-top: 15px
}

#image-list-news .image-list {
    width: 984px
}

#image-list-news .image-list-wrapper {
    width: 1018px
}

#image-list-news .image-list-item {
    width: 187px;
    height: 165px;
    margin-right: 12px
}

#image-list-news .image-list-item img {
    width: 187px;
    height: 125px
}

#image-list-news .image-list-item .txt {
    height: 20px;
    line-height: 20px;
    text-align: center
}

#image-list-news .image-list-item .txt:hover {
    color: #fff;
    background: #3064bb
}

.mod-social .l-right-col .ulist li {
    height: 24px;
    line-height: 24px
}

#sports-aside-nba .image-list-item {
    height: 134px
}

#sports-aside-nba .image-list-item .txt {
    overflow: hidden;
    height: 34px;
    padding: 5px 5px 0;
    line-height: 16px
}

#sports-aside-video {
    padding-top: 31px
}

#sports-aside-video .bd {
    overflow: hidden;
    width: 290px
}

#topbanner {
    display: none;
    margin-top: 8px
}

#topbanner a {
    display: block
}

#topbanner a img {
    display: block;
    width: 100%
}

.ad-banner {
    clear: both
}

.ad-banner a {
    display: block;
    padding-top: 20px;
    margin-bottom: -20px
}

.ad-banner a img {
    display: block;
    width: 100%
}

#imgplayer {
    position: relative;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 560px;
    height: 305px;
    padding-top: 10px;
    border: 0
}

.imgplayer .carousel-btn-prev,
.imgplayer .carousel-btn-next {
    position: absolute;
    z-index: 89;
    top: 130px;
    width: 50px;
    height: 50px;
    background-image: url(../../images/icon-carousel_b4b1d29.png)\9;
    background-repeat: no-repeat
}

.imgplayer .carousel-btn-prev {
    left: 15px;
    background-position: -10px -95px\9
}

.imgplayer .carousel-btn-prev:hover {
    background-position: -110px -96px\9
}

.imgplayer .carousel-btn-next {
    right: 15px;
    background-position: -160px -95px\9
}

.imgplayer .carousel-btn-next:hover {
    background-position: -60px -96px\9
}

.imgplayer .carousel-control a::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.carousel-control .icon-wrap {
    position: relative;
    display: block;
    width: 80%;
    height: 80%;
    margin: 10% 0 0 10%
}

.carousel-control .carousel-btn-next .icon-wrap {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.carousel-control .icon-wrap::before,
.carousel-control .icon-wrap::after {
    content: " ";
    position: absolute;
    left: 25%;
    width: 3px;
    height: 50%;
    background: #fff;
    -webkit-transition: -webkit-transform .3s, background-color .3s;
    transition: transform .3s, background-color .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.carousel-control .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(30deg);
    transform: translateX(-50%) rotate(30deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.carousel-control .icon-wrap::after {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-30deg);
    transform: translateX(-50%) rotate(-30deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.carousel-control a:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.carousel-control a:hover .icon-wrap::before,
.carousel-control a:hover .icon-wrap::after {
    background: #c00
}

.carousel-control a:hover .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.carousel-control a:hover .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg)
}

.imgview,
.imgview img {
    width: 560px;
    height: 305px;
    margin: 0
}

.imgnav {
    position: absolute;
    z-index: 88;
    right: 18px;
    bottom: 13px;
    overflow: hidden;
    width: 200px;
    height: 12px
}

.imgnav a {
    float: right;
    overflow: hidden;
    width: 9px;
    height: 8px;
    margin-top: 1px;
    margin-right: 5px;
    line-height: 10;
    background-image: url(../../images/icon-dot_48178cf.png);
    background-image: -webkit-image-set(url(../../images/icon-dot_48178cf.png) 1x, url(../../images/icon-dot-2x_fe00451.png) 2x);
    background-repeat: no-repeat;
    background-position: -25px -6px
}

.imgnav a:hover,
.imgnav .active {
    width: 10px;
    height: 10px;
    margin-top: 0;
    background-position: -5px -5px
}

.imgnav-mask {
    position: absolute;
    z-index: 86;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 66px;
    background-image: url(../../images/icon-carousel_b4b1d29.png);
    background-repeat: no-repeat;
    background-position: -9px 0
}

.imgtit {
    position: absolute;
    z-index: 87;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 66px;
    padding-left: 10px;
    text-align: left;
    background: 0 0
}

.imgtit a:link,
.imgtit a:visited,
.imgtit a:hover,
.imgtit a:active {
    display: block;
    height: 66px;
    font-size: 16px;
    font-weight: 500;
    line-height: 92px;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff
}

.sub_19da {
    height: 40px;
    width: 560px;
    margin-top: 15px;
    margin-right: 15px;
    text-align: center
}

.sub_19da .home-banner-left {
    background-repeat: no-repeat;
    background-color: #FFF;
    background-size: contain;
    width: 50%;
    height: 40px;
    zoom: 1
}

.sub_19da .home-banner-cell {
    background-repeat: no-repeat;
    background-color: #FFF;
    background-size: contain;
    width: 50%;
    height: 40px;
    float: left;
    margin-left: 140px
}

.sub_19da .left {
    background-image: url(../../images/bg_19da_xinjingjie_029074f.png)
}

.sda_line {
    margin-top: 15px;
    width: 560px;
    background: #dee2e6;
    height: 1px
}

.sub_19da .right .more a {
    font-size: 12px;
    color: #ff4200;
    font-weight: 700;
    padding-right: 0
}

#civil-aside-tophit {
    padding-top: 16px
}

.media-wrapper {
    position: relative;
    overflow: hidden;
    width: 984px;
    height: 140px;
    margin-top: 6px
}

.media-navbar {
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none
}

.media-navbar li {
    float: left;
    width: 187px;
    height: 140px;
    margin-right: 12px
}

.media-navbar li a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-decoration: none
}

.media-navbar .media-bg {
    width: 100%;
    height: 100%
}

.media-navbar .logo-left-top {
    position: absolute;
    top: 8px;
    left: 8px
}

.media-navbar .title {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 167px;
    height: 30px;
    padding: 0 10px;
    font: 700 12px/30px "微软雅黑, Tahoma";
    text-align: center;
    opacity: .7;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
    background-color: #000\9;
    filter: alpha(opacity=70)
}

.media-navbar .detail-mask {
    position: absolute;
    z-index: 100;
    top: 0;
    left: -100%;
    display: table;
    width: 187px;
    height: 140px;
    background-color: rgba(0, 0, 0, .85);
    background-color: #000\9;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
    filter: alpha(opacity=85)
}

.media-navbar .detail-mask .center-wrapper {
    display: table-cell;
    vertical-align: middle
}

.media-navbar .detail-mask .logo-center {
    display: block;
    margin: 0 auto;
    *margin: 28px auto 8px
}

.media-navbar .detail-mask .slogan {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #fff
}

.mod-media .sub-class {
    overflow: hidden;
    width: 654px;
    height: 26px
}

.activityon #headerwrapper {
    margin-top: 45px;
    box-shadow: none !important
}

body.activityon {
    background-image: url(../../images/bg_guoqing_f68bafe.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 2540px auto
}

.activityon #body {
    background-color: #fff;
    width: 1050px !important;
    padding: 10px 30px 0
}

.activityon #goTop {
    margin-left: 558px !important
}

.activityon #headerwrapper {
    background: none !important;
    border: 0 !important
}

.activityon #header-wrapper {
    background-color: #fff !important
}

.activityon #header {
    background-color: #fff !important;
    width: 1050px !important;
    padding: 30px 30px 10px !important
}

.activityon #menu {
    background-color: #e01810 !important;
    margin: 0 auto
}

.activityon #menu .icon-new {
    background: url(https://mbdp02.bdstatic.com/pcnews/static/fisp_static/news/focustop/new.png) no-repeat
}

.activityon .media-container .links-container {
    background-color: #db2323 !important
}

.activityon .media-container .links-container a:hover {
    background-color: #b01d1c !important
}

.activityon .mod-navbar .menu-list .more-container .more-links {
    background-color: #db2323 !important
}

.activityon .mod-navbar .menu-list .more-container .more-links a:hover {
    background-color: #b01d1c !important
}

.col-mod .focuslistnews .bold-item {
    position: relative;
    padding: 6px 0 3px 10px
}

.focuslistnews .bold-item .dot {
    position: absolute;
    top: 18px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    background: #da4453;
    *font-size: 0
}

.col-mod .focuslistnews .bold-item .dot {
    top: 16px
}

#pane-news .ulist {
    display: none
}

#pane-news .ulist:nth-of-type(0) {
    display: block
}

#pane-news .ulist:nth-of-type(1) {
    display: block
}

.hotnews {
    padding-bottom: 2px
}

.hotnews li {
    padding-left: 10px;
    line-height: 24px;
    position: relative;
    overflow: hidden
}

.hotnews li.hdline0 strong {
    display: block;
    padding: 14px 0 1px
}

.hotnews li strong {
    display: block;
    padding: 6px 0 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.hotnews li a:link,
.hotnews li a:active,
.hotnews li a:visited {
    font-size: 12px;
    color: #222
}

.hotnews li strong a:link,
.hotnews li strong a:active,
.hotnews li strong a:visited {
    font: 400 16px/24px "\5FAE\8F6F\96C5\9ED1", tahoma
}

.hotnews li:first-child strong a:link,
.hotnews li:first-child strong a:active,
.hotnews li:first-child strong a:visited {
    font: 700 18px/26px "\5FAE\8F6F\96C5\9ED1", tahoma
}

.hotnews .dot {
    position: absolute;
    top: 16px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    background: #da4453;
    *font-size: 0
}

.hotnews .hdline0 .dot {
    top: 25px
}

.toparea-rollnews {
    clear: both;
    overflow: hidden;
    height: 28px;
    margin-top: 20px;
    padding-right: 5px;
    background: #eff1f4
}

.toparea-rollnews dt {
    position: relative;
    float: left;
    width: 72px;
    height: 28px;
    font: 400 12px/28px normal;
    text-align: center;
    color: #fff;
    background: #6d91cf
}

.toparea-rollnews dt:before,
.toparea-rollnews dt:after {
    content: " ";
    position: absolute;
    top: 8px;
    right: 7px;
    width: 1px;
    height: 12px;
    background: #5270a2
}

.toparea-rollnews dt:after {
    right: 5px
}

.toparea-rollnews dt .before,
.toparea-rollnews dt .after {
    content: " ";
    position: absolute;
    top: 8px;
    right: 7px;
    display: none;
    width: 1px;
    height: 12px;
    background: #5270a2;
    *display: block;
    _height: 10px;
    _top: 5px
}

.toparea-rollnews dt .after {
    right: 5px
}

.toparea-rollnews dd {
    position: relative;
    float: right;
    overflow: hidden;
    width: 480px;
    height: 28px
}

.toparea-rollnews .transition {
    -webkit-transition: margin-top, .5s;
    -moz-transition: margin-top, .5s;
    -o-transition: margin-top, .5s;
    transition: margin-top, .5s
}

#toparea_rollnews_tip {
    font: 12px/28px normal
}

#toparea_rollnews_mask div {
    padding-left: 5px;
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 0
}

#toparea_rollnews_mask div a {
    display: table;
    *display: inline-block;
    *display: block;
    font: 12px/28px normal;
    color: #666
}

#toparea_rollnews_mask div span {
    float: left;
    padding: 0 10px;
    font: 12px/28px normal;
    color: #666
}

#news-hotwords {
    overflow: hidden;
    width: 560px;
    height: 210px;
    padding-top: 14px
}

#news-hotwords .olist {
    float: left;
    width: 162px
}

#news-hotwords .olist .listnum {
    height: 26px;
    font: italic 13px/26px arial;
    color: #d82a1f
}

#news-hotwords .hd {
    padding-left: 0;
    background: 0 0
}

#news-hotwords .hd h3 {
    padding-left: 0
}

.hotwords {
    height: 130px
}

.hotwords li {
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    width: 91.3px;
    height: 88px;
    margin: 0 2px 2px 0;
    font-size: 12px;
    text-align: center;
    background: #17a2b7
}

.hotwords li a:link,
.hotwords li a:visited {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
    width: 89px;
    padding: 2px;
    line-height: 1.1;
    text-decoration: none;
    color: #fff
}

.hotwords .li_0,
.hotwords .li_1 {
    width: 184.6px;
    font-size: 18px;
    background: #53aecf
}

.hotwords .li_0 a:link,
.hotwords .li_1 a:link {
    width: 170px;
    left: 5px
}

.hotwords .li_3,
.hotwords .li_9 {
    margin-right: 0
}

.hotwords .li_color_0,
.hotwords .li_color_2,
.hotwords .li_color_3,
.hotwords .li_color_5,
.hotwords .li_color_7,
.hotwords .li_color_8 {
    background: #3064bb
}

.hotwords .li_color_1,
.hotwords .li_color_4,
.hotwords .li_color_6,
.hotwords .li_color_9 {
    background: #6d91cf
}

.hotwords .li_color_hove {
    background: #055c6f
}

.button-slide {
    overflow: hidden;
    color: #37474f;
    background: #fff;
    -webkit-transition: color .3s;
    transition: color .3s
}

.button-slide::before,
.button-slide::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, .125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, .125, 1)
}

.button-slide::before {
    background: #85a9e8
}

.button-slide::after {
    background: #18448e
}

.button-slide:hover {
    background: #18448e\9 !important
}

.button-slide:hover::before,
.button-slide:hover::after,
.hotwords-slide::before,
.hotwords-slide::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.button-slide:hover::after {
    -webkit-transition-delay: .175s;
    transition-delay: .175s
}

#stock_frame {
    overflow: hidden;
    width: 290px;
    height: 249px
}

#stock_query {
    position: relative;
    width: 268px;
    margin-top: -6px;
    padding: 14px 10px;
    border: 1px solid #ddd;
    background: #fcfcfc;
    *margin-top: 0
}

#stock_query .suggest_panel {
    position: absolute;
    top: 30x;
    left: 9px;
    width: 200px
}

#wd2 {
    width: 207px;
    height: 17px
}

#suggest1 {
    overflow: hidden;
    background: #fff
}

#suggest1 p {
    padding: 6px 0;
    border-top: 1px solid #999;
    text-align: center
}

.suggest_panel table {
    width: 100%;
    border-collapse: collapse
}

.suggest_panel table td {
    padding: 4px;
    font: 400 12px/24px normal;
    text-align: left;
    cursor: pointer
}

.suggest_panel td em {
    font-weight: 700;
    font-style: normal
}

.suggest_panel tr.cur td {
    color: #000;
    background: #f6f6f6
}

.suggest_panel {
    border: 1px solid #999;
    background: #fff
}

.submit-btn {
    width: 50px;
    height: 21px;
    border: 0;
    line-height: 16px;
    color: #fff;
    background-color: #999
}

.imagearea {
    overflow: hidden;
    width: 242px
}

.imagearea .imagearea-top {
    overflow: hidden;
    height: 170px
}

.imagearea .imagearea-bottom {
    overflow: hidden;
    width: 300px;
    margin-top: 16px
}

.image-list {
    overflow: hidden;
    width: 290px
}

.image-list .image-list-wrapper {
    width: 320px
}

.image-list-item {
    display: inline;
    float: left;
    overflow: hidden;
    width: 112px;
    margin-right: 16px;
    text-align: center
}

.image-list-item a {
    display: block;
    font-size: 12px
}

.image-list-item img {
    display: block;
    width: 112px;
    height: 84px
}

.image-list-item .txt {
    overflow: hidden;
    height: 27px;
    padding: 1px 5px 6px;
    line-height: 16px;
    text-align: left;
    word-wrap: break-word;
    word-break: break-all;
    background: #f6f7f8
}

.image-list-item .txt:hover {
    text-decoration: none;
    color: #fff;
    background: #3064bb
}

.image-mask-item {
    position: relative;
    overflow: hidden;
    width: 240px;
    height: 170px
}

.image-mask-item .item-title {
    position: relative;
    top: -26px;
    display: block;
    overflow: hidden;
    width: 230px;
    height: 18px;
    padding: 3px 5px 5px;
    font: 400 12px/20px \5B8B\4F53;
    text-decoration: none;
    background: #f6f7f8
}

.image-mask-item .item-title:hover {
    color: #fff;
    background: #3064bb
}

.image-mask-item a:link,
.image-mask-item a:visited,
.image-mask-item a:hover {
    color: #000
}

.image-mask-item .item-image img {
    display: block;
    width: 240px;
    height: 170px
}

.l-left-col h4 {
    padding: 10px 0 6px
}

.l-left-col h4 a,
.l-left-col h4 a:link {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #000
}

.col-mod {
    overflow: hidden;
    width: 385px;
    padding-right: 35px
}

.mod-baijia .image-mask-item {
    height: 160px;
    width: 240px;
    overflow: hidden
}

.mod-baijia .image-mask-item .item-title {
    position: absolute;
    top: 134px;
    background: rgba(0, 0, 0, .7);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#70000000', endColorstr='#70000000')
}

.mod-baijia .image-mask-item .item-title:hover {
    background: rgba(0, 0, 0, 1)
}

.mod-baijia .imagearea .imagearea-top {
    height: 170px
}

.mod-baijia .imagearea-top .item-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 240px;
    height: 160px;
    display: block
}

.mod-baijia .l-middle-col .image-list-item {
    width: 112px
}

.mod-baijia .l-middle-col .image-list-item .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 112px;
    height: 84px;
    display: block
}

.mod-baijia .image-mask-item a.item-title {
    color: #fff
}

.mod-baijia .baijia-focus-list {
    height: 475px;
    overflow: hidden
}

.mod-baijia .bdlist li {
    position: relative;
    height: 30px;
    line-height: 30px;
    background-position: left -266px
}

.mod-baijia #bd-tab .bdlist li {
    height: 32px;
    line-height: 32px;
    background: 0 0;
    padding-left: 0
}

.mod-baijia .bdlist li span {
    _display: inline-block;
    _vertical-align: middle
}

.mod-baijia .bdlist a:link,
.mod-baijia .bdlist a:link {
    _display: inline-block;
    _vertical-align: middle;
    font-size: 14px
}

.mod-baijia .bdlist li a.name {
    position: absolute;
    top: 2px;
    right: 0;
    width: 72px;
    color: #bbb;
    font-size: 12px;
    text-align: right;
    overflow: hidden
}

.mod-baijia .baijia-focus-list .bdlist {
    border-top: 1px dotted #ccc;
    margin-top: -5px;
    margin-bottom: 14px
}

.mod-baijia .baijia-focus-list .bdlist li {
    height: 28px;
    line-height: 28px;
    padding-left: 0;
    background: 0 0
}

.mod-baijia .baijia-focus-list .bdlist .bold-item {
    padding: 0
}

.mod-baijia .baijia-focus-list .bdlist .bold-item a:link,
.mod-baijia .baijia-focus-list .bdlist .bold-item a:visited {
    font-size: 14px
}

.mod-baijia .baijia-focus-list .bdlist .bold-item a.name {
    font-size: 12px;
    font-weight: 400
}

.mod-baijia .column-title-home .column-title-border .column-title {
    color: #254282;
    font-size: 16px
}

#author-list {
    height: 310px;
    width: 900px;
    overflow: hidden
}

#author-list .author-list-item {
    position: relative;
    width: 228px;
    height: 52px;
    padding: 10px 0 15px 62px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden
}

#author-list .author-list-item .avatar {
    position: absolute;
    left: 0;
    top: 10px;
    width: 52px;
    height: 52px;
    overflow: hidden
}

#author-list .author-list-item h4 {
    height: 42px;
    margin-top: -3px;
    line-height: 18px;
    *margin-top: 0;
    margin-top: 0\0;
    margin-top: -3px\9\0;
    overflow: hidden
}

#author-list .author-list-item h4 a,
#author-list .author-list-item strong a {
    font: 400 14px/18px "微软雅黑"
}

#author-list .author-list-item .infos {
    height: 18px;
    line-height: 18px;
    margin-top: -3px;
    overflow: hidden;
    *position: relative;
    *top: -6px
}

#author-list .author-list-item .infos span {
    padding-left: 20px;
    font-size: 12px;
    color: #999
}

#author-list .author-list-item .infos strong a {
    font-size: 12px
}

#author-list .slide-list-item {
    float: left;
    width: 290px
}

.mod-baijia .ulist i a {
    color: #999;
    font-size: 14px;
    font-weight: 400
}

.wgt-tab {
    zoom;
    1;
    padding: 1px 0
}

.wgt-tab .wgt-tab-tag {
    position: absolute;
    top: -30px;
    right: 0;
    height: 29px;
    border-top: 1px solid #ececec;
    border-right: 1px solid #ececec;
    background: #fff;
    overflow: hidden
}

.wgt-tab .wgt-tab-tag li,
.wgt-tab .wgt-tab-tag li a {
    float: left
}

.wgt-tab .wgt-tab-tag li a:link,
.wgt-tab .wgt-tab-tag li a:visited {
    width: 46px;
    height: 28px;
    background: #fff;
    font-size: 12px;
    line-height: 28px;
    color: #999;
    text-align: center;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec
}

.wgt-tab .wgt-tab-tag li.active a {
    border-bottom: 1px solid #fff;
    color: #333;
    text-decoration: none
}

.wgt-tab .wgt-tab-tag li a:hover {
    color: #333
}

.wgt-tab .wgt-tab-ctns {
    padding-top: 4px
}

.mod_colheader_internetplus {
    padding-bottom: 9px
}

.mod_colheader_internetplus .mod_colheader_internetplus-border {
    height: 26px;
    padding: 10px 0;
    border-top: 2px solid #435871;
    border-bottom: 1px solid #dee2e6
}

.mod_colheader_internetplus h2 {
    float: left;
    height: 26px;
    margin-right: 20px;
    padding: 0 10px 0 0;
    background: url(../../images/top_bg_3e2d110.png) no-repeat right -681px
}

.mod_colheader_internetplus h2,
.mod_colheader_internetplus h2 a,
.mod_colheader_internetplus h2 a:link,
.mod_colheader_internetplus h2 a:active,
.mod_colheader_internetplus h2 a:visited,
.mod_colheader_internetplus h2 a:hover {
    font: 700 20px/26px "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\9ED1\4F53";
    color: #369
}

.mod_colheader_internetplus h2 a {
    padding-right: 5px
}

.mod_colheader_internetplus h2 .cname {
    position: relative;
    padding-right: 4px;
    font: 400 14px/17px arial, sans-serif;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased
}

.mod_colheader_internetplus .sub-class {
    float: left
}

.mod_colheader_internetplus .sub-class a:link,
.mod_colheader_internetplus .sub-class a:active,
.mod_colheader_internetplus .sub-class a:visited,
.mod_colheader_internetplus .more a:link,
.mod_colheader_internetplus .more a:active,
.mod_colheader_internetplus .more a:visited {
    margin-right: 10px;
    font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\9ED1\4F53";
    font-size: 16px;
    color: #6e7e97
}

.mod_colheader_internetplus .more {
    float: left;
    margin-left: 8px;
    padding-right: 10px;
    background: url(../../images/top_bg_3e2d110.png) no-repeat right -298px
}

.mod_colheader_internetplus .more a:link {
    margin: 0
}

.mod-headline-tab {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    font-family: arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", "宋体", Tahoma, Arial, Helvetica, STHeiti
}

.mod-headline-tab ul li {
    float: left;
    height: 36px;
    line-height: 36px;
    text-align: center
}

.mod-headline-tab .last-tab a {
    border-right: 0
}

.mod-headline-tab ul li a {
    padding: 0 20px;
    font-size: 18px;
    font-weight: 700;
    color: #666
}

.mod-headline-tab ul li a:hover {
    text-decoration: none
}

.mod-headline-tab ul li.active {
    border-bottom: 2px solid #2f63ba
}

.mod-headline-tab ul li.active a {
    color: #2f63ba
}

.mod-headline-tab .tab-login {
    position: absolute;
    top: 12px;
    right: 0;
    display: none;
    width: 100px;
    height: 19px;
    background-image: url(../../images/icon-login_a86b653.png);
    background-image: -webkit-image-set(url(../../images/icon-login_a86b653.png) 1x, url(//mbdp02.bdstatic.com/pcnews/static/fisp_static/news/img/mod_headline_tab/icon-login-2x_b88de5a.png) 2x);
    background-repeat: no-repeat;
    background-position: 0 -38px
}

.mod-headline-tab .tab-login:hover {
    background-image: url(../../images/icon-login_a86b653.png);
    background-image: -webkit-image-set(url(../../images/icon-login_a86b653.png) 1x, url(//mbdp02.bdstatic.com/pcnews/static/fisp_static/news/img/mod_headline_tab/icon-login-2x_b88de5a.png) 2x);
    background-repeat: no-repeat;
    background-position: 0 -57px
}

.mod-headline-tab .tab-enter-recommend {
    background-image: url(../../images/icon-login_a86b653.png);
    background-image: -webkit-image-set(url(../../images/icon-login_a86b653.png) 1x, url(//mbdp02.bdstatic.com/pcnews/static/fisp_static/news/img/mod_headline_tab/icon-login-2x_b88de5a.png) 2x);
    background-position: 0 0
}

.mod-headline-tab .tab-enter-recommend:hover {
    background-image: url(../../images/icon-login_a86b653.png);
    background-image: -webkit-image-set(url(../../images/icon-login_a86b653.png) 1x, url(//mbdp02.bdstatic.com/pcnews/static/fisp_static/news/img/mod_headline_tab/icon-login-2x_b88de5a.png) 2x);
    background-repeat: no-repeat;
    background-position: 0 -19px
}

.mod-headline-tab .tab-login i {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.mod-headline-tab .tab-login .logo-login {
    width: 81px;
    height: 19px;
    background: url(https://mbdp02.bdstatic.com/pcnews/static/fisp_static/news/focustop/logo-char.jpg) no-repeat
}

.mod-headline-tab .tab-login .logo-arrow-right {
    width: 13px;
    height: 13px;
    background: url(https://mbdp02.bdstatic.com/pcnews/static/fisp_static/news/focustop/icon-arrow-right.jpg) no-repeat
}

.mod-tab-content .mod-tab-pane {
    display: none;
    font-family: arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", "宋体", Tahoma, Arial, Helvetica, STHeiti;
    -webkit-font-smoothing: antialiased
}

.mod-tab-content .active {
    display: block
}

.mod-tab-content .pane-recommend {
    position: relative;
    *zoom: 1
}

.mod-tab-content .mod-tab-loading {
    position: absolute;
    z-index: 1001;
    top: 100px;
    left: 50%;
    width: 170px;
    margin-left: -85px
}

.mod-tab-content .mod-tab-loading .icon-loading {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-image: url(../../images/loading_2f99b92.gif);
    background-image: -webkit-image-set(url(../../images/loading_2f99b92.gif) 1x, url(//mbdp02.bdstatic.com/pcnews/static/fisp_static/news/img/loading-2x_ad06ffc.gif) 2x);
    background-repeat: no-repeat
}

.mod-tab-content .mod-tab-loading .desc {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    color: #2e61bf
}

.mod-tab-content .tip-wrapper {
    position: relative;
    z-index: 1001;
    display: none;
    width: 100%;
    height: 32px;
    background: #f6f6f6
}

.mod-tab-content .tip-wrapper .mod-headline-tip {
    position: absolute;
    top: 6px;
    left: 72px;
    display: block;
    height: 22px;
    line-height: 22px;
    text-decoration: none
}

.recommend-tip-wrapper {
    position: fixed;
    z-index: 1001;
    top: 40px;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%
}

.recommend-tip-wrapper .tip-wrapper {
    position: relative;
    z-index: 1001;
    display: none;
    visibility: visible;
    width: 984px;
    height: 32px;
    margin: 0 auto
}

.recommend-tip-wrapper .tip-wrapper .background-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 390px;
    height: 100%;
    background-color: #f6f6f6
}

.recommend-tip-wrapper .background-wrapper .mod-headline-tip {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-decoration: none
}

.recommend-tip-wrapper .mod-headline-tip .content-wrapper {
    position: relative;
    width: 216px;
    margin: 0 auto
}

.mod-headline-tip .tip-logo {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 21px;
    height: 22px;
    background-image: url(../../images/logo-recommend_28d78fb.jpg);
    background-image: -webkit-image-set(url(../../images/logo-recommend_28d78fb.jpg) 1x, url(//mbdp02.bdstatic.com/pcnews/static/fisp_static/news/img/mod_headline_tab/logo-recommend-2x_e32917d.png) 2x);
    background-repeat: no-repeat
}

.mod-headline-tip .tip-content {
    padding-left: 40px;
    font-size: 12px;
    color: #2e61bf
}

.feeds {
    position: relative;
    overflow: hidden;
    height: 1122px;
    background-color: #fff
}

.feeds .feeds-group {
    display: none
}

.feeds .feeds-item {
    height: 65px;
    padding-top: 20px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 12px
}

.feeds .notb {
    border-top: 0 !important
}

.feeds .feeds-item:first-child {
    border-top: 0
}

.feeds .feeds-item .feeds-item-detail {
    position: relative;
    *zoom: 1
}

.feeds .feeds-item .hasImg {
    min-height: 66px;
    padding-left: 110px;
    _height: 66px
}

.feeds .feeds-item .feeds-item-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 95px;
    height: 66px
}

.feeds .feeds-item .feeds-item-pic a {
    display: block;
    height: 100%
}

.feeds .feeds-item .feeds-item-pic img {
    width: 100%;
    height: 100%
}

.feeds .feeds-item .feeds-item-detail .feeds-item-paragraph {
    overflow: hidden;
    height: 42px
}

.feeds .feeds-item .feeds-item-detail .feeds-item-paragraph h3 {
    margin-bottom: 1px
}

.feeds .feeds-item .feeds-item-detail .feeds-item-paragraph h3 a:link,
.feeds-item h3 a:visited {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    color: #222
}

.feeds .feeds-item-detail .feeds-item-text {
    font-size: 12px;
    line-height: 18px;
    color: #999
}

.feeds .feeds-item-detail .feeds-item-text .feeds-item-more {
    white-space: nowrap;
    color: #999
}

.feeds .feeds-item-detail .feeds-item-info {
    overflow: hidden;
    height: 20px;
    margin-top: 2px;
    font-size: 0;
    line-height: 20px;
    color: #666
}

.feeds .feeds-item-info .labels {
    float: right;
    width: 210px
}

.feeds .labels .label {
    display: block;
    float: right;
    height: 14px;
    margin-right: 5px;
    padding: 0 2px 0 3px;
    border: 1px solid #d5d5d5;
    font-size: 12px;
    line-height: 14px;
    color: #2e61bf;
    border-radius: 2px;
    _border: 0;
    _overflow: hidden
}

.feeds .feeds-item-detail .feeds-item-info .labels a:hover,
.feeds .feeds-item-detail .feeds-item-info .labels a:visited {
    color: #bbb
}

.feeds .feeds-item:hover h3,
.feeds .feeds-item:hover h3 a {
    color: #369 !important
}

.feeds-more {
    display: none
}

.feeds-more a {
    display: block;
    height: 44px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center
}

.feeds-more a:hover {
    text-decoration: none
}

.feeds-more a span {
    display: inline-block;
    height: 44px;
    font-size: 16px;
    font-weight: 700;
    line-height: 44px;
    color: #2565ac
}

.feeds-more a span:hover {
    color: #5b90e9
}

.mod-pagenation {
    float: right;
    margin-top: 4px;
    list-style-type: none
}

.mod-pagenation li {
    float: left
}

.mod-pagenation li a {
    display: block;
    width: 19px;
    height: 19px
}

.mod-pagenation .turn-forward,
.mod-pagenation .turn-backward,
.mod-pagenation .pagenation {
    background-image: url(../../images/icon-turn-page_d58b72c.png);
    background-image: -webkit-image-set(url(../../images/icon-turn-page_d58b72c.png) 1x, url(//mbdp02.bdstatic.com/pcnews/static/fisp_static/news/img/mod_pagination/icon-turn-page-2x_70224db.png) 2x);
    background-repeat: no-repeat
}

.mod-pagenation .turn-forward {
    margin-left: 4px;
    background-position: right 0
}

.mod-pagenation .turn-backward {
    margin-right: 4px;
    background-position: 0 0
}

.mod-pagenation .pagenation {
    background-position: -56px 0
}

.mod-pagenation .cur {
    background-position: -28px 0
}

.mod-pagenation .bid {
    opacity: .5;
    filter: alpha(opacity=50)
}

.olist li {
    overflow: hidden;
    height: 27px;
    line-height: 27px;
    _line-height: 32px
}

.olist .listnum {
    display: inline-block;
    width: 17px;
    height: 18px;
    margin-right: 4px;
    *display: inline;
    *zoom: 1
}

.olist .num1,
.olist .num2,
.olist .num3,
.olist .num4,
.olist .num5,
.olist .num6,
.olist .num7,
.olist .num8,
.olist .num9,
.olist .num10,
.olist .num11,
.olist .num12 {
    background-image: url(../../images/icon-nums_dab7640.png);
    background-image: -webkit-image-set(url(../../images/icon-nums_dab7640.png) 1x, url(//mbdp02.bdstatic.com/pcnews/static/fisp_static/news/img/olist/icon-nums-2x_5c82ac5.png) 2x);
    background-repeat: no-repeat
}

.olist .num1 {
    background-position: 0 0
}

.olist .num2 {
    background-position: 0 -18px
}

.olist .num3 {
    background-position: 0 -36px
}

.olist .num4 {
    background-position: 0 -54px
}

.olist .num5 {
    background-position: 0 -72px
}

.olist .num6 {
    background-position: 0 -90px
}

.olist .num7 {
    background-position: 0 -108px
}

.olist .num8 {
    background-position: 0 -126px
}

.olist .num9 {
    background-position: 0 -144px
}

.olist .num10 {
    background-position: 0 -162px
}

.olist .num11 {
    background-position: 0 -180px
}

.olist .num12 {
    background-position: 0 -198px
}

.olist li a {
    font-size: 14px
}

.topic {
    position: relative;
    overflow: hidden;
    height: 90px;
    margin: 0 0 5px;
    background: #f6f7f8;
    *margin-bottom: 2px
}

.topic h4 {
    overflow: hidden;
    height: 32px;
    margin-bottom: 0;
    padding: 6px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

.topic h4.hmil {
    margin-bottom: 5px;
    *margin-bottom: 2px
}

.topic .topic-txt h4 a:link,
.topic .topic-txt h4 a:active,
.topic .topic-txt h4 a:visited {
    padding-left: 0;
    font: 400 14px/18px \5FAE\8F6F\96C5\9ED1;
    white-space: normal;
    text-decoration: none;
    color: #333
}

.topic .topic-txt h4 a:hover {
    color: #900
}

.topic .topic-pic {
    float: left;
    width: 134px;
    height: 90px;
    padding: 0 10px 0 0
}

.topic .topic-pic img {
    width: 134px;
    height: 90px
}

.topic .topic-txt {
    padding-left: 8px;
    color: #999
}

.topic .topic-txt .detail {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 24px;
    height: 24px;
    text-indent: -54px;
    background: url(../../images/top_bg_3e2d110.png) no-repeat right -936px
}

.topic .topic-txt .abstract {
    overflow: hidden;
    height: 36px;
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px;
    color: #999
}

#video-news {
    position: relative;
    overflow: hidden;
    width: 560px;
    height: 142px;
    padding-right: 10px
}

#video-news .hd {
    background: url(../../images/top_bg_3e2d110.png) no-repeat left -847px
}

#video-news .bd {
    position: relative;
    width: 290px
}

#video-news .vlist {
    float: left;
    width: 1750px;
    margin-top: 10px
}

#video-news .vlist li {
    width: 128px;
    height: 106px;
    margin-right: 16px
}

#video-news .vlist img,
#video-list .vlist a {
    width: 128px;
    height: 82px
}

#video-news .vlist-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px
}

.slide-pagination {
    float: right;
    margin-top: -7px;
    padding: 3px 0 0 5px;
    vertical-align: middle;
    *margin-top: 0
}

.slide-pagination .slide-pagination-item,
.slide-pagination .btn {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    text-align: center
}

.slide-pagination a:link,
.slide-pagination a:visited,
.slide-pagination a:hover {
    text-decoration: none
}

.slide-pagination .btn {
    border: 1px solid #e4e4e4;
    font: 400 11px/12px tahoma;
    color: #999;
    background: #fff;
    cursor: pointer
}

.slide-pagination .btn b {
    margin: 4px 0 0;
    line-height: 0;
    vertical-align: baseline
}

.slide-pagination .btn:hover .i-triangler-left {
    border-right-color: #0e8bec
}

.slide-pagination .btn:hover .i-triangler-right {
    border-left-color: #0e8bec
}

.slide-pagination .slide-pagination-item {
    overflow: hidden;
    width: 6px;
    height: 6px;
    margin-right: 5px;
    margin-bottom: -1px\9;
    font: 700 12px/16px tahoma;
    line-height: 10;
    vertical-align: middle\9;
    border-radius: 100%;
    background: #d1d1d1;
    *margin-bottom: 1px;
    _vertical-align: middle\9
}

.slide-pagination .slide-pagination-prev {
    margin: 0 6px 0 0
}

.slide-pagination .slide-pagination-next {
    margin: 0 0 0 1px
}

.slide-pagination .current {
    background: #369
}

.slide-pagination .slide-page-num-container {
    padding-right: 5px
}

.slide-pagination .slide-page-num-container b {
    font-size: 12px;
    font-weight: 400;
    color: #999
}

.vlist-wrapper {
    width: 350px
}

.vlist li {
    display: inline;
    float: left;
    width: 134px;
    margin-right: 18px
}

.vlist li a {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 12px;
    text-align: center;
    color: #666
}

.vlist .video-img {
    position: relative;
    zoom: 1
}

.vlist img {
    display: block;
    width: 134px;
    height: 90px;
    padding: 0
}

.vlist .play {
    position: absolute;
    bottom: 10px;
    left: 10px;
    overflow: hidden;
    width: 27px;
    height: 27px;
    line-height: 10;
    background: url(../../images/png24_1c390f9.png) no-repeat -8px -94px;
    *background: 0 0;
    *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//mbdp02.bdstatic.com/pcnews/static/fisp_static/news/img/vlist/play_png24_7e97682.png')
}

.column-title-home {
    padding-bottom: 9px
}

.column-title-home .column-title-border {
    height: 26px;
    padding: 10px 0;
    border-top: 2px solid #999;
    border-bottom: 1px solid #dee2e6;
    line-height: 28px
}

.column-title-home .column-title-border h2 {
    float: left;
    height: 26px;
    margin-right: 20px;
    padding: 0 10px 0 0;
    background: url(../../images/icon-mark_775fa74.png) right 12px no-repeat
}

.column-title-home .column-title-border h2,
.column-title-home .column-title-border h2 a,
.column-title-home .column-title-border h2 a:link,
.column-title-home .column-title-border h2 a:active,
.column-title-home .column-title-border h2 a:visited,
.column-title-home .column-title-border h2 a:hover {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #254282
}

.column-title-home .column-title-border h2 a {
    padding-right: 5px
}

.column-title-home .column-title-border h2 .cname {
    position: relative;
    top: 1px;
    padding-right: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-transform: uppercase;
    color: #999
}

.column-title-home .column-title-border .sub-class {
    float: left
}

.column-title-home .column-title-border .sub-class a,
.column-title-home .column-title-border .sub-class a:link,
.column-title-home .column-title-border .sub-class a:active,
.column-title-home .column-title-border .sub-class a:visited {
    margin-right: 5px;
    padding-right: 9px;
    font-size: 14px;
    color: #18448e;
    background: url(../../images/icon-line_a39202a.png) right 2px no-repeat
}

.column-title-home .column-title-border .more {
    float: left;
    margin-left: 8px;
    background: url(../../images/icon-more_56fae5f.png) right 5px no-repeat
}

.column-title-home .column-title-border .more a,
.column-title-home .column-title-border .more a:link,
.column-title-home .column-title-border .more a:active,
.column-title-home .column-title-border .more a:visited {
    padding-right: 20px;
    font-size: 14px;
    text-decoration: none;
    color: #7b7b7b
}

.mod-baijia {
    width: 560px;
    margin: 12px 0 0 !important;
    overflow: hidden
}

.mod-baijia .column-title-home {
    padding-bottom: 12px
}

.mod-baijia .column-title-home .column-title-border {
    border-top: 0;
    height: 22px;
    padding: 0 0 8px
}

.mod-baijia .column-title-home .column-title-border h2 {
    height: 22px;
    line-height: 22px;
    background-position: right 10px;
    background: url(../../images/icon-mark_775fa74.png) right 12px no-repeat
}

.mod-baijia .column-title-home .column-title-border h2 a:link,
.mod-baijia .column-title-home .column-title-border h2 a:hover,
.mod-baijia .column-title-home .column-title-border h2 a:visited {
    line-height: 22px;
    font-size: 16px;
    padding-right: 0
}

.mod-baijia .column-title-home .column-title-border .en {
    padding-left: 0;
    padding-right: 2px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #999
}

.mod-baijia .column-title-home .column-title-border .sub-class a {
    margin-right: 3px !important;
    padding-right: 8px;
    background: url(../../images/icon-line_a39202a.png) right 4px no-repeat
}

.mod-baijia .column-title-home .column-title-border .sub-class a:link,
.mod-baijia .column-title-home .column-title-border .sub-class a:visited {
    font-size: 14px;
    color: #18448e
}

.mod-baijia .column-title-home .column-title-border .more {
    height: 24px;
    line-height: 24px;
    padding-right: 18px;
    background: url(../../images/icon_more_c7aebd5.jpg) #fff no-repeat right;
    *background: url(../../images/icon_more_c7aebd5.jpg) no-repeat right;
    background-size: auto 63%;
    float: right
}

.mod-baijia .column-title-home .column-title-border .more a:link,
.mod-baijia .column-title-home .column-title-border .more a:visited {
    font-size: 12px;
    color: #ff4200;
    font-weight: 700;
    padding-right: 0
}

.mod-baijia .mod .hd h3 {
    padding-left: 0;
    border: 0;
    -webkit-font-smoothing: antialiased
}

body {
    font-family: arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", "宋体", Tahoma, Arial, Helvetica, STHeiti
}

.l-left-col {
    width: 385px
}

.l-middle-col {
    float: left;
    width: 240px;
    margin-right: 20px
}

.l-right-col {
    width: 290px;
    float: right
}

.column {
    margin-bottom: 36px
}

.l-right-col .image-list-item {
    width: 136px;
    margin-right: 18px
}

.l-right-col .image-list-item img {
    width: 136px;
    height: 90px
}

a:link,
.ulist li a:link {
    color: #222;
    -webkit-font-smoothing: antialiased
}

a:visited,
.ulist li a:visited {
    color: #222
}

a:hover,
.ulist li a:hover {
    color: #369
}

a:active,
.ulist li a:active {
    color: #222
}

.mod {
    padding-top: 10px;
    border: 0 none
}

.mod .hd {
    padding: 0 0 6px;
    height: 24px;
    line-height: 24px
}

.mod .line:after {
    content: '.';
    display: block;
    height: 1px;
    line-height: 0;
    overflow: hidden;
    background: #ebebeb;
    margin-top: 11px
}

.mod .hd h3 {
    padding-left: 5px;
    padding-right: 5px;
    border-left: 2px solid #254282;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #254282;
    background: #fff
}

.mod .hd h3 .en,
.en {
    position: relative;
    top: 1px;
    padding-left: 5px;
    font: 500 12px/18px arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #999
}

.mod .hd h3 a:link,
.mod .hd h3 a:visited,
.mod .hd h3 a:hover {
    color: #254282;
    text-decoration: none
}

.mod .hd .more {
    float: right;
    padding-right: 18px;
    padding-left: 5px;
    background: url(../../images/top_bg_3e2d110.png) #fff no-repeat right -888px;
    height: 24px;
    color: #999;
    font-size: 12px
}

.tbox .hd {
    padding: 0
}

.tbox .ulist li {
    height: 27px;
    line-height: 27px
}

.h-bd-box .hd {
    height: 21px;
    padding: 0;
    padding-left: 24px;
    padding-top: 3px;
    overflow: visible
}

.h-bd-box .hd h3 {
    font-size: 16px;
    border-left: 0;
    padding-right: 12px;
    background: url(../../images/icon-mark_775fa74.png) right 6px no-repeat
}

.ulist {
    margin-bottom: 4px
}

.ulist li {
    background: url(../../images/top_bg_3e2d110.png) no-repeat left -270px
}

.ulist li a {
    font-size: 14px
}

.mod .ulist li a {
    font-size: 12px
}

.vlist li a {
    margin-bottom: 0
}

.vlist li img {
    border: 0
}

.vlist .video-txt {
    background: #000;
    color: #fff;
    padding: 3px 0
}

.focuslistnews li {
    height: 27px;
    line-height: 27px
}

.mod-tab-content .focuslistnews li {
    height: 29px;
    line-height: 29px
}

.l-right-col .ulist li {
    background: 0 0;
    padding-left: 0
}

.l-right-col .ulist li a {
    font-size: 14px
}

#focus-top .l-right-col {
    width: 560px;
    overflow: hidden
}

#focus-top .l-left-col {
    width: 390px
}

#focus-top .l-left-col .bold-item {
    position: relative;
    padding: 8px 0 5px 10px;
    *+line-height: 27px;
    *+height: 25px;
    line-height: 29px
}

.ulist .bold-item {
    padding: 6px 0 3px
}

.ulist .bold-item a {
    font: 700 16px/26px "微软雅黑", tahoma
}

.mod-tab-pane .focuslistnews {
    margin-bottom: -2px
}

#focus-top .focusvideonews {
    border-top: 1px dotted #ccc;
    margin-top: 10px
}

#weibo-hotwords .bd,
#news-hotwords .bd {
    padding-top: 10px
}

#weibo-hotwords {
    float: left;
    padding-top: 17px;
    height: 164px;
    width: 205px;
    overflow: hidden
}

#weibo-hotwords .image-list {
    width: 218px
}

#weibo-hotwords .image-list-wrapper {
    width: 300px
}

#weibo-hotwords .image-list-item {
    width: 105px;
    height: 64px;
    margin-right: 4px
}

#weibo-hotwords .image-list-item img {
    width: 104px;
    height: 60px
}

#weibo-hotwords .ulist li {
    padding-left: 13px;
    background: url(../../images/top_bg_3e2d110.png) no-repeat left -354px
}

#weibo-hotwords .ulist li a,
#news-hotwords .olist li a {
    font-size: 14px
}

#civil-aside-localnews {
    height: 150px
}

#aside-civil-pic .image-list-item {
    height: 132px;
    text-align: left
}

#house-aside-gddt {
    height: 148px
}

#civil-aside-localnews .bd,
#house-aside-gddt .bd {
    position: relative;
    zoom: 1
}

#internet-aside-rwdt {
    padding-top: 16px
}

#col-houseauto .l-left-col .ulist,
#col-lady .l-left-col .ulist,
#col-tech .l-left-col .ulist,
#col-edugame .l-left-col .ulist {
    margin-bottom: 0
}

#yule-aside-hotwords {
    padding-top: 0
}

#lady-aside-clfs {
    padding-top: 20px
}

#tech-aside-zrdl {
    padding-top: 1px
}

.hotwords-list {
    float: left;
    width: 145px;
    overflow: hidden
}

#house-aside-gddt {
    overflow: visible
}

#house-aside-gddt .hd a:link,
#house-aside-gddt .hd a:visited,
#house-aside-gddt .hd a:hover {
    color: #fff
}

.city_view {
    background: #fff;
    border: 1px solid #d8d8d8;
    width: 356px;
    height: 200px;
    left: 0;
    position: absolute;
    top: 5px;
    visibility: hidden;
    z-index: 99
}

.city_list {
    width: 328px;
    height: 120px;
    padding: 20px 0 20px 28px;
    border-bottom: 1px solid #f2f2f2;
    white-space: nowrap
}

.city_list_1 {
    height: 228px
}

.city_list a:link,
.city_list a:visited {
    float: left;
    color: #326699;
    font-size: 12px;
    line-height: 25px;
    padding-right: 22px;
    text-decoration: none
}

.up_triangle {
    display: none;
    background: url(../../images/top_bg_3e2d110.png) #fff no-repeat left -423px;
    float: inherit;
    height: 10px;
    left: 30px;
    position: absolute;
    top: -7px;
    width: 10px
}

.view_bg {
    background: #000;
    height: 161px;
    left: 3px;
    position: absolute;
    top: 10px;
    visibility: hidden;
    width: 284px;
    z-index: 98;
    opacity: .5;
    filter: alpha(opacity=50)
}

.btn_close {
    background: url(../../images/btn-close_d29f3c7.png) no-repeat;
    float: inherit;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer
}

.btn_close:hover {
    background: url(../../images/btn-close-active_1567ed9.png) no-repeat
}

.btn_back {
    position: absolute;
    bottom: 10px;
    right: 8px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    color: #326699;
    -webkit-font-smoothing: antialiased
}

.select-btn {
    float: left;
    height: 18px;
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    padding: 2px 20px 2px 6px;
    background: url(../../images/arrow-down_88161d2.png) 60px 9px no-repeat;
    background-color: #4372c1;
    border-right: 5px solid #fff;
    cursor: pointer;
    text-decoration: none !important
}

.select-btn:hover {
    background-color: #6d91cf
}

.select-btn-selected {
    background-image: url(../../images/arrow-up_008ba14.png)
}

.select-btn:link,
.select-btn:visited,
.select-btn:hover {
    color: #fff
}

.city_view .city-tip {
    position: absolute;
    bottom: 10px;
    left: 28px;
    font-size: 12px;
    color: #999
}

.loading {
    background: none repeat scroll 0 0 #f6f9fe;
    border: 1px solid #7aa4d6;
    display: none;
    height: 20px;
    left: 50%;
    margin-left: -130px;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: 100px;
    width: 260px
}

#social-video .bd,
#mil-aside-video .bd,
#sports-aside-video .bd,
#edugame-aside-video .bd {
    width: 290px;
    overflow: hidden
}

.icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px
}

.icon-hot {
    height: 26px;
    width: 21px;
    background: url(../../images/top_bg_3e2d110.png) no-repeat left -218px
}

.related-video-icon,
.related-image-icon {
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
    height: 13px;
    width: 15px
}

.related-video-icon {
    margin-right: 5px;
    background: url(../../images/top_bg_3e2d110.png) no-repeat left -251px
}

#header {
    background: 0
}

#col-houseauto .l-left-col h4 {
    padding: 10px 0 11px
}

#col-lady .l-left-col h4 {
    padding: 10px 0 11px
}

#col-tech .l-left-col h4 {
    padding: 10px 0 11px
}

#col-edugame .l-left-col h4 {
    padding: 10px 0 11px
}

#col-houseauto .l-left-col .ulist {
    border-top: 1px dotted #fff
}

#col-lady .l-left-col .ulist {
    border-top: 1px dotted #fff
}

#col-tech .l-left-col .ulist {
    border-top: 1px dotted #fff
}

#col-edugame .l-left-col .ulist {
    border-top: 1px dotted #fff
}

#localnews .ulist .num {
    font-family: arial, sans-serif
}

.olist .listnum {
    font-family: arial, sans-serif
}

.slide-pagination .btn {
    line-height: 11px
}

.mod .line:after {
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    background: #ebebeb;
    margin-top: 11px
}

.pic-wall .image-list-item {
    width: 187px;
    height: 165px;
    margin-right: 12px
}

.pic-wall .image-list-item img {
    width: 187px;
    height: 125px
}

#sports-picwall .image-list-item .txt {
    padding: 6px 5px
}

#video-list-news .image-list-item .txt {
    padding: 6px 5px
}

#women-picwall .image-list-item .txt {
    padding: 6px 5px
}

#image-list-news .image-list-item .txt {
    padding: 6px 5px
}

#sports-aside-nba .image-list-item .txt {
    padding: 2px 5px 0
}

#social-video {
    padding-top: 17px
}

#edugame-aside-video {
    margin-top: 2px
}

#sports-picwall {
    margin-bottom: -4px
}

#shipinxinwen {
    margin-bottom: 31px
}

#col-houseauto {
    margin-bottom: 29px
}

#col-lady {
    margin-bottom: 29px
}

#women-picwall {
    margin-bottom: -4px
}

#col-edugame {
    margin-bottom: 28px
}

#video-news {
    margin-top: -18px
}

#localnews {
    padding-top: 24px
}