/**
*************************************** 资讯频道 ***************************************
**/
body {
}

.show-con {
    height: auto;
    margin: 25px auto;
    overflow: hidden
}
.news_top {
    width: 100%;
    height: 100px;
    line-height: 1;
    margin: 0 auto;
    background: #000;
    transition: 2s linear;
    overflow: hidden;
}

.news_top .bg-image {
    width: 100%;
    background: #e2e0e1 url(../images/news_top_bg.jpg);
    height: 100px
}
/****************************************************************** 资讯频道首页 ******************************************************************/
/*左边*/
.left-menu {
    float: left;
    border: 1px #f2f2f2 solid;
    background: #FFF;
    border-radius: 5px
}

/*左边*/
.left-content {
    width: 74%;
    float: left;
    border: 1px #f2f2f2 solid;
    background: #FFF;
    border-radius: 5px
}

/*分类*/
.category_nav {
    padding: 15px 0;
    width: 1200px;
    margin: 20px auto;
    margin-top: -36px;
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 8px;;
}
.category_nav ul {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}
.category_nav ul li {
    margin: 0 5px;
}

.wchannel-item {
    display: block;
    width: 112px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #444;
    border-radius: 4px;
    margin-bottom: 2px;
}

.wchannel-item:hover {
    -webkit-animation-name: hvr-back-pulse;
    animation-name: hvr-back-pulse;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background-color: #FF6600;
    color: #fff
}

.wchannel-item.active {
    border: 1px #ff772d solid;
    color: #ff772d
}

.wchannel-item span {
    display: inline-block;
    font-size: 16px
}

.navFix_news {
    position: fixed;
    top: 50px;
    _position: absolute;
    z-index: 888;
}

/*实现ie6不支持fixed方法*/

/*左边的右侧内容块*/
.contentCon {
    height: auto;
    padding: 20px 30px;
    overflow: hidden;
}

/*头部频道趋势分类*/
.toolbar-list {
    background: #fff;
    height: 38px;
    border-bottom: 2px solid #f2f2f2;
    margin-top: -5px;
}

.toolbar-list .sub-item:first-child {
    margin-left: 0 !important
}

.toolbar-list .sub-item {
    font-size: 16px;
    line-height: 38px;
    display: inline-block;
    color: #444;
    margin-left: 22px;
    background: #fff
}

.toolbar-list .sub-item a {
    display: block
}

.toolbar-list .sub-item a:hover {
    color: #f85959;
    border-bottom: 2px solid #f85959;
    text-decoration: none
}

.toolbar-list .sub-item.sub-selected a {
    color: #f85959;
    border-bottom: 2px solid #f85959;
    text-decoration: none
}

/*头部频道推荐资讯头条*/
.syFocusThumb {
    POSITION: relative;
    WIDTH: 100%;
    HEIGHT: 520px;
    OVERFLOW: hidden
}

.syFocusThumb .dPic img {
    width: 100%;
    HEIGHT: 400px;
}

.syFocusThumb IMG {
    BORDER-BOTTOM-STYLE: none;
    BORDER-RIGHT-STYLE: none;
    BORDER-TOP-STYLE: none;
    VERTICAL-ALIGN: top;
    BORDER-LEFT-STYLE: none
}

.syFocusThumb .thumbWrap {
    POSITION: absolute;
    WIDTH: 99.8%;
    OVERFLOW: hidden;
    TOP: 4px;
    LEFT: 0px
}

.syFocusThumb .thumbWrap IMG {
    -MS-INTERPOLATION-MODE: bicubic;
}

.syFocusThumb .holder {
    WIDTH: 4000px
}

.syFocusThumb .holder I {
    CURSOR: pointer;
    MARGIN-RIGHT: 7px
}

.syFocusThumb .prev,
.syFocusThumb .next {
    display: none;
    POSITION: absolute;
    WIDTH: 35px;
    HEIGHT: 35px;
    line-height: 35px;
    TOP: -230px;
    CURSOR: pointer;
    background: #000;
    opacity: 0.7;
    font-family: simsun;
    font-size: 22px;
    z-index: 99999;
    color: #FFF;
    text-align: center
}

.syFocusThumb .prev:hover,
.syFocusThumb .next:hover {
    opacity: 1;
}

.syFocusThumb .prev {
    LEFT: 5px;
}

.syFocusThumb .next {
    RIGHT: 5px;
}

.syFocusThumb .pagination {
    POSITION: absolute;
    TEXT-ALIGN: left;
    WIDTH: 100%;
    HEIGHT: 95px;
    COLOR: #fff;
    CLEAR: both;
    TOP: 405px;
    LEFT: 0px;
}

.syFocusThumb .pagination IMG {
    border: 2px #FFF solid;
}

.syFocusThumb .pagination I.selected IMG {
    border: 2px #FF6600 solid;
}

.syFocusThumb .contentdiv {
    HEIGHT: 460px;
    display: none;
    overflow: hidden;
    visibility: visible;
}

.syFocusThumb .toc {
    float: left
}

.syFocusThumb .toc IMG {
    WIDTH: 144px;
    HEIGHT: 85px
}

/*资讯内容块*/
.wcommonFeed {
    position: relative
}

.wcommonFeed .item {
    position: relative;
    padding: 16px;
    margin-bottom: 16px;
    background: #fff;
    border-radius: 12px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

/* .wcommonFeed .item-inner {
    padding: 10px 0;
} */

.wcommonFeed .link {
    color: #4f5157
}

.wcommonFeed .link.title:hover {
    color: #FF6600
}

.wcommonFeed .title-box {
    display: block;
    font-size: 20px;
    color: #000042;
    line-height: 1.3;
    margin-bottom: 4px;
    font-weight: 700
}

.wcommonFeed .title-box a {
    color: #222
}

.wcommonFeed .title-box a:hover {
    text-decoration: none
}

.wcommonFeed .description-box {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 1.3;
    margin-bottom: 4px;
}

.wcommonFeed .lbox {
    float: right
}

.wcommonFeed .lbox .img-wrap {
    display: block;
    width: 156px;
    height: 100px;
    border: 1px solid #e8e8e8;
    background: #e8e8e8;
    overflow: hidden
}

.wcommonFeed .lbox .img-wrap>img {
    width: 100%;
    height: 100%
}

.wcommonFeed .img-wrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.wcommonFeed .img-wrap img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-out .1s;
    transition: all .5s ease-out .1s
}

.wcommonFeed .img-wrap:hover img {
    -webkit-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
    -ms-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
    transform: matrix(1.04, 0, 0, 1.04, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.wcommonFeed .box-img-list {
    margin: 8px 0;
    position: relative;
    display: block;
    zoom: 1;
    overflow: hidden
}

.wcommonFeed .box-img-list .img-item {
    float: left;
    width: 172px;
    height: 121px;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
    text-align: center;
    border: 1px solid #e8e8e8;
    background: #e8e8e8;
    overflow: hidden;
    transform-style: preserve-3d
}

.wcommonFeed .box-img-list .img-item:first-child {
    margin-left: 0
}

.wcommonFeed .box-img-list .img-item img {
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: middle;
    transition: all .5s ease-out .1s
}

.wcommonFeed .box-img-list .img-item:hover img {
    -webkit-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
    -ms-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
    transform: matrix(1.04, 0, 0, 1.04, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.wcommonFeed .box-img-list .pic-tip {
    position: absolute;
    right: 8px;
    bottom: 8px;
    padding: 0 6px;
    border-radius: 10px;
    background: #000;
    background: rgba(0, 0, 0, .7);
    font-style: normal;
    font-size: 12px;
    color: #fff;
    height: 22px;
    line-height: 22px
}

.wcommonFeed .footers {
    font-size: 12px;
    color: #999;
    height: 18px;
    line-height: 18px;
    margin-top: 10px;
    width: 100%;
}

.wcommonFeed .lbtn {
    float: left;
    display: inline-block;
    color: #999;
    font-size: 13px;
    margin-right: 18px;
}

.wcommonFeed .lbtn:hover {
    text-decoration: none
}

.wcommonFeed .lbtn.tag {
    font-size: 12px;
    color: #FF7920;
    margin-right: 10px;
    padding: 1px 2px;
    height: 14px;
    line-height: 14px;
    border: 1px solid #FF7920
}

.wcommonFeed .lbtn.tag-1 {
    color: #55C167;
    border: 1px solid #55C167
}

.wcommonFeed .lbtn.tag-2 {
    color: #87A5B5;
    border: 1px solid #87A5B5
}

.wcommonFeed .lbtn.tag-3 {
    color: #B46AFF;
    border: 1px solid #B46AFF
}

.wcommonFeed .lbtn.source:hover {
    color: #FF6600
}
.wcommonFeed .inof {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #666;
    padding: 17px 0 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/****************************************************************** 资讯频道详情页 ******************************************************************/

/********* 分类 ***********/
.show-sea {
    background: #fff;
    height: 65px;
    border-bottom: 1px #e4e4e6 solid;
    width: 100%;
    min-width: 1300px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.show-sea .show-m {
    margin: 0 auto;
    width: 1300px;
}

.show-sea .show-list {
    float: left;
    width: 85%;
    line-height: 63px;
    height: 63px;
}

.show-sea .show-list .show-class {
    float: left;
    display: inline-block;
    color: #b5b5b5;
    font-size: 14px;
    text-indent: 5px
}

.show-sea .show-list a {
    float: left;
    color: #666;
    display: inline-block;
    transition: all 0.2s;
    margin: 0 6px;
    font-size: 14px;
}

.show-sea .show-list a:hover,
.show-sea .show-list .selected {
    color: #0099e5;
    border-bottom: #0099e5 2px solid
}

.show-sea .show-up {
    float: right;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #f00;
    background-color: #fff;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 10px;
    font-size: 14px;
    color: #f00
}

.show-sea .show-up:hover {
    color: #269edc;
    border: 1px solid #269edc;
}

/********* 详情 ***********/
/*左边*/

/*资讯内容块*/
.caseHead {
    position: relative;
    z-index: 1;
}

.caseHead .caseTitle {
    margin: 15px 0px 20px 15px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #222;
    line-height: 40px;
}

/*微信*/
.caseHead .wechat {
    position: absolute;
    z-index: 99999;
    top: 0px;
    right: 5px;
    width: 40px;
    height: 40px;
}

.caseHead .wechat .wechatimg {
    width: 33px;
    height: 33px;
    background: url(../images/cj_iocn.png) no-repeat -1px -77px;
}

.caseHead .wechat .sys {
    display: none;
    position: absolute;
    top: 35px;
    right: 5px;
    width: 150px;
    padding-top: 10px;
    background: #fff;
    text-align: center;
    border: 1px #eeeeee solid;
    border-radius: 3px;
}

.caseHead .wechat .sys p {
    line-height: 30px;
    color: #666
}

/*详情内容信息*/
.content-detail {
    line-height: 28px;
    color: #797979;
}

.content-detail em {
    color: #797979;
}

.content-detail .info {
    width: 100%;
    text-align: center;
}


.content-detail .info span {
    margin-right: 3.3%;
    padding-left: 25px;
    display: inline-block
}
.content-detail .info span i {
    margin-right: 5px;
}
.content-detail .info a {
    color: #797979;
}

.content-detail .info a:hover {
    color: #288bde;
}


.content-detail .info .type a {
    margin-right: 10px
}

.content-detail .summary {
    color: #666666;
    padding: 10px 8px 10px 8px;
    TEXT-JUSTIFY: inter-ideograph;
    BACKGROUND: #FFFFF6;
    MARGIN: 25px 0px 20px;
    TEXT-INDENT: 2em;
    LINE-HEIGHT: 23px;
    BORDER: #ECECEC 1px solid;
    TEXT-ALIGN: justify;
}

.content-detail .des {
    margin: 30px 0 15px 0;
    line-height: 220%;
    color: #333;
    overflow: hidden
}

.content-detail .des img {
    margin: 0px auto;
    display: block;
    margin-bottom: 5px;
    max-width: 100%;
}
.pager .page-link {
    text-decoration: none
}
.content-detail .area_img {
    padding-top: 20px;
    overflow: hidden
}

.content-detail .area_img .img_clip {
    float: left;
    width: 33.33%;
    height: 500px;
    overflow: hidden;
    margin-bottom: 10px;
}

.content-detail .area_img .img_clip .img_item {
    width: 97%;
    margin: 0 auto;
    height: 500px;
    display: block;
    background-size: cover;
    background-position: center;
}

/*详情内容分享*/
.bdshare_warp .bdsharebuttonbox a,
.qrcode-wrap .txt-area dt {
    background-image: url(../images/news_icon_share.png);
    background-repeat: no-repeat;
}

.share-box {
    width: 370px;
    padding: 20px;
    font-size: 12px;
    line-height: 20px;
    cursor: default;
}

.share-box .bdshare_warp {
    float: left;
    width: 95px;
    border-right: 1px solid #ececec;
}

.share-box .bdsharebuttonbox {
    position: relative;
    overflow: hidden;
    zoom: 1;
    display: block;
    padding-left: 2px;
    height: 110px;
}

.share-box .bdsharebuttonbox a {
    padding-left: 26px;
    margin: 2px 0 6px 0;
    display: block;
    float: left;
    line-height: 20px;
    height: 20px;
}

.share-box .bdsharebuttonbox a:hover {
    border: none;
    text-decoration: none;
    color: #288bde;
    filter: alpha(opacity=80);
    filter: none;
}

.share-box .bdsharebuttonbox .bds_qzone {
    background-position: 0 -2px !important;
}

.share-box .bdsharebuttonbox .bds_tsina {
    background-position: 0 -32px !important;
}

.share-box .bdsharebuttonbox .bds_weixin {
    background-position: 0 -58px !important;
}

.share-box .bdsharebuttonbox .bds_renren {
    background-position: 0 -86px !important;
}

.share-box .bdsharebuttonbox .bds_tqq {
    background-position: 0 -114px !important;
}

.share-box .bdsharebuttonbox .bds_sqq {
    background-position: 0 -169px !important;
}

.share-box .qrcode-wrap {
    overflow: hidden;
    zoom: 1;
    height: 132px;
}

.share-box .qrcode-area {
    margin: 0 10px 0 20px;
    _ margin: 0 10px 0 10px;
    float: left
}

.share-box .qrcode-wrap .txt-area {
    padding-top: 25px;
    font-size: 12px;
    float: left
}

.share-box .qrcode-wrap .txt-area dt {
    background-position: 0 -136px;
    padding-left: 26px;
    line-height: 30px;
}

.share-box .copy-wrap dt {
    padding-top: 0px;
    line-height: 30px;
}

.share-box .copy-wrap input {
    border: 1px solid #ececec;
    height: 20px;
    padding: 0 10px;
    width: 290px;
    margin-right: 10px;
    color: #999;
}

.share-box .copy-wrap dd .btn-copy {
    background-color: #f55555;
    color: #fff;
    padding: 1px 10px;
    border-radius: 2px;
}

.share-box .copy-wrap dd .btn-copy:hover {
    text-decoration: none;
    color: #fff;
}

/*弹出层*/
.delay-arrow,
.delay .tragl {
    background-image: url(../images/news_iocn_detail.png);
    background-repeat: no-repeat;
}

.delay {
    display: none;
    position: absolute;
    z-index: 999;
    padding-top: 8px;
    z-index: 98;
}

.delay .tragl {
    background-position: -5px -249px;
    width: 12px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    display: block;
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 50%;
    margin-left: -6px;
}

.delay-inner {
    border: 1px solid #ececec;
    box-shadow: 0 0 10px #f7f7f7;
    background: #fff;
    width: auto;
    position: relative;
}

.delay .delay-inner .tragl {
    top: -8px;
}

.delay-tit {
    position: relative;
    padding-right: 15px;
    cursor: pointer;
}

.delay-arrow {
    position: absolute;
    width: 15px;
    height: 15px;
    background-position: -12px -644px;
    top: 2px;
    right: 0;
}

.delay-wrap:hover .delay,
.delay-show .delay {
    display: block;
}

.delay-wrap:hover .delay-arrow,
.delay-show .delay-arrow {
    background-position: -40px -644px;
}

/********内容最底下的分享到*********/
.ShareThe {
    border-bottom: 1px #ddd dotted;
    padding-bottom: 10px;
    margin: 0 15px 0 15px;
}

.ShareThe .praise {
    margin: 0 auto 40px;
    padding-left: 40px;
    line-height: 60px;
    font-size: 18px;
    color: #d2d2d2;
}

.ShareThe .praise i {
    width: 60px;
    height: 60px;
    float: left;
    background: url(../images/news_topmenu.png) -2px -37px;
    margin-right: 16px;
    cursor: pointer;
    margin-left: 320px;
}

.ShareThe .praise i.on {
    background-position: -2px -111px;
}

.ShareThe .showTo {
    width: 100%;
    height: 40px;
    font-size: 14px;
}

.ShareThe .showTo .line {
    width: 42%;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid #f4f4f4;
}

.ShareThe .showTo .icon {
    padding: 0 2%;
}

.ShareThe .showTo .icon img {
    vertical-align: middle;
    margin-left: 10px;
}

.ShareThe .sharebtn {
    width: 100%;
    height: 350px;
    margin: 10px auto 30px;
    background: #CCC;
    text-align: center;
}

.ShareThe .bdsharebuttonbox a {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url(../images/news_topmenu.png) no-repeat center;
    cursor: pointer;
}

.ShareThe .bdsharebuttonbox a.bds_tsina {
    background-position: -66px -72px;
}

.ShareThe .bdsharebuttonbox a.bds_weixin {
    background-position: -66px -132px;
}

.ShareThe .bdsharebuttonbox a.bds_douban {
    background-position: -66px -190px;
}

.ShareThe .bdsharebuttonbox a.bds_qzone {
    background-position: -66px -249px;
}

/********上一篇、下一篇*********/
.nav_fhz {
    margin: 0 15px 10px 15px;
    border-bottom: 1px #ddd dotted;
    padding: 20px 0 10px 0;
    height: 20px;
    font-size: 14px;
    color: #555
}

.nav_fhz a {
    font-size: 14px;
    TEXT-DECORATION: none;
    color: #004F9C
}

#ContentL .nav_fhz a:hover {
    font-size: 14px;
    TEXT-DECORATION: underline;
    color: #ff3300
}

.nav_fhz a:hover {
    text-decoration: underline
}

.nav_fhz .fhz_l {
    float: left;
    height: 22px;
    overflow: hidden;
    line-height: 22px;
    width: 50%;
}

.nav_fhz .fhz_r {
    float: right;
    height: 22px;
    overflow: hidden;
    line-height: 22px;
    width: 50%;
    text-align: right
}


/*相关推荐*/
.recommend-rela {
    padding: 30px 15px 15px 15px;
}

.recommend-rela .recommend-header {
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px #e5e5e5 solid;
    color: #333;
    font-size: 18px;
    line-height: 38px;
    padding-bottom: 10px;
}

.recommend-rela ul {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    zoom: 1;
}

.recommend-rela li {
    float: left;
    width: 50%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px #e5e5e5 dotted;
    overflow: hidden;
}

.recommend-rela li .title {
    float: left;
    width: 70%;
    height: 35px;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recommend-rela li .date {
    float: right;
    color: #999;
    margin-right: 5%;
    font-size: 12px
}

/*评论区块*/
.content_comments {
    margin-top: 25px;
    padding: 0 15px;
    overflow: hidden
}

.content_comments .commentTitle {
    border-bottom: 1px #e5e5e5 solid;
    color: #333;
    font-size: 20px;
    padding-bottom: 10px;
}

.content_comments .commentTitle em {
    font-size: 13px;
    color: #999
}

.content_comments .commentmsg {
    padding: 15px 0;
}

.content_comments .commentmsg #commentsMsg {
    background-color: #f8f9fb;
    border: 1px #e9ecf2 solid;
    border-radius: 5px;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.05) inset;
    padding: 5px 1%;
    height: 60px;
    width: 98%;
    color: #666;
    line-height: 24px;
    resize: none;
}

.content_comments .commentmsg .btn {
    width: 100%;
    text-align: right;
    padding: 15px 0
}

.content_comments .commentmsg .btn #commentbtn {
    background-color: #3499da;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    padding: 0 20px;
    font-size: 14px;
    border: 0;
}

/*评论部分*/
.commenList {
    padding: 15px 10px 0;
    clear: both;
    margin-top: 10px;
    background: #fff;
}

.commenList ul li {
    padding: 20px 0;
    border-top: solid 1px #eee;
    overflow: hidden
}

.commenList ul li a.com_a {
    display: block;
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 60px;
    overflow: hidden;
}

.commenList ul li a.com_a img {
    width: 60px;
}

.commenList ul li .div_right {
    float: right;
    width: 800px;
}

.commenList ul li .div_right .p_01 a {
    color: #666;
    margin-right: 10px;
    font-size: 13px;
}

.commenList ul li .div_right .p_01 a:hover {
    color: #dd4f50;
}

.commenList ul li .div_right .p_01 em {
    color: #999;
    font-size: 12px;
}

.commenList ul li .div_right .p_02 {
    margin: 12px 0 10px;
    font-size: 14px;
    width: 95%;
    line-height: 20px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.commenList ul li .com_divs {
    position: relative;
}

.commenList ul li .com_divs a {
    position: absolute;
    right: 7px;
    top: -26px;
    display: block;
    color: #999
}

.commenList ul li .com_div {
    width: 98%;
    border: solid 1px #e3e3e3;
    border-radius: 5px;
    padding: 4px;
    position: relative;
    margin-top: 10px;
    overflow: hidden;
    display: none
}

.commenList ul li .com_div input.input_text {
    float: left;
    width: 90%;
    height: 26px;
    line-height: 26px;
    text-indent: 5px;
    border: 0;
    outline: none;
}

.commenList ul li .com_div input.sub_btn {
    float: right;
    width: 44px;
    height: 30px;
    border: 0;
    background: #3499da;
    border-radius: 5px;
    vertical-align: midden;
    color: #fff;
    font-size: 14px;
    disabled: true;
    cursor: pointer;
}

.commenList ul li .div_right .reply_con {
    margin-top: 10px;
    overflow: hidden
}

.commenList ul li .div_right .div_con {
    border-top: 1px #f6f6f6 solid;
    padding: 8px 0;
    overflow: hidden
}

.commenList ul li .div_con a.com_sced {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    overflow: hidden;
}

.commenList ul li .div_con a.com_sced img {
    width: 30px;
}

.commenList ul li .div_con .div_con_right {
    float: left;
    width: 93%;
    margin-left: 12px;
}

.commenList ul li .div_con .sced_01 a {
    color: #666;
    margin-right: 10px;
    font-size: 12px;
}

.commenList ul li .div_con .sced_01 a:hover {
    color: #dd4f50;
}

.commenList ul li .div_con .sced_01 em {
    color: #999;
    font-size: 12px;
}

.commenList ul li .div_con .sced_02 {
    padding-top: 5px;
    font-size: 12px;
    width: 95%;
    line-height: 20px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.commenList ul li .div_right .div_con span {
    padding: 12px 10px;
    border-bottom: solid 1px #eee;
    display: block;
    overflow: hidden;
}

.commenList ul li .div_right .div_con span i {
    font-style: normal;
    line-height: 20px;
}

.commenList ul li .div_right .div_con span em {
    word-break: break-all;
    word-wrap: break-word;
    width: 525px;
    line-height: 20px;
}


/*右边*/
.right-info {
    width: 24%;
    float: right;
    overflow: hidden;
}

.right-box {
    background: #FFF;
    border-radius: 5px;
    border: 1px #f2f2f2 solid;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
}

.right-box h3 {
    padding: 13px 10px 13px 15px;
    font-size: 17px;
    color: #666;
    font-weight: normal;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}

.right-box h3 label {
    width: auto;
    position: absolute;
    top: 15px;
    right: 5px;
}

.right-box h3 label a.more {
    display: inline-block;
    width: 50px;
    height: 24px;
    text-align: center;
    color: #999;
    line-height: 24px;
    font-size: 12px;
}

.right-box .box-c {
    padding: 12px;
    background: #FFF;
    overflow: hidden;
    border-radius: 3px;
}

/*<!--最新资讯-->*/
.right-box .list ul {
    width: 100%;
    overflow: hidden
}

.right-box .list li {
    float: left;
    width: 100%;
    border-bottom: 1px dotted #ddd;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}

.right-box .title {
    float: left;
    width: 80%;
    height: 35px;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.right-box .title em {
    font-size: 19px;
    padding-right: 12px;
    color: #999;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

.right-box .title .ghz {
    color: #f30;
}

.right-box .date {
    float: right;
    color: #999;
}

.right-box a:hover {
    text-decoration: underline
}

/*<!--推荐资讯-->*/
.right-box .sy_video ul {
    width: 100%;
    overflow: hidden
}

.right-box .sy_video li {
    border-bottom: 1px #ddd dotted;
    margin: 7px 0 0px;
    _margin: 3px 0 0px;
    padding: 0px 0 4px;
    color: #888;
    width: 100%;
    overflow: hidden
}

.right-box .sy_video li .photo_img {
    float: left;
    border: 1px #ddd solid;
    padding: 2px;
    width: 35%;
    max-height: 101px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.right-box .sy_video li .photo_img img {
    width: 100%;
    max-height: 101px;
    display: block
}

.right-box .sy_video li .right {
    float: right;
    width: 55%;
    font-size: 12px
}

.right-box .sy_video li .title {
    text-align: left;
    line-height: 20px;
    width: 100%;
    height: 43px;
    overflow: hidden;
    white-space: normal;
    text-overflow: normal;
}

/*<!--优秀作品推荐-->*/
.right-box .xhzp {
    padding: 0 12px;
    overflow: hidden;
}

.right-box .imglist_w ul {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
}

.right-box .imglist_w li {
    float: left;
    margin: 7px 0 0 0;
    width: 33.33%;
    line-height: 22px;
    text-align: center;
    color: #555;
    display: inline;
    overflow: hidden
}

.right-box .imglist_w li .img {
    margin: 0 auto;
    width: 90%;
    height: 101px;
    line-height: 101px;
    border: 1px #ddd solid;
    padding: 1px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.right-box .imglist_w li .img img {
    width: 100%;
    max-height: 290px;
    display: block;
    vertical-align: middle
}

.right-box .imglist_w li .img img:hover {
    opacity: 0.9;
}

.right-box .imglist_w li p {
    width: 99%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

/*资讯广告*/
.ad313_165 {
    margin-top: 20px;
    width: 100%;
}

.ad313_165 img {
    width: 100%;
}

/*搜索框*/
.newsso {
    height: 40px;
    border: 2px #FF6600 solid;
    position: relative;
    border-radius: 2px;
    background-color: #FFFFFF
}

.newsso .btn {
    width: 46px;
    height: 44px;
    position: absolute;
    right: -2px;
    top: -2px;
    background: #FF6600 url(../images/133.png) no-repeat 12px 10px;
    border: 0px;
    cursor: pointer
}

.newsso .btn:hover {
    background-color: #FB3C04
}

.newsso .soinpu {
    width: 245px;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    border: 0px;
    background-color: #FFFFFF
}

/*-----没有内容提示 by liangcaijian QQ632324010------*/
.no_info_box {
    margin: 40px 0 55px 50px;
    padding-left: 134px;
    background: url(../images/138.png) no-repeat 0px 0px;
    overflow: hidden
}

.no_info_box p {
    color: #666;
    line-height: 24px;
    margin-bottom: 5px;
}

.no_info_box span {
    color: #269edc
}

/*当窗口改变时发生*/
@media screen and (max-width:1260px) {
    body {
        font-size: 12px
    }

    .category_nav {
        width: 90px;
    }

    .wchannel-item {
        width: 90px;
    }

    .wchannel-item span {
        font-size: 14px
    }

    /*头部频道趋势分类*/
    .toolbar-list .sub-item {
        font-size: 14px;
        margin-left: 15px;
    }

    /*头部频道推荐资讯头条*/
    .syFocusThumb {
        HEIGHT: 437px;
    }

    .syFocusThumb .dPic img {
        width: 100%;
        HEIGHT: 317px;
    }

    .syFocusThumb .pagination {
        TOP: 322px;
    }

    .syFocusThumb .contentdiv {
        HEIGHT: 377px
    }

    .wcommonFeed .box-img-list .img-item {
        width: 142px;
        height: 100px;
        margin-left: 9px;
    }

    .right-box .imglist_w li .img {
        height: 80px;
        line-height: 80px;
    }

    .right-box .imglist_w li .img img {
        max-height: 200px;
    }
}